|
|
1.1 ! root 1: ############################################################################### ! 2: # Instructions to Make, for compilation of QUIPU tools ! 3: ############################################################################### ! 4: ! 5: ############################################################################### ! 6: # ! 7: # $Header: /f/osi/others/quipu/tools/RCS/Makefile,v 7.2 90/07/09 14:40:35 mrose Exp $ ! 8: # ! 9: # ! 10: # $Log: Makefile,v $ ! 11: # Revision 7.2 90/07/09 14:40:35 mrose ! 12: # sync ! 13: # ! 14: # Revision 7.1 90/02/19 13:10:54 mrose ! 15: # update ! 16: # ! 17: # Revision 7.0 89/11/23 22:02:28 mrose ! 18: # Release 6.0 ! 19: # ! 20: ############################################################################### ! 21: ! 22: ############################################################################### ! 23: # ! 24: # NOTICE ! 25: # ! 26: # Acquisition, use, and distribution of this module and related ! 27: # materials are subject to the restrictions of a license agreement. ! 28: # Consult the Preface in the User's Manual for the full terms of ! 29: # this agreement. ! 30: # ! 31: ############################################################################### ! 32: ! 33: ! 34: DIRS = dsaconfig scripts ! 35: ! 36: ! 37: ################################################################## ! 38: # Here it is... ! 39: ################################################################## ! 40: ! 41: all:; @for i in $(DIRS); \ ! 42: do (echo "cd $$i; $(MAKE) all"; \ ! 43: cd $$i; $(MAKE) all); \ ! 44: done ! 45: ! 46: inst-all:; @for i in $(DIRS); \ ! 47: do (echo "cd $$i; $(MAKE) inst-all"; \ ! 48: cd $$i; $(MAKE) inst-all); \ ! 49: done ! 50: ! 51: install:; @for i in $(DIRS); \ ! 52: do (echo "cd $$i; $(MAKE) install"; \ ! 53: cd $$i; $(MAKE) install); \ ! 54: done ! 55: ! 56: lint:; @for i in $(DIRS); \ ! 57: do (echo "cd $$i; $(MAKE) lint"; \ ! 58: cd $$i; $(MAKE) lint); \ ! 59: done ! 60: ! 61: clean:; rm -f _* ! 62: @for i in $(DIRS) $(OTHERS); \ ! 63: do (echo "cd $$i; $(MAKE) clean"; \ ! 64: cd $$i; $(MAKE) clean); \ ! 65: done ! 66: ! 67: grind:; @for i in $(DIRS); \ ! 68: do (echo "cd $$i; $(MAKE) grind"; \ ! 69: cd $$i; $(MAKE) grind); \ ! 70: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.