AUTOMAKE_OPTIONS=foreign INCLUDES = -I/usr/include/inn WERROR = -Werror CMDLINE_CFLAGS = WARNINGS= \ -Wall -Wformat=2 -Wno-format-zero-length \ -Wshadow -Wpointer-arith -Wbad-function-cast \ -Wwrite-strings -Wsign-compare -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ -Wmissing-format-attribute -Wredundant-decls -Wnested-externs \ -Wno-pointer-sign CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS) bin_PROGRAMS = innduct man_MANS = innduct.8 innduct_SOURCES = duct.c conn.c filemon.c infile.c recv.c xmit.c \ cli.c defer.c help.c statemc.c __oop-read-copy.c innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop autoconf: aclocal-1.4 autoheader2.50 autoconf2.50 automake-1.4 perl -i.bak -pe '$$_="" if m/^(?:Makefile|config\.h):/..m/^$$/' \ Makefile.in MAINTAINERCLEANFILES = configure config.h.in Makefile.in