Annotation of 43BSD/contrib/mh/conf/makefiles/mtsM, revision 1.1.1.1

1.1       root        1: ##############################################################################
                      2: #    Instructions to Make, for compilation of MTS-specific libraries
                      3: #
                      4: #      @(MHWARNING)
                      5: ##############################################################################
                      6: 
                      7: # The following entries were inserted during MH configuration
                      8: @BEGIN: MHMTS
                      9: MTS    =       mh
                     10: @END: MHMTS
                     11: @BEGIN: MMDFMTS
                     12: MTS    =       mmdf
                     13: @END: MMDFMTS
                     14: @BEGIN: SENDMTS
                     15: MTS    =       sendmail
                     16: @END: SENDMTS
                     17: 
                     18: LIB    =       libmts.a
                     19: LLIB   =       llib-lmts
                     20: 
                     21: MAKE   =       make DESTDIR=$(DESTDIR) $(MFLAGS)
                     22: SHELL  =       /bin/sh
                     23: 
                     24: 
                     25: ##############################################################################
                     26: #      Generate MTS-specific library
                     27: ##############################################################################
                     28: 
                     29: ALL    =       $(MTS)
                     30: 
                     31: all:;          for d in $(ALL); do (cd $$d; $(MAKE) all); done
                     32: 
                     33: depend:;       for d in $(ALL); do (cd $$d; $(MAKE) depend); done
                     34: 
                     35: lint:;         for d in $(ALL); do (cd $$d; $(MAKE) lint); done
                     36: 
                     37: 
                     38: ##############################################################################
                     39: #      Miscellaneous tasks
                     40: ##############################################################################
                     41: 
                     42: DIRS   =       mh mmdf sendmail
                     43: 
                     44: distribution:; -rm -f $(LIB) $(LLIB)
                     45:                for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
                     46: 
                     47: clean:;                for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
                     48: 
                     49: unclean:;      for d in $(DIRS); do (cd $$d; $(MAKE) unclean); done

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.