1 ##############################################################################
2 # Instructions to Make, for compilation of MTS-specific libraries
4 # This file is automatically generated. Do not edit!
5 # @(#)$Id: mtsM,v 2.3 90/04/18 13:47:30 sources Exp $
6 ##############################################################################
8 # The following entries were inserted during MH configuration
14 MAKE = make DESTDIR=$(DESTDIR) $(MFLAGS)
18 ##############################################################################
19 # Generate MTS-specific library
20 ##############################################################################
24 all:; for d in $(ALL); do (cd $$d; $(MAKE) all); done
26 depend:; for d in $(ALL); do (cd $$d; $(MAKE) depend); done
28 lint:; for d in $(ALL); do (cd $$d; $(MAKE) lint); done
31 ##############################################################################
33 ##############################################################################
35 DIRS = mh mmdf sendmail
37 unconfig:; -rm -f $(LIB) $(LLIB)
38 for d in $(DIRS); do (cd $$d; $(MAKE) unconfig); done
41 distribution:; -rm -f $(LIB) $(LLIB)
42 for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
44 clean:; -rm -f $(LIB) $(LLIB)
45 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
47 unclean:; for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done