X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=example%2FMakefile.in;fp=example%2FMakefile.in;h=4321fe4348894d714d0a29468b9cb32d25b5042c;hb=12179dea039515c06168c0037d048566a3f623de;hp=322acc4d31e9bc2b1b0743bac38f154e4fdff0ae;hpb=94c03cae686e4196a345d72452fda2a5203768ce;p=debian%2Famanda diff --git a/example/Makefile.in b/example/Makefile.in index 322acc4..4321fe4 100644 --- a/example/Makefile.in +++ b/example/Makefile.in @@ -41,7 +41,8 @@ host_triplet = @host@ target_triplet = @target@ subdir = example DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ - $(srcdir)/amanda.conf.in $(srcdir)/chg-mcutil.conf.in + $(srcdir)/amanda-client.conf.in $(srcdir)/amanda.conf.in \ + $(srcdir)/chg-mcutil.conf.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ $(top_srcdir)/configure.in @@ -49,7 +50,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs CONFIG_HEADER = $(top_builddir)/config/config.h -CONFIG_CLEAN_FILES = amanda.conf chg-mcutil.conf +CONFIG_CLEAN_FILES = amanda.conf chg-mcutil.conf amanda-client.conf SOURCES = DIST_SOURCES = DATA = $(noinst_DATA) @@ -61,11 +62,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@ @@ -73,6 +77,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@ @@ -253,7 +259,9 @@ target_alias = @target_alias@ target_cpu = @target_cpu@ target_os = @target_os@ target_vendor = @target_vendor@ -noinst_DATA = amanda.conf +noinst_DATA = amanda.conf \ + amanda-client.conf + EXTRA_DIST = chg-multi.conf chg-scsi.conf config.site disklist \ DLT.ps EXB-8500.ps HP-DAT.ps 8.5x11.ps 3hole.ps DIN-A4.ps \ chg-mcutil.conf @@ -294,6 +302,8 @@ amanda.conf: $(top_builddir)/config.status $(srcdir)/amanda.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ chg-mcutil.conf: $(top_builddir)/config.status $(srcdir)/chg-mcutil.conf.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +amanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ mostlyclean-libtool: -rm -f *.lo