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