Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / local / linux / DIFFS.shlib
1 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/Makefile ./Makefile
2 *** ../mh-6.8.3-dist/Makefile   Sat Dec 25 14:19:03 1993
3 --- ./Makefile  Sat Dec 25 14:19:19 1993
4 ***************
5 *** 48,52 ****
6   ##############################################################################
7   
8 ! ALL   =       config sbr mts zotnet uip support doc
9   
10   all:;         for d in $(ALL); do (cd $$d; $(MAKE) all); done
11 --- 48,52 ----
12   ##############################################################################
13   
14 ! ALL   =       config sbr mts zotnet jump uip support doc
15   
16   all:;         for d in $(ALL); do (cd $$d; $(MAKE) all); done
17 ***************
18 *** 61,65 ****
19   
20   
21 ! INSTALL       =       zotnet support uip doc
22   BINDIR        =       $(DESTDIR)/usr/bin/mh
23   ETCDIR        =       $(DESTDIR)/usr/lib/mh
24 --- 61,65 ----
25   
26   
27 ! INSTALL       =       zotnet support jump uip doc
28   BINDIR        =       $(DESTDIR)/usr/bin/mh
29   ETCDIR        =       $(DESTDIR)/usr/lib/mh
30 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/config/Makefile ./config/Makefile
31 *** ../mh-6.8.3-dist/config/Makefile    Sat Dec 25 12:21:17 1993
32 --- ./config/Makefile   Sat Dec 25 12:43:50 1993
33 ***************
34 *** 9,12 ****
35 --- 9,17 ----
36   LDOPTIONS=    
37   
38 + # Linux shared libraries
39 + JUMP_DIR=../jump/
40 + JUMP_LIB=libconfig
41 + export JUMP_DIR JUMP_LIB
42
43   CC    =       cc
44   CFLAGS        =       $(OPTIONS)
45 ***************
46 *** 17,20 ****
47 --- 22,29 ----
48   LLIBS =
49   
50 + # Linux: create $*.j from $*.c, contains DLL version
51 + .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
52 +               mv $*.o $*.j
53 +               $(CC) $(CFLAGS) -c $*.c
54   
55   ##############################################################################
56 ***************
57 *** 45,49 ****
58   
59   clean:                unclean
60 !               -rm -f *.o
61   
62   unclean:;     -rm -f _* :* core eddep makedep
63 --- 54,58 ----
64   
65   clean:                unclean
66 !               -rm -f *.o *.j
67   
68   unclean:;     -rm -f _* :* core eddep makedep
69 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/mts/mh/Makefile ./mts/mh/Makefile
70 *** ../mh-6.8.3-dist/mts/mh/Makefile    Sat Dec 25 12:21:26 1993
71 --- ./mts/mh/Makefile   Sat Dec 25 12:43:18 1993
72 ***************
73 *** 9,12 ****
74 --- 9,17 ----
75   OPTIONS=      -DSYS5 -DSHADOW -DMORE='"/usr/bin/more"' -DRENAME -DSYS5DIR -DUNISTD -DSVR4 -DMIME -DVSPRINTF -DMHE -DOVERHEAD -DRPATHS -DDUMB -DATHENA -DBIND -DSOCKETS -DNTOHLSWAP -DDPOP -DPOP2 -DRPOP -DMPOP -DAPOP='"/etc/pop.auth"' -DMAILGROUP -DSENDMTS -DSMTP -DPOP -DBPOP -DSPRINTFTYPE=int -DTYPESIG=void -traditional -D_NFILE='getdtablesize()' -DSIGEMT=SIGUSR1 -O2 -I..
76   
77 + # Linux shared library
78 + JUMP_DIR=../../jump/
79 + JUMP_LIB=libmts
80 + export JUMP_DIR JUMP_LIB
81
82   CC    =       cc
83   CFLAGS        =       $(OPTIONS)
84 ***************
85 *** 26,30 ****
86   #     Generation Rules
87   ##############################################################################
88 ! .c.o:;                $(CC) $(CFLAGS) -c $*.c
89                 -ld -x -r $@
90                 mv a.out $@
91 --- 31,40 ----
92   #     Generation Rules
93   ##############################################################################
94
95 ! # Linux: create $*.j from $*.c, contains DLL version
96 ! .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
97 !               -ld -x -r $@
98 !               mv a.out $*.j
99 !               $(CC) $(CFLAGS) -c $*.c
100                 -ld -x -r $@
101                 mv a.out $@
102 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/mts/mmdf/Makefile ./mts/mmdf/Makefile
103 *** ../mh-6.8.3-dist/mts/mmdf/Makefile  Sat Dec 25 12:21:28 1993
104 --- ./mts/mmdf/Makefile Sat Dec 25 12:42:57 1993
105 ***************
106 *** 9,12 ****
107 --- 9,17 ----
108   OPTIONS       =       -DSYS5 -DSHADOW -DMORE='"/usr/bin/more"' -DRENAME -DSYS5DIR -DUNISTD -DSVR4 -DMIME -DVSPRINTF -DMHE -DOVERHEAD -DRPATHS -DDUMB -DATHENA -DBIND -DSOCKETS -DNTOHLSWAP -DDPOP -DPOP2 -DRPOP -DMPOP -DAPOP='"/etc/pop.auth"' -DMAILGROUP -DSENDMTS -DSMTP -DPOP -DBPOP -DSPRINTFTYPE=int -DTYPESIG=void -traditional -D_NFILE='getdtablesize()' -DSIGEMT=SIGUSR1 -O2 -I..
109   
110 + # Linux shared library
111 + JUMP_DIR=../../jump/
112 + JUMP_LIB=libmts
113 + export JUMP_DIR JUMP_LIB
114
115   CC    =       (MHCOMPILER)
116   CFLAGS        =       $(OPTIONS)
117 ***************
118 *** 27,31 ****
119   ##############################################################################
120   
121 ! .c.o:;                $(CC) $(CFLAGS) -c $*.c
122                 -ld -x -r $@
123                 mv a.out $@
124 --- 32,40 ----
125   ##############################################################################
126   
127 ! # Linux: create $*.j from $*.c, contains DLL version
128 ! .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
129 !               -ld -x -r $@
130 !               mv a.out $*.j
131 !               $(CC) $(CFLAGS) -c $*.c
132                 -ld -x -r $@
133                 mv a.out $@
134 diff --recursive --minimal --context=1 --unidirectional-new-file ../mh-6.8.3-dist/mts/sendmail/Makefile ./mts/sendmail/Makefile
135 *** ../mh-6.8.3-dist/mts/sendmail/Makefile      Sat Dec 25 12:21:29 1993
136 --- ./mts/sendmail/Makefile     Sat Dec 25 12:42:35 1993
137 ***************
138 *** 10,11 ****
139 --- 10,16 ----
140   
141 + # Linux shared library
142 + JUMP_DIR=../../jump/
143 + JUMP_LIB=libmts
144 + export JUMP_DIR JUMP_LIB
145
146   CC    =       cc
147 ***************
148 *** 26,28 ****
149   
150 ! .c.o:;                $(CC) $(CFLAGS) -c $*.c
151                 -ld -x -r $@
152 --- 31,37 ----
153   
154 ! # Linux: create $*.j from $*.c, contains DLL version
155 ! .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
156 !               -ld -x -r $@
157 !               mv a.out $*.j
158 !               $(CC) $(CFLAGS) -c $*.c
159                 -ld -x -r $@
160 ***************
161 *** 66,68 ****
162   clean:                unclean
163 !               -rm -f *.o $(LIB) z$(LIB)
164   
165 --- 75,77 ----
166   clean:                unclean
167 !               -rm -f *.o *.j $(LIB) z$(LIB)
168   
169 diff --recursive --minimal --context=1 --unidirectional-new-file ../mh-6.8.3-dist/sbr/Makefile ./sbr/Makefile
170 *** ../mh-6.8.3-dist/sbr/Makefile       Sat Dec 25 12:21:33 1993
171 --- ./sbr/Makefile      Sat Dec 25 12:41:42 1993
172 ***************
173 *** 9,10 ****
174 --- 9,15 ----
175   
176 + # Linux shared library
177 + JUMP_DIR=../jump/
178 + JUMP_LIB=libmh
179 + export JUMP_DIR JUMP_LIB
180
181   CC    =       cc
182 ***************
183 *** 56,58 ****
184 --- 61,67 ----
185   
186 + # Linux: create $*.j from $*.c, contains DLL version
187   .c.o:
188 +               $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
189 +               -ld -x -r $@
190 +               mv a.out $*.j
191                 $(CC) $(CFLAGS) -c $*.c
192 ***************
193 *** 90,92 ****
194   clean:                unclean
195 !               -rm -f *.o libmh.*
196   
197 --- 99,101 ----
198   clean:                unclean
199 !               -rm -f *.o *.j libmh.*
200   
201 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/support/bboards/Makefile ./support/bboards/Makefile
202 *** ../mh-6.8.3-dist/support/bboards/Makefile   Sat Dec 25 12:21:35 1993
203 --- ./support/bboards/Makefile  Sat Dec 25 13:55:52 1993
204 ***************
205 *** 22,28 ****
206   CFLAGS  =     $(OPTIONS)
207   LDFLAGS       =       $(LDOPTIONS)
208 ! LIBES1        =       ../../zotnet/libzot.a ../../mts/libmts.a
209 ! LIBES2        =       ../../config/config.o ../../config/version.o \
210 !               ../../sbr/libmh.a $(LIBES1)
211   LDLIBS1       =       $(LIBES1) $(LDOPTLIB)
212   LDLIBS2       =       $(LIBES2) $(LDOPTLIB)
213 --- 22,33 ----
214   CFLAGS  =     $(OPTIONS)
215   LDFLAGS       =       $(LDOPTIONS)
216 ! #LIBES1       =       ../../zotnet/libzot.a ../../mts/libmts.a
217 ! #LIBES2       =       ../../config/config.o ../../config/version.o \
218 ! #             ../../sbr/libmh.a $(LIBES1)
219 ! #LDLIBS1      =       $(LIBES1) $(LDOPTLIB)
220 ! #LDLIBS2      =       $(LIBES2) $(LDOPTLIB)
221 ! # Linux shared libraries
222 ! LIBES1        =       ../../jump/libzot.sa ../../jump/libmts.sa
223 ! LIBES2        =       ../../jump/libconfig.sa ../../jump/libmh.sa $(LIBES1)
224   LDLIBS1       =       $(LIBES1) $(LDOPTLIB)
225   LDLIBS2       =       $(LIBES2) $(LDOPTLIB)
226 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/support/pop/Makefile ./support/pop/Makefile
227 *** ../mh-6.8.3-dist/support/pop/Makefile       Sat Dec 25 14:46:20 1993
228 --- ./support/pop/Makefile      Sat Dec 25 13:56:48 1993
229 ***************
230 *** 32,39 ****
231   CFLAGS  =     $(OPTIONS)
232   LDFLAGS       =       $(LDOPTIONS)
233 ! LIBES1        =       ../../zotnet/libzot.a ../../mts/libmts.a
234 ! LIBES2        =       ../../config/config.o ../../sbr/libmh.a $(LIBES1)
235   LDLIBS1       =       $(LIBES1) $(LDOPTLIB)
236 ! LDLIBS2       =       $(LIBES2) ../../config/version.o $(LDOPTLIB)
237   
238   LINT  =       lint
239 --- 32,44 ----
240   CFLAGS  =     $(OPTIONS)
241   LDFLAGS       =       $(LDOPTIONS)
242 ! #LIBES1       =       ../../zotnet/libzot.a ../../mts/libmts.a
243 ! #LIBES2       =       ../../config/config.o ../../sbr/libmh.a $(LIBES1)
244 ! #LDLIBS1      =       $(LIBES1) $(LDOPTLIB)
245 ! #LDLIBS2      =       $(LIBES2) ../../config/version.o $(LDOPTLIB)
246 ! # Linux shared libraries
247 ! LIBES1        =       ../../jump/libzot.sa ../../jump/libmts.sa
248 ! LIBES2        =       ../../jump/libconfig.sa ../../jump/libmh.sa $(LIBES1)
249   LDLIBS1       =       $(LIBES1) $(LDOPTLIB)
250 ! LDLIBS2       =       $(LIBES2) $(LDOPTLIB)
251   
252   LINT  =       lint
253 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/uip/Makefile ./uip/Makefile
254 *** ../mh-6.8.3-dist/uip/Makefile       Sat Dec 25 14:40:03 1993
255 --- ./uip/Makefile      Sat Dec 25 13:57:46 1993
256 ***************
257 *** 56,62 ****
258   CFLAGS        =       $(OPTIONS)
259   LDFLAGS       =       $(LDOPTIONS)
260 ! LIBES =       ../config/config.o ../sbr/libmh.a ../mts/libmts.a \
261 !               ../zotnet/libzot.a
262 ! LDLIBS        =       $(LIBES) ../config/version.o $(LDOPTLIB)
263   LINT  =       lint
264   LFLAGS        =       -bhu $(OPTIONS) $(TMAOPTS)
265 --- 56,66 ----
266   CFLAGS        =       $(OPTIONS)
267   LDFLAGS       =       $(LDOPTIONS)
268 ! #LIBES        =       ../config/config.o ../sbr/libmh.a ../mts/libmts.a \
269 ! #             ../zotnet/libzot.a
270 ! #LDLIBS       =       $(LIBES) ../config/version.o $(LDOPTLIB)
271 ! # Linux shared libraries
272 ! LIBES =       ../jump/libconfig.sa ../jump/libmh.sa ../jump/libmts.sa \
273 !               ../jump/libzot.sa
274 ! LDLIBS        =       $(LIBES) $(LDOPTLIB)
275   LINT  =       lint
276   LFLAGS        =       -bhu $(OPTIONS) $(TMAOPTS)
277 diff --recursive --minimal --context=1 --unidirectional-new-file ../mh-6.8.3-dist/zotnet/Makefile ./zotnet/Makefile
278 *** ../mh-6.8.3-dist/zotnet/Makefile    Sat Dec 25 12:21:46 1993
279 --- ./zotnet/Makefile   Sat Dec 25 14:02:53 1993
280 ***************
281 *** 10,11 ****
282 --- 10,16 ----
283   
284 + # Linux shared library
285 + JUMP_DIR=../jump/
286 + JUMP_LIB=libzot
287 + export JUMP_DIR JUMP_LIB
288
289   CC    =       cc
290 ***************
291 *** 31,33 ****
292   
293 ! .c.o:;                $(CC) $(CFLAGS) -c $*.c
294                 -ld -x -r $@
295 --- 36,42 ----
296   
297 ! # Linux: create $*.j from $*.c, contains DLL version
298 ! .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
299 !               -ld -x -r $@
300 !               mv a.out $*.j
301 !               $(CC) $(CFLAGS) -c $*.c
302                 -ld -x -r $@
303 ***************
304 *** 83,85 ****
305   
306 ! clean:;               -rm -f $(LIB) z$(LIB) _* :* *.o core
307                 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
308 --- 92,94 ----
309   
310 ! clean:;               -rm -f $(LIB) z$(LIB) _* :* *.o *.j core
311                 for d in $(DIRS); do (cd $$d; $(MAKE) clean); done
312 diff --recursive --minimal --context=1 --unidirectional-new-file ../mh-6.8.3-dist/zotnet/bboards/Makefile ./zotnet/bboards/Makefile
313 *** ../mh-6.8.3-dist/zotnet/bboards/Makefile    Sat Dec 25 12:21:47 1993
314 --- ./zotnet/bboards/Makefile   Sat Dec 25 12:40:58 1993
315 ***************
316 *** 10,11 ****
317 --- 10,16 ----
318   
319 + # Linux shared library
320 + JUMP_DIR=../../jump/
321 + JUMP_LIB=libzot
322 + export JUMP_DIR JUMP_LIB
323
324   CC      =     cc
325 ***************
326 *** 18,19 ****
327 --- 23,29 ----
328   
329 + # Linux: create $*.j from $*.c, contains DLL version
330 + .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
331 +               mv $*.o $*.j
332 +               $(CC) $(CFLAGS) -c $*.c
333
334   ######################################################################
335 ***************
336 *** 54,56 ****
337   clean:                unclean
338 !               -rm -f *.o
339   
340 --- 64,66 ----
341   clean:                unclean
342 !               -rm -f *.o *.j
343   
344 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/zotnet/mf/Makefile ./zotnet/mf/Makefile
345 *** ../mh-6.8.3-dist/zotnet/mf/Makefile Sat Dec 25 12:21:49 1993
346 --- ./zotnet/mf/Makefile        Sat Dec 25 14:03:33 1993
347 ***************
348 *** 13,16 ****
349 --- 13,21 ----
350   REMOVE        =       mv -f
351   
352 + # Linux shared library
353 + JUMP_DIR=../../jump/
354 + JUMP_LIB=libzot
355 + export JUMP_DIR JUMP_LIB
356
357   CC      =     cc
358   CFLAGS  =     $(OPTIONS)
359 ***************
360 *** 24,27 ****
361 --- 29,37 ----
362   .c:;            echo $@
363   
364 + # Linux: create $*.j from $*.c, contains DLL version
365 + .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
366 +               mv $*.o $*.j
367 +               $(CC) $(CFLAGS) -c $*.c
368
369   ######################################################################
370   #     Here it is...
371 ***************
372 *** 146,150 ****
373   
374   clean:                unclean
375 !               -rm -f x* *.o
376   
377   unclean:;     -rm -f z* _* :* core eddep makedep MAKEMF
378 --- 156,160 ----
379   
380   clean:                unclean
381 !               -rm -f x* *.o *.j
382   
383   unclean:;     -rm -f z* _* :* core eddep makedep MAKEMF
384 diff --recursive --minimal --context=2 --unidirectional-new-file ../mh-6.8.3-dist/zotnet/mts/Makefile ./zotnet/mts/Makefile
385 *** ../mh-6.8.3-dist/zotnet/mts/Makefile        Sat Dec 25 12:21:50 1993
386 --- ./zotnet/mts/Makefile       Sat Dec 25 14:03:47 1993
387 ***************
388 *** 15,18 ****
389 --- 15,23 ----
390   REMOVE        =       mv -f
391   
392 + # Linux shared library
393 + JUMP_DIR=../../jump/
394 + JUMP_LIB=libzot
395 + export JUMP_DIR JUMP_LIB
396
397   CC      =     cc
398   CFLAGS  =     $(OPTIONS)
399 ***************
400 *** 32,35 ****
401 --- 37,45 ----
402   .c:;            echo $@
403   
404 + # Linux: create $*.j from $*.c, contains DLL version
405 + .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
406 +               mv $*.o $*.j
407 +               $(CC) $(CFLAGS) -c $*.c
408
409   ######################################################################
410   #     Here it is...
411 ***************
412 *** 110,114 ****
413   
414   clean:                unclean
415 !               -rm -f x* *.o
416   
417   unclean:;     -rm -f z* _* :* core eddep makedep MAKEMTS
418 --- 120,124 ----
419   
420   clean:                unclean
421 !               -rm -f x* *.o *.j
422   
423   unclean:;     -rm -f z* _* :* core eddep makedep MAKEMTS
424 diff --recursive --minimal --context=1 --unidirectional-new-file ../mh-6.8.3-dist/zotnet/tws/Makefile ./zotnet/tws/Makefile
425 *** ../mh-6.8.3-dist/zotnet/tws/Makefile        Sat Dec 25 12:21:52 1993
426 --- ./zotnet/tws/Makefile       Sat Dec 25 14:12:29 1993
427 ***************
428 *** 14,15 ****
429 --- 14,20 ----
430   
431 + # Linux shared library
432 + JUMP_DIR=../../jump/
433 + JUMP_LIB=libzot
434 + export JUMP_DIR JUMP_LIB
435
436   CC      =     cc
437 ***************
438 *** 30,31 ****
439 --- 35,41 ----
440   
441 + # Linux: create $*.j from $*.c, contains DLL version
442 + .c.o:;                $(CC) -B/usr/dll/jump/ $(CFLAGS) -c $*.c
443 +               mv $*.o $*.j
444 +               $(CC) $(CFLAGS) -c $*.c
445
446   ######################################################################
447 ***************
448 *** 76,77 ****
449 --- 86,89 ----
450   lexstring.o:  lexstring.c
451 +               $(CC) -B/usr/dll/jump/ $(patsubst -O2,,$(CFLAGS)) -c -DONECASE lexstring.c
452 +               mv $*.o $*.j
453                 $(CC) $(CFLAGS) -c -DONECASE lexstring.c
454 ***************
455 *** 104,106 ****
456   clean:                unclean
457 !               -rm -f dtimep.c *.o date
458   
459 --- 116,118 ----
460   clean:                unclean
461 !               -rm -f dtimep.c *.o *.j date
462