~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to src/util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SHELL   = /bin/sh
 
2
SRCS    = alldig.c argv.c argv_split.c attr_print0.c attr_print64.c \
 
3
        attr_scan0.c attr_scan64.c base64_code.c basename.c binhash.c \
 
4
        chroot_uid.c clean_env.c close_on_exec.c concatenate.c ctable.c \
 
5
        dict.c dict_alloc.c dict_db.c dict_dbm.c dict_debug.c dict_env.c \
 
6
        dict_cidr.c dict_ht.c dict_ni.c dict_nis.c \
 
7
        dict_nisplus.c dict_open.c dict_pcre.c dict_regexp.c \
 
8
        dict_static.c dict_tcp.c dict_unix.c dir_forest.c doze.c \
 
9
        duplex_pipe.c environ.c events.c exec_command.c fifo_listen.c \
 
10
        fifo_trigger.c file_limit.c find_inet.c fsspace.c fullname.c \
 
11
        get_domainname.c get_hostname.c hex_quote.c host_port.c htable.c \
 
12
        inet_addr_host.c inet_addr_list.c inet_addr_local.c inet_connect.c \
 
13
        inet_listen.c inet_trigger.c inet_util.c line_wrap.c \
 
14
        lowercase.c lstat_as.c mac_expand.c mac_parse.c make_dirs.c \
 
15
        match_list.c match_ops.c msg.c msg_output.c msg_syslog.c \
 
16
        msg_vstream.c mvect.c myflock.c mymalloc.c myrand.c mystrtok.c \
 
17
        name_mask.c netstring.c non_blocking.c nvtable.c open_as.c \
 
18
        open_limit.c open_lock.c peekfd.c percentm.c posix_signals.c \
 
19
        printable.c rand_sleep.c read_wait.c readable.c readlline.c \
 
20
        ring.c safe_getenv.c safe_open.c sane_accept.c sane_link.c \
 
21
        sane_rename.c sane_socketpair.c sane_time.c scan_dir.c \
 
22
        set_eugid.c set_ugid.c sigdelay.c skipblanks.c spawn_command.c \
 
23
        split_at.c split_nameval.c stat_as.c strcasecmp.c stream_connect.c \
 
24
        stream_listen.c stream_trigger.c sys_compat.c timed_connect.c \
 
25
        timed_read.c timed_wait.c timed_write.c translit.c trimblanks.c \
 
26
        unescape.c unix_connect.c unix_listen.c unix_trigger.c unsafe.c \
 
27
        username.c valid_hostname.c vbuf.c vbuf_print.c vstream.c \
 
28
        vstream_popen.c vstring.c vstring_vstream.c watchdog.c writable.c \
 
29
        write_buf.c write_wait.c auto_clnt.c attr_clnt.c attr_scan_plain.c \
 
30
        attr_print_plain.c sane_connect.c neuter.c name_code.c \
 
31
        uppercase.c
 
32
OBJS    = alldig.o argv.o argv_split.o attr_print0.o attr_print64.o \
 
33
        attr_scan0.o attr_scan64.o base64_code.o basename.o binhash.o \
 
34
        chroot_uid.o clean_env.o close_on_exec.o concatenate.o ctable.o \
 
35
        dict.o dict_alloc.o dict_db.o dict_dbm.o dict_debug.o dict_env.o \
 
36
        dict_cidr.o dict_ht.o dict_ni.o dict_nis.o \
 
37
        dict_nisplus.o dict_open.o dict_pcre.o dict_regexp.o \
 
38
        dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o \
 
39
        duplex_pipe.o environ.o events.o exec_command.o fifo_listen.o \
 
40
        fifo_trigger.o file_limit.o find_inet.o fsspace.o fullname.o \
 
41
        get_domainname.o get_hostname.o hex_quote.o host_port.o htable.o \
 
42
        inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_connect.o \
 
43
        inet_listen.o inet_trigger.o inet_util.o line_wrap.o \
 
44
        lowercase.o lstat_as.o mac_expand.o mac_parse.o make_dirs.o \
 
45
        match_list.o match_ops.o msg.o msg_output.o msg_syslog.o \
 
46
        msg_vstream.o mvect.o myflock.o mymalloc.o myrand.o mystrtok.o \
 
47
        name_mask.o netstring.o non_blocking.o nvtable.o open_as.o \
 
48
        open_limit.o open_lock.o peekfd.o percentm.o posix_signals.o \
 
49
        printable.o rand_sleep.o read_wait.o readable.o readlline.o \
 
50
        ring.o safe_getenv.o safe_open.o sane_accept.o sane_link.o \
 
51
        sane_rename.o sane_socketpair.o sane_time.o scan_dir.o \
 
52
        set_eugid.o set_ugid.o sigdelay.o skipblanks.o spawn_command.o \
 
53
        split_at.o split_nameval.o stat_as.o stream_connect.o \
 
54
        stream_listen.o stream_trigger.o sys_compat.o timed_connect.o \
 
55
        timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o \
 
56
        unescape.o unix_connect.o unix_listen.o unix_trigger.o unsafe.o \
 
57
        username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o \
 
58
        vstream_popen.o vstring.o vstring_vstream.o watchdog.o writable.o \
 
59
        write_buf.o write_wait.o auto_clnt.o attr_clnt.o attr_scan_plain.o \
 
60
        attr_print_plain.o sane_connect.o $(STRCASE) neuter.o name_code.o \
 
61
        uppercase.o
 
62
HDRS    = argv.h attr.h base64_code.h binhash.h chroot_uid.h clean_env.h \
 
63
        connect.h ctable.h dict.h dict_db.h dict_dbm.h dict_env.h \
 
64
        dict_cidr.h dict_ht.h dict_ni.h dict_nis.h \
 
65
        dict_nisplus.h dict_pcre.h dict_regexp.h \
 
66
        dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h \
 
67
        exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h \
 
68
        get_hostname.h hex_quote.h host_port.h htable.h inet_addr_host.h \
 
69
        inet_addr_list.h inet_addr_local.h inet_util.h iostuff.h \
 
70
        line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h \
 
71
        make_dirs.h match_list.h match_ops.h msg.h msg_output.h \
 
72
        msg_syslog.h msg_vstream.h mvect.h myflock.h mymalloc.h myrand.h \
 
73
        name_mask.h netstring.h nvtable.h open_as.h open_lock.h \
 
74
        percentm.h posix_signals.h readlline.h ring.h safe.h safe_open.h \
 
75
        sane_accept.h sane_fsops.h sane_socketpair.h sane_time.h \
 
76
        scan_dir.h set_eugid.h set_ugid.h sigdelay.h spawn_command.h \
 
77
        split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h \
 
78
        timed_wait.h trigger.h username.h valid_hostname.h vbuf.h \
 
79
        vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h \
 
80
        auto_clnt.h attr_clnt.h sane_connect.h name_code.h
 
81
TESTSRC = fifo_open.c fifo_rdwr_bug.c fifo_rdonly_bug.c select_bug.c \
 
82
        stream_test.c dup2_pass_on_exec.c
 
83
DEFS    = -I. -D$(SYSTYPE)
 
84
CFLAGS  = $(DEBUG) $(OPT) $(DEFS)
 
85
FILES   = Makefile $(SRCS) $(HDRS)
 
86
INCL    =
 
87
LIB     = libutil.a
 
88
TESTPROG= dict_open dup2_pass_on_exec events exec_command fifo_open \
 
89
        fifo_rdonly_bug fifo_rdwr_bug fifo_trigger fsspace fullname \
 
90
        inet_addr_host inet_addr_local mac_parse make_dirs msg_syslog \
 
91
        mystrtok sigdelay translit valid_hostname vstream_popen \
 
92
        vstring vstring_vstream doze select_bug stream_test mac_expand \
 
93
        watchdog unescape hex_quote name_mask rand_sleep sane_time ctable \
 
94
        inet_addr_list attr_print64 attr_scan64 base64_code attr_print0 \
 
95
        attr_scan0 host_port attr_scan_plain attr_print_plain htable
 
96
 
 
97
LIB_DIR = ../../lib
 
98
INC_DIR = ../../include
 
99
 
 
100
.c.o:;  $(CC) $(CFLAGS) -c $*.c
 
