Import ezmlm-idx 0.40
[ezmlm] / Makefile
1 #$Id: Makefile,v 1.117 1999/12/23 02:42:12 lindberg Exp $
2 #$Name: ezmlm-idx-040 $
3 SHELL=/bin/sh
4 SQLCC=`head -1 conf-sqlcc`
5 SQLLD=`head -1 conf-sqlld`
6 default: it
7
8 clean: \
9 TARGETS
10 rm -f `cat TARGETS`
11
12 alloc.0: \
13 alloc.3
14 nroff -man alloc.3 > alloc.0
15
16 alloc.a: \
17 makelib alloc.o alloc_re.o
18 ./makelib alloc.a alloc.o alloc_re.o
19
20 alloc.o: \
21 compile alloc.c alloc.h alloc.c error.h alloc.c
22 ./compile alloc.c
23
24 alloc_re.o: \
25 compile alloc_re.c alloc.h alloc_re.c byte.h alloc_re.c
26 ./compile alloc_re.c
27
28 author.o: \
29 compile author.c mime.h
30 ./compile author.c
31
32 auto-ccld.sh: \
33 conf-cc conf-ld warn-auto.sh
34 ( cat warn-auto.sh; \
35 echo CC=\'`head -1 conf-cc`\'; \
36 echo LD=\'`head -1 conf-ld`\' \
37 ) > auto-ccld.sh
38
39 auto-str: \
40 load auto-str.o substdio.a error.a str.a
41 ./load auto-str substdio.a error.a str.a
42
43 auto-str.o: \
44 compile auto-str.c substdio.h auto-str.c readwrite.h auto-str.c \
45 exit.h auto-str.c
46 ./compile auto-str.c
47
48 auto_cron.c: \
49 auto-str conf-cron
50 ./auto-str auto_cron `head -1 conf-cron` > auto_cron.c
51
52 auto_cron.o: \
53 compile auto_cron.c
54 ./compile auto_cron.c
55
56 auto_bin.c: \
57 auto-str conf-bin
58 ./auto-str auto_bin `head -1 conf-bin` > auto_bin.c
59
60 auto_bin.o: \
61 compile auto_bin.c
62 ./compile auto_bin.c
63
64 auto_qmail.c: \
65 auto-str conf-qmail
66 ./auto-str auto_qmail `head -1 conf-qmail` > auto_qmail.c
67
68 auto_qmail.o: \
69 compile auto_qmail.c
70 ./compile auto_qmail.c
71
72 byte_chr.o: \
73 compile byte_chr.c byte.h byte_chr.c
74 ./compile byte_chr.c
75
76 byte_copy.o: \
77 compile byte_copy.c byte.h byte_copy.c
78 ./compile byte_copy.c
79
80 byte_cr.o: \
81 compile byte_cr.c byte.h byte_cr.c
82 ./compile byte_cr.c
83
84 byte_diff.o: \
85 compile byte_diff.c byte.h byte_diff.c
86 ./compile byte_diff.c
87
88 byte_rchr.o: \
89 compile byte_rchr.c byte.h byte_rchr.c
90 ./compile byte_rchr.c
91
92 byte_zero.o: \
93 compile byte_zero.c byte.h byte_zero.c
94 ./compile byte_zero.c
95
96 case.0: \
97 case.3
98 nroff -man case.3 > case.0
99
100 case.a: \
101 makelib case_diffb.o case_diffs.o case_starts.o case_lowerb.o case_startb.o
102 ./makelib case.a case_diffb.o case_lowerb.o case_startb.o \
103 case_diffs.o case_starts.o
104
105 case_diffb.o: \
106 compile case_diffb.c case.h case_diffb.c
107 ./compile case_diffb.c
108
109 case_diffs.o: \
110 compile case_diffs.c case.h
111 ./compile case_diffs.c
112
113 case_lowerb.o: \
114 compile case_lowerb.c case.h case_lowerb.c
115 ./compile case_lowerb.c
116
117 case_startb.o: \
118 compile case_startb.c case.h case_startb.c
119 ./compile case_startb.c
120
121 checktag.o: \
122 compile checktag.c stralloc.h scan.h fmt.h strerr.h cookie.h \
123 errtxt.h subscribe.h conf-sqlcc
124 ./compile checktag.c ${SQLCC}
125
126 case_starts.o: \
127 compile case_starts.c case.h
128 ./compile case_starts.c
129
130 compile: \
131 make-compile warn-auto.sh systype
132 ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \
133 compile
134 chmod 755 compile
135
136 constmap.o: \
137 compile constmap.c constmap.h constmap.c alloc.h constmap.c case.h \
138 constmap.c
139 ./compile constmap.c
140
141 cookie.o: \
142 compile cookie.c cookie.h cookie.c str.h cookie.c uint32.h cookie.c \
143 surfpcs.h uint32.h surfpcs.h cookie.c
144 ./compile cookie.c
145
146 copy.o: \
147 compile copy.c copy.h stralloc.h substdio.h str.h readwrite.h open.h qmail.h \
148 strerr.h getln.h case.h errtxt.h mime.h error.h quote.h
149 ./compile copy.c
150
151 date2yyyymm.o:\
152 compile date2yyyymm.c yyyymm.h
153 ./compile date2yyyymm.c
154
155 dateline.o:\
156 compile dateline.c yyyymm.h stralloc.h fmt.h
157 ./compile dateline.c
158
159 date822fmt.o: \
160 compile date822fmt.c datetime.h date822fmt.c fmt.h date822fmt.c \
161 date822fmt.h date822fmt.c
162 ./compile date822fmt.c
163
164 datetime.0: \
165 datetime.3
166 nroff -man datetime.3 > datetime.0
167
168 datetime.o: \
169 compile datetime.c datetime.h datetime.c
170 ./compile datetime.c
171
172 direntry.0: \
173 direntry.3
174 nroff -man direntry.3 > direntry.0
175
176 direntry.h: \
177 compile trydrent.c direntry.h1 direntry.h2
178 ( ./compile trydrent.c >/dev/null 2>&1 \
179 && cat direntry.h2 || cat direntry.h1 ) > direntry.h
180 rm -f trydrent.o
181
182 concatHDR.o: \
183 compile concatHDR.c mime.h stralloc.h strerr.h byte.h errtxt.h
184 ./compile concatHDR.c
185
186 decodeB.o: \
187 compile decodeB.c mime.h uint32.h stralloc.h strerr.h errtxt.h
188 ./compile decodeB.c
189
190 decodeHDR.o: \
191 compile decodeHDR.c mime.h stralloc.h strerr.h error.h case.h byte.h \
192 uint32.h errtxt.h
193 ./compile decodeHDR.c
194
195 decodeQ.o: \
196 compile decodeQ.c mime.h stralloc.h strerr.h errtxt.h
197 ./compile decodeQ.c
198
199 encodeB.o: \
200 compile encodeB.c mime.h uint32.h stralloc.h strerr.h errtxt.h
201 ./compile encodeB.c
202
203 encodeQ.o: \
204 compile encodeQ.c mime.h stralloc.h strerr.h errtxt.h
205 ./compile encodeQ.c
206
207 unfoldHDR.o: \
208 compile unfoldHDR.c mime.h stralloc.h strerr.h errtxt.h
209 ./compile unfoldHDR.c
210
211 env.0: \
212 env.3
213 nroff -man env.3 > env.0
214
215 env.a: \
216 makelib env.o envread.o
217 ./makelib env.a env.o envread.o
218
219 env.o: \
220 compile env.c env.h str.h
221 ./compile env.c
222
223 envread.o: \
224 compile envread.c env.h envread.c str.h envread.c
225 ./compile envread.c
226
227 error.0: \
228 error.3
229 nroff -man error.3 > error.0
230
231 error.a: \
232 makelib error.o error_str.o
233 ./makelib error.a error.o error_str.o
234
235 error.o: \
236 compile error.c error.c error.h error.c
237 ./compile error.c
238
239 error_str.0: \
240 error_str.3
241 nroff -man error_str.3 > error_str.0
242
243 error_str.o: \
244 compile error_str.c error_str.c error.h error_str.c
245 ./compile error_str.c
246
247 error_temp.0: \
248 error_temp.3
249 nroff -man error_temp.3 > error_temp.0
250
251 ezmlm-accept: \
252 ezmlm-accept.sh warn-auto.sh conf-bin
253 (cat warn-auto.sh; \
254 echo EZPATH=\'`head -1 conf-bin`\'; \
255 cat ezmlm-accept.sh ) > ezmlm-accept
256
257 ezmlm-accept.0: \
258 ezmlm-accept.1
259 nroff -man ezmlm-accept.1 > ezmlm-accept.0
260
261 ezmlm-archive: \
262 load ezmlm-archive.o getconf.o slurpclose.o slurp.o getln.a sig.a \
263 strerr.a substdio.a stralloc.a alloc.a error.a str.a fs.a open.a \
264 lock.a fd.a getopt.a idxthread.o yyyymm.a
265 ./load ezmlm-archive getconf.o slurpclose.o slurp.o getln.a sig.a \
266 idxthread.o yyyymm.a strerr.a substdio.a stralloc.a alloc.a \
267 error.a str.a fs.a open.a lock.a fd.a getopt.a
268
269 ezmlm-archive.0: \
270 ezmlm-archive.1
271 nroff -man ezmlm-archive.1 > ezmlm-archive.0
272
273 ezmlm-archive.o: \
274 compile ezmlm-archive.c alloc.h error.h stralloc.h gen_alloc.h str.h \
275 sig.h slurp.h getconf.h strerr.h getln.h substdio.h readwrite.h \
276 makehash.h fmt.h strerr.h errtxt.h idx.h idxthread.h sgetopt.h subgetopt.h
277 ./compile ezmlm-archive.c
278
279 ezmlm-cgi: \
280 load ezmlm-cgi.o getconf.o slurpclose.o slurp.o constmap.o getln.a sig.a \
281 mime.a strerr.a substdio.a stralloc.a alloc.a error.a str.a fs.a open.a \
282 lock.a fd.a getopt.a env.a case.a datetime.o now.o mime.a wait.a yyyymm.a
283 ./load ezmlm-cgi getconf.o slurpclose.o slurp.o constmap.o getln.a \
284 mime.a sig.a env.a case.a datetime.o now.o mime.a wait.a yyyymm.a \
285 strerr.a substdio.a stralloc.a alloc.a error.a str.a fs.a open.a \
286 lock.a fd.a getopt.a
287
288 ezmlm-cgi.0: \
289 ezmlm-cgi.1
290 nroff -man ezmlm-cgi.1 > ezmlm-cgi.0
291
292 ezmlm-cgi.o: \
293 compile ezmlm-cgi.c alloc.h error.h stralloc.h gen_alloc.h str.h \
294 sig.h slurp.h getconf.h strerr.h getln.h substdio.h readwrite.h env.h \
295 makehash.h fmt.h strerr.h errtxt.h idx.h idxthread.h mime.h \
296 constmap.h sgetopt.h subgetopt.h datetime.h now.h fork.h wait.h
297 ./compile ezmlm-cgi.c
298
299 ezmlm-check: \
300 ezmlm-check.sh warn-auto.sh conf-bin
301 (cat warn-auto.sh; \
302 echo EZPATH=\'`head -1 conf-bin`\'; \
303 echo QMPATH=\'`head -1 conf-qmail`\'; \
304 cat ezmlm-check.sh ) > ezmlm-check
305
306 ezmlm-check.0: \
307 ezmlm-check.1
308 nroff -man ezmlm-check.1 > ezmlm-check.0
309
310 ezmlm-clean: \
311 load ezmlm-clean.o auto_qmail.o getconf.o copy.o mime.a \
312 now.o datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o \
313 getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a surf.a \
314 error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a cookie.o getopt.a
315 ./load ezmlm-clean auto_qmail.o getconf.o copy.o mime.a \
316 now.o datetime.o date822fmt.o slurpclose.o \
317 slurp.o qmail.o quote.o getln.a env.a sig.a strerr.a \
318 substdio.a stralloc.a alloc.a error.a str.a fs.a case.a \
319 open.a seek.a wait.a lock.a fd.a cookie.o getopt.a surf.a
320
321 ezmlm-clean.0: \
322 ezmlm-clean.1
323 nroff -man ezmlm-clean.1 > ezmlm-clean.0
324
325 ezmlm-clean.o: \
326 compile ezmlm-clean.c error.h stralloc.h gen_alloc.h str.h \
327 env.h sig.h slurp.h getconf.h strerr.h byte.h getln.h case.h copy.h mime.h \
328 qmail.h substdio.h readwrite.h seek.h quote.h datetime.h now.h cookie.h \
329 date822fmt.h direntry.h fmt.h strerr.h errtxt.h idx.h sgetopt.h subgetopt.h
330 ./compile ezmlm-clean.c
331
332 ezmlm-cron: \
333 load ezmlm-cron.o strerr.a stralloc.a alloc.a error.a open.a auto_qmail.o \
334 getopt.a getln.a str.a substdio.a sig.a fs.a open.a fd.a lock.a wait.a \
335 case.a auto_cron.o
336 ./load ezmlm-cron getopt.a getln.a strerr.a substdio.a \
337 stralloc.a alloc.a sig.a fs.a open.a fd.a lock.a error.a \
338 wait.a case.a str.a auto_qmail.o auto_cron.o
339
340 ezmlm-cron.0: \
341 ezmlm-cron.1
342 nroff -man ezmlm-cron.1 > ezmlm-cron.0
343
344 ezmlm-cron.o: \
345 compile ezmlm-cron.c strerr.h substdio.h stralloc.h error.h str.h \
346 fork.h readwrite.h wait.h errtxt.h idx.h sgetopt.h auto_qmail.h \
347 fmt.h auto_cron.h
348 ./compile ezmlm-cron.c
349
350 ezmlm-gate: \
351 load ezmlm-gate.o subdb.a auto_bin.o getopt.a getln.a env.a sig.a strerr.a \
352 stralloc.a alloc.a error.a str.a case.a wait.a substdio.a open.a lock.a \
353 fs.a getconf.o slurpclose.o slurp.o seek.a conf-sqlld
354 ./load ezmlm-gate subdb.a getconf.o slurpclose.o slurp.o \
355 getopt.a getln.a auto_bin.o env.a sig.a fs.a \
356 strerr.a substdio.a stralloc.a alloc.a error.a str.a case.a wait.a \
357 open.a lock.a seek.a ${SQLLD}
358
359 ezmlm-gate.0: \
360 ezmlm-gate.1
361 nroff -man ezmlm-gate.1 > ezmlm-gate.0
362
363 ezmlm-gate.o: \
364 compile ezmlm-gate.c idx.h errtxt.h subscribe.h auto_bin.h \
365 sgetopt.h subgetopt.h substdio.h getconf.h \
366 env.h sig.h strerr.h stralloc.h alloc.h error.h str.h case.h \
367 fork.h wait.h exit.h getln.h open.h
368 ./compile ezmlm-gate.c
369
370 ezmlm-get: \
371 load ezmlm-get.o idxthread.o subdb.a auto_qmail.o getopt.a now.o getconf.o \
372 datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o makehash.o \
373 cookie.o surf.a yyyymm.a \
374 constmap.o getln.a env.a sig.a strerr.a substdio.a mime.a stralloc.a alloc.a \
375 error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a copy.o conf-sqlld
376 ./load ezmlm-get idxthread.o subdb.a auto_qmail.o getopt.a getconf.o \
377 now.o datetime.o date822fmt.o cookie.o makehash.o slurpclose.o slurp.o \
378 yyyymm.a \
379 constmap.o substdio.a copy.o mime.a strerr.a stralloc.a alloc.a \
380 qmail.o quote.o surf.a getln.a env.a sig.a \
381 error.a str.a fs.a case.a \
382 open.a seek.a wait.a lock.a fd.a ${SQLLD}
383
384 ezmlm-get.o: \
385 compile ezmlm-get.c idx.h errtxt.h error.h getconf.h stralloc.h gen_alloc.h \
386 str.h cookie.h env.h sig.h slurp.h strerr.h byte.h getln.h case.h qmail.h \
387 substdio.h readwrite.h seek.h quote.h sgetopt.h subgetopt.h datetime.h now.h \
388 date822fmt.h fmt.h strerr.h copy.h errtxt.h idx.h idxthread.h mime.h \
389 constmap.h makehash.h
390 ./compile ezmlm-get.c
391
392 ezmlm-get.0: \
393 ezmlm-get.1
394 nroff -man ezmlm-get.1 > ezmlm-get.0
395
396 ezmlm-greturn: \
397 load ezmlm-greturn.o quote.o getconf.o subdb.a log.o \
398 slurpclose.o slurp.o now.o cookie.o surf.a lock.a env.a sig.a \
399 strerr.a getln.a substdio.a stralloc.a alloc.a error.a str.a fs.a \
400 case.a open.a conf-sqlld
401 ./load ezmlm-greturn quote.o getconf.o subdb.a \
402 log.o slurpclose.o slurp.o now.o cookie.o surf.a lock.a \
403 env.a sig.a strerr.a getln.a substdio.a stralloc.a alloc.a \
404 error.a str.a fs.a case.a open.a ${SQLLD}
405
406 ezmlm-greturn.0: \
407 ezmlm-greturn.1
408 nroff -man ezmlm-greturn.1 > ezmlm-greturn.0
409
410 ezmlm-greturn.o: \
411 compile ezmlm-greturn.c stralloc.h gen_alloc.h stralloc.h str.h env.h sig.h \
412 slurp.h getconf.h strerr.h byte.h case.h getln.h substdio.h error.h \
413 quote.h readwrite.h fmt.h datetime.h now.h cookie.h \
414 strerr.h subscribe.h
415 ./compile ezmlm-greturn.c
416
417 ezmlm-gwarn: \
418 load ezmlm-gwarn.o auto_qmail.o getconf.o mime.a cookie.o subdb.a now.o \
419 slurpclose.o slurp.o quote.o datetime.o date822fmt.o qmail.o surf.a \
420 case.a strerr.a sig.a getln.a substdio.a stralloc.a alloc.a error.a \
421 open.a lock.a str.a fs.a fd.a wait.a copy.o getopt.a conf-sqlld
422 ./load ezmlm-gwarn auto_qmail.o getconf.o mime.a \
423 cookie.o subdb.a getopt.a \
424 now.o slurpclose.o slurp.o quote.o datetime.o date822fmt.o \
425 qmail.o surf.a case.a strerr.a sig.a getln.a substdio.a \
426 stralloc.a alloc.a error.a open.a lock.a str.a fs.a fd.a \
427 wait.a copy.o ${SQLLD}
428
429 ezmlm-gwarn.0: \
430 ezmlm-gwarn.1
431 nroff -man ezmlm-gwarn.1 > ezmlm-gwarn.0
432
433 ezmlm-gwarn.o: \
434 compile ezmlm-gwarn.c direntry.h readwrite.h getln.h \
435 substdio.h stralloc.h gen_alloc.h slurp.h getconf.h byte.h error.h str.h \
436 sig.h now.h datetime.h date822fmt.h fmt.h cookie.h qmail.h substdio.h \
437 qmail.h copy.h mime.h idx.h errtxt.h sgetopt.h subgetopt.h
438 ./compile ezmlm-gwarn.c
439
440 ezmlm-idx: \
441 load ezmlm-idx.o slurp.o slurpclose.o mime.a wait.a getopt.a \
442 getln.a strerr.a sig.h sig.a open.a lock.a substdio.a stralloc.a \
443 alloc.a error.a str.a fd.a case.a fs.a getconf.o makehash.o surf.o mime.a
444 ./load ezmlm-idx \
445 mime.a slurp.o slurpclose.o wait.a getln.a strerr.a sig.a open.a \
446 lock.a mime.a substdio.a stralloc.a alloc.a error.a str.a fd.a \
447 getopt.a case.a fs.a getconf.o makehash.o surf.o
448
449 ezmlm-idx.o: \
450 compile ezmlm-idx.c stralloc.h getconf.h \
451 substdio.h subfd.h strerr.h error.h sgetopt.h \
452 lock.h sig.h slurp.h open.h getln.h case.h \
453 str.h fmt.h readwrite.h exit.h idx.h mime.h errtxt.h uint32.h
454 ./compile ezmlm-idx.c
455
456 ezmlm-idx.0: \
457 ezmlm-idx.1
458 nroff -man ezmlm-idx.1 > ezmlm-idx.0
459
460 ezmlm-glconf: \
461 ezmlm-glconf.sh warn-auto.sh conf-bin
462 (cat warn-auto.sh; \
463 echo EZPATH=\'`head -1 conf-bin`\'; \
464 cat ezmlm-glconf.sh ) > ezmlm-glconf
465
466 ezmlm-glconf.0: \
467 ezmlm-glconf.1
468 nroff -man ezmlm-glconf.1 > ezmlm-glconf.0
469
470 ezmlm-issubn: \
471 load ezmlm-issubn.o subdb.a getconf.o slurpclose.o slurp.o \
472 env.a fs.a strerr.a getln.a getopt.a conf-sqlld \
473 substdio.a stralloc.a alloc.a error.a str.a case.a open.a lock.a
474 ./load ezmlm-issubn subdb.a getconf.o slurpclose.o slurp.o \
475 getopt.a env.a fs.a strerr.a \
476 getln.a substdio.a stralloc.a alloc.a error.a str.a case.a \
477 open.a lock.a ${SQLLD}
478
479 ezmlm-issubn.0: \
480 ezmlm-issubn.1
481 nroff -man ezmlm-issubn.1 > ezmlm-issubn.0
482
483 ezmlm-issubn.o: \
484 compile ezmlm-issubn.c strerr.h subscribe.h env.h errtxt.h sgetopt.h idx.h
485 ./compile ezmlm-issubn.c
486
487 ezmlm-limit: \
488 load ezmlm-limit.o getconf.o slurpclose.o slurp.o substdio.a stralloc.a \
489 alloc.a error.a str.a case.a open.a lock.a getopt.a fs.a sig.a now.o
490 ./load ezmlm-limit getconf.o slurpclose.o slurp.o getopt.a \
491 strerr.a substdio.a stralloc.a alloc.a error.a str.a case.a \
492 open.a lock.a fs.a sig.a now.o
493
494 ezmlm-limit.0: \
495 ezmlm-limit.1
496 nroff -man ezmlm-limit.1 > ezmlm-limit.0
497
498 ezmlm-limit.o: \
499 compile ezmlm-limit.c stralloc.h strerr.h substdio.h readwrite.h sig.h lock.h \
500 getconf.h fmt.h now.h sgetopt.h error.h errtxt.h idx.h datetime.h
501 ./compile ezmlm-limit.c
502
503 ezmlm-list: \
504 load ezmlm-list.o subdb.a fs.a getconf.o slurpclose.o slurp.o \
505 strerr.a getln.a substdio.a stralloc.a alloc.a \
506 error.a open.a str.a case.a getopt.a conf-sqlld
507 ./load ezmlm-list subdb.a fs.a getconf.o slurpclose.o slurp.o \
508 strerr.a getln.a getopt.a substdio.a stralloc.a \
509 alloc.a error.a open.a str.a case.a ${SQLLD}
510
511 ezmlm-list.0: \
512 ezmlm-list.1
513 nroff -man ezmlm-list.1 > ezmlm-list.0
514
515 ezmlm-list.o: \
516 compile ezmlm-list.c stralloc.h gen_alloc.h substdio.h getln.h strerr.h \
517 error.h readwrite.h exit.h open.h errtxt.h subscribe.h exit.h sgetopt.h \
518 idx.h fmt.h
519 ./compile ezmlm-list.c
520
521 ezmlm-make: \
522 load ezmlm-make.o auto_bin.o open.a getln.a getopt.a substdio.a strerr.a \
523 stralloc.a alloc.a error.a lock.a str.a
524 ./load ezmlm-make auto_bin.o open.a getln.a getopt.a substdio.a \
525 strerr.a stralloc.a alloc.a error.a lock.a str.a
526
527 ezmlm-make.0: \
528 ezmlm-make.1
529 nroff -man ezmlm-make.1 > ezmlm-make.0
530
531 ezmlm-make.o: \
532 compile ezmlm-make.c ezmlm-make.c ezmlm-make.c sgetopt.h subgetopt.h \
533 sgetopt.h ezmlm-make.c stralloc.h gen_alloc.h stralloc.h ezmlm-make.c \
534 strerr.h ezmlm-make.c exit.h ezmlm-make.c readwrite.h ezmlm-make.c \
535 open.h ezmlm-make.c substdio.h ezmlm-make.c str.h ezmlm-make.c \
536 auto_bin.h ezmlm-make.c ezmlm-make.c ezmlm-make.c ezmlm-make.c \
537 errtxt.h idx.h getln.h lock.h
538 ./compile ezmlm-make.c
539
540 ezmlm-manage: \
541 load ezmlm-manage.o auto_qmail.o getconf.o subdb.a log.o cookie.o \
542 now.o datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o \
543 surf.a getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a \
544 error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a getopt.a \
545 mime.a copy.o conf-sqlld
546 ./load ezmlm-manage subdb.a auto_qmail.o getconf.o copy.o \
547 mime.a log.o cookie.o now.o datetime.o date822fmt.o slurpclose.o \
548 slurp.o qmail.o quote.o surf.a getln.a env.a sig.a strerr.a \
549 substdio.a stralloc.a alloc.a error.a str.a fs.a case.a \
550 open.a seek.a wait.a lock.a fd.a getopt.a ${SQLLD}
551
552 ezmlm-manage.0: \
553 ezmlm-manage.1
554 nroff -man ezmlm-manage.1 > ezmlm-manage.0
555
556 ezmlm-manage.o: \
557 compile ezmlm-manage.c ezmlm-manage.c ezmlm-manage.c error.h \
558 ezmlm-manage.c stralloc.h gen_alloc.h stralloc.h ezmlm-manage.c str.h \
559 ezmlm-manage.c env.h ezmlm-manage.c sig.h ezmlm-manage.c slurp.h \
560 ezmlm-manage.c getconf.h ezmlm-manage.c strerr.h ezmlm-manage.c \
561 byte.h ezmlm-manage.c getln.h ezmlm-manage.c case.h ezmlm-manage.c \
562 qmail.h substdio.h qmail.h ezmlm-manage.c substdio.h substdio.h \
563 ezmlm-manage.c readwrite.h ezmlm-manage.c seek.h ezmlm-manage.c \
564 quote.h ezmlm-manage.c datetime.h ezmlm-manage.c now.h datetime.h \
565 datetime.h now.h ezmlm-manage.c date822fmt.h ezmlm-manage.c fmt.h \
566 ezmlm-manage.c subscribe.h strerr.h strerr.h subscribe.h \
567 sgetopt.h subgetopt.h cookie.h idx.h errtxt.h copy.h
568 ./compile ezmlm-manage.c
569
570 ezmlm-mktab.0: \
571 ezmlm-mktab.1
572 nroff -man ezmlm-mktab.1 > ezmlm-mktab.0
573
574 ezmlm-moderate: \
575 load ezmlm-moderate.o auto_qmail.o getconf.o auto_bin.o copy.o mime.a \
576 cookie.o now.o datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o \
577 surf.a getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a \
578 error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a getopt.a
579 ./load ezmlm-moderate auto_qmail.o getconf.o copy.o mime.a \
580 cookie.o now.o datetime.o date822fmt.o slurpclose.o \
581 slurp.o qmail.o quote.o surf.a getln.a env.a sig.a strerr.a \
582 substdio.a stralloc.a alloc.a error.a str.a fs.a case.a \
583 auto_bin.o open.a seek.a wait.a lock.a fd.a getopt.a
584
585 ezmlm-moderate.0: \
586 ezmlm-moderate.1
587 nroff -man ezmlm-moderate.1 > ezmlm-moderate.0
588
589 ezmlm-moderate.o: \
590 compile ezmlm-moderate.c error.h stralloc.h gen_alloc.h str.h \
591 env.h sig.h slurp.h getconf.h strerr.h byte.h getln.h case.h \
592 qmail.h substdio.h readwrite.h seek.h quote.h datetime.h now.h \
593 date822fmt.h fmt.h strerr.h cookie.h errtxt.h idx.h copy.h mime.h \
594 subgetopt.h sgetopt.h auto_bin.h fork.h wait.h
595 ./compile ezmlm-moderate.c
596
597 ezmlm-request: \
598 load ezmlm-request.o subdb.a getconf.o constmap.o getln.a auto_qmail.o qmail.o \
599 strerr.a slurpclose.o slurp.o getopt.a env.a open.a fd.a sig.a case.a \
600 substdio.a error.a stralloc.a alloc.a str.a case.a fs.a wait.a seek.a \
601 date822fmt.o now.o datetime.o quote.o copy.o mime.a conf-sqlld
602 ./load ezmlm-request subdb.a getconf.o constmap.o getln.a auto_qmail.o \
603 qmail.o date822fmt.o datetime.o now.o quote.o \
604 slurpclose.o slurp.o env.a open.a sig.a wait.a getopt.a \
605 strerr.a substdio.a error.a copy.o stralloc.a alloc.a substdio.a \
606 str.a case.a fs.a fd.a sig.a wait.a seek.a mime.a ${SQLLD}
607
608 ezmlm-request.0:
609 nroff -man ezmlm-request.1 > ezmlm-request.0
610
611 ezmlm-request.o: \
612 compile ezmlm-request.c stralloc.h subfd.h strerr.h error.h qmail.h env.h \
613 sig.h open.h getln.h case.h str.h readwrite.h exit.h substdio.h quote.h \
614 getconf.h constmap.h fmt.h byte.h errtxt.h idx.h datetime.h date822fmt.h \
615 subscribe.h now.h copy.h
616 ./compile ezmlm-request.c
617
618 ezmlm-reject: \
619 load ezmlm-reject.o getln.a strerr.a substdio.a error.a stralloc.a open.a \
620 qmail.o env.a seek.a fd.a wait.a auto_qmail.o \
621 alloc.a getconf.o slurp.o slurpclose.o str.a getopt.a case.a constmap.o fs.a
622 ./load ezmlm-reject qmail.o getln.a strerr.a substdio.a error.a fs.a \
623 env.a constmap.o getconf.o slurp.o slurpclose.o stralloc.a alloc.a \
624 seek.a str.a getopt.a case.a open.a fd.a wait.a auto_qmail.o
625
626 ezmlm-reject.0: \
627 ezmlm-reject.1
628 nroff -man ezmlm-reject.1 > ezmlm-reject.0
629
630 ezmlm-reject.o: \
631 compile ezmlm-reject.c strerr.h substdio.h readwrite.h stralloc.h gen_alloc.h \
632 stralloc.h getln.h sgetopt.h subgetopt.h constmap.h getconf.h errtxt.h \
633 scan.h fmt.h idx.h qmail.h env.h seek.h
634 ./compile ezmlm-reject.c
635
636 ezmlm-return: \
637 load ezmlm-return.o quote.o getconf.o subdb.a log.o \
638 slurpclose.o slurp.o now.o cookie.o surf.a lock.a env.a sig.a \
639 strerr.a getln.a substdio.a stralloc.a alloc.a error.a str.a fs.a \
640 case.a open.a conf-sqlld
641 ./load ezmlm-return quote.o getconf.o subdb.a \
642 log.o slurpclose.o slurp.o now.o cookie.o surf.a lock.a \
643 env.a sig.a strerr.a getln.a substdio.a stralloc.a alloc.a \
644 error.a str.a fs.a case.a open.a ${SQLLD}
645
646 ezmlm-return.0: \
647 ezmlm-return.1
648 nroff -man ezmlm-return.1 > ezmlm-return.0
649
650 ezmlm-return.o: \
651 compile ezmlm-return.c stralloc.h gen_alloc.h stralloc.h \
652 ezmlm-return.c str.h ezmlm-return.c env.h ezmlm-return.c sig.h \
653 ezmlm-return.c slurp.h ezmlm-return.c getconf.h ezmlm-return.c \
654 strerr.h ezmlm-return.c byte.h ezmlm-return.c case.h ezmlm-return.c \
655 getln.h ezmlm-return.c substdio.h ezmlm-return.c error.h direntry.h \
656 ezmlm-return.c quote.h ezmlm-return.c readwrite.h ezmlm-return.c \
657 fmt.h ezmlm-return.c now.h datetime.h now.h ezmlm-return.c cookie.h \
658 ezmlm-return.c subscribe.h strerr.h strerr.h subscribe.h \
659 strerr.h strerr.h
660 ./compile ezmlm-return.c
661
662 ezmlm-send: \
663 load ezmlm-send.o auto_qmail.o getconf.o qmail.o constmap.o slurp.o \
664 slurpclose.o wait.a getln.a strerr.a sig.a env.a open.a lock.a conf-sqlld \
665 substdio.a cookie.o stralloc.a alloc.a error.a str.a fd.a case.a fs.a surf.a \
666 getopt.a copy.o mime.a subdb.a makehash.o surf.o makehash.o str.a quote.o
667 ./load ezmlm-send subdb.a cookie.o surf.a auto_qmail.o getconf.o \
668 getopt.a qmail.o quote.o constmap.o slurp.o slurpclose.o \
669 wait.a getln.a strerr.a \
670 sig.a env.a open.a lock.a substdio.a stralloc.a alloc.a error.a \
671 fd.a case.a fs.a getopt.a copy.o mime.a makehash.o str.a ${SQLLD}
672
673 ezmlm-send.0: \
674 ezmlm-send.1
675 nroff -man ezmlm-send.1 > ezmlm-send.0
676
677 ezmlm-send.o: \
678 compile ezmlm-send.c stralloc.h gen_alloc.h copy.h \
679 subfd.h substdio.h strerr.h error.h qmail.h env.h makehash.h sgetopt.h \
680 lock.h sig.h open.h getln.h case.h scan.h str.h fmt.h readwrite.h quote.h \
681 exit.h getconf.h constmap.h byte.h errtxt.h idx.h mime.h subscribe.h \
682 uint32.h
683 ./compile ezmlm-send.c
684
685 ezmlm-master: \
686 load ezmlm-master.o auto_qmail.o getconf.o qmail.o constmap.o slurp.o \
687 slurpclose.o wait.a getln.a strerr.a sig.a env.a open.a lock.a conf-sqlld \
688 substdio.a cookie.o stralloc.a alloc.a error.a str.a fd.a case.a fs.a surf.a\
689 getopt.a copy.o mime.a subdb.a makehash.o surf.o makehash.o str.a quote.o
690 ./load ezmlm-master subdb.a cookie.o surf.a auto_qmail.o getconf.o \
691 getopt.a qmail.o quote.o constmap.o slurp.o slurpclose.o \
692 wait.a getln.a strerr.a \
693 sig.a env.a open.a lock.a substdio.a stralloc.a alloc.a error.a \
694 fd.a case.a fs.a getopt.a copy.o mime.a makehash.o str.a ${SQLLD}
695
696 ezmlm-master.0: \
697 ezmlm-master.1
698 nroff -man ezmlm-master.1 > ezmlm-master.0
699
700 ezmlm-master.o: \
701 compile ezmlm-master.c stralloc.h gen_alloc.h copy.h \
702 subfd.h substdio.h strerr.h error.h qmail.h env.h makehash.h sgetopt.h \
703 lock.h sig.h open.h getln.h case.h scan.h str.h fmt.h readwrite.h quote.h \
704 exit.h getconf.h constmap.h byte.h errtxt.h idx.h mime.h subscribe.h \
705 uint32.h
706 ./compile ezmlm-master.c
707
708 ezmlm-slave: \
709 load ezmlm-slave.o auto_qmail.o getconf.o qmail.o constmap.o slurp.o \
710 slurpclose.o wait.a getln.a strerr.a sig.a env.a open.a lock.a conf-sqlld \
711 substdio.a cookie.o stralloc.a alloc.a error.a str.a fd.a case.a fs.a surf.a \
712 getopt.a copy.o mime.a subdb.a makehash.o surf.o makehash.o str.a quote.o
713 ./load ezmlm-slave subdb.a cookie.o surf.a auto_qmail.o getconf.o \
714 getopt.a qmail.o quote.o constmap.o slurp.o slurpclose.o \
715 wait.a getln.a strerr.a \
716 sig.a env.a open.a lock.a substdio.a stralloc.a alloc.a error.a \
717 fd.a case.a fs.a getopt.a copy.o mime.a makehash.o str.a ${SQLLD}
718
719 ezmlm-slave.0: \
720 ezmlm-slave.1
721 nroff -man ezmlm-slave.1 > ezmlm-slave.0
722
723 ezmlm-slave.o: \
724 compile ezmlm-slave.c stralloc.h gen_alloc.h copy.h \
725 subfd.h substdio.h strerr.h error.h qmail.h env.h makehash.h sgetopt.h \
726 lock.h sig.h open.h getln.h case.h scan.h str.h fmt.h readwrite.h quote.h \
727 exit.h getconf.h constmap.h byte.h errtxt.h idx.h mime.h subscribe.h \
728 uint32.h
729 ./compile ezmlm-slave.c
730
731 ezmlm-split: \
732 load ezmlm-split.o auto_qmail.o getconf.o \
733 slurpclose.o slurp.o qmail.o quote.o wait.a \
734 getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a \
735 error.a str.a fs.a case.a open.a fd.a
736 ./load ezmlm-split auto_qmail.o getconf.o slurpclose.o \
737 slurp.o qmail.o quote.o getln.a env.a sig.a strerr.a \
738 substdio.a stralloc.a alloc.a error.a str.a fs.a case.a \
739 open.a fd.a wait.a
740
741 ezmlm-split.0: \
742 ezmlm-split.1
743 nroff -man ezmlm-split.1 > ezmlm-split.0
744
745 ezmlm-split.o: \
746 compile ezmlm-split.c error.h stralloc.h gen_alloc.h str.h \
747 env.h sig.h getconf.h strerr.h byte.h getln.h case.h \
748 qmail.h substdio.h readwrite.h quote.h \
749 fmt.h errtxt.h idx.h uint32.h
750 ./compile ezmlm-split.c
751
752 ezmlm-store: \
753 load ezmlm-store.o auto_qmail.o getconf.o subdb.a log.o auto_bin.o mime.a \
754 cookie.o now.o datetime.o date822fmt.o slurpclose.o slurp.o qmail.o quote.o \
755 surf.a getln.a env.a sig.a strerr.a substdio.a stralloc.a alloc.a conf-sqlld \
756 error.a str.a fs.a case.a open.a seek.a wait.a lock.a fd.a getopt.a copy.o
757 ./load ezmlm-store auto_qmail.o getconf.o subdb.a copy.o mime.a \
758 log.o cookie.o now.o datetime.o date822fmt.o slurpclose.o \
759 slurp.o qmail.o quote.o surf.a getln.a env.a sig.a strerr.a \
760 substdio.a stralloc.a alloc.a error.a str.a fs.a case.a \
761 open.a seek.a wait.a lock.a fd.a getopt.a auto_bin.o ${SQLLD}
762
763 ezmlm-store.0: \
764 ezmlm-store.1
765 nroff -man ezmlm-store.1 > ezmlm-store.0
766
767 ezmlm-store.o: \
768 compile ezmlm-store.c error.h stralloc.h gen_alloc.h str.h \
769 sgetopt.h subgetopt.h fork.h wait.h auto_bin.h lock.h mime.h \
770 env.h sig.h slurp.h getconf.h strerr.h byte.h getln.h case.h \
771 qmail.h substdio.h readwrite.h seek.h quote.h datetime.h now.h \
772 date822fmt.h fmt.h subscribe.h strerr.h cookie.h errtxt.h idx.h copy.h
773 ./compile ezmlm-store.c
774
775 ezmlm-sub: \
776 load ezmlm-sub.o subdb.a getconf.o slurpclose.o slurp.o \
777 log.o now.o fs.a strerr.a getln.a getopt.a fs.a conf-sqlld \
778 substdio.a stralloc.a alloc.a error.a str.a case.a open.a lock.a
779 ./load ezmlm-sub subdb.a getconf.o slurpclose.o slurp.o \
780 log.o now.o fs.a strerr.a getopt.a fs.a \
781 getln.a substdio.a stralloc.a alloc.a error.a str.a case.a \
782 open.a lock.a ${SQLLD}
783
784 ezmlm-sub.0: \
785 ezmlm-sub.1
786 nroff -man ezmlm-sub.1 > ezmlm-sub.0
787
788 ezmlm-sub.o: \
789 compile ezmlm-sub.c strerr.h ezmlm-sub.c subscribe.h strerr.h \
790 getln.h substdio.h stralloc.h readwrite.h \
791 strerr.h subscribe.h log.h errtxt.h sgetopt.h scan.h idx.h
792 ./compile ezmlm-sub.c
793
794 ezmlm-test: \
795 ezmlm-test.sh warn-auto.sh conf-bin
796 (cat warn-auto.sh; \
797 echo QMPATH=\'`head -1 conf-qmail`\'; \
798 cat ezmlm-test.sh ) > ezmlm-test; \
799 chmod 755 ezmlm-test
800
801 ezmlm-test.0: \
802 ezmlm-test.1
803 nroff -man ezmlm-test.1 > ezmlm-test.0
804
805 ezmlm-tstdig: \
806 load ezmlm-tstdig.o getopt.a getconf.o now.o fs.a strerr.a getln.a \
807 lock.a \
808 substdio.a stralloc.a alloc.a error.a str.a case.a sig.a \
809 open.a slurpclose.o slurp.o env.a
810 ./load ezmlm-tstdig getopt.a getconf.o env.a now.o fs.a strerr.a \
811 lock.a getln.a substdio.a stralloc.a alloc.a error.a str.a case.a \
812 sig.a slurpclose.o slurp.o open.a
813
814 ezmlm-tstdig.0: \
815 ezmlm-tstdig.1
816 nroff -man ezmlm-tstdig.1 > ezmlm-tstdig.0
817
818 ezmlm-tstdig.o: \
819 compile ezmlm-tstdig.c strerr.h sgetopt.h getconf.h \
820 sig.h now.h errtxt.h stralloc.h sig.h env.h fmt.h substdio.h readwrite.h \
821 now.h idx.h
822 ./compile ezmlm-tstdig.c
823
824 ezmlm-unsub: \
825 load ezmlm-unsub.o subdb.a getconf.o slurpclose.o slurp.o \
826 log.o now.o fs.a strerr.a getln.a getopt.a fs.a conf-sqlld \
827 substdio.a stralloc.a alloc.a error.a str.a case.a open.a lock.a
828 ./load ezmlm-unsub subdb.a getopt.a getconf.o slurpclose.o slurp.o \
829 log.o now.o fs.a strerr.a fs.a \
830 getln.a substdio.a stralloc.a alloc.a error.a str.a case.a \
831 open.a lock.a ${SQLLD}
832
833 ezmlm-unsub.0: \
834 ezmlm-unsub.1
835 nroff -man ezmlm-unsub.1 > ezmlm-unsub.0
836
837 ezmlm-unsub.o: \
838 compile ezmlm-unsub.c strerr.h subscribe.h \
839 log.h errtxt.h sgetopt.h scan.h idx.h readwrite.h stralloc.h substdio.h
840 ./compile ezmlm-unsub.c
841
842 ezmlm-warn: \
843 load ezmlm-warn.o auto_qmail.o getconf.o mime.a cookie.o subdb.a now.o \
844 slurpclose.o slurp.o quote.o datetime.o date822fmt.o qmail.o surf.a \
845 case.a strerr.a sig.a getln.a substdio.a stralloc.a alloc.a error.a \
846 open.a lock.a str.a fs.a fd.a wait.a copy.o getopt.a conf-sqlld
847 ./load ezmlm-warn auto_qmail.o getconf.o mime.a \
848 cookie.o subdb.a getopt.a \
849 now.o slurpclose.o slurp.o quote.o datetime.o date822fmt.o \
850 qmail.o surf.a case.a strerr.a sig.a getln.a substdio.a \
851 stralloc.a alloc.a error.a open.a lock.a str.a fs.a fd.a \
852 wait.a copy.o ${SQLLD}
853
854 ezmlm-warn.0: \
855 ezmlm-warn.1
856 nroff -man ezmlm-warn.1 > ezmlm-warn.0
857
858 ezmlm-warn.o: \
859 compile ezmlm-warn.c direntry.h readwrite.h getln.h \
860 substdio.h stralloc.h gen_alloc.h slurp.h getconf.h byte.h error.h str.h \
861 sig.h now.h datetime.h date822fmt.h fmt.h cookie.h qmail.h substdio.h \
862 qmail.h copy.h mime.h idx.h errtxt.h sgetopt.h subgetopt.h
863 ./compile ezmlm-warn.c
864
865 ezmlm-weed: \
866 load ezmlm-weed.o getln.a strerr.a substdio.a error.a case.a stralloc.a \
867 alloc.a str.a
868 ./load ezmlm-weed getln.a strerr.a substdio.a error.a \
869 case.a stralloc.a alloc.a str.a
870
871 ezmlm-weed.0: \
872 ezmlm-weed.1
873 nroff -man ezmlm-weed.1 > ezmlm-weed.0
874
875 ezmlm-weed.o: \
876 compile ezmlm-weed.c stralloc.h gen_alloc.h stralloc.h ezmlm-weed.c \
877 str.h ezmlm-weed.c byte.h ezmlm-weed.c readwrite.h ezmlm-weed.c \
878 substdio.h ezmlm-weed.c getln.h ezmlm-weed.c strerr.h ezmlm-weed.c
879 ./compile ezmlm-weed.c
880
881 ezmlm.0: \
882 ezmlm.5
883 nroff -man ezmlm.5 > ezmlm.0
884
885 ezmlmglrc.0: \
886 ezmlmglrc.5
887 nroff -man ezmlmglrc.5 > ezmlmglrc.0
888
889 ezmlmrc.0: \
890 ezmlmrc.5
891 nroff -man ezmlmrc.5 > ezmlmrc.0
892
893 ezmlmsubrc.0: \
894 ezmlmsubrc.5
895 nroff -man ezmlmsubrc.5 > ezmlmsubrc.0
896
897 fd.a: \
898 makelib fd_copy.o fd_move.o
899 ./makelib fd.a fd_copy.o fd_move.o
900
901 fd_copy.0: \
902 fd_copy.3
903 nroff -man fd_copy.3 > fd_copy.0
904
905 fd_copy.o: \
906 compile fd_copy.c fd_copy.c fd.h fd_copy.c
907 ./compile fd_copy.c
908
909 fd_move.0: \
910 fd_move.3
911 nroff -man fd_move.3 > fd_move.0
912
913 fd_move.o: \
914 compile fd_move.c fd.h fd_move.c
915 ./compile fd_move.c
916
917 find-systype: \
918 find-systype.sh auto-ccld.sh
919 cat auto-ccld.sh find-systype.sh > find-systype
920 chmod 755 find-systype
921
922 fmt_str.o: \
923 compile fmt_str.c fmt.h fmt_str.c
924 ./compile fmt_str.c
925
926 fmt_uint.o: \
927 compile fmt_uint.c fmt.h fmt_uint.c
928 ./compile fmt_uint.c
929
930 fmt_uint0.o: \
931 compile fmt_uint0.c fmt.h fmt_uint0.c
932 ./compile fmt_uint0.c
933
934 fmt_ulong.o: \
935 compile fmt_ulong.c fmt.h fmt_ulong.c
936 ./compile fmt_ulong.c
937
938 fork.h: \
939 compile load tryvfork.c fork.h1 fork.h2
940 ( ( ./compile tryvfork.c && ./load tryvfork ) >/dev/null \
941 2>&1 \
942 && cat fork.h2 || cat fork.h1 ) > fork.h
943 rm -f tryvfork.o tryvfork
944
945 fs.a: \
946 makelib fmt_str.o fmt_uint.o fmt_uint0.o fmt_ulong.o scan_ulong.o \
947 scan_8long.o
948 ./makelib fs.a fmt_str.o fmt_uint.o fmt_uint0.o \
949 fmt_ulong.o scan_ulong.o scan_8long.o
950
951 getconf.o: \
952 compile getconf.c stralloc.h gen_alloc.h stralloc.h getconf.c slurp.h \
953 getconf.c strerr.h getconf.c getconf.h getconf.c
954 ./compile getconf.c
955
956 getln.0: \
957 getln.3
958 nroff -man getln.3 > getln.0
959
960 getln.a: \
961 makelib getln.o getln2.o
962 ./makelib getln.a getln.o getln2.o
963
964 getln.o: \
965 compile getln.c substdio.h getln.c byte.h getln.c stralloc.h \
966 gen_alloc.h stralloc.h getln.c getln.h getln.c
967 ./compile getln.c
968
969 getln2.0: \
970 getln2.3
971 nroff -man getln2.3 > getln2.0
972
973 getln2.o: \
974 compile getln2.c substdio.h getln2.c stralloc.h gen_alloc.h \
975 stralloc.h getln2.c byte.h getln2.c getln.h getln2.c
976 ./compile getln2.c
977
978 getopt.0: \
979 getopt.3
980 nroff -man getopt.3 > getopt.0
981
982 getopt.a: \
983 makelib subgetopt.o sgetopt.o
984 ./makelib getopt.a subgetopt.o sgetopt.o
985
986 hasflock.h: \
987 tryflock.c compile load
988 ( ( ./compile tryflock.c && ./load tryflock ) >/dev/null \
989 2>&1 \
990 && echo \#define HASFLOCK 1 || exit 0 ) > hasflock.h
991 rm -f tryflock.o tryflock
992
993 hassgact.h: \
994 trysgact.c compile load
995 ( ( ./compile trysgact.c && ./load trysgact ) >/dev/null \
996 2>&1 \
997 && echo \#define HASSIGACTION 1 || exit 0 ) > hassgact.h
998 rm -f trysgact.o trysgact
999
1000 install: \
1001 load install.o getln.a strerr.a substdio.a stralloc.a alloc.a open.a \
1002 error.a str.a fs.a
1003 ./load install getln.a strerr.a substdio.a stralloc.a \
1004 alloc.a open.a error.a str.a fs.a
1005
1006 install.o: \
1007 compile install.c substdio.h install.c stralloc.h gen_alloc.h \
1008 stralloc.h install.c getln.h install.c readwrite.h install.c exit.h \
1009 install.c open.h install.c error.h install.c strerr.h install.c \
1010 byte.h install.c
1011 ./compile install.c
1012
1013 idxthread.o: \
1014 compile idxthread.c idxthread.h alloc.h error.h stralloc.h str.h lock.h idx.h \
1015 substdio.h fmt.h readwrite.h idx.h errtxt.h substdio.h byte.h yyyymm.h
1016 ./compile idxthread.c
1017
1018 issub.o: \
1019 compile issub.c stralloc.h gen_alloc.h getln.h readwrite.h substdio.h \
1020 open.h byte.h case.h lock.h error.h subscribe.h strerr.h uint32.h fmt.h \
1021 conf-sqlcc
1022 ./compile issub.c ${SQLCC}
1023
1024 it: \
1025 ezmlm-idx ezmlm-accept ezmlm-archive ezmlm-check ezmlm-gate ezmlm-get \
1026 ezmlm-clean ezmlm-glconf ezmlm-moderate ezmlm-store ezmlm-tstdig \
1027 ezmlm-make ezmlm-manage ezmlm-send ezmlm-reject ezmlm-return \
1028 ezmlm-warn ezmlm-weed ezmlm-list ezmlm-sub ezmlm-unsub ezmlm-cgi ezmlm-limit \
1029 ezmlm-issubn ezmlm-cron ezmlm-request ezmlm-test ezmlm-split ezmlmrc
1030
1031 load: \
1032 make-load warn-auto.sh systype
1033 ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load
1034 chmod 755 load
1035
1036 lock.a: \
1037 makelib lock_ex.o
1038 ./makelib lock.a lock_ex.o
1039
1040 lock_ex.o: \
1041 compile lock_ex.c lock_ex.c lock_ex.c lock_ex.c hasflock.h lock_ex.c \
1042 lock.h lock_ex.c
1043 ./compile lock_ex.c
1044
1045 log.o: \
1046 compile log.c substdio.h log.c readwrite.h log.c stralloc.h \
1047 gen_alloc.h stralloc.h log.c log.h log.c now.h datetime.h now.h log.c \
1048 fmt.h log.c open.h log.c
1049 ./compile log.c
1050
1051 logmsg.o: \
1052 compile logmsg.c stralloc.h fmt.h conf-sqlcc
1053 ./compile logmsg.c ${SQLCC}
1054
1055 make-compile: \
1056 make-compile.sh auto-ccld.sh
1057 cat auto-ccld.sh make-compile.sh > make-compile
1058 chmod 755 make-compile
1059
1060 make-load: \
1061 make-load.sh auto-ccld.sh
1062 cat auto-ccld.sh make-load.sh > make-load
1063 chmod 755 make-load
1064
1065 make-makelib: \
1066 make-makelib.sh auto-ccld.sh
1067 cat auto-ccld.sh make-makelib.sh > make-makelib
1068 chmod 755 make-makelib
1069
1070 makehash.o: \
1071 makehash.c makehash.h surf.h uint32.h stralloc.h
1072 ./compile makehash.c
1073
1074 makelib: \
1075 make-makelib warn-auto.sh systype
1076 ( cat warn-auto.sh; ./make-makelib "`cat systype`" ) > \
1077 makelib
1078 chmod 755 makelib
1079
1080 man: \
1081 ezmlm.0 ezmlm-gate.0 ezmlm-idx.0 ezmlm-get.0 ezmlm-check.0 ezmlm-tstdig.0 \
1082 ezmlm-make.0 ezmlm-manage.0 ezmlm-send.0 ezmlm-reject.0 ezmlm-accept.0 \
1083 ezmlm-return.0 ezmlm-warn.0 ezmlm-weed.0 ezmlm-list.0 ezmlm-sub.0 \
1084 ezmlm-unsub.0 alloc.0 case.0 datetime.0 direntry.0 env.0 error.0 \
1085 error_str.0 error_temp.0 ezmlm.0 fd_copy.0 fd_move.0 getln.0 getln2.0 \
1086 ezmlm-issubn.0 ezmlm-cron.0 ezmlm-glconf.0 ezmlmglrc.0 ezmlm-test.0 \
1087 ezmlmsubrc.0 ezmlm-mktab.0 ezmlm-split.0 ezmlm-archive.0 ezmlm-cgi.0 \
1088 getopt.0 now.0 sgetopt.0 stralloc.0 subfd.0 subgetopt.0 substdio.0 \
1089 substdio_copy.0 substdio_in.0 substdio_out.0 surf.0 surfpcs.0 wait.0 \
1090 ezmlm-clean.0 ezmlm-moderate.0 ezmlm-store.0 ezmlm-request.0 ezmlmrc.0 \
1091 ezmlm-limit.0
1092
1093 mime.a: \
1094 makelib concatHDR.o decodeHDR.o unfoldHDR.o \
1095 decodeQ.o encodeQ.o decodeB.o encodeB.o author.o
1096 ./makelib mime.a concatHDR.o decodeHDR.o decodeQ.o encodeQ.o \
1097 decodeB.o encodeB.o unfoldHDR.o author.o
1098
1099 now.0: \
1100 now.3
1101 nroff -man now.3 > now.0
1102
1103 now.o: \
1104 compile now.c now.c datetime.h now.c now.h datetime.h datetime.h \
1105 now.h now.c
1106 ./compile now.c
1107
1108 open.a: \
1109 makelib open_append.o open_read.o open_trunc.o
1110 ./makelib open.a open_append.o open_read.o open_trunc.o
1111
1112 open_append.o: \
1113 compile open_append.c open_append.c open_append.c open.h \
1114 open_append.c
1115 ./compile open_append.c
1116
1117 open_read.o: \
1118 compile open_read.c open_read.c open_read.c open.h open_read.c
1119 ./compile open_read.c
1120
1121 open_trunc.o: \
1122 compile open_trunc.c open_trunc.c open_trunc.c open.h open_trunc.c
1123 ./compile open_trunc.c
1124
1125 opensql.o: \
1126 compile opensql.c error.h strerr.h errtxt.h \
1127 str.h case.h stralloc.h subscribe.h conf-sqlcc
1128 ./compile opensql.c ${SQLCC}
1129
1130 putsubs.o: \
1131 compile putsubs.c error.h substdio.h strerr.h readwrite.h \
1132 str.h open.h case.h errtxt.h stralloc.h subscribe.h qmail.h fmt.h conf-sqlcc
1133 ./compile putsubs.c ${SQLCC}
1134
1135 qmail.o: \
1136 compile qmail.c substdio.h qmail.c readwrite.h qmail.c wait.h qmail.c \
1137 exit.h qmail.c fork.h qmail.c fd.h qmail.c qmail.h substdio.h \
1138 substdio.h qmail.h qmail.c auto_qmail.h qmail.c
1139 ./compile qmail.c
1140
1141 quote.o: \
1142 compile quote.c stralloc.h gen_alloc.h stralloc.h quote.c str.h \
1143 quote.c quote.h quote.c
1144 ./compile quote.c
1145
1146 scan_8long.o: \
1147 compile scan_8long.c scan.h scan_8long.c
1148 ./compile scan_8long.c
1149
1150 scan_ulong.o: \
1151 compile scan_ulong.c scan.h scan_ulong.c
1152 ./compile scan_ulong.c
1153
1154 searchlog.o: \
1155 compile searchlog.c case.h stralloc.h scan.h open.h datetime.h errtxt.h str.h \
1156 datetime.h date822fmt.h substdio.h readwrite.h strerr.h error.h \
1157 subscribe.h conf-sqlcc
1158 ./compile searchlog.c ${SQLCC}
1159
1160 seek.a: \
1161 makelib seek_set.o
1162 ./makelib seek.a seek_set.o
1163
1164 seek_set.o: \
1165 compile seek_set.c seek_set.c seek.h seek_set.c
1166 ./compile seek_set.c
1167
1168 setup: \
1169 it man install conf-bin conf-man
1170 ./install "`head -1 conf-bin`" < BIN
1171 ./install "`head -1 conf-man`" < MAN
1172
1173 sgetopt.0: \
1174 sgetopt.3
1175 nroff -man sgetopt.3 > sgetopt.0
1176
1177 sgetopt.o: \
1178 compile sgetopt.c substdio.h sgetopt.c subfd.h substdio.h substdio.h \
1179 subfd.h sgetopt.c sgetopt.h sgetopt.h subgetopt.h sgetopt.h sgetopt.c \
1180 subgetopt.h subgetopt.h sgetopt.c
1181 ./compile sgetopt.c
1182
1183 shar: \
1184 FILES BLURB README INSTALL TODO THANKS CHANGES FILES BIN MAN VERSION \
1185 SYSDEPS Makefile ezmlm.5 ezmlm-make.1 ezmlm-make.c ezmlm-send.1 \
1186 ezmlm-send.c ezmlm-reject.1 ezmlm-reject.c ezmlm-list.1 ezmlm-list.c \
1187 ezmlm-sub.1 ezmlm-sub.c ezmlm-unsub.1 ezmlm-unsub.c ezmlm-manage.1 \
1188 ezmlm-manage.c ezmlm-return.1 ezmlm-return.c ezmlm-warn.1 \
1189 ezmlm-warn.c ezmlm-weed.1 ezmlm-weed.c getconf.h getconf.c log.h \
1190 log.c issub.h issub.c subscribe.h subscribe.c cookie.h cookie.c \
1191 auto-str.c conf-bin auto_bin.h conf-man install.c conf-cc conf-ld \
1192 find-systype.sh make-compile.sh make-load.sh make-makelib.sh trycpp.c \
1193 warn-auto.sh fork.h1 fork.h2 tryvfork.c wait.3 wait.h wait_pid.c \
1194 trywaitp.c error.3 error_str.3 error_temp.3 error.h error.c \
1195 error_str.c substdio.3 substdio_copy.3 substdio_in.3 substdio_out.3 \
1196 substdio.h substdio.c substdi.c substdo.c substdio_copy.c subfd.3 \
1197 subfd.h subfderr.c readwrite.h exit.h byte.h byte_chr.c byte_copy.c \
1198 byte_cr.c byte_diff.c byte_rchr.c byte_zero.c str.h str_chr.c \
1199 str_cpy.c str_diff.c str_diffn.c str_len.c str_rchr.c str_start.c \
1200 getopt.3 sgetopt.3 subgetopt.3 sgetopt.h sgetopt.c subgetopt.h \
1201 subgetopt.c strerr.h strerr.c strerr_sys.c strerr_die.c gen_alloc.h \
1202 gen_allocdefs.h stralloc.3 stralloc.h stralloc_eady.c stralloc_pend.c \
1203 stralloc_copy.c stralloc_opyb.c stralloc_opys.c stralloc_cat.c \
1204 stralloc_catb.c stralloc_cats.c stralloc_arts.c alloc.3 alloc.h \
1205 alloc.c alloc_re.c open.h open_append.c open_read.c open_trunc.c \
1206 uint32.h1 uint32.h2 tryulong32.c case.3 case.h case_diffb.c \
1207 case_lowerb.c case_startb.c fmt.h fmt_str.c fmt_uint.c fmt_uint0.c \
1208 fmt_ulong.c scan.h scan_ulong.c scan_8long.c lock.h lock_ex.c \
1209 tryflock.c env.3 env.h envread.c slurpclose.h slurpclose.c sig.h \
1210 sig_catch.c sig_pipe.c trysgact.c datetime.3 datetime.h datetime.c \
1211 date822fmt.h date822fmt.c now.3 now.h now.c quote.h quote.c seek.h \
1212 seek_set.c conf-qmail auto_qmail.h qmail.h qmail.c direntry.3 \
1213 direntry.h1 direntry.h2 trydrent.c getln.3 getln.h getln.c getln2.3 \
1214 getln2.c fd.h fd_copy.3 fd_copy.c fd_move.3 fd_move.c surf.3 surf.h \
1215 surf.c surfpcs.3 surfpcs.h surfpcs.c slurp.h slurp.c constmap.h \
1216 constmap.c
1217 shar -m `cat FILES` > shar
1218 chmod 400 shar
1219
1220 sig.a: \
1221 makelib sig_catch.o sig_pipe.o
1222 ./makelib sig.a sig_catch.o sig_pipe.o
1223
1224 sig_catch.o: \
1225 compile sig_catch.c sig_catch.c sig.h sig_catch.c hassgact.h \
1226 sig_catch.c
1227 ./compile sig_catch.c
1228
1229 sig_pipe.o: \
1230 compile sig_pipe.c sig_pipe.c sig.h sig_pipe.c
1231 ./compile sig_pipe.c
1232
1233 slurp.o: \
1234 compile slurp.c stralloc.h gen_alloc.h stralloc.h slurp.c slurp.h \
1235 slurp.c error.h slurp.c open.h slurp.c
1236 ./compile slurp.c
1237
1238 slurpclose.o: \
1239 compile slurpclose.c stralloc.h gen_alloc.h stralloc.h slurpclose.c \
1240 readwrite.h slurpclose.c slurpclose.h slurpclose.c error.h \
1241 slurpclose.c
1242 ./compile slurpclose.c
1243
1244 str.a: \
1245 makelib str_len.o str_diff.o str_diffn.o str_cpy.o str_chr.o \
1246 str_rchr.o str_start.o byte_chr.o byte_rchr.o byte_diff.o byte_copy.o \
1247 byte_cr.o byte_zero.o
1248 ./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o \
1249 str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o \
1250 byte_diff.o byte_copy.o byte_cr.o byte_zero.o
1251
1252 str_chr.o: \
1253 compile str_chr.c str.h str_chr.c
1254 ./compile str_chr.c
1255
1256 str_cpy.o: \
1257 compile str_cpy.c str.h str_cpy.c
1258 ./compile str_cpy.c
1259
1260 str_diff.o: \
1261 compile str_diff.c str.h str_diff.c
1262 ./compile str_diff.c
1263
1264 str_diffn.o: \
1265 compile str_diffn.c str.h str_diffn.c
1266 ./compile str_diffn.c
1267
1268 str_len.o: \
1269 compile str_len.c str.h str_len.c
1270 ./compile str_len.c
1271
1272 str_rchr.o: \
1273 compile str_rchr.c str.h str_rchr.c
1274 ./compile str_rchr.c
1275
1276 str_start.o: \
1277 compile str_start.c str.h str_start.c
1278 ./compile str_start.c
1279
1280 stralloc.0: \
1281 stralloc.3
1282 nroff -man stralloc.3 > stralloc.0
1283
1284 stralloc.a: \
1285 makelib stralloc_eady.o stralloc_pend.o stralloc_copy.o \
1286 stralloc_opys.o stralloc_opyb.o stralloc_cat.o stralloc_cats.o \
1287 stralloc_catb.o stralloc_arts.o
1288 ./makelib stralloc.a stralloc_eady.o stralloc_pend.o \
1289 stralloc_copy.o stralloc_opys.o stralloc_opyb.o \
1290 stralloc_cat.o stralloc_cats.o stralloc_catb.o \
1291 stralloc_arts.o
1292
1293 stralloc_arts.o: \
1294 compile stralloc_arts.c byte.h stralloc_arts.c str.h stralloc_arts.c \
1295 stralloc.h gen_alloc.h stralloc.h stralloc_arts.c
1296 ./compile stralloc_arts.c
1297
1298 stralloc_cat.o: \
1299 compile stralloc_cat.c byte.h stralloc_cat.c stralloc.h gen_alloc.h \
1300 stralloc.h stralloc_cat.c
1301 ./compile stralloc_cat.c
1302
1303 stralloc_catb.o: \
1304 compile stralloc_catb.c stralloc.h gen_alloc.h stralloc.h \
1305 stralloc_catb.c byte.h stralloc_catb.c
1306 ./compile stralloc_catb.c
1307
1308 stralloc_cats.o: \
1309 compile stralloc_cats.c byte.h stralloc_cats.c str.h stralloc_cats.c \
1310 stralloc.h gen_alloc.h stralloc.h stralloc_cats.c
1311 ./compile stralloc_cats.c
1312
1313 stralloc_copy.o: \
1314 compile stralloc_copy.c byte.h stralloc_copy.c stralloc.h gen_alloc.h \
1315 stralloc.h stralloc_copy.c
1316 ./compile stralloc_copy.c
1317
1318 stralloc_eady.o: \
1319 compile stralloc_eady.c alloc.h stralloc_eady.c stralloc.h \
1320 gen_alloc.h stralloc.h stralloc_eady.c gen_allocdefs.h \
1321 gen_allocdefs.h gen_allocdefs.h stralloc_eady.c
1322 ./compile stralloc_eady.c
1323
1324 stralloc_opyb.o: \
1325 compile stralloc_opyb.c stralloc.h gen_alloc.h stralloc.h \
1326 stralloc_opyb.c byte.h stralloc_opyb.c
1327 ./compile stralloc_opyb.c
1328
1329 stralloc_opys.o: \
1330 compile stralloc_opys.c byte.h stralloc_opys.c str.h stralloc_opys.c \
1331 stralloc.h gen_alloc.h stralloc.h stralloc_opys.c
1332 ./compile stralloc_opys.c
1333
1334 stralloc_pend.o: \
1335 compile stralloc_pend.c alloc.h stralloc_pend.c stralloc.h \
1336 gen_alloc.h stralloc.h stralloc_pend.c gen_allocdefs.h \
1337 gen_allocdefs.h gen_allocdefs.h stralloc_pend.c
1338 ./compile stralloc_pend.c
1339
1340 strerr.a: \
1341 makelib strerr.o strerr_sys.o strerr_die.o
1342 ./makelib strerr.a strerr.o strerr_sys.o strerr_die.o
1343
1344 strerr.o: \
1345 compile strerr.c stralloc.h gen_alloc.h stralloc.h strerr.c strerr.h \
1346 strerr.c
1347 ./compile strerr.c
1348
1349 strerr_die.o: \
1350 compile strerr_die.c substdio.h strerr_die.c subfd.h substdio.h \
1351 substdio.h subfd.h strerr_die.c exit.h strerr_die.c strerr.h \
1352 strerr_die.c
1353 ./compile strerr_die.c
1354
1355 strerr_sys.o: \
1356 compile strerr_sys.c error.h strerr_sys.c strerr.h strerr_sys.c
1357 ./compile strerr_sys.c
1358
1359 subdb.a: \
1360 makelib checktag.o issub.o logmsg.o subscribe.o opensql.o putsubs.o \
1361 tagmsg.o searchlog.o
1362 ./makelib subdb.a checktag.o issub.o logmsg.o subscribe.o \
1363 opensql.o putsubs.o tagmsg.o searchlog.o
1364
1365 subfd.0: \
1366 subfd.3
1367 nroff -man subfd.3 > subfd.0
1368
1369 subfderr.o: \
1370 compile subfderr.c readwrite.h subfderr.c substdio.h subfderr.c \
1371 subfd.h substdio.h substdio.h subfd.h subfderr.c
1372 ./compile subfderr.c
1373
1374 subgetopt.0: \
1375 subgetopt.3
1376 nroff -man subgetopt.3 > subgetopt.0
1377
1378 subgetopt.o: \
1379 compile subgetopt.c subgetopt.h subgetopt.h subgetopt.c
1380 ./compile subgetopt.c
1381
1382 subscribe.o: \
1383 compile subscribe.c stralloc.h gen_alloc.h stralloc.h \
1384 getln.h readwrite.h substdio.h strerr.h open.h byte.h case.h \
1385 lock.h error.h uint32.h subscribe.h idx.h fmt.h conf-sqlcc
1386 ./compile subscribe.c ${SQLCC}
1387
1388 substdi.o: \
1389 compile substdi.c substdio.h substdi.c byte.h substdi.c error.h \
1390 substdi.c
1391 ./compile substdi.c
1392
1393 substdio.0: \
1394 substdio.3
1395 nroff -man substdio.3 > substdio.0
1396
1397 substdio.a: \
1398 makelib substdio.o substdi.o substdo.o subfderr.o substdio_copy.o
1399 ./makelib substdio.a substdio.o substdi.o substdo.o \
1400 subfderr.o substdio_copy.o
1401
1402 substdio.o: \
1403 compile substdio.c substdio.h substdio.c
1404 ./compile substdio.c
1405
1406 substdio_copy.0: \
1407 substdio_copy.3
1408 nroff -man substdio_copy.3 > substdio_copy.0
1409
1410 substdio_copy.o: \
1411 compile substdio_copy.c substdio.h substdio_copy.c
1412 ./compile substdio_copy.c
1413
1414 substdio_in.0: \
1415 substdio_in.3
1416 nroff -man substdio_in.3 > substdio_in.0
1417
1418 substdio_out.0: \
1419 substdio_out.3
1420 nroff -man substdio_out.3 > substdio_out.0
1421
1422 substdo.o: \
1423 compile substdo.c substdio.h substdo.c str.h substdo.c byte.h \
1424 substdo.c error.h substdo.c
1425 ./compile substdo.c
1426
1427 surf.0: \
1428 surf.3
1429 nroff -man surf.3 > surf.0
1430
1431 surf.a: \
1432 makelib surf.o surfpcs.o
1433 ./makelib surf.a surf.o surfpcs.o
1434
1435 surf.o: \
1436 compile surf.c surf.h surf.c uint32.h surf.c
1437 ./compile surf.c
1438
1439 surfpcs.0: \
1440 surfpcs.3
1441 nroff -man surfpcs.3 > surfpcs.0
1442
1443 surfpcs.o: \
1444 compile surfpcs.c surf.h surfpcs.c surfpcs.h uint32.h surfpcs.h \
1445 surfpcs.c
1446 ./compile surfpcs.c
1447
1448 systype: \
1449 find-systype trycpp.c
1450 ./find-systype > systype
1451
1452 tagmsg.o: \
1453 compile tagmsg.c stralloc.h slurp.h scan.h fmt.h strerr.h cookie.h conf-sqlcc
1454 ./compile tagmsg.c ${SQLCC}
1455
1456 uint32.h: \
1457 tryulong32.c compile load uint32.h1 uint32.h2
1458 ( ( ./compile tryulong32.c && ./load tryulong32 && \
1459 ./tryulong32 ) >/dev/null 2>&1 \
1460 && cat uint32.h2 || cat uint32.h1 ) > uint32.h
1461 rm -f tryulong32.o tryulong32
1462
1463 wait.0: \
1464 wait.3
1465 nroff -man wait.3 > wait.0
1466
1467 wait.a: \
1468 makelib wait_pid.o
1469 ./makelib wait.a wait_pid.o
1470
1471 wait_pid.o: \
1472 compile wait_pid.c wait_pid.c wait_pid.c error.h wait_pid.c
1473 ./compile wait_pid.c
1474
1475 yyyymm.a: \
1476 makelib date2yyyymm.o dateline.o
1477 ./makelib yyyymm.a date2yyyymm.o dateline.o
1478
1479 ch: \
1480 ezmlmrc.ch
1481 cp -f ezmlmrc.ch_GB ezmlmrc
1482
1483 ch_GB: \
1484 ezmlmrc.ch_GB
1485 cp -f ezmlmrc.ch_GB ezmlmrc
1486
1487 cs: \
1488 ezmlmrc.cs
1489 cp -f ezmlmrc.cs ezmlmrc
1490
1491 da: \
1492 ezmlmrc.da
1493 cp -f ezmlmrc.da ezmlmrc
1494
1495 de: \
1496 ezmlmrc.de
1497 cp -f ezmlmrc.de ezmlmrc
1498
1499 en_US: \
1500 ezmlmrc.en_US
1501 cp -f ezmlmrc.en_US ezmlmrc
1502
1503 en: \
1504 ezmlmrc.en_US
1505 cp -f ezmlmrc.en_US ezmlmrc
1506
1507 es: \
1508 ezmlmrc.es
1509 cp -f ezmlmrc.es ezmlmrc
1510
1511 us: \
1512 ezmlmrc.en_US
1513 cp -f ezmlmrc.en_US ezmlmrc
1514
1515 ezmlmrc: \
1516 ezmlmrc.en_US
1517 cp -f ezmlmrc.en_US ezmlmrc
1518
1519 fr: \
1520 ezmlmrc.fr
1521 cp -f ezmlmrc.fr ezmlmrc
1522
1523 id: \
1524 ezmlmrc.id
1525 cp -f ezmlmrc.id ezmlmrc
1526
1527 ita: \
1528 ezmlmrc.it
1529 cp -f ezmlmrc.it ezmlmrc
1530
1531 jp: \
1532 ezmlmrc.jp
1533 cp -f ezmlmrc.jp ezmlmrc
1534
1535 pl: \
1536 ezmlmrc.pl
1537 cp -f ezmlmrc.pl ezmlmrc
1538
1539 pt: \
1540 ezmlmrc.pt
1541 cp -f ezmlmrc.pt ezmlmrc
1542
1543 pt_BR: \
1544 ezmlmrc.pt_BR
1545 cp -f ezmlmrc.pt_BR ezmlmrc
1546
1547 ru: \
1548 ezmlmrc.ru
1549 cp -f ezmlmrc.ru ezmlmrc
1550
1551 sv: \
1552 ezmlmrc.sv
1553 cp -f ezmlmrc.sv ezmlmrc
1554
1555 mysql:
1556 ln -sf sub_mysql/ezmlm-mktab ezmlm-mktab
1557 ln -sf sub_mysql/checktag.c checktag.c; rm -f checktag.o
1558 ln -sf sub_mysql/issub.c issub.c; rm -f issub.o
1559 ln -sf sub_mysql/logmsg.c logmsg.c; rm -f logmsg.o
1560 ln -sf sub_mysql/subscribe.c subscribe.c; rm -f subscribe.o
1561 ln -sf sub_mysql/opensql.c opensql.c; rm -f opensql.o
1562 ln -sf sub_mysql/putsubs.c putsubs.c; rm -f putsubs.o
1563 ln -sf sub_mysql/tagmsg.c tagmsg.c; rm -f tagmsg.o
1564 ln -sf sub_mysql/searchlog.c searchlog.c; rm -f searchlog.o
1565 ln -sf sub_mysql/conf-sqlld conf-sqlld; touch conf-sqlld
1566 ln -sf sub_mysql/conf-sqlcc conf-sqlcc; touch conf-sqlcc
1567
1568 pgsql:
1569 ln -sf sub_pgsql/ezmlm-mktab ezmlm-mktab
1570 ln -sf sub_pgsql/checktag.c checktag.c; rm -f checktag.o
1571 ln -sf sub_pgsql/issub.c issub.c; rm -f issub.o
1572 ln -sf sub_pgsql/logmsg.c logmsg.c; rm -f logmsg.o
1573 ln -sf sub_pgsql/subscribe.c subscribe.c; rm -f subscribe.o
1574 ln -sf sub_pgsql/opensql.c opensql.c; rm -f opensql.o
1575 ln -sf sub_pgsql/putsubs.c putsubs.c; rm -f putsubs.o
1576 ln -sf sub_pgsql/tagmsg.c tagmsg.c; rm -f tagmsg.o
1577 ln -sf sub_pgsql/searchlog.c searchlog.c; rm -f searchlog.o
1578 ln -sf sub_pgsql/conf-sqlld conf-sqlld; touch conf-sqlld
1579 ln -sf sub_pgsql/conf-sqlcc conf-sqlcc; touch conf-sqlcc
1580
1581 std:
1582 ln -sf sub_std/ezmlm-mktab ezmlm-mktab
1583 ln -sf sub_std/checktag.c checktag.c; rm -f checktag.o
1584 ln -sf sub_std/issub.c issub.c; rm -f issub.o
1585 ln -sf sub_std/logmsg.c logmsg.c; rm -f logmsg.o
1586 ln -sf sub_std/subscribe.c subscribe.c; rm -f subscribe.o
1587 ln -sf sub_std/opensql.c opensql.c; rm -f opensql.o
1588 ln -sf sub_std/putsubs.c putsubs.c; rm -f putsubs.o
1589 ln -sf sub_std/tagmsg.c tagmsg.c; rm -f tagmsg.o
1590 ln -sf sub_std/searchlog.c searchlog.c; rm -f searchlog.o
1591 ln -sf sub_std/conf-sqlld conf-sqlld; touch conf-sqlld
1592 ln -sf sub_std/conf-sqlcc conf-sqlcc; touch conf-sqlcc
1593
1594