SHELL = /bin/sh SRCS = tlsmgr.c OBJS = tlsmgr.o HDRS = TESTSRC = smtpd_token_test.c DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) CFLAGS = $(DEBUG) $(OPT) $(DEFS) TESTPROG= PROG = tlsmgr INC_DIR = ../../include LIBS = ../../lib/lib$(LIB_PREFIX)master$(LIB_SUFFIX) \ ../../lib/lib$(LIB_PREFIX)tls$(LIB_SUFFIX) \ ../../lib/lib$(LIB_PREFIX)dns$(LIB_SUFFIX) \ ../../lib/lib$(LIB_PREFIX)global$(LIB_SUFFIX) \ ../../lib/lib$(LIB_PREFIX)util$(LIB_SUFFIX) .c.o:; $(CC) $(CFLAGS) -c $*.c $(PROG): $(OBJS) $(LIBS) $(CC) $(CFLAGS) $(SHLIB_RPATH) -o $@ $(OBJS) $(LIBS) $(SYSLIBS) $(OBJS): ../../conf/makedefs.out Makefile: Makefile.in cat ../../conf/makedefs.out $? >$@ test: $(TESTPROG) update: ../../libexec/$(PROG) ../../libexec/$(PROG): $(PROG) cp $(PROG) ../../libexec printfck: $(OBJS) $(PROG) rm -rf printfck mkdir printfck cp *.h printfck sed '1,/^# do not edit/!d' Makefile >printfck/Makefile set -e; for i in *.c; do printfck -f .printfck $$i >printfck/$$i; done cd printfck; make "INC_DIR=../../../include" `cd ..; ls *.o` lint: lint $(DEFS) $(SRCS) $(LINTFIX) clean: rm -f *.o *core $(PROG) $(TESTPROG) junk *.db *.out *.tmp rm -rf printfck tidy: clean tests: root_tests: depend: $(MAKES) (sed '1,/^# do not edit/!d' Makefile.in; \ set -e; for i in [a-z][a-z0-9]*.c; do \ $(CC) -E $(DEFS) $(INCL) $$i | grep -v '[<>]' | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \ -e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' \ -e 's/o: \.\//o: /' -e p -e '}' ; \ done | LANG=C sort -u) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in @$(EXPORT) make -f Makefile.in Makefile 1>&2 # do not edit below this line - it is generated by 'make depend' tlsmgr.o: ../../include/argv.h tlsmgr.o: ../../include/attr.h tlsmgr.o: ../../include/check_arg.h tlsmgr.o: ../../include/data_redirect.h tlsmgr.o: ../../include/dict.h tlsmgr.o: ../../include/dns.h tlsmgr.o: ../../include/events.h tlsmgr.o: ../../include/htable.h tlsmgr.o: ../../include/iostuff.h tlsmgr.o: ../../include/mail_conf.h tlsmgr.o: ../../include/mail_params.h tlsmgr.o: ../../include/mail_proto.h tlsmgr.o: ../../include/mail_server.h tlsmgr.o: ../../include/mail_version.h tlsmgr.o: ../../include/master_proto.h tlsmgr.o: ../../include/msg.h tlsmgr.o: ../../include/myaddrinfo.h tlsmgr.o: ../../include/myflock.h tlsmgr.o: ../../include/mymalloc.h tlsmgr.o: ../../include/name_code.h tlsmgr.o: ../../include/name_mask.h tlsmgr.o: ../../include/nvtable.h tlsmgr.o: ../../include/set_eugid.h tlsmgr.o: ../../include/sock_addr.h tlsmgr.o: ../../include/stringops.h tlsmgr.o: ../../include/sys_defs.h tlsmgr.o: ../../include/tls.h tlsmgr.o: ../../include/tls_mgr.h tlsmgr.o: ../../include/tls_prng.h tlsmgr.o: ../../include/tls_scache.h tlsmgr.o: ../../include/vbuf.h tlsmgr.o: ../../include/vstream.h tlsmgr.o: ../../include/vstring.h tlsmgr.o: ../../include/vstring_vstream.h tlsmgr.o: ../../include/warn_stat.h tlsmgr.o: tlsmgr.c