101
 
 
102
all: $(LIB)
 
103
 
 
104
Makefile: Makefile.in
 
105
        (set -e; echo "# DO NOT EDIT"; $(OPTS) $(SHELL) ../../makedefs && cat $?) >$@
 
106
 
 
107
test:   $(TESTPROG)
 
108
 
 
109
$(LIB): $(OBJS)
 
110
        $(AR) $(ARFL) $(LIB) $?
 
111
        $(RANLIB) $(LIB)
 
112
 
 
113
$(LIB_DIR)/$(LIB): $(LIB)
 
114
        cp $(LIB) $(LIB_DIR)
 
115
        $(RANLIB) $(LIB_DIR)/$(LIB)
 
116
 
 
117
update: $(LIB_DIR)/$(LIB) $(HDRS)
 
118
        -for i in $(HDRS); \
 
119
        do \
 
120
          cmp -s $$i $(INC_DIR)/$$i 2>/dev/null || cp $$i $(INC_DIR); \
 
121
        done
 
122
        cd $(INC_DIR); chmod 644 $(HDRS)
 
123
 
 
124
printfck: $(OBJS) $(PROG)
 
125
        rm -rf printfck
 
126
        mkdir printfck
 
127
        cp *.h printfck
 
128
        sed '1,/^# do not edit/!d' Makefile >printfck/Makefile
 
129
        set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
 
130
        cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
 
131
 
 
132
shar:
 
133
        @shar $(FILES)
 
134
 
 
135
lint:
 
136
        lint $(SRCS)
 
137
 
 
138
clean:
 
139
        rm -f *.o $(LIB) *core $(TESTPROG) junk $(MAKES) *.tmp
 
140
        rm -rf printfck
 
141
 
 
142
tidy:   clean
 
143
 
 
144
dup2_pass_on_exec: dup2_pass_on_exec.c
 
145
        $(CC) $(CFLAGS) -o $@ $@.c $(SYSLIBS)
 
146
 
 
147
vstring: $(LIB)
 
148
        mv $@.o junk
 
149
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
150
        mv junk $@.o
 
151
 
 
152
msg_syslog: msg_syslog.c $(LIB)
 
153
        mv $@.o junk
 
154
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
155
        mv junk $@.o
 
156
 
 
157
vstring_vstream: $(LIB)
 
158
        mv $@.o junk
 
159
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
160
        mv junk $@.o
 
161
 
 
162
valid_hostname: valid_hostname.c $(LIB)
 
163
        mv $@.o junk
 
164
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
165
        mv junk $@.o
 
166
 
 
167
events: $(LIB)
 
168
        mv $@.o junk
 
169
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
170
        mv junk $@.o
 
171
 
 
172
dict_open: $(LIB)
 
173
        mv $@.o junk
 
174
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
175
        mv junk $@.o
 
176
 
 
177
fullname: $(LIB)
 
178
        mv $@.o junk
 
179
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
180
        mv junk $@.o
 
181
 
 
182
inet_addr_local: $(LIB)
 
183
        mv $@.o junk
 
184
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
185
        mv junk $@.o
 
186
 
 
187
inet_addr_host: $(LIB)
 
188
        mv $@.o junk
 
189
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
190
        mv junk $@.o
 
191
 
 
192
fifo_open: fifo_open.c
 
193
        $(CC) $(CFLAGS) -o $@ $@.c $(SYSLIBS)
 
194
 
 
195
sigdelay: $(LIB)
 
196
        mv $@.o junk
 
197
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
198
        mv junk $@.o
 
199
 
 
200
mystrtok: $(LIB)
 
201
        mv $@.o junk
 
202
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
203
        mv junk $@.o
 
204
 
 
205
fifo_rdwr_bug: fifo_rdwr_bug.c $(LIB)
 
206
        $(CC) $(CFLAGS)  -o $@ $@.c $(LIB) $(SYSLIBS)
 
207
 
 
208
fifo_rdonly_bug: fifo_rdonly_bug.c $(LIB)
 
209
        $(CC) $(CFLAGS)  -o $@ $@.c $(LIB) $(SYSLIBS)
 
210
 
 
211
select_bug: select_bug.c $(LIB)
 
212
        $(CC) $(CFLAGS)  -o $@ $@.c $(LIB) $(SYSLIBS)
 
213
 
 
214
translit: $(LIB)
 
215
        mv $@.o junk
 
216
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
217
        mv junk $@.o
 
218
 
 
219
fsspace: $(LIB)
 
220
        mv $@.o junk
 
221
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
222
        mv junk $@.o
 
223
 
 
224
exec_command: $(LIB)
 
225
        mv $@.o junk
 
226
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
227
        mv junk $@.o
 
228
 
 
229
make_dirs: $(LIB)
 
230
        mv $@.o junk
 
231
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
232
        mv junk $@.o
 
233
 
 
234
mac_parse: $(LIB)
 
235
        mv $@.o junk
 
236
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
237
        mv junk $@.o
 
238
 
 
239
vstream_popen: $(LIB)
 
240
        mv $@.o junk
 
241
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
242
        mv junk $@.o
 
243
 
 
244
fifo_trigger: $(LIB)
 
245
        mv $@.o junk
 
246
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
247
        mv junk $@.o
 
248
 
 
249
doze: $(LIB)
 
250
        mv $@.o junk
 
251
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
252
        mv junk $@.o
 
253
 
 
254
mac_expand: $(LIB)
 
255
        mv $@.o junk
 
256
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
257
        mv junk $@.o
 
258
 
 
259
watchdog: $(LIB)
 
260
        mv $@.o junk
 
261
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
262
        mv junk $@.o
 
263
 
 
264
unescape: $(LIB)
 
265
        mv $@.o junk
 
266
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
267
        mv junk $@.o
 
268
 
 
269
hex_quote: $(LIB)
 
270
        mv $@.o junk
 
271
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
272
        mv junk $@.o
 
273
 
 
274
name_mask: $(LIB)
 
275
        mv $@.o junk
 
276
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
277
        mv junk $@.o
 
278
 
 
279
rand_sleep: $(LIB)
 
280
        mv $@.o junk
 
281
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
282
        mv junk $@.o
 
283
 
 
284
sane_time: $(LIB)
 
285
        mv $@.o junk
 
286
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
287
        mv junk $@.o
 
288
 
 
289
ctable: $(LIB)
 
290
        mv $@.o junk
 
291
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
292
        mv junk $@.o
 
293
 
 
294
inet_addr_list: $(LIB)
 
295
        mv $@.o junk
 
296
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
297
        mv junk $@.o
 
298
 
 
299
attr_print64: $(LIB)
 
300
        mv $@.o junk
 
301
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
302
        mv junk $@.o
 
303
 
 
304
attr_scan64: $(LIB)
 
305
        mv $@.o junk
 
306
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
307
        mv junk $@.o
 
308
 
 
309
base64_code: $(LIB)
 
310
        mv $@.o junk
 
311
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
312
        mv junk $@.o
 
313
 
 
314
attr_print0: $(LIB)
 
315
        mv $@.o junk
 
316
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
317
        mv junk $@.o
 
318
 
 
319
attr_scan0: $(LIB)
 
320
        mv $@.o junk
 
321
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
322
        mv junk $@.o
 
323
 
 
324
host_port: $(LIB)
 
325
        mv $@.o junk
 
326
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
327
        mv junk $@.o
 
328
 
 
329
attr_scan_plain: $(LIB)
 
330
        mv $@.o junk
 
331
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
332
        mv junk $@.o
 
333
 
 
334
attr_print_plain: $(LIB)
 
335
        mv $@.o junk
 
336
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
337
        mv junk $@.o
 
338
 
 
339
htable: $(LIB)
 
340
        mv $@.o junk
 
341
        $(CC) $(CFLAGS) -DTEST -o $@ $@.c $(LIB) $(SYSLIBS)
 
342
        mv junk $@.o
 
343
 
 
344
depend: $(MAKES)
 
345
        (sed '1,/^# do not edit/!d' Makefile.in; \
 
346
        set -e; for i in [a-z][a-z0-9]*.c; do \
 
347
            $(CC) -E $(DEFS) $(INCL) $$i | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
 
348
            -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' -e 'p' -e '}'; \
 
