############################################################################## # Instructions to Make, for compilation of MTS-specific libraries # # This file is automatically generated. Do not edit! # @(#)$Id$ ############################################################################## # 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