Annotation of 43BSD/contrib/mh/support/Makefile, revision 1.1.1.1

1.1       root        1: ##############################################################################
                      2: #    Instructions to Make, for MH support processes
                      3: #
                      4: #      This file is automatically generated.  Do not edit!
                      5: ##############################################################################
                      6: 
                      7: MAKE   =       make DESTDIR=$(DESTDIR) $(MFLAGS)
                      8: SHELL  =       /bin/sh
                      9: 
                     10: DIRS   =       bboards general pop
                     11: 
                     12: 
                     13: ##############################################################################
                     14: #      Generate MH support processes
                     15: ##############################################################################
                     16: 
                     17: all:;          for d in $(DIRS); do (cd $$d; $(MAKE) all); done
                     18: 
                     19: depend:;       for d in $(DIRS); do (cd $$d; $(MAKE) depend); done
                     20: 
                     21: lint:;         for d in $(DIRS); do (cd $$d; $(MAKE) lint); done
                     22: 
                     23: 
                     24: ##############################################################################
                     25: #      Installation
                     26: ##############################################################################
                     27: 
                     28: install:       inst-all clean
                     29: 
                     30: inst-all:;     for d in $(DIRS); do (cd $$d; $(MAKE) inst-all); done
                     31: 
                     32: tar:;          @for d in $(DIRS); \
                     33:                    do (cd $$d; $(MAKE) TFLAGS="$(TFLAGS)" tar); done
                     34: 
                     35: uninstall:;    for d in $(DIRS); do (cd $$d; $(MAKE) uninstall); done
                     36: 
                     37: 
                     38: ##############################################################################
                     39: #      Miscellaneous tasks
                     40: ##############################################################################
                     41: 
                     42: 
                     43: distribution:; rm -f _* :*
                     44:                for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
                     45: 
                     46: clean:;                rm -f _* :* core
                     47:                for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
                     48: 
                     49: unclean:;      rm -f _* :* core
                     50:                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.