X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=inn-innduct.git;a=blobdiff_plain;f=backends%2FMakefile;h=2e3956c5ee86b477366c3c7e86458e70ecd75b4d;hp=f419e3fd6c1919d8ad0822dbd850c9ce935f9778;hb=b54c887b2cb991ab68d6d70984128f425b54eabc;hpb=d5b3cbfbd8f26b8b77ce3ce100a9c13c5a71c8f3 diff --git a/backends/Makefile b/backends/Makefile index f419e3f..2e3956c 100644 --- a/backends/Makefile +++ b/backends/Makefile @@ -9,13 +9,13 @@ ALL = actmerge actsync actsyncd archive batcher buffchan \ cvtbatch filechan inndf innxmit innxbatch mod-active \ news2mail ninpaths nntpget nntpsend overchan send-ihave \ send-nntp send-uucp sendinpaths sendxbatches shlock \ - shrinkfile + shrinkfile innduct MAN = ../doc/man/send-uucp.8 SOURCES = actsync.c archive.c batcher.c buffchan.c cvtbatch.c \ filechan.c inndf.c innxbatch.c innxmit.c map.c ninpaths.c \ - nntpget.c overchan.c shlock.c shrinkfile.c + nntpget.c overchan.c shlock.c shrinkfile.c innduct.c all: $(ALL) @@ -26,7 +26,7 @@ warnings: install: all for F in actmerge actsyncd news2mail nntpsend send-ihave send-nntp \ - send-uucp sendinpaths sendxbatches ; do \ + send-uucp sendinpaths sendxbatches innduct ; do \ $(CP_XPUB) $$F $D$(PATHBIN)/$$F ; \ done $(CP_XPRI) mod-active $D$(PATHBIN)/mod-active @@ -63,6 +63,8 @@ $(FIXSCRIPT): @echo Run configure before running make. See INSTALL for details. @exit 1 +innduct.o: CFLAGS += -Wimplicit -Wstrict-prototypes -Wmissing-prototypes + actsync: actsync.o $(LIBINN) ; $(LINK) actsync.o $(INNLIBS) archive: archive.o $(BOTH) ; $(LINK) archive.o $(STORELIBS) batcher: batcher.o $(BOTH) ; $(LINK) batcher.o $(STORELIBS) @@ -75,6 +77,7 @@ nntpget: nntpget.o $(BOTH) ; $(LINK) nntpget.o $(STORELIBS) overchan: overchan.o $(BOTH) ; $(LINK) overchan.o $(STORELIBS) shlock: shlock.o $(LIBINN) ; $(LINK) shlock.o $(INNLIBS) shrinkfile: shrinkfile.o $(LIBINN) ; $(LINK) shrinkfile.o $(INNLIBS) +innduct: innduct.o $(LIBINN) ; $(LINK) innduct.o $(INNLIBS) buffchan: buffchan.o map.o $(LIBINN) $(LINK) buffchan.o map.o $(LIBINN) $(LIBS)