349
        done) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
 
350
        @$(EXPORT) make -f Makefile.in Makefile 1>&2
 
351
 
 
352
stream_test: stream_test.c $(LIB)
 
353
        $(CC) $(CFLAGS)  -o $@ $@.c $(LIB) $(SYSLIBS)
 
354
 
 
355
tests: valid_hostname_test mac_expand_test dict_test unescape_test \
 
356
        hex_quote_test ctable_test inet_addr_list_test base64_code_test \
 
357
        attr_scan64_test attr_scan0_test dict_pcre_test host_port_test \
 
358
        dict_cidr_test attr_scan_plain_test htable_test
 
359
 
 
360
valid_hostname_test: valid_hostname valid_hostname.in valid_hostname.ref
 
361
        ./valid_hostname <valid_hostname.in 2>valid_hostname.tmp
 
362
        diff valid_hostname.ref valid_hostname.tmp
 
363
        rm -f valid_hostname.tmp
 
364
 
 
365
mac_expand_test: mac_expand mac_expand.in mac_expand.ref
 
366
        ./mac_expand <mac_expand.in >mac_expand.tmp 2>&1
 
367
        diff mac_expand.ref mac_expand.tmp
 
368
        rm -f mac_expand.tmp
 
369
 
 
370
unescape_test: unescape unescape.in unescape.ref
 
371
        ./unescape <unescape.in | od -cb >unescape.tmp
 
372
        diff -b unescape.ref unescape.tmp
 
373
        rm -f unescape.tmp
 
374
 
 
375
hex_quote_test: hex_quote
 
376
        ./hex_quote <hex_quote.c | od -cb >hex_quote.tmp
 
377
        od -cb <hex_quote.c >hex_quote.ref
 
378
        cmp hex_quote.ref hex_quote.tmp
 
379
        rm -f hex_quote.ref hex_quote.tmp
 
380
 
 
381
ctable_test: ctable
 
382
        ./ctable <ctable.in >ctable.tmp 2>&1
 
383
        diff ctable.ref ctable.tmp
 
384
        rm -f ctable.tmp
 
385
 
 
386
inet_addr_list_test: inet_addr_list
 
387
        ./inet_addr_list `cat inet_addr_list.in` >inet_addr_list.tmp 2>&1
 
388
        diff inet_addr_list.ref inet_addr_list.tmp
 
389
        rm -f inet_addr_list.tmp
 
390
 
 
391
base64_code_test: base64_code
 
392
        ./base64_code
 
393
 
 
394
attr_scan64_test: attr_print64 attr_scan64 attr_scan64.ref
 
395
        (./attr_print64 2>&3 | (sleep 1; ./attr_scan64)) >attr_scan64.tmp 2>&1 3>&1
 
396
        diff attr_scan64.ref attr_scan64.tmp
 
397
        rm -f attr_scan64.tmp
 
398
 
 
399
attr_scan0_test: attr_print0 attr_scan0 attr_scan0.ref
 
400
        (./attr_print0 2>&3 | (sleep 1; ./attr_scan0)) >attr_scan0.tmp 2>&1 3>&1
 
401
        diff attr_scan0.ref attr_scan0.tmp
 
402
        rm -f attr_scan0.tmp
 
403
 
 
404
dict_test: dict_open testdb dict_test.in dict_test.ref
 
405
        rm -f testdb.db testdb.dir testdb.pag
 
406
        ../postmap/postmap -N hash:testdb
 
407
        ./dict_open hash:testdb write < dict_test.in > dict_test.tmp 2>&1
 
408
        diff dict_test.ref dict_test.tmp
 
409
        ../postmap/postmap -n hash:testdb
 
410
        ./dict_open hash:testdb write < dict_test.in > dict_test.tmp 2>&1
 
411
        diff dict_test.ref dict_test.tmp
 
412
        rm -f testdb.db testdb.dir testdb.pag dict_test.tmp
 
413
 
 
414
dict_pcre_test: dict_open dict_pcre.in dict_pcre.map dict_pcre.ref
 
415
        ./dict_open pcre:dict_pcre.map read <dict_pcre.in >dict_pcre.tmp 2>&1
 
416
        diff dict_pcre.ref dict_pcre.tmp
 
417
        rm -f dict_pcre.tmp
 
418
 
 
419
dict_regexp_test: dict_open dict_regexp.in dict_regexp.map dict_regexp.ref
 
420
        ./dict_open regexp:dict_regexp.map read <dict_regexp.in >dict_regexp.tmp 2>&1
 
421
        diff dict_regexp.ref dict_regexp.tmp
 
422
        rm -f dict_regexp.tmp
 
423
 
 
424
dict_cidr_test: dict_open dict_cidr.in dict_cidr.map dict_cidr.ref
 
425
        ./dict_open cidr:dict_cidr.map read <dict_cidr.in >dict_cidr.tmp 2>&1
 
426
        diff dict_cidr.ref dict_cidr.tmp
 
427
        rm -f dict_cidr.tmp
 
428
 
 
429
host_port_test: host_port host_port.in host_port.ref
 
430
        ./host_port <host_port.in >host_port.tmp 2>&1
 
431
        diff host_port.ref host_port.tmp
 
432
        rm -f host_port.tmp
 
433
 
 
434
attr_scan_plain_test: attr_print_plain attr_scan_plain attr_scan_plain.ref
 
435
        (./attr_print_plain 2>&3 | (sleep 1; ./attr_scan_plain)) >attr_scan_plain.tmp 2>&1 3>&1
 
436
        diff attr_scan_plain.ref attr_scan_plain.tmp
 
437
        rm -f attr_scan_plain.tmp
 
438
 
 
439
htable_test: htable /usr/share/dict/words
 
440
        ./htable < /usr/share/dict/words
 
441
 
 
442
# do not edit below this line - it is generated by 'make depend'
 
443
alldig.o: alldig.c
 
444
alldig.o: sys_defs.h
 
445
alldig.o: stringops.h
 
446
alldig.o: vstring.h
 
447
alldig.o: vbuf.h
 
448
argv.o: argv.c
 
449
argv.o: sys_defs.h
 
450
argv.o: mymalloc.h
 
451
argv.o: msg.h
 
452
argv.o: argv.h
 
453
argv_split.o: argv_split.c
 
454
argv_split.o: sys_defs.h
 
455
argv_split.o: mymalloc.h
 
456
argv_split.o: stringops.h
 
457
argv_split.o: vstring.h
 
458
argv_split.o: vbuf.h
 
459
argv_split.o: argv.h
 
460
attr_clnt.o: attr_clnt.c
 
461
attr_clnt.o: sys_defs.h
 
462
attr_clnt.o: msg.h
 
463
attr_clnt.o: mymalloc.h
 
464
attr_clnt.o: split_at.h
 
465
attr_clnt.o: vstream.h
 
466
attr_clnt.o: vbuf.h
 
467
attr_clnt.o: connect.h
 
468
attr_clnt.o: iostuff.h
 
469
attr_clnt.o: htable.h
 
470
attr_clnt.o: attr.h
 
471
attr_clnt.o: auto_clnt.h
 
472
attr_clnt.o: attr_clnt.h
 
473
attr_print0.o: attr_print0.c
 
474
attr_print0.o: sys_defs.h
 
475
attr_print0.o: msg.h
 
476
attr_print0.o: mymalloc.h
 
477
attr_print0.o: vstream.h
 
478
attr_print0.o: vbuf.h
 
479
attr_print0.o: htable.h
 
480
attr_print0.o: attr.h
 
481
attr_print64.o: attr_print64.c
 
482
attr_print64.o: sys_defs.h
 
483
attr_print64.o: msg.h
 
484
attr_print64.o: mymalloc.h
 
485
attr_print64.o: vstream.h
 
486
attr_print64.o: vbuf.h
 
487
attr_print64.o: htable.h
 
488
attr_print64.o: base64_code.h
 
489
attr_print64.o: vstring.h
 
490
attr_print64.o: attr.h
 
491
attr_print_plain.o: attr_print_plain.c
 
492
attr_print_plain.o: sys_defs.h
 
493
attr_print_plain.o: msg.h
 
494
attr_print_plain.o: mymalloc.h
 
495
attr_print_plain.o: vstream.h
 
