NetBSD/gnu/dist/postfix/showq/Makefile.in

78 lines
2.1 KiB
Makefile

SHELL = /bin/sh
SRCS = showq.c
OBJS = showq.o
HDRS =
TESTSRC =
WARN = -W -Wformat -Wimplicit -Wmissing-prototypes \
-Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized \
-Wunused
DEFS = -I. -I$(INC_DIR) -D$(SYSTYPE)
CFLAGS = $(DEBUG) $(OPT) $(DEFS)
TESTPROG=
PROG = showq
INC_DIR = ../include
LIBS = ../lib/libmaster.a ../lib/libglobal.a ../lib/libutil.a
.c.o:; $(CC) $(CFLAGS) -c $*.c
$(PROG): $(OBJS) $(LIBS)
$(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
Makefile: Makefile.in
(set -e; echo "# DO NOT EDIT"; $(OPTS) $(SHELL) ../makedefs; cat $?) >$@
test: $(TESTPROG)
update: ../libexec/$(PROG)
../libexec/$(PROG): $(PROG)
cp $(PROG) ../libexec
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 | sed -n -e '/^# *1 *"\([^"]*\)".*/{' \
-e 's//'`echo $$i|sed 's/c$$/o/'`': \1/' -e 'p' -e '}'; \
done) | grep -v '[.][o][:][ ][/]' >$$$$ && mv $$$$ Makefile.in
@make -f Makefile.in Makefile
# do not edit below this line - it is generated by 'make depend'
showq.o: showq.c
showq.o: ../include/sys_defs.h
showq.o: ../include/msg.h
showq.o: ../include/scan_dir.h
showq.o: ../include/vstring.h
showq.o: ../include/vbuf.h
showq.o: ../include/vstream.h
showq.o: ../include/vstring_vstream.h
showq.o: ../include/stringops.h
showq.o: ../include/mymalloc.h
showq.o: ../include/mail_queue.h
showq.o: ../include/mail_open_ok.h
showq.o: ../include/mail_proto.h
showq.o: ../include/iostuff.h
showq.o: ../include/mail_date.h
showq.o: ../include/mail_params.h
showq.o: ../include/mail_scan_dir.h
showq.o: ../include/mail_conf.h
showq.o: ../include/record.h
showq.o: ../include/rec_type.h
showq.o: ../include/htable.h
showq.o: ../include/mail_server.h