chiark / gitweb /
changelog: Finalise 2.2
[innduct.git] / Makefile.in
index be9c4e7598671ba4ac4574b843b8c28aab34f490..b46fbfd6caedf5ef9309516ec6c6301a825dc78e 100644 (file)
 #  tailing reliable realtime streaming feeder for inn
 #  Makefile.am
 #
-#  Copyright (C) 2010 Ian Jackson <ijackson@chiark.greenend.org.uk>
-# 
-#  This program is free software: you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation, either version 3 of the License, or
-#  (at your option) any later version.
-# 
-#  This program is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
-# 
-#  You should have received a copy of the GNU General Public License
-#  along with this program.  If not, see <http://www.gnu.org/licenses/>.
-#
-#  (I believe that when you compile and link this as part of the inn2
-#  build, with the Makefile runes I have provided, all the libraries
-#  and files which end up included in innduct are licence-compatible
-#  with GPLv3.  If not then please let me know.  -Ian Jackson.)
+#  Copyright Ian Jackson <ijackson@chiark.greenend.org.uk>
+#  and contributors; see LICENCE.txt.
+#  SPDX-License-Identifier: GPL-3.0-or-later
 
 
 
@@ -131,8 +115,7 @@ am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \
 PROGRAMS = $(bin_PROGRAMS)
 am_innduct_OBJECTS = duct.$(OBJEXT) conn.$(OBJEXT) filemon.$(OBJEXT) \
        infile.$(OBJEXT) recv.$(OBJEXT) xmit.$(OBJEXT) cli.$(OBJEXT) \
-       defer.$(OBJEXT) help.$(OBJEXT) statemc.$(OBJEXT) \
-       __oop-read-copy.$(OBJEXT)
+       defer.$(OBJEXT) help.$(OBJEXT) statemc.$(OBJEXT)
 innduct_OBJECTS = $(am_innduct_OBJECTS)
 innduct_DEPENDENCIES =
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -178,9 +161,9 @@ am__v_at_1 =
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/autoconf-aux/depcomp
 am__maybe_remake_depfiles = depfiles
-am__depfiles_remade = ./$(DEPDIR)/__oop-read-copy.Po \
-       ./$(DEPDIR)/cli.Po ./$(DEPDIR)/conn.Po ./$(DEPDIR)/defer.Po \
-       ./$(DEPDIR)/duct.Po ./$(DEPDIR)/filemon.Po ./$(DEPDIR)/help.Po \
+am__depfiles_remade = ./$(DEPDIR)/cli.Po ./$(DEPDIR)/conn.Po \
+       ./$(DEPDIR)/defer.Po ./$(DEPDIR)/duct.Po \
+       ./$(DEPDIR)/filemon.Po ./$(DEPDIR)/help.Po \
        ./$(DEPDIR)/infile.Po ./$(DEPDIR)/recv.Po \
        ./$(DEPDIR)/statemc.Po ./$(DEPDIR)/xmit.Po
 am__mv = mv -f
@@ -360,9 +343,11 @@ AM_CFLAGS = $(WARNINGS) $(WERROR) $(CMDLINE_CFLAGS)
 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
 
-dist_doc_DATA = README.states README.statistics README.example
 innduct_LDADD = -lm -loop
 MAINTAINERCLEANFILES = configure config.h.in Makefile.in
 all: config.h
@@ -492,7 +477,6 @@ mostlyclean-compile:
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/__oop-read-copy.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cli.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conn.Po@am__quote@ # am--include-marker
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/defer.Po@am__quote@ # am--include-marker
@@ -857,8 +841,7 @@ clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
 
 distclean: distclean-am
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-               -rm -f ./$(DEPDIR)/__oop-read-copy.Po
-       -rm -f ./$(DEPDIR)/cli.Po
+               -rm -f ./$(DEPDIR)/cli.Po
        -rm -f ./$(DEPDIR)/conn.Po
        -rm -f ./$(DEPDIR)/defer.Po
        -rm -f ./$(DEPDIR)/duct.Po
@@ -915,8 +898,7 @@ installcheck-am:
 maintainer-clean: maintainer-clean-am
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -rf $(top_srcdir)/autom4te.cache
-               -rm -f ./$(DEPDIR)/__oop-read-copy.Po
-       -rm -f ./$(DEPDIR)/cli.Po
+               -rm -f ./$(DEPDIR)/cli.Po
        -rm -f ./$(DEPDIR)/conn.Po
        -rm -f ./$(DEPDIR)/defer.Po
        -rm -f ./$(DEPDIR)/duct.Po