~ubuntu-branches/ubuntu/raring/postfix/raring

1 by LaMont Jones
Import upstream version 2.1.5
1
SHELL	= /bin/sh
2
SRCS	= verify.c
3
OBJS	= verify.o
4
HDRS	= 
5
TESTSRC	=
6
DEFS	= -I. -I$(INC_DIR) -D$(SYSTYPE)
7
CFLAGS	= $(DEBUG) $(OPT) $(DEFS)
8
TESTPROG= 
9
PROG	= verify
10
INC_DIR = ../../include
11
LIBS	= ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a
12
13
.c.o:;	$(CC) $(CFLAGS) -c $*.c
14
15
$(PROG): $(OBJS) $(LIBS)
16
	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
17
1.1.1 by LaMont Jones
Import upstream version 2.2.6
18
$(OBJS): ../../conf/makedefs.out
19
1 by LaMont Jones
Import upstream version 2.1.5
20
Makefile: Makefile.in
1.1.1 by LaMont Jones
Import upstream version 2.2.6
21
	(cat ../../conf/makedefs.out $?) >$@
1 by LaMont Jones
Import upstream version 2.1.5
22
23
test:	$(TESTPROG)
24
25
tests:	test
26
27
update: ../../libexec/$(PROG)
28
29
../../libexec/$(PROG): $(PROG)
30
	cp $(PROG) ../../libexec
31
32
printfck: $(OBJS) $(PROG)
33
	rm -rf printfck
34
	mkdir printfck
35
	sed '1,/^# do not edit/!d' Makefile >printfck/Makefile
36
	set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
37
	cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
38
39
lint:
40
	lint $(DEFS) $(SRCS) $(LINTFIX)
41
42
clean:
43
	rm -f *.o *core $(PROG) $(TESTPROG) junk 
44
	rm -rf printfck
45
46
tidy:	clean
47
48
depend: $(MAKES)
49
	(sed '1,/^# do not edit/!d' Makefile.in; \
50
	set -e; for i in [a-z][a-z0-9]*.c; do \
1.1.1 by LaMont Jones
Import upstream version 2.2.6
51
	    $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
1 by LaMont Jones
Import upstream version 2.1.5
52
	    -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' -e 'p' -e '}'; \
53
	done) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
54
	@$(EXPORT) make -f Makefile.in Makefile 1>&2
55
56
# do not edit below this line - it is generated by 'make depend'
57
verify.o: verify.c
58
verify.o: ../../include/sys_defs.h
59
verify.o: ../../include/msg.h
60
verify.o: ../../include/mymalloc.h
61
verify.o: ../../include/htable.h
62
verify.o: ../../include/dict_ht.h
63
verify.o: ../../include/dict.h
64
verify.o: ../../include/vstream.h
65
verify.o: ../../include/vbuf.h
66
verify.o: ../../include/argv.h
67
verify.o: ../../include/split_at.h
1.1.1 by LaMont Jones
Import upstream version 2.2.6
68
verify.o: ../../include/stringops.h
69
verify.o: ../../include/vstring.h
1 by LaMont Jones
Import upstream version 2.1.5
70
verify.o: ../../include/mail_conf.h
71
verify.o: ../../include/mail_params.h
72
verify.o: ../../include/mail_proto.h
73
verify.o: ../../include/iostuff.h
74
verify.o: ../../include/attr.h
75
verify.o: ../../include/post_mail.h
76
verify.o: ../../include/cleanup_user.h
77
verify.o: ../../include/verify_clnt.h
78
verify.o: ../../include/deliver_request.h
79
verify.o: ../../include/recipient_list.h
80
verify.o: ../../include/mail_server.h