496
attr_print_plain.o: vbuf.h
 
497
attr_print_plain.o: htable.h
 
498
attr_print_plain.o: attr.h
 
499
attr_scan0.o: attr_scan0.c
 
500
attr_scan0.o: sys_defs.h
 
501
attr_scan0.o: msg.h
 
502
attr_scan0.o: mymalloc.h
 
503
attr_scan0.o: vstream.h
 
504
attr_scan0.o: vbuf.h
 
505
attr_scan0.o: vstring.h
 
506
attr_scan0.o: vstring_vstream.h
 
507
attr_scan0.o: htable.h
 
508
attr_scan0.o: attr.h
 
509
attr_scan64.o: attr_scan64.c
 
510
attr_scan64.o: sys_defs.h
 
511
attr_scan64.o: msg.h
 
512
attr_scan64.o: mymalloc.h
 
513
attr_scan64.o: vstream.h
 
514
attr_scan64.o: vbuf.h
 
515
attr_scan64.o: vstring.h
 
516
attr_scan64.o: htable.h
 
517
attr_scan64.o: base64_code.h
 
518
attr_scan64.o: attr.h
 
519
attr_scan_plain.o: attr_scan_plain.c
 
520
attr_scan_plain.o: sys_defs.h
 
521
attr_scan_plain.o: msg.h
 
522
attr_scan_plain.o: mymalloc.h
 
523
attr_scan_plain.o: vstream.h
 
524
attr_scan_plain.o: vbuf.h
 
525
attr_scan_plain.o: vstring.h
 
526
attr_scan_plain.o: htable.h
 
527
attr_scan_plain.o: attr.h
 
528
auto_clnt.o: auto_clnt.c
 
529
auto_clnt.o: sys_defs.h
 
530
auto_clnt.o: msg.h
 
531
auto_clnt.o: mymalloc.h
 
532
auto_clnt.o: vstream.h
 
533
auto_clnt.o: vbuf.h
 
534
auto_clnt.o: events.h
 
535
auto_clnt.o: iostuff.h
 
536
auto_clnt.o: auto_clnt.h
 
537
base64_code.o: base64_code.c
 
538
base64_code.o: sys_defs.h
 
539
base64_code.o: msg.h
 
540
base64_code.o: mymalloc.h
 
541
base64_code.o: vstring.h
 
542
base64_code.o: vbuf.h
 
543
base64_code.o: base64_code.h
 
544
basename.o: basename.c
 
545
basename.o: sys_defs.h
 
546
basename.o: stringops.h
 
547
basename.o: vstring.h
 
548
basename.o: vbuf.h
 
549
binhash.o: binhash.c
 
550
binhash.o: sys_defs.h
 
551
binhash.o: mymalloc.h
 
552
binhash.o: msg.h
 
553
binhash.o: binhash.h
 
554
chroot_uid.o: chroot_uid.c
 
555
chroot_uid.o: sys_defs.h
 
556
chroot_uid.o: msg.h
 
557
chroot_uid.o: chroot_uid.h
 
558
clean_env.o: clean_env.c
 
559
clean_env.o: sys_defs.h
 
560
clean_env.o: msg.h
 
561
clean_env.o: argv.h
 
562
clean_env.o: safe.h
 
563
clean_env.o: clean_env.h
 
564
close_on_exec.o: close_on_exec.c
 
565
close_on_exec.o: sys_defs.h
 
566
close_on_exec.o: msg.h
 
567
close_on_exec.o: iostuff.h
 
568
concatenate.o: concatenate.c
 
569
concatenate.o: sys_defs.h
 
570
concatenate.o: mymalloc.h
 
571
concatenate.o: stringops.h
 
572
concatenate.o: vstring.h
 
573
concatenate.o: vbuf.h
 
574
ctable.o: ctable.c
 
575
ctable.o: sys_defs.h
 
576
ctable.o: msg.h
 
577
ctable.o: mymalloc.h
 
578
ctable.o: ring.h
 
579
ctable.o: htable.h
 
580
ctable.o: ctable.h
 
581
dict.o: dict.c
 
582
dict.o: sys_defs.h
 
583
dict.o: msg.h
 
584
dict.o: htable.h
 
585
dict.o: mymalloc.h
 
586
dict.o: vstream.h
 
587
dict.o: vbuf.h
 
588
dict.o: vstring.h
 
589
dict.o: readlline.h
 
590
dict.o: mac_parse.h
 
591
dict.o: stringops.h
 
592
dict.o: iostuff.h
 
593
dict.o: dict.h
 
594
dict.o: argv.h
 
595
dict.o: dict_ht.h
 
596
dict_alloc.o: dict_alloc.c
 
597
dict_alloc.o: sys_defs.h
 
598
dict_alloc.o: msg.h
 
599
dict_alloc.o: mymalloc.h
 
600
dict_alloc.o: dict.h
 
601
dict_alloc.o: vstream.h
 
602
dict_alloc.o: vbuf.h
 
603
dict_alloc.o: argv.h
 
604
dict_cidr.o: dict_cidr.c
 
605
dict_cidr.o: sys_defs.h
 
606
dict_cidr.o: mymalloc.h
 
607
dict_cidr.o: msg.h
 
608
dict_cidr.o: vstream.h
 
609
dict_cidr.o: vbuf.h
 
610
dict_cidr.o: vstring.h
 
611
dict_cidr.o: stringops.h
 
612
dict_cidr.o: readlline.h
 
613
dict_cidr.o: dict.h
 
614
dict_cidr.o: argv.h
 
615
dict_cidr.o: dict_cidr.h
 
616
dict_cidr.o: split_at.h
 
617
dict_db.o: dict_db.c
 
618
dict_db.o: sys_defs.h
 
619
dict_db.o: msg.h
 
620
dict_db.o: mymalloc.h
 
621
dict_db.o: vstring.h
 
622
dict_db.o: vbuf.h
 
623
dict_db.o: stringops.h
 
624
dict_db.o: iostuff.h
 
625
dict_db.o: myflock.h
 
626
dict_db.o: dict.h
 
627
dict_db.o: vstream.h
 
628
dict_db.o: argv.h
 
629
dict_db.o: dict_db.h
 
630
dict_dbm.o: dict_dbm.c
 
631
dict_dbm.o: sys_defs.h
 
632
dict_debug.o: dict_debug.c
 
633
dict_debug.o: sys_defs.h
 
634
dict_debug.o: msg.h
 
635
dict_debug.o: mymalloc.h
 
636
dict_debug.o: dict.h
 
637
dict_debug.o: vstream.h
 
638
dict_debug.o: vbuf.h
 
639
dict_debug.o: argv.h
 
640
dict_env.o: dict_env.c
 
641
dict_env.o: sys_defs.h
 
642
dict_env.o: mymalloc.h
 
643
dict_env.o: msg.h
 
644
dict_env.o: safe.h
 
645
dict_env.o: dict.h
 
646
dict_env.o: vstream.h
 
647
dict_env.o: vbuf.h
 
648
dict_env.o: argv.h
 
649
dict_env.o: dict_env.h
 
650
dict_ht.o: dict_ht.c
 
651
dict_ht.o: sys_defs.h
 
652
dict_ht.o: mymalloc.h
 
653
dict_ht.o: htable.h
 
654
dict_ht.o: dict.h
 
655
dict_ht.o: vstream.h
 
656
dict_ht.o: vbuf.h
 
657
dict_ht.o: argv.h
 
658
dict_ht.o: dict_ht.h
 
659
dict_ni.o: dict_ni.c
 
660
dict_ni.o: sys_defs.h
 
661
dict_nis.o: dict_nis.c
 
662
dict_nis.o: sys_defs.h
 
663
dict_nis.o: msg.h
 
664
dict_nis.o: mymalloc.h
 
665
dict_nis.o: vstring.h
 
666
dict_nis.o: vbuf.h
 
667
dict_nis.o: dict.h
 
668
dict_nis.o: vstream.h
 
669
dict_nis.o: argv.h
 
670
dict_nis.o: dict_nis.h
 
671
dict_nisplus.o: dict_nisplus.c
 
672
dict_nisplus.o: sys_defs.h
 
673
dict_nisplus.o: msg.h
 
