BSD 4_4_Lite1 release
[unix-history] / usr / src / contrib / mh-6.8.3a / mts / Makefile
##############################################################################
# Instructions to Make, for compilation of MTS-specific libraries
#
# This file is automatically generated. Do not edit!
# @(#)$Id: mtsM,v 2.3 90/04/18 13:47:30 sources Exp $
##############################################################################
# The following entries were inserted during MH configuration
MTS = sendmail
LIB = libmts.a
LLIB = llib-lmts
MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)
SHELL = /bin/sh
##############################################################################
# Generate MTS-specific library
##############################################################################
ALL = $(MTS)
all:; for d in $(ALL); do (cd $$d; $(MAKE) all); done
depend:; for d in $(ALL); do (cd $$d; $(MAKE) depend); done
lint:; for d in $(ALL); do (cd $$d; $(MAKE) lint); done
##############################################################################
# Miscellaneous tasks
##############################################################################
DIRS = mh mmdf sendmail
unconfig:; -rm -f $(LIB) $(LLIB)
for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
-rm -f Makefile
distribution:; -rm -f $(LIB) $(LLIB)
for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
clean:; -rm -f $(LIB) $(LLIB)
for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
unclean:; for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done