X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile.in;h=601f63262b9ef08e733eda09699d454f5ed9c0f2;hb=71325c297e0436e9930a3e129a26696e78c27f62;hp=cfabcdcbc7f1feea5d258f51a47647b62abc4d2e;hpb=94c03cae686e4196a345d72452fda2a5203768ce;p=debian%2Famanda diff --git a/Makefile.in b/Makefile.in index cfabcdc..601f632 100644 --- a/Makefile.in +++ b/Makefile.in @@ -70,9 +70,9 @@ pkgdataDATA_INSTALL = $(INSTALL_DATA) DATA = $(pkgdata_DATA) ETAGS = etags CTAGS = ctags -DIST_SUBDIRS = config common-src tape-src client-src dumper-src \ - server-src changer-src restore-src recover-src amplot man docs \ - example +DIST_SUBDIRS = config common-src amandad-src tape-src client-src \ + dumper-src server-src changer-src restore-src recover-src \ + oldrecover-src amplot man docs example DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -91,11 +91,14 @@ AMANDA_DEBUG_DAYS = @AMANDA_DEBUG_DAYS@ AMANDA_TMPDIR = @AMANDA_TMPDIR@ AMDEP_FALSE = @AMDEP_FALSE@ AMDEP_TRUE = @AMDEP_TRUE@ +AMLINT = @AMLINT@ +AMLINTFLAGS = @AMLINTFLAGS@ AMPLOT_CAT_COMPRESS = @AMPLOT_CAT_COMPRESS@ AMPLOT_CAT_GZIP = @AMPLOT_CAT_GZIP@ AMPLOT_CAT_PACK = @AMPLOT_CAT_PACK@ AMPLOT_COMPRESS = @AMPLOT_COMPRESS@ AMTAR = @AMTAR@ +AM_CFLAGS = @AM_CFLAGS@ AR = @AR@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ @@ -103,6 +106,8 @@ AUTOMAKE = @AUTOMAKE@ AWK = @AWK@ AWK_VAR_ASSIGNMENT_OPT = @AWK_VAR_ASSIGNMENT_OPT@ BINARY_OWNER = @BINARY_OWNER@ +BUILD_MAN_PAGES_FALSE = @BUILD_MAN_PAGES_FALSE@ +BUILD_MAN_PAGES_TRUE = @BUILD_MAN_PAGES_TRUE@ CAT = @CAT@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ @@ -292,12 +297,13 @@ ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I) @WANT_TAPE_TRUE@TAPE_SUBDIRS = tape-src @WANT_SERVER_TRUE@SERVER_SUBDIRS = server-src changer-src @WANT_RESTORE_TRUE@RESTORE_SUBDIRS = restore-src -@WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src +@WANT_RECOVER_TRUE@RECOVER_SUBDIRS = recover-src oldrecover-src @WANT_AMPLOT_TRUE@PLOT_SUBDIRS = amplot # order is significant, don't change it arbitrarily SUBDIRS = \ config \ common-src \ + amandad-src \ $(TAPE_SUBDIRS) \ $(CLIENT_SUBDIRS) \ $(SERVER_SUBDIRS) \ @@ -307,6 +313,7 @@ SUBDIRS = \ man docs example pkgdata_DATA = \ + ReleaseNotes \ COPYRIGHT \ COPYRIGHT-APACHE \ COPYRIGHT-REGEX @@ -321,13 +328,6 @@ EXTRA_DIST = $(SNAPSHOT_STAMP) \ contrib/dbbackup.tcl \ contrib/mkamandisk \ contrib/set_prod_link.pl \ - contrib/sst/Makefile \ - contrib/sst/README \ - contrib/sst/README.Amanda \ - contrib/sst/sst.c \ - contrib/sst/sst.conf \ - contrib/sst/sst_def.h \ - contrib/sst/sstest.c \ contrib/gsc/README \ contrib/gsc/cfggsc.c \ contrib/gsc/defgsc.c \ @@ -564,7 +564,7 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/amplot $(distdir)/changer-src $(distdir)/client-src $(distdir)/common-src $(distdir)/contrib $(distdir)/contrib/gsc $(distdir)/contrib/sst $(distdir)/dumper-src $(distdir)/example $(distdir)/patches $(distdir)/regex-src $(distdir)/regex-src/fake $(distdir)/server-src + $(mkdir_p) $(distdir)/amplot $(distdir)/changer-src $(distdir)/client-src $(distdir)/common-src $(distdir)/contrib $(distdir)/contrib/gsc $(distdir)/dumper-src $(distdir)/example $(distdir)/patches $(distdir)/regex-src $(distdir)/regex-src/fake $(distdir)/server-src @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \ @@ -817,6 +817,18 @@ $(CONFIG_STATUS): $(SNAPSHOT_STAMP) SNAPSHOT: : SNAPSHOT file was removed, will reconfigure... +lint: + (cd amandad-src; make lint) + (cd changer-src; make lint) + (cd client-src; make lint) + (cd common-src; make lint) + (cd oldrecover-src; make lint) + (cd recover-src; make lint) + (cd regex-src; make lint) + (cd restore-src; make lint) + (cd server-src; make lint) + (cd tape-src; make lint) + dist-hook: find $(distdir)/. -name '*.test.c' -exec rm {} \; # Tell versions [3.59,3.63) of GNU make to not export all variables.