# 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 AM_CPPFLAGS = -I/usr/include/inn $(CMDLINE_CPPFLAGS) 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 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 dist_doc_DATA = README.states README.statistics README.example \ LICENCE.txt innduct_LDADD = -lm -loop autogen autoconf: ./autogen.sh MAINTAINERCLEANFILES = configure config.h.in Makefile.in