X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2FMakefile.in;fp=common-src%2FMakefile.in;h=9d35e45a52b72982c2cce904fe2bd5ab89c95235;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=4b108106f658595fc5e9342ff0ed5009715bcc5a;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/common-src/Makefile.in b/common-src/Makefile.in index 4b10810..9d35e45 100644 --- a/common-src/Makefile.in +++ b/common-src/Makefile.in @@ -18,7 +18,7 @@ # Makefile for Amanda library. # vim:ft=automake -# Copyright (c) 2007,2008,2009 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published @@ -40,7 +40,7 @@ # scripts in this directory. # vim:ft=automake -# Copyright (c) 2007,2008,2009 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2007-2012 Zmanda, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published @@ -358,7 +358,8 @@ am__aclocal_m4_deps = \ $(top_srcdir)/config/ltoptions.m4 \ $(top_srcdir)/config/ltsugar.m4 \ $(top_srcdir)/config/ltversion.m4 \ - $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/configure.in + $(top_srcdir)/config/lt~obsolete.m4 $(top_srcdir)/FULL_VERSION \ + $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -391,11 +392,11 @@ am__installdirs = "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(sbindir)" \ "$(DESTDIR)$(amlibexecdir)" LTLIBRARIES = $(amlib_LTLIBRARIES) $(noinst_LTLIBRARIES) libamanda_la_DEPENDENCIES = ../gnulib/libgnu.la -am__libamanda_la_SOURCES_DIST = alloc.c amfeatures.c amflock.c \ +am__libamanda_la_SOURCES_DIST = alloc.c am_sl.c amfeatures.c amflock.c \ ipc-binary.c amxml.c clock.c columnar.c conffile.c debug.c \ dgram.c event.c file.c fileheader.c glib-util.c match.c \ packet.c pipespawn.c protocol.c amsemaphore.c security.c \ - security-util.c simpleprng.c sl.c sockaddr-util.c stream.c \ + security-util.c simpleprng.c sockaddr-util.c stream.c \ tapelist.c timestamp.c util.c amflock-posix.c amflock-flock.c \ amflock-lockf.c amflock-lnlock.c rsh-security.c ssh-security.c \ bsd-security.c bsdtcp-security.c bsdudp-security.c \ @@ -410,16 +411,16 @@ am__libamanda_la_SOURCES_DIST = alloc.c amfeatures.c amflock.c \ @WANT_BSDTCP_SECURITY_TRUE@am__objects_8 = bsdtcp-security.lo @WANT_BSDUDP_SECURITY_TRUE@am__objects_9 = bsdudp-security.lo @WANT_KRB5_SECURITY_TRUE@am__objects_10 = krb5-security.lo -am_libamanda_la_OBJECTS = alloc.lo amfeatures.lo amflock.lo \ +am_libamanda_la_OBJECTS = alloc.lo am_sl.lo amfeatures.lo amflock.lo \ ipc-binary.lo amxml.lo clock.lo columnar.lo conffile.lo \ debug.lo dgram.lo event.lo file.lo fileheader.lo glib-util.lo \ match.lo packet.lo pipespawn.lo protocol.lo amsemaphore.lo \ - security.lo security-util.lo simpleprng.lo sl.lo \ - sockaddr-util.lo stream.lo tapelist.lo timestamp.lo util.lo \ - $(am__objects_1) $(am__objects_2) $(am__objects_3) \ - $(am__objects_4) $(am__objects_5) $(am__objects_6) \ - $(am__objects_7) $(am__objects_8) $(am__objects_9) \ - $(am__objects_10) local-security.lo + security.lo security-util.lo simpleprng.lo sockaddr-util.lo \ + stream.lo tapelist.lo timestamp.lo util.lo $(am__objects_1) \ + $(am__objects_2) $(am__objects_3) $(am__objects_4) \ + $(am__objects_5) $(am__objects_6) $(am__objects_7) \ + $(am__objects_8) $(am__objects_9) $(am__objects_10) \ + local-security.lo nodist_libamanda_la_OBJECTS = version.lo libamanda_la_OBJECTS = $(am_libamanda_la_OBJECTS) \ $(nodist_libamanda_la_OBJECTS) @@ -1015,6 +1016,9 @@ MSGMERGE = @MSGMERGE@ MT = @MT@ MTX = @MTX@ MT_FILE_FLAG = @MT_FILE_FLAG@ +NC = @NC@ +NC6 = @NC6@ +NETCAT = @NETCAT@ NETINET_IN_H = @NETINET_IN_H@ NEXT_ARPA_INET_H = @NEXT_ARPA_INET_H@ NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H = @NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H@ @@ -1360,18 +1364,18 @@ do_installperms = dest=; chown=; chmod=; \ esac; \ done -INCLUDES = -I$(top_srcdir)/gnulib +INCLUDES = -I$(top_srcdir)/gnulib AM_CFLAGS = $(AMANDA_WARNING_CFLAGS) AM_LDFLAGS = $(AMANDA_STATIC_LDFLAGS) $(AS_NEEDED_FLAGS) amlib_LTLIBRARIES = libamanda.la LINT = $(AMLINT) LINTFLAGS = $(AMLINTFLAGS) -libamanda_la_SOURCES = alloc.c amfeatures.c amflock.c ipc-binary.c \ - amxml.c clock.c columnar.c conffile.c debug.c dgram.c event.c \ - file.c fileheader.c glib-util.c match.c packet.c pipespawn.c \ - protocol.c amsemaphore.c security.c security-util.c \ - simpleprng.c sl.c sockaddr-util.c stream.c tapelist.c \ - timestamp.c util.c $(am__append_2) $(am__append_3) \ +libamanda_la_SOURCES = alloc.c am_sl.c amfeatures.c amflock.c \ + ipc-binary.c amxml.c clock.c columnar.c conffile.c debug.c \ + dgram.c event.c file.c fileheader.c glib-util.c match.c \ + packet.c pipespawn.c protocol.c amsemaphore.c security.c \ + security-util.c simpleprng.c sockaddr-util.c stream.c \ + tapelist.c timestamp.c util.c $(am__append_2) $(am__append_3) \ $(am__append_4) $(am__append_5) $(am__append_6) \ $(am__append_7) $(am__append_8) $(am__append_9) \ $(am__append_10) $(am__append_11) local-security.c @@ -1411,7 +1415,7 @@ noinst_HEADERS = \ security.h \ security-util.h \ simpleprng.h \ - sl.h \ + am_sl.h \ sockaddr-util.h \ stream.h \ tapelist.h \ @@ -1760,6 +1764,7 @@ distclean-compile: -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/am_sl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amfeatures.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-flock.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amflock-lnlock.Plo@am__quote@ @@ -1803,7 +1808,6 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security-util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/security.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simpleprng.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sl.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockaddr-util.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssh-security.Plo@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/stream.Plo@am__quote@