674
dict_nisplus.o: mymalloc.h
 
675
dict_nisplus.o: htable.h
 
676
dict_nisplus.o: dict.h
 
677
dict_nisplus.o: vstream.h
 
678
dict_nisplus.o: vbuf.h
 
679
dict_nisplus.o: argv.h
 
680
dict_nisplus.o: dict_nisplus.h
 
681
dict_open.o: dict_open.c
 
682
dict_open.o: sys_defs.h
 
683
dict_open.o: argv.h
 
684
dict_open.o: mymalloc.h
 
685
dict_open.o: msg.h
 
686
dict_open.o: dict.h
 
687
dict_open.o: vstream.h
 
688
dict_open.o: vbuf.h
 
689
dict_open.o: dict_env.h
 
690
dict_open.o: dict_unix.h
 
691
dict_open.o: dict_tcp.h
 
692
dict_open.o: dict_dbm.h
 
693
dict_open.o: dict_db.h
 
694
dict_open.o: dict_nis.h
 
695
dict_open.o: dict_nisplus.h
 
696
dict_open.o: dict_ni.h
 
697
dict_open.o: dict_pcre.h
 
698
dict_open.o: dict_regexp.h
 
699
dict_open.o: dict_static.h
 
700
dict_open.o: dict_cidr.h
 
701
dict_open.o: stringops.h
 
702
dict_open.o: vstring.h
 
703
dict_open.o: split_at.h
 
704
dict_open.o: htable.h
 
705
dict_pcre.o: dict_pcre.c
 
706
dict_pcre.o: sys_defs.h
 
707
dict_pcre.o: mymalloc.h
 
708
dict_pcre.o: msg.h
 
709
dict_pcre.o: safe.h
 
710
dict_pcre.o: vstream.h
 
711
dict_pcre.o: vbuf.h
 
712
dict_pcre.o: vstring.h
 
713
dict_pcre.o: stringops.h
 
714
dict_pcre.o: readlline.h
 
715
dict_pcre.o: dict.h
 
716
dict_pcre.o: argv.h
 
717
dict_pcre.o: dict_pcre.h
 
718
dict_pcre.o: mac_parse.h
 
719
dict_regexp.o: dict_regexp.c
 
720
dict_regexp.o: sys_defs.h
 
721
dict_regexp.o: mymalloc.h
 
722
dict_regexp.o: msg.h
 
723
dict_regexp.o: safe.h
 
724
dict_regexp.o: vstream.h
 
725
dict_regexp.o: vbuf.h
 
726
dict_regexp.o: vstring.h
 
727
dict_regexp.o: stringops.h
 
728
dict_regexp.o: readlline.h
 
729
dict_regexp.o: dict.h
 
730
dict_regexp.o: argv.h
 
731
dict_regexp.o: dict_regexp.h
 
732
dict_regexp.o: mac_parse.h
 
733
dict_static.o: dict_static.c
 
734
dict_static.o: sys_defs.h
 
735
dict_static.o: mymalloc.h
 
736
dict_static.o: msg.h
 
737
dict_static.o: dict.h
 
738
dict_static.o: vstream.h
 
739
dict_static.o: vbuf.h
 
740
dict_static.o: argv.h
 
741
dict_static.o: dict_static.h
 
742
dict_tcp.o: dict_tcp.c
 
743
dict_tcp.o: sys_defs.h
 
744
dict_tcp.o: msg.h
 
745
dict_tcp.o: mymalloc.h
 
746
dict_tcp.o: vstring.h
 
747
dict_tcp.o: vbuf.h
 
748
dict_tcp.o: vstream.h
 
749
dict_tcp.o: vstring_vstream.h
 
750
dict_tcp.o: connect.h
 
751
dict_tcp.o: iostuff.h
 
752
dict_tcp.o: hex_quote.h
 
753
dict_tcp.o: dict.h
 
754
dict_tcp.o: argv.h
 
755
dict_tcp.o: stringops.h
 
756
dict_tcp.o: dict_tcp.h
 
757
dict_unix.o: dict_unix.c
 
758
dict_unix.o: sys_defs.h
 
759
dict_unix.o: msg.h
 
760
dict_unix.o: mymalloc.h
 
761
dict_unix.o: vstring.h
 
762
dict_unix.o: vbuf.h
 
763
dict_unix.o: dict.h
 
764
dict_unix.o: vstream.h
 
765
dict_unix.o: argv.h
 
766
dict_unix.o: dict_unix.h
 
767
dir_forest.o: dir_forest.c
 
768
dir_forest.o: sys_defs.h
 
769
dir_forest.o: msg.h
 
770
dir_forest.o: dir_forest.h
 
771
dir_forest.o: vstring.h
 
772
dir_forest.o: vbuf.h
 
773
doze.o: doze.c
 
774
doze.o: sys_defs.h
 
775
doze.o: msg.h
 
776
doze.o: iostuff.h
 
777
dup2_pass_on_exec.o: dup2_pass_on_exec.c
 
778
duplex_pipe.o: duplex_pipe.c
 
779
duplex_pipe.o: sys_defs.h
 
780
duplex_pipe.o: iostuff.h
 
781
duplex_pipe.o: sane_socketpair.h
 
782
environ.o: environ.c
 
783
environ.o: sys_defs.h
 
784
events.o: events.c
 
785
events.o: sys_defs.h
 
786
events.o: mymalloc.h
 
787
events.o: msg.h
 
788
events.o: iostuff.h
 
789
events.o: ring.h
 
790
events.o: events.h
 
791
exec_command.o: exec_command.c
 
792
exec_command.o: sys_defs.h
 
793
exec_command.o: msg.h
 
794
exec_command.o: argv.h
 
795
exec_command.o: exec_command.h
 
796
fifo_listen.o: fifo_listen.c
 
797
fifo_listen.o: sys_defs.h
 
798
fifo_listen.o: msg.h
 
799
fifo_listen.o: iostuff.h
 
800
fifo_listen.o: listen.h
 
801
fifo_open.o: fifo_open.c
 
802
fifo_rdonly_bug.o: fifo_rdonly_bug.c
 
803
fifo_rdonly_bug.o: sys_defs.h
 
804
fifo_rdwr_bug.o: fifo_rdwr_bug.c
 
805
fifo_rdwr_bug.o: sys_defs.h
 
806
fifo_trigger.o: fifo_trigger.c
 
807
fifo_trigger.o: sys_defs.h
 
808
fifo_trigger.o: msg.h
 
809
fifo_trigger.o: iostuff.h
 
810
fifo_trigger.o: safe_open.h
 
811
fifo_trigger.o: vstream.h
 
812
fifo_trigger.o: vbuf.h
 
813
fifo_trigger.o: vstring.h
 
814
fifo_trigger.o: trigger.h
 
815
file_limit.o: file_limit.c
 
816
file_limit.o: sys_defs.h
 
817
file_limit.o: msg.h
 
818
file_limit.o: iostuff.h
 
819
find_inet.o: find_inet.c
 
820
find_inet.o: sys_defs.h
 
821
find_inet.o: msg.h
 
822
find_inet.o: stringops.h
 
823
find_inet.o: vstring.h
 
824
find_inet.o: vbuf.h
 
825
find_inet.o: find_inet.h
 
826
fsspace.o: fsspace.c
 
827
fsspace.o: sys_defs.h
 
828
fsspace.o: msg.h
 
829
fsspace.o: fsspace.h
 
830
fullname.o: fullname.c
 
831
fullname.o: sys_defs.h
 
832
fullname.o: vstring.h
 
833
fullname.o: vbuf.h
 
834
fullname.o: safe.h
 
835
fullname.o: fullname.h
 
836
get_domainname.o: get_domainname.c
 
837
get_domainname.o: sys_defs.h
 
838
get_domainname.o: mymalloc.h
 
839
get_domainname.o: get_hostname.h
 
840
get_domainname.o: get_domainname.h
 
841
get_hostname.o: get_hostname.c
 
842
get_hostname.o: sys_defs.h
 
843
get_hostname.o: mymalloc.h
 
844
get_hostname.o: msg.h
 
845
get_hostname.o: valid_hostname.h
 
846
get_hostname.o: get_hostname.h
 
847
hex_quote.o: hex_quote.c
 
