|
|
1.1 root 1: ###############################################################################
2: # Instructions to Make, for compilation of other ISODE programs
3: ###############################################################################
4:
5: ###############################################################################
6: #
7: # $Header: /f/osi/others/RCS/Makefile,v 7.2 90/07/09 14:38:58 mrose Exp $
8: #
9: #
10: # $Log: Makefile,v $
11: # Revision 7.2 90/07/09 14:38:58 mrose
12: # sync
13: #
14: # Revision 7.1 90/01/16 20:43:52 mrose
15: # last check-out
16: #
17: # Revision 7.0 89/11/23 21:57:58 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 = quipu/photo image mosy tsbridge
35:
36: OTHERS = callback idist listen lookup osilookup pingpong quipu rtf \
37: tp0bridge
38:
39:
40: ##################################################################
41: # Here it is...
42: ##################################################################
43:
44: all:; @for i in $(DIRS); \
45: do (echo "cd $$i; $(MAKE) all"; \
46: cd $$i; $(MAKE) all); \
47: done
48: cd quipu; $(MAKE) pilot
49:
50: inst-all:; @for i in $(DIRS); \
51: do (echo "cd $$i; $(MAKE) inst-all"; \
52: cd $$i; $(MAKE) inst-all); \
53: done
54: cd quipu; $(MAKE) inst-pilot
55:
56: install:; @for i in $(DIRS); \
57: do (echo "cd $$i; $(MAKE) install"; \
58: cd $$i; $(MAKE) install); \
59: done
60:
61: lint:; @for i in $(DIRS); \
62: do (echo "cd $$i; $(MAKE) lint"; \
63: cd $$i; $(MAKE) lint); \
64: done
65:
66: clean:; rm -f _*
67: @for i in $(DIRS) $(OTHERS); \
68: do (echo "cd $$i; $(MAKE) clean"; \
69: cd $$i; $(MAKE) clean); \
70: done
71:
72: grind:; @for i in $(DIRS); \
73: do (echo "cd $$i; $(MAKE) grind"; \
74: cd $$i; $(MAKE) grind); \
75: done
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.