SHELL = /bin/sh SRCS = postsuper.c OBJS = postsuper.o HDRS = TESTSRC = DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE) CFLAGS = $(DEBUG) $(OPT) $(DEFS) TESTPROG= PROG = postsuper INC_DIR = ../../include LIBS = ../../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) tests: root_tests: update: ../../bin/$(PROG) ../../bin/$(PROG): $(PROG) cp $(PROG) ../../bin printfck: $(OBJS) $(PROG) rm -rf printfck mkdir 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 rm -rf printfck tidy: clean 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' postsuper.o: ../../include/argv.h postsuper.o: ../../include/check_arg.h postsuper.o: ../../include/clean_env.h postsuper.o: ../../include/file_id.h postsuper.o: ../../include/mail_conf.h postsuper.o: ../../include/mail_open_ok.h postsuper.o: ../../include/mail_params.h postsuper.o: ../../include/mail_parm_split.h postsuper.o: ../../include/mail_queue.h postsuper.o: ../../include/mail_task.h postsuper.o: ../../include/mail_version.h postsuper.o: ../../include/maillog_client.h postsuper.o: ../../include/msg.h postsuper.o: ../../include/msg_vstream.h postsuper.o: ../../include/mymalloc.h postsuper.o: ../../include/myrand.h postsuper.o: ../../include/name_mask.h postsuper.o: ../../include/safe.h postsuper.o: ../../include/safe_open.h postsuper.o: ../../include/safe_ultostr.h postsuper.o: ../../include/sane_fsops.h postsuper.o: ../../include/scan_dir.h postsuper.o: ../../include/set_ugid.h postsuper.o: ../../include/sys_defs.h postsuper.o: ../../include/vbuf.h postsuper.o: ../../include/vstream.h postsuper.o: ../../include/vstring.h postsuper.o: ../../include/vstring_vstream.h postsuper.o: ../../include/warn_stat.h postsuper.o: postsuper.c