848
hex_quote.o: sys_defs.h
 
849
hex_quote.o: msg.h
 
850
hex_quote.o: vstring.h
 
851
hex_quote.o: vbuf.h
 
852
hex_quote.o: hex_quote.h
 
853
host_port.o: host_port.c
 
854
host_port.o: sys_defs.h
 
855
host_port.o: msg.h
 
856
host_port.o: split_at.h
 
857
host_port.o: stringops.h
 
858
host_port.o: vstring.h
 
859
host_port.o: vbuf.h
 
860
host_port.o: valid_hostname.h
 
861
host_port.o: host_port.h
 
862
htable.o: htable.c
 
863
htable.o: sys_defs.h
 
864
htable.o: mymalloc.h
 
865
htable.o: msg.h
 
866
htable.o: htable.h
 
867
inet_addr_host.o: inet_addr_host.c
 
868
inet_addr_host.o: sys_defs.h
 
869
inet_addr_host.o: inet_addr_list.h
 
870
inet_addr_host.o: inet_addr_host.h
 
871
inet_addr_list.o: inet_addr_list.c
 
872
inet_addr_list.o: sys_defs.h
 
873
inet_addr_list.o: msg.h
 
874
inet_addr_list.o: mymalloc.h
 
875
inet_addr_list.o: inet_addr_list.h
 
876
inet_addr_local.o: inet_addr_local.c
 
877
inet_addr_local.o: sys_defs.h
 
878
inet_addr_local.o: msg.h
 
879
inet_addr_local.o: mymalloc.h
 
880
inet_addr_local.o: vstring.h
 
881
inet_addr_local.o: vbuf.h
 
882
inet_addr_local.o: inet_addr_list.h
 
883
inet_addr_local.o: inet_addr_local.h
 
884
inet_connect.o: inet_connect.c
 
885
inet_connect.o: sys_defs.h
 
886
inet_connect.o: mymalloc.h
 
887
inet_connect.o: msg.h
 
888
inet_connect.o: find_inet.h
 
889
inet_connect.o: inet_util.h
 
890
inet_connect.o: iostuff.h
 
891
inet_connect.o: sane_connect.h
 
892
inet_connect.o: connect.h
 
893
inet_connect.o: timed_connect.h
 
894
inet_listen.o: inet_listen.c
 
895
inet_listen.o: sys_defs.h
 
896
inet_listen.o: mymalloc.h
 
897
inet_listen.o: msg.h
 
898
inet_listen.o: find_inet.h
 
899
inet_listen.o: inet_util.h
 
900
inet_listen.o: iostuff.h
 
901
inet_listen.o: listen.h
 
902
inet_listen.o: sane_accept.h
 
903
inet_trigger.o: inet_trigger.c
 
904
inet_trigger.o: sys_defs.h
 
905
inet_trigger.o: msg.h
 
906
inet_trigger.o: connect.h
 
907
inet_trigger.o: iostuff.h
 
908
inet_trigger.o: mymalloc.h
 
909
inet_trigger.o: events.h
 
910
inet_trigger.o: trigger.h
 
911
inet_util.o: inet_util.c
 
912
inet_util.o: sys_defs.h
 
913
inet_util.o: mymalloc.h
 
914
inet_util.o: split_at.h
 
915
inet_util.o: inet_util.h
 
916
line_wrap.o: line_wrap.c
 
917
line_wrap.o: sys_defs.h
 
918
line_wrap.o: line_wrap.h
 
919
lowercase.o: lowercase.c
 
920
lowercase.o: sys_defs.h
 
921
lowercase.o: stringops.h
 
922
lowercase.o: vstring.h
 
923
lowercase.o: vbuf.h
 
924
lstat_as.o: lstat_as.c
 
925
lstat_as.o: sys_defs.h
 
926
lstat_as.o: msg.h
 
927
lstat_as.o: set_eugid.h
 
928
lstat_as.o: lstat_as.h
 
929
mac_expand.o: mac_expand.c
 
930
mac_expand.o: sys_defs.h
 
931
mac_expand.o: msg.h
 
932
mac_expand.o: vstring.h
 
933
mac_expand.o: vbuf.h
 
934
mac_expand.o: mymalloc.h
 
935
mac_expand.o: mac_parse.h
 
936
mac_expand.o: mac_expand.h
 
937
mac_parse.o: mac_parse.c
 
938
mac_parse.o: sys_defs.h
 
939
mac_parse.o: msg.h
 
940
mac_parse.o: mac_parse.h
 
941
mac_parse.o: vstring.h
 
942
mac_parse.o: vbuf.h
 
943
make_dirs.o: make_dirs.c
 
944
make_dirs.o: sys_defs.h
 
945
make_dirs.o: msg.h
 
946
make_dirs.o: mymalloc.h
 
947
make_dirs.o: stringops.h
 
948
make_dirs.o: vstring.h
 
949
make_dirs.o: vbuf.h
 
950
make_dirs.o: make_dirs.h
 
951
match_list.o: match_list.c
 
952
match_list.o: sys_defs.h
 
953
match_list.o: msg.h
 
954
match_list.o: mymalloc.h
 
955
match_list.o: vstring.h
 
956
match_list.o: vbuf.h
 
957
match_list.o: vstream.h
 
958
match_list.o: vstring_vstream.h
 
959
match_list.o: stringops.h
 
960
match_list.o: argv.h
 
961
match_list.o: dict.h
 
962
match_list.o: match_ops.h
 
963
match_list.o: match_list.h
 
964
match_ops.o: match_ops.c
 
965
match_ops.o: sys_defs.h
 
966
match_ops.o: msg.h
 
967
match_ops.o: mymalloc.h
 
968
match_ops.o: split_at.h
 
969
match_ops.o: dict.h
 
970
match_ops.o: vstream.h
 
971
match_ops.o: vbuf.h
 
972
match_ops.o: argv.h
 
973
match_ops.o: match_ops.h
 
974
match_ops.o: stringops.h
 
975
match_ops.o: vstring.h
 
976
msg.o: msg.c
 
977
msg.o: sys_defs.h
 
978
msg.o: msg.h
 
979
msg.o: msg_output.h
 
980
msg_output.o: msg_output.c
 
981
msg_output.o: sys_defs.h
 
982
msg_output.o: mymalloc.h
 
983
msg_output.o: vstring.h
 
984
msg_output.o: vbuf.h
 
985
msg_output.o: vstream.h
 
986
msg_output.o: msg_vstream.h
 
987
msg_output.o: stringops.h
 
988
msg_output.o: percentm.h
 
989
msg_output.o: msg_output.h
 
990
msg_syslog.o: msg_syslog.c
 
991
msg_syslog.o: sys_defs.h
 
992
msg_syslog.o: vstring.h
 
993
msg_syslog.o: vbuf.h
 
994
msg_syslog.o: stringops.h
 
995
msg_syslog.o: msg.h
 
996
msg_syslog.o: msg_output.h
 
997
msg_syslog.o: msg_syslog.h
 
998
msg_syslog.o: safe.h
 
999
msg_vstream.o: msg_vstream.c
 
1000
msg_vstream.o: sys_defs.h
 
1001
msg_vstream.o: vstream.h
 
1002
msg_vstream.o: vbuf.h
 
1003
msg_vstream.o: msg.h
 
1004
msg_vstream.o: msg_output.h
 
1005
msg_vstream.o: msg_vstream.h
 
1006
mvect.o: mvect.c
 
1007
mvect.o: sys_defs.h
 
1008
mvect.o: mymalloc.h
 
1009
mvect.o: mvect.h
 
1010
myflock.o: myflock.c
 
1011
myflock.o: sys_defs.h
 
1012
myflock.o: msg.h
 
1013
myflock.o: myflock.h
 
1014
mymalloc.o: mymalloc.c
 
1015
mymalloc.o: sys_defs.h
 
1016
mymalloc.o: msg.h
 
1017
mymalloc.o: mymalloc.h
 
1018
myrand.o: myrand.c
 
1019
myrand.o: sys_defs.h
 
1020
myrand.o: myrand.h
 
1021
mystrtok.o: mystrtok.c
 
1022
mystrtok.o: sys_defs.h
 
1023
mystrtok.o: stringops.h
 
1024
mystrtok.o: vstring.h
 
1025
mystrtok.o: vbuf.h
 
1026
name_code.o: name_code.c
 
1027
name_code.o: sys_defs.h
 
1028
name_code.o: name_code.h
 
1029
name_mask.o: name_mask.c
 
1030
name_mask.o: sys_defs.h
 
1031
name_mask.o: msg.h
 
1032
name_mask.o: mymalloc.h
 
1033
name_mask.o: stringops.h
 
1034
name_mask.o: vstring.h
 
1035
name_mask.o: vbuf.h
 
1036
name_mask.o: name_mask.h
 
1037
netstring.o: netstring.c
 
1038
netstring.o: sys_defs.h
 
1039
netstring.o: msg.h
 
1040
netstring.o: vstream.h
 
1041
netstring.o: vbuf.h
 
1042
netstring.o: vstring.h
 
1043
netstring.o: netstring.h
 
1044
neuter.o: neuter.c
 
1045
neuter.o: sys_defs.h
 
1046
neuter.o: stringops.h
 
1047
neuter.o: vstring.h
 
1048
neuter.o: vbuf.h
 
1049
non_blocking.o: non_blocking.c
 
1050
non_blocking.o: sys_defs.h
 
1051
non_blocking.o: msg.h
 
1052
non_blocking.o: iostuff.h
 
1053
nvtable.o: nvtable.c
 
1054
nvtable.o: sys_defs.h
 
1055
nvtable.o: mymalloc.h
 
1056
nvtable.o: htable.h
 
1057
nvtable.o: nvtable.h
 
1058
open_as.o: open_as.c
 
1059
open_as.o: sys_defs.h
 
1060
open_as.o: msg.h
 
1061
open_as.o: set_eugid.h
 
1062
open_as.o: open_as.h
 
1063
open_limit.o: open_limit.c
 
1064
open_limit.o: sys_defs.h
 
1065
open_limit.o: iostuff.h
 
1066
open_lock.o: open_lock.c
 
1067
open_lock.o: sys_defs.h
 
1068
open_lock.o: msg.h
 
1069
open_lock.o: vstream.h
 
1070
open_lock.o: vbuf.h
 
1071
open_lock.o: vstring.h
 
1072
open_lock.o: safe_open.h
 
1073
open_lock.o: myflock.h
 
1074
open_lock.o: open_lock.h
 
1075
peekfd.o: peekfd.c
 
1076
peekfd.o: sys_defs.h
 
1077
peekfd.o: iostuff.h
 
1078
percentm.o: percentm.c
 
1079
percentm.o: sys_defs.h
 
1080
percentm.o: vstring.h
 
1081
percentm.o: vbuf.h
 
1082
percentm.o: percentm.h
 
1083
posix_signals.o: posix_signals.c
 
1084
posix_signals.o: sys_defs.h
 
1085
posix_signals.o: posix_signals.h
 
1086
printable.o: printable.c
 
1087
printable.o: sys_defs.h
 
1088
printable.o: stringops.h
 
1089
printable.o: vstring.h
 
1090
printable.o: vbuf.h
 
1091
rand_sleep.o: rand_sleep.c
 
1092
rand_sleep.o: sys_defs.h
 
1093
rand_sleep.o: msg.h
 
1094
rand_sleep.o: myrand.h
 
1095
rand_sleep.o: iostuff.h
 
1096
read_wait.o: read_wait.c
 
1097
read_wait.o: sys_defs.h
 
1098
read_wait.o: msg.h
 
1099
read_wait.o: iostuff.h
 
1100
readable.o: readable.c
 
1101
readable.o: sys_defs.h
 
1102
readable.o: msg.h
 
1103
readable.o: iostuff.h
 
1104
readlline.o: readlline.c
 
1105
readlline.o: sys_defs.h
 
1106
readlline.o: msg.h
 
1107
readlline.o: vstream.h
 
1108
readlline.o: vbuf.h
 
1109
readlline.o: vstring.h
 
1110
readlline.o: readlline.h
 
1111
ring.o: ring.c
 
1112
ring.o: ring.h
 
1113
safe_getenv.o: safe_getenv.c
 
1114
safe_getenv.o: sys_defs.h
 
1115
safe_getenv.o: safe.h
 
1116
safe_open.o: safe_open.c
 
1117
safe_open.o: sys_defs.h
 
1118
safe_open.o: msg.h
 
1119
safe_open.o: vstream.h
 
1120
safe_open.o: vbuf.h
 
1121
safe_open.o: vstring.h
 
1122
safe_open.o: safe_open.h
 
1123
sane_accept.o: sane_accept.c
 
1124
sane_accept.o: sys_defs.h
 
1125
sane_accept.o: msg.h
 
1126
sane_accept.o: sane_accept.h
 
1127
sane_connect.o: sane_connect.c
 
1128
sane_connect.o: sys_defs.h
 
1129
sane_connect.o: msg.h
 
1130
sane_connect.o: sane_connect.h
 
1131
sane_link.o: sane_link.c
 
1132
sane_link.o: sys_defs.h
 
1133
sane_link.o: msg.h
 
1134
sane_link.o: sane_fsops.h
 
1135
sane_rename.o: sane_rename.c
 
1136
sane_rename.o: sys_defs.h
 
1137
sane_rename.o: msg.h
 
1138
sane_rename.o: sane_fsops.h
 
1139
sane_socketpair.o: sane_socketpair.c
 
1140
sane_socketpair.o: sys_defs.h
 
1141
sane_socketpair.o: msg.h
 
1142
sane_socketpair.o: sane_socketpair.h
 
1143
sane_time.o: sane_time.c
 
1144
sane_time.o: sys_defs.h
 
1145
sane_time.o: msg.h
 
1146
sane_time.o: sane_time.h
 
1147
scan_dir.o: scan_dir.c
 
1148
scan_dir.o: sys_defs.h
 
1149
scan_dir.o: msg.h
 
1150
scan_dir.o: mymalloc.h
 
1151
scan_dir.o: stringops.h
 
1152
scan_dir.o: vstring.h
 
1153
scan_dir.o: vbuf.h
 
1154
scan_dir.o: scan_dir.h
 
1155
select_bug.o: select_bug.c
 
1156
select_bug.o: sys_defs.h
 
1157
select_bug.o: msg.h
 
1158
select_bug.o: vstream.h
 
1159
select_bug.o: vbuf.h
 
1160
select_bug.o: msg_vstream.h
 
1161
set_eugid.o: set_eugid.c
 
1162
set_eugid.o: sys_defs.h
 
1163
set_eugid.o: msg.h
 
1164
set_eugid.o: set_eugid.h
 
1165
set_ugid.o: set_ugid.c
 
1166
set_ugid.o: sys_defs.h
 
1167
set_ugid.o: msg.h
 
1168
set_ugid.o: set_ugid.h
 
1169
sigdelay.o: sigdelay.c
 
1170
sigdelay.o: sys_defs.h
 
1171
sigdelay.o: msg.h
 
1172
sigdelay.o: posix_signals.h
 
1173
sigdelay.o: sigdelay.h
 
1174
skipblanks.o: skipblanks.c
 
1175
skipblanks.o: sys_defs.h
 
1176
skipblanks.o: stringops.h
 
1177
skipblanks.o: vstring.h
 
1178
skipblanks.o: vbuf.h
 
1179
spawn_command.o: spawn_command.c
 
1180
spawn_command.o: sys_defs.h
 
1181
spawn_command.o: msg.h
 
1182
spawn_command.o: timed_wait.h
 
1183
spawn_command.o: set_ugid.h
 
1184
spawn_command.o: argv.h
 
1185
spawn_command.o: spawn_command.h
 
1186
spawn_command.o: exec_command.h
 
1187
spawn_command.o: clean_env.h
 
1188
split_at.o: split_at.c
 
1189
split_at.o: sys_defs.h
 
1190
split_at.o: split_at.h
 
1191
split_nameval.o: split_nameval.c
 
1192
split_nameval.o: sys_defs.h
 
1193
split_nameval.o: msg.h
 
1194
split_nameval.o: stringops.h
 
1195
split_nameval.o: vstring.h
 
1196
split_nameval.o: vbuf.h
 
1197
stat_as.o: stat_as.c
 
1198
stat_as.o: sys_defs.h
 
1199
stat_as.o: msg.h
 
1200
stat_as.o: set_eugid.h
 
1201
stat_as.o: stat_as.h
 
1202
strcasecmp.o: strcasecmp.c
 
1203
strcasecmp.o: sys_defs.h
 
1204
stream_connect.o: stream_connect.c
 
1205
stream_connect.o: sys_defs.h
 
1206
stream_connect.o: msg.h
 
1207
stream_connect.o: connect.h
 
1208
stream_connect.o: iostuff.h
 
1209
stream_listen.o: stream_listen.c
 
1210
stream_listen.o: sys_defs.h
 
1211
stream_listen.o: msg.h
 
1212
stream_listen.o: listen.h
 
1213
stream_listen.o: iostuff.h
 
1214
stream_test.o: stream_test.c
 
1215
stream_test.o: sys_defs.h
 
1216
stream_test.o: stream_test.c
 
1217
stream_test.o: iostuff.h
 
1218
stream_test.o: msg.h
 
1219
stream_test.o: msg_vstream.h
 
1220
stream_test.o: vstream.h
 
1221
stream_test.o: vbuf.h
 
1222
stream_test.o: listen.h
 
1223
stream_test.o: connect.h
 
1224
stream_trigger.o: stream_trigger.c
 
1225
stream_trigger.o: sys_defs.h
 
1226
stream_trigger.o: msg.h
 
1227
stream_trigger.o: connect.h
 
1228
stream_trigger.o: iostuff.h
 
1229
stream_trigger.o: mymalloc.h
 
1230
stream_trigger.o: events.h
 
1231
stream_trigger.o: trigger.h
 
1232
sys_compat.o: sys_compat.c
 
1233
sys_compat.o: sys_defs.h
 
1234
timed_connect.o: timed_connect.c
 
1235
timed_connect.o: sys_defs.h
 
1236
timed_connect.o: msg.h
 
1237
timed_connect.o: iostuff.h
 
1238
timed_connect.o: sane_connect.h
 
1239
timed_connect.o: timed_connect.h
 
1240
timed_read.o: timed_read.c
 
1241
timed_read.o: sys_defs.h
 
1242
timed_read.o: msg.h
 
1243
timed_read.o: iostuff.h
 
1244
timed_wait.o: timed_wait.c
 
1245
timed_wait.o: sys_defs.h
 
1246
timed_wait.o: msg.h
 
1247
timed_wait.o: posix_signals.h
 
1248
timed_wait.o: timed_wait.h
 
1249
timed_write.o: timed_write.c
 
1250
timed_write.o: sys_defs.h
 
1251
timed_write.o: msg.h
 
1252
timed_write.o: iostuff.h
 
1253
translit.o: translit.c
 
1254
translit.o: sys_defs.h
 
1255
translit.o: stringops.h
 
1256
translit.o: vstring.h
 
1257
translit.o: vbuf.h
 
1258
trimblanks.o: trimblanks.c
 
1259
trimblanks.o: sys_defs.h
 
1260
trimblanks.o: stringops.h
 
1261
trimblanks.o: vstring.h
 
1262
trimblanks.o: vbuf.h
 
1263
unescape.o: unescape.c
 
1264
unescape.o: sys_defs.h
 
1265
unescape.o: vstring.h
 
1266
unescape.o: vbuf.h
 
1267
unescape.o: stringops.h
 
1268
unix_connect.o: unix_connect.c
 
1269
unix_connect.o: sys_defs.h
 
1270
unix_connect.o: msg.h
 
1271
unix_connect.o: iostuff.h
 
1272
unix_connect.o: sane_connect.h
 
1273
unix_connect.o: connect.h
 
1274
unix_connect.o: timed_connect.h
 
1275
unix_listen.o: unix_listen.c
 
1276
unix_listen.o: sys_defs.h
 
1277
unix_listen.o: msg.h
 
1278
unix_listen.o: iostuff.h
 
1279
unix_listen.o: listen.h
 
1280
unix_listen.o: sane_accept.h
 
1281
unix_trigger.o: unix_trigger.c
 
1282
unix_trigger.o: sys_defs.h
 
1283
unix_trigger.o: msg.h
 
1284
unix_trigger.o: connect.h
 
1285
unix_trigger.o: iostuff.h
 
1286
unix_trigger.o: mymalloc.h
 
1287
unix_trigger.o: events.h
 
1288
unix_trigger.o: trigger.h
 
1289
unsafe.o: unsafe.c
 
1290
unsafe.o: sys_defs.h
 
1291
unsafe.o: safe.h
 
1292
uppercase.o: uppercase.c
 
1293
uppercase.o: sys_defs.h
 
1294
uppercase.o: stringops.h
 
1295
uppercase.o: vstring.h
 
1296
uppercase.o: vbuf.h
 
1297
username.o: username.c
 
1298
username.o: sys_defs.h
 
1299
username.o: username.h
 
1300
valid_hostname.o: valid_hostname.c
 
1301
valid_hostname.o: sys_defs.h
 
1302
valid_hostname.o: msg.h
 
1303
valid_hostname.o: mymalloc.h
 
1304
valid_hostname.o: stringops.h
 
1305
valid_hostname.o: vstring.h
 
1306
valid_hostname.o: vbuf.h
 
1307
valid_hostname.o: valid_hostname.h
 
1308
vbuf.o: vbuf.c
 
1309
vbuf.o: sys_defs.h
 
1310
vbuf.o: vbuf.h
 
1311
vbuf_print.o: vbuf_print.c
 
1312
vbuf_print.o: sys_defs.h
 
1313
vbuf_print.o: msg.h
 
1314
vbuf_print.o: vbuf.h
 
1315
vbuf_print.o: vstring.h
 
1316
vbuf_print.o: vbuf_print.h
 
1317
vstream.o: vstream.c
 
1318
vstream.o: sys_defs.h
 
1319
vstream.o: mymalloc.h
 
1320
vstream.o: msg.h
 
1321
vstream.o: vbuf_print.h
 
1322
vstream.o: vbuf.h
 
1323
vstream.o: iostuff.h
 
1324
vstream.o: vstring.h
 
1325
vstream.o: vstream.h
 
1326
vstream_popen.o: vstream_popen.c
 
1327
vstream_popen.o: sys_defs.h
 
1328
vstream_popen.o: msg.h
 
1329
vstream_popen.o: exec_command.h
 
1330
vstream_popen.o: vstream.h
 
1331
vstream_popen.o: vbuf.h
 
1332
vstream_popen.o: argv.h
 
1333
vstream_popen.o: set_ugid.h
 
1334
vstream_popen.o: clean_env.h
 
1335
vstream_popen.o: iostuff.h
 
1336
vstring.o: vstring.c
 
1337
vstring.o: sys_defs.h
 
1338
vstring.o: mymalloc.h
 
1339
vstring.o: msg.h
 
1340
vstring.o: vbuf_print.h
 
1341
vstring.o: vbuf.h
 
1342
vstring.o: vstring.h
 
1343
vstring_vstream.o: vstring_vstream.c
 
1344
vstring_vstream.o: sys_defs.h
 
1345
vstring_vstream.o: msg.h
 
1346
vstring_vstream.o: vstring.h
 
1347
vstring_vstream.o: vbuf.h
 
1348
vstring_vstream.o: vstream.h
 
1349
vstring_vstream.o: vstring_vstream.h
 
1350
watchdog.o: watchdog.c
 
1351
watchdog.o: sys_defs.h
 
1352
watchdog.o: posix_signals.h
 
1353
watchdog.o: msg.h
 
1354
watchdog.o: mymalloc.h
 
1355
watchdog.o: watchdog.h
 
1356
writable.o: writable.c
 
1357
writable.o: sys_defs.h
 
1358
writable.o: msg.h
 
1359
writable.o: iostuff.h
 
1360
write_buf.o: write_buf.c
 
1361
write_buf.o: sys_defs.h
 
1362
write_buf.o: msg.h
 
1363
write_buf.o: iostuff.h
 
1364
write_wait.o: write_wait.c
 
1365
write_wait.o: sys_defs.h
 
1366
write_wait.o: msg.h
 
1367
write_wait.o: iostuff.h