X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=Makefile.am;h=a120988f78c79df9579381d7dabec663b73dd9e2;hb=HEAD;hp=80033f40ad9ef0bf47c4b2598e86b422e05789a0;hpb=c153b3acbb7844e8dab5e86ad1cd64d34ce7aa92;p=innduct.git diff --git a/Makefile.am b/Makefile.am index 80033f4..c9a87c3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,14 @@ +# innduct +# tailing reliable realtime streaming feeder for inn +# Makefile.am +# +# Copyright Ian Jackson +# and contributors; see LICENCE.txt. +# SPDX-License-Identifier: GPL-3.0-or-later + AUTOMAKE_OPTIONS=foreign -INCLUDES = -I/usr/include/inn +AM_CPPFLAGS = -I/usr/include/inn $(CMDLINE_CPPFLAGS) WERROR = -Werror CMDLINE_CFLAGS = @@ -13,20 +21,20 @@ WARNINGS= \ -Wmissing-format-attribute -Wredundant-decls -Wnested-externs \ -Wno-pointer-sign -CFLAGS = @CFLAGS@ $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS) +AM_CFLAGS = $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS) bin_PROGRAMS = innduct +bin_SCRIPTS = innduct-stats-report innduct-forall +man_MANS = innduct.8 innduct-stats-report.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 + cli.c defer.c help.c statemc.c + +dist_doc_DATA = README.states README.statistics README.example \ + LICENCE.txt -innduct_LDADD = -L/usr/lib/news -lstorage -linn -lm -loop +innduct_LDADD = -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 +autogen autoconf: + ./autogen.sh MAINTAINERCLEANFILES = configure config.h.in Makefile.in