⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 IN
📖 第 1 页 / 共 3 页
字号:
EXTRA_DIST = BUILT_SOURCES = MOSTLYCLEANFILES = # config.status leaves config.log files aroundCLEANFILES = config.log# and we'll need to clean up our generated files for distcleanDISTCLEANFILES = $(SCRIPTS_SHELL) $(SCRIPTS_PERL) $(SCRIPTS_AWK)MAINTAINERCLEANFILES = # syntax-check shell scripts on 'make check'CHECK_SHELL = $(SCRIPTS_SHELL)# Add your tests here.common_tests = \	Amanda_Config \	Amanda_Typesserver_tests = \	Amanda_Changer \	Amanda_Cmdline \	Amanda_Logfile \	amcheckdump \	amdevcheck \	amgetconftests = $(common_tests) $(am__append_1)# Add any common files (that should not be run as tests) here:test_utils = Amconfig.pmSCRIPTS_PERL = $(common_tests) $(server_tests) $(test_utils)# we don't need to syntax check the test scripts..CHECK_PERL = all: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/vars.am $(top_srcdir)/config/automake/scripts.am $(am__configure_deps)	@for dep in $?; do \	  case '$(am__configure_deps)' in \	    *$$dep*) \	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \		&& exit 0; \	      exit 1;; \	  esac; \	done; \	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  installcheck/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  installcheck/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status	@case '$?' in \	  *config.status*) \	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure:  $(am__configure_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libstags: TAGSTAGS:ctags: CTAGSCTAGS:distdir: $(DISTFILES)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	list='$(DISTFILES)'; \	  dist_files=`for file in $$list; do echo $$file; done | \	  sed -e "s|^$$srcdirstrip/||;t" \	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \	case $$dist_files in \	  */*) $(MKDIR_P) `echo "$$dist_files" | \			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \			   sort -u` ;; \	esac; \	for file in $$dist_files; do \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  if test -d $$d/$$file; then \	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \	    fi; \	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \	  else \	    test -f $(distdir)/$$file \	    || cp -p $$d/$$file $(distdir)/$$file \	    || exit 1; \	  fi; \	done	$(MAKE) $(AM_MAKEFLAGS) \	  top_distdir="$(top_distdir)" distdir="$(distdir)" \	  dist-hookcheck-am: all-am	$(MAKE) $(AM_MAKEFLAGS) check-localcheck: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefileinstalldirs:install: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) install-aminstall-exec: install-exec-aminstall-data: install-data-amuninstall: uninstall-aminstall-am: all-am	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-aminstallcheck: installcheck-aminstall-strip:	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)clean-generic:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)clean: clean-amclean-am: clean-generic clean-libtool mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-genericdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-dvi: install-dvi-aminstall-exec-am:install-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am: installcheck-localmaintainer-clean: maintainer-clean-am	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am:.MAKE: install-am install-strip.PHONY: all all-am check check-am check-local clean clean-generic \	clean-libtool dist-hook distclean distclean-generic \	distclean-libtool distdir dvi dvi-am html html-am info info-am \	install install-am install-data install-data-am install-dvi \	install-dvi-am install-exec install-exec-am install-html \	install-html-am install-info install-info-am install-man \	install-pdf install-pdf-am install-ps install-ps-am \	install-strip installcheck installcheck-am installcheck-local \	installdirs maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \	ps ps-am uninstall uninstall-am# Perl%: %.pl $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<	chmod a+x $@%.pl: %.pl.in $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<%.pm: %.pm.in $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<# Shell%: %.sh $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<	chmod a+x $@%.sh: %.sh.in $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<# Awk%: %.awk $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<	chmod a+x $@%.awk: %.awk.in $(top_builddir)/config.status	$(top_builddir)/config.status --file=$@:$<# syntax-check perl scripts on 'make check'check-perl: $(CHECK_PERL)	@CHECK_PERL="$(CHECK_PERL)"; \	if test -n "$(PERL)"; then \		for perlobj in $$CHECK_PERL; do \			$(PERL) $(CHECK_PERL_FLAGS) -c -w -T $$perlobj || exit 1; \		done; \	ficheck-local: check-perlcheck-shell: $(CHECK_SHELL)	@CHECK_SHELL="$(CHECK_SHELL)"; \	if test -n "$$CHECK_SHELL"; then \		if test -n "$(BASH)"; then \			for shobj in $$CHECK_SHELL; do \				if $(BASH) -n $$shobj; then \					echo "$$shobj syntax OK"; \				else \					echo "$$shobj syntax error"; \					exit 1; \				fi; \			done; \		else \			echo "No 'bash' available -- cannot syntax-check shell scripts"; \		fi; \	ficheck-local: check-shell# make sure that the sources for all shell and perl scripts get included# in the distributiondist-scripts:	SCRIPTS_PERL="$(SCRIPTS_PERL)"; SCRIPTS_SHELL="$(SCRIPTS_SHELL)"; SCRIPTS_AWK="$(SCRIPTS_AWK)"; \	for script in $$SCRIPTS_PERL; do \		test -f $(srcdir)/$${script}.pl && { cp -p $(srcdir)/$${script}.pl $(distdir)/ || exit 1; } \	done; \	for script in $$SCRIPTS_SHELL; do \		test -f $(srcdir)/$${script}.sh && { cp -p $(srcdir)/$${script}.sh $(distdir)/ || exit 1; } \	done; \	for script in $$SCRIPTS_AWK; do \		test -f $(srcdir)/$${script}.awk && { cp -p $(srcdir)/$${script}.awk $(distdir)/ || exit 1; } \	done; \	for script in $$SCRIPTS_SHELL $$SCRIPTS_PERL $$SCRIPTS_AWK; do \		test -f $(srcdir)/$${script}.in && { cp -p $(srcdir)/$${script}.in $(distdir)/ || exit 1; } \	done; \	truedist-hook: dist-scripts.PHONY: clobber_my_config_is_okclobber_my_config_is_ok:	@if test "$(CLOBBER_MY_CONFIG)" != "OK"; then \		echo ""; \		echo "'make installcheck' is a dangerous tool.  It will overwrite your"; \		echo "amanda-client.conf and amandates, and (if it"; \		echo "triggers an as-yet undetected bug) may do other unexpected things.  You are"; \		echo "strongly encouraged"; \ 		echo "  - not to run installchecks on a production install"; \ 		echo "  - not to run installchecks as root"; \		echo "See http://wiki.zmanda.com/index.php/Testing for instructions on setting up a"; \		echo "test environment in which"; \		echo "potential damage is limited by your filesystem's permissions.  To actually run"; \		echo "the installchecks, invoke make"; \		echo "as follows:"; \  		echo "  $(MAKE) CLOBBER_MY_CONFIG=OK installcheck"; \		exit 1; \	fiinstallcheck-local: clobber_my_config_is_ok $(SCRIPTS_PERL)	$(mkdir_p) $(AMANDA_TMPDIR)	$(PERL) -I$(srcdir) -I$(builddir) -e 'use Test::Harness qw(&runtests); runtests(@ARGV);' $(tests)	rm -rf "$(CONFIG_DIR)/TESTCONF"	rm -rf "$(CONFIG_DIR)/amanda-client.conf"	rm -rf "$(DEFAULT_AMANDATES_FILE)"	rm -rf "$(GNUTAR_LISTED_INCREMENTAL_DIR)"# Tell versions [3.59,3.63) of GNU make to not export all variables.# Otherwise a system limit (for SysV at least) may be exceeded..NOEXPORT:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -