190792SgshapiroSHELL	= /bin/sh
2261363SgshapiroSRCS	= posttls-finger.c tlsmgrmem.c
390792SgshapiroOBJS	= posttls-finger.o tlsmgrmem.o
490792SgshapiroHDRS	= tlsmgrmem.h
590792SgshapiroTESTSRC	= 
690792SgshapiroDEFS	= -I. -I$(INC_DIR) -D$(SYSTYPE)
790792SgshapiroCFLAGS	= $(DEBUG) $(OPT) $(DEFS)
890792SgshapiroTESTPROG= 
9266692SgshapiroINC_DIR	= ../../include
1090792SgshapiroPROG	= posttls-finger
1190792SgshapiroLIBS	= ../../lib/lib$(LIB_PREFIX)tls$(LIB_SUFFIX) \
1290792Sgshapiro	../../lib/lib$(LIB_PREFIX)dns$(LIB_SUFFIX) \
1390792Sgshapiro	../../lib/lib$(LIB_PREFIX)global$(LIB_SUFFIX) \
1490792Sgshapiro	../../lib/lib$(LIB_PREFIX)util$(LIB_SUFFIX)
1590792Sgshapiro
1690792Sgshapiro.c.o:;	$(CC) $(CFLAGS) -c $*.c
1790792Sgshapiro
1890792Sgshapiroall:	$(PROG)
1990792Sgshapiro
2090792Sgshapiro$(OBJS): ../../conf/makedefs.out $(HDRS)
2190792Sgshapiro
2290792SgshapiroMakefile: Makefile.in
2390792Sgshapiro	cat ../../conf/makedefs.out $? >$@
2490792Sgshapiro
2590792Sgshapiroposttls-finger: $(OBJS) $(LIBS)
2690792Sgshapiro	$(CC) $(CFLAGS) $(SHLIB_RPATH) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
2790792Sgshapiro
2890792Sgshapirotest:	$(TESTPROG)
2990792Sgshapiro
3090792Sgshapirotests:
3190792Sgshapiro
3290792Sgshapiroroot_tests:
3390792Sgshapiro
3490792Sgshapiroupdate: ../../bin/posttls-finger
3590792Sgshapiro
3690792Sgshapiro../../bin/posttls-finger: posttls-finger
3790792Sgshapiro	cp $? $@
3890792Sgshapiro
3990792Sgshapiroprintfck: $(OBJS) $(PROG)
4090792Sgshapiro	rm -rf printfck
4190792Sgshapiro	mkdir printfck
4290792Sgshapiro	sed '1,/^# do not edit/!d' Makefile >printfck/Makefile
4390792Sgshapiro	set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done
4490792Sgshapiro	cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o`
4590792Sgshapiro
4690792Sgshapirolint:
47	lint $(DEFS) $(SRCS) $(LINTFIX)
48
49clean:
50	rm -f *.o *core $(PROG) $(TESTPROG) junk
51	rm -rf printfck
52
53tidy:	clean
54
55depend: $(MAKES)
56	(sed '1,/^# do not edit/!d' Makefile.in; \
57	set -e; for i in [a-z][a-z0-9]*.c; do \
58	    $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
59	    -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' \
60	    -e 's/o: \.\//o: /' -e p -e '}' ; \
61	done | LANG=C sort -u) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
62	@$(EXPORT) make -f Makefile.in Makefile 1>&2
63
64# do not edit below this line - it is generated by 'make depend'
65posttls-finger.o: ../../include/argv.h
66posttls-finger.o: ../../include/attr.h
67posttls-finger.o: ../../include/check_arg.h
68posttls-finger.o: ../../include/chroot_uid.h
69posttls-finger.o: ../../include/clean_env.h
70posttls-finger.o: ../../include/dns.h
71posttls-finger.o: ../../include/dsn.h
72posttls-finger.o: ../../include/dsn_buf.h
73posttls-finger.o: ../../include/host_port.h
74posttls-finger.o: ../../include/htable.h
75posttls-finger.o: ../../include/inet_proto.h
76posttls-finger.o: ../../include/iostuff.h
77posttls-finger.o: ../../include/known_tcp_ports.h
78posttls-finger.o: ../../include/mail_conf.h
79posttls-finger.o: ../../include/mail_params.h
80posttls-finger.o: ../../include/mail_parm_split.h
81posttls-finger.o: ../../include/mail_proto.h
82posttls-finger.o: ../../include/mail_server.h
83posttls-finger.o: ../../include/midna_domain.h
84posttls-finger.o: ../../include/msg.h
85posttls-finger.o: ../../include/msg_vstream.h
86posttls-finger.o: ../../include/myaddrinfo.h
87posttls-finger.o: ../../include/mymalloc.h
88posttls-finger.o: ../../include/name_code.h
89posttls-finger.o: ../../include/name_mask.h
90posttls-finger.o: ../../include/nvtable.h
91posttls-finger.o: ../../include/sane_connect.h
92posttls-finger.o: ../../include/smtp_stream.h
93posttls-finger.o: ../../include/sock_addr.h
94posttls-finger.o: ../../include/stringops.h
95posttls-finger.o: ../../include/sys_defs.h
96posttls-finger.o: ../../include/timed_connect.h
97posttls-finger.o: ../../include/tls.h
98posttls-finger.o: ../../include/tls_proxy.h
99posttls-finger.o: ../../include/vbuf.h
100posttls-finger.o: ../../include/vstream.h
101posttls-finger.o: ../../include/vstring.h
102posttls-finger.o: ../../include/vstring_vstream.h
103posttls-finger.o: posttls-finger.c
104posttls-finger.o: tlsmgrmem.h
105tlsmgrmem.o: ../../include/argv.h
106tlsmgrmem.o: ../../include/check_arg.h
107tlsmgrmem.o: ../../include/dict.h
108tlsmgrmem.o: ../../include/htable.h
109tlsmgrmem.o: ../../include/myflock.h
110tlsmgrmem.o: ../../include/sys_defs.h
111tlsmgrmem.o: ../../include/tls_mgr.h
112tlsmgrmem.o: ../../include/tls_scache.h
113tlsmgrmem.o: ../../include/vbuf.h
114tlsmgrmem.o: ../../include/vstream.h
115tlsmgrmem.o: ../../include/vstring.h
116tlsmgrmem.o: tlsmgrmem.c
117tlsmgrmem.o: tlsmgrmem.h
118