## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = 1.4 foreign ACINCLUDE_M4 = $(srcdir)/acinclude.m4 ACINCLUDE_M4I = $(srcdir)/config/acinclude.m4i LIBTOOL_M4I = $(srcdir)/config/libtool.m4i ACINCLUDE_M4_DEPS = $(ACINCLUDE_M4I) $(LIBTOOL_M4I) if WANT_CLIENT CLIENT_SUBDIRS = client-src endif if WANT_TAPE TAPE_SUBDIRS = tape-src endif if WANT_SERVER SERVER_SUBDIRS = server-src changer-src endif if WANT_RESTORE RESTORE_SUBDIRS = restore-src endif if WANT_RECOVER RECOVER_SUBDIRS = recover-src endif if WANT_AMPLOT PLOT_SUBDIRS = amplot endif # order is significant, don't change it arbitrarily SUBDIRS = \ config \ common-src \ $(CLIENT_SUBDIRS) \ $(TAPE_SUBDIRS) \ $(SERVER_SUBDIRS) \ $(RESTORE_SUBDIRS) \ $(RECOVER_SUBDIRS) \ $(PLOT_SUBDIRS) \ man docs example pkgdata_DATA = \ COPYRIGHT \ COPYRIGHT-APACHE \ COPYRIGHT-REGEX EXTRA_DIST = $(SNAPSHOT_STAMP) \ $(pkgdata_DATA) \ contrib/README \ contrib/dbbackup.README \ contrib/dbbackup.ksh \ contrib/dbbackup.sql \ 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 \ patches/regex-3.6alpha.patch \ patches/samba-largefs.patch \ patches/tar-1.12.patch \ regex-src/COPYRIGHT \ regex-src/Makefile \ regex-src/README \ regex-src/WHATSNEW \ regex-src/cclass.h \ regex-src/cname.h \ regex-src/debug.c \ regex-src/engine.c \ regex-src/main.c \ regex-src/mkh \ regex-src/regcomp.c \ regex-src/regerror.c \ regex-src/regex.3 \ regex-src/regex.7 \ regex-src/regex2.h \ regex-src/regexec.c \ regex-src/regfree.c \ regex-src/split.c \ regex-src/tests \ regex-src/utils.h \ regex-src/fake/limits.h \ regex-src/fake/memmove.c \ regex-src/fake/stdlib.h $(ACINCLUDE_M4): $(ACINCLUDE_M4_DEPS) @-rm -f $@ @cat $(ACINCLUDE_M4_DEPS) > $@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck ## This is only meaningful for snapshots, but it won't hurt releases. CONFIG_STATUS = config.status $(CONFIG_STATUS): $(SNAPSHOT_STAMP) SNAPSHOT: : SNAPSHOT file was removed, will reconfigure... ## Do not release the *.test.c sources. They get built on the fly and ## would contain a path from the distribution machine, which will just ## confuse the target user. dist-hook: find $(distdir)/. -name '*.test.c' -exec rm {} \;