Annotation of 43BSDReno/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: SHELL  =       /bin/sh
                      8: 
                      9: DIRS   =       bboards general pop
                     10: 
                     11: 
                     12: ##############################################################################
                     13: #      Generate MH support processes
                     14: ##############################################################################
                     15: 
                     16: all:;          for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} all); done
                     17: 
                     18: depend:;       for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} depend); done
                     19: 
                     20: lint:;         for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} lint); done
                     21: 
                     22: 
                     23: ##############################################################################
                     24: #      Installation
                     25: ##############################################################################
                     26: 
                     27: install:       inst-all clean
                     28: 
                     29: inst-all:;     for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} DESTDIR=${DESTDIR} inst-all); done
                     30: 
                     31: tar:;          @for d in $(DIRS); \
                     32:                    do (cd $$d; ${MAKE} ${MFLAGS} TFLAGS="$(TFLAGS)" tar); done
                     33: 
                     34: uninstall:;    for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} uninstall); done
                     35: 
                     36: 
                     37: ##############################################################################
                     38: #      Miscellaneous tasks
                     39: ##############################################################################
                     40: 
                     41: 
                     42: distribution:; rm -f _* :*
                     43:                for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} distribution); done
                     44: 
                     45: clean:;                rm -f _* :* core
                     46:                for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} clean); done
                     47: 
                     48: unclean:;      rm -f _* :* core
                     49:                for d in $(DIRS); do (cd $$d; ${MAKE} ${MFLAGS} unclean); done

unix.superglobalmegacorp.com

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