Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / conf / makefiles / RCS / papers,v
1 head    2.6;
2 access;
3 symbols;
4 locks; strict;
5
6
7 2.6
8 date    92.12.02.21.57.34;      author jromine; state Exp;
9 branches;
10 next    2.5;
11
12 2.5
13 date    90.04.05.15.18.04;      author sources; state Exp;
14 branches;
15 next    2.4;
16
17 2.4
18 date    90.04.05.13.21.04;      author sources; state Exp;
19 branches;
20 next    2.3;
21
22 2.3
23 date    90.03.15.11.40.13;      author sources; state Exp;
24 branches;
25 next    2.2;
26
27 2.2
28 date    90.02.23.22.06.15;      author sources; state Exp;
29 branches;
30 next    2.1;
31
32 2.1
33 date    90.02.21.16.59.41;      author sources; state Exp;
34 branches;
35 next    2.0;
36
37 2.0
38 date    89.11.17.15.56.40;      author sources; state Exp;
39 branches;
40 next    1.1;
41
42 1.1
43 date    89.11.17.15.44.19;      author sources; state Exp;
44 branches;
45 next    ;
46
47
48 desc
49 @@
50
51
52 2.6
53 log
54 @mh6.7 -> papers
55 @
56 text
57 @##############################################################################
58 #    Instructions to Make, for compilation of MH papers
59 #
60 #       @@(MHWARNING)
61 # @@(#)$Id: papers,v 2.5 1990/04/05 15:18:04 sources Exp jromine $
62 ##############################################################################
63
64 MAKE    =       make DESTDIR=$(DESTDIR) $(MFLAGS)
65 SHELL   =       /bin/sh
66
67 DIRS    =       bboards beginners changes mh4 mh4mm mh5 mh6.5 \
68                 multifarious mznet realwork trusted tutorial
69
70
71 ##############################################################################
72 #       Miscellaneous tasks
73 ##############################################################################
74
75 all:;           for d in $(DIRS); do (cd $$d; $(MAKE)); done
76
77 unconfig:       distribution
78                 -rm -f Makefile
79
80 distribution:;  for d in $(DIRS); do \
81                 (cd $$d; $(MAKE) distribution); done
82
83 clean:;         for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
84
85 unclean:;       for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
86 @
87
88
89 2.5
90 log
91 @add ID
92 @
93 text
94 @d5 1
95 a5 1
96 # @@(#)$Id:$
97 d11 1
98 a11 1
99 DIRS    =       bboards beginners mh4 mh4mm mh5 mh6.5 mh6.7 \
100 @
101
102
103 2.4
104 log
105 @add mh6.7 paper
106 @
107 text
108 @d5 1
109 @
110
111
112 2.3
113 log
114 @add "make all"
115 @
116 text
117 @d10 2
118 a11 2
119 DIRS    =       bboards beginners mh4 mh4mm mh5 mh6.5 mh6 multifarious mznet \
120                 realwork trusted tutorial
121 @
122
123
124 2.2
125 log
126 @add mh6/ directory
127 @
128 text
129 @d18 1
130 @
131
132
133 2.1
134 log
135 @make unconfig changes
136 @
137 text
138 @d10 1
139 a10 1
140 DIRS    =       bboards beginners mh4 mh4mm mh5 mh6.5 multifarious mznet \
141 @
142
143
144 2.0
145 log
146 @changes for SUN40 shared libraries and NNTP under bbc
147 @
148 text
149 @d19 4
150 a22 1
151 unconfig distribution:; for d in $(DIRS); do \
152 @
153
154
155 1.1
156 log
157 @Initial revision
158 @
159 text
160 @d19 2
161 a20 1
162 distribution:;  for d in $(DIRS); do (cd $$d; $(MAKE) distribution); done
163 @