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

📄 makefile.in

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 IN
📖 第 1 页 / 共 4 页
字号:
	     $$tags $$uniqueGTAGS:	here=`$(am__cd) $(top_builddir) && pwd` \	  && cd $(top_srcdir) \	  && gtags -i $(GTAGS_ARGS) $$heredistclean-tags:	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tagscheck-TESTS: $(TESTS)	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \	srcdir=$(srcdir); export srcdir; \	list=' $(TESTS) '; \	if test -n "$$list"; then \	  for tst in $$list; do \	    if test -f ./$$tst; then dir=./; \	    elif test -f $$tst; then dir=; \	    else dir="$(srcdir)/"; fi; \	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \	      all=`expr $$all + 1`; \	      case " $(XFAIL_TESTS) " in \	      *$$ws$$tst$$ws*) \		xpass=`expr $$xpass + 1`; \		failed=`expr $$failed + 1`; \		echo "XPASS: $$tst"; \	      ;; \	      *) \		echo "PASS: $$tst"; \	      ;; \	      esac; \	    elif test $$? -ne 77; then \	      all=`expr $$all + 1`; \	      case " $(XFAIL_TESTS) " in \	      *$$ws$$tst$$ws*) \		xfail=`expr $$xfail + 1`; \		echo "XFAIL: $$tst"; \	      ;; \	      *) \		failed=`expr $$failed + 1`; \		echo "FAIL: $$tst"; \	      ;; \	      esac; \	    else \	      skip=`expr $$skip + 1`; \	      echo "SKIP: $$tst"; \	    fi; \	  done; \	  if test "$$failed" -eq 0; then \	    if test "$$xfail" -eq 0; then \	      banner="All $$all tests passed"; \	    else \	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \	    fi; \	  else \	    if test "$$xpass" -eq 0; then \	      banner="$$failed of $$all tests failed"; \	    else \	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \	    fi; \	  fi; \	  dashes="$$banner"; \	  skipped=""; \	  if test "$$skip" -ne 0; then \	    skipped="($$skip tests were not run)"; \	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \	      dashes="$$skipped"; \	  fi; \	  report=""; \	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \	    report="Please report to $(PACKAGE_BUGREPORT)"; \	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \	      dashes="$$report"; \	  fi; \	  dashes=`echo "$$dashes" | sed s/./=/g`; \	  echo "$$dashes"; \	  echo "$$banner"; \	  test -z "$$skipped" || echo "$$skipped"; \	  test -z "$$report" || echo "$$report"; \	  echo "$$dashes"; \	  test "$$failed" -eq 0; \	else :; fidistdir: $(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-TESTS check-localcheck: $(BUILT_SOURCES)	$(MAKE) $(AM_MAKEFLAGS) check-amall-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \		$(HEADERS)installdirs:	for dir in "$(DESTDIR)$(amlibdir)" "$(DESTDIR)$(amlibexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(amlibexecdir)"; do \	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \	doneinstall: $(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)@WANT_INSTALLPERMS_FALSE@install-exec-hook:@WANT_INSTALLPERMS_FALSE@install-data-hook:clean: clean-amclean-am: clean-amlibLTLIBRARIES clean-generic clean-libtool \	clean-noinstPROGRAMS mostlyclean-amdistclean: distclean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am: install-amlibLTLIBRARIES	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-dvi: install-dvi-aminstall-exec-am: install-amlibexecDATA install-amlibexecSCRIPTS \	install-sbinSCRIPTS	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-exec-hookinstall-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-am:maintainer-clean: maintainer-clean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-compile mostlyclean-generic \	mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am: uninstall-amlibLTLIBRARIES uninstall-amlibexecDATA \	uninstall-amlibexecSCRIPTS uninstall-sbinSCRIPTS.MAKE: install-am install-data-am install-exec-am install-strip.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am check-local \	clean clean-amlibLTLIBRARIES clean-generic clean-libtool \	clean-noinstPROGRAMS ctags dist-hook distclean \	distclean-compile distclean-generic distclean-libtool \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am install-amlibLTLIBRARIES \	install-amlibexecDATA install-amlibexecSCRIPTS install-data \	install-data-am install-data-hook install-dvi install-dvi-am \	install-exec install-exec-am install-exec-hook install-html \	install-html-am install-info install-info-am install-man \	install-pdf install-pdf-am install-ps install-ps-am \	install-sbinSCRIPTS install-strip installcheck installcheck-am \	installdirs maintainer-clean maintainer-clean-generic \	mostlyclean mostlyclean-compile mostlyclean-generic \	mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \	uninstall-am uninstall-amlibLTLIBRARIES \	uninstall-amlibexecDATA uninstall-amlibexecSCRIPTS \	uninstall-sbinSCRIPTS# 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@WANT_INSTALLPERMS_TRUE@installperms-exec:@WANT_INSTALLPERMS_TRUE@	@installperms="$(INSTALLPERMS_exec)"; \@WANT_INSTALLPERMS_TRUE@	test -n "$$installperms" && echo "Setting installation permissions on executables"; \@WANT_INSTALLPERMS_TRUE@	dest=; chown=; chmod=; \@WANT_INSTALLPERMS_TRUE@	for cmd in $$installperms; do \@WANT_INSTALLPERMS_TRUE@	    case "$$cmd" in \@WANT_INSTALLPERMS_TRUE@		chown=amanda) \@WANT_INSTALLPERMS_TRUE@			echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \@WANT_INSTALLPERMS_TRUE@		dest=*|chown=*|chmod=*) \@WANT_INSTALLPERMS_TRUE@			echo "  ($$cmd)"; eval $$cmd;; \@WANT_INSTALLPERMS_TRUE@		*)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \@WANT_INSTALLPERMS_TRUE@		    if test -n "$$chown"; then \@WANT_INSTALLPERMS_TRUE@			echo chown "$$chown" "$$pa"; \@WANT_INSTALLPERMS_TRUE@			chown "$$chown" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@		    fi; \@WANT_INSTALLPERMS_TRUE@		    if test -n "$$chmod"; then \@WANT_INSTALLPERMS_TRUE@			echo chmod "$$chmod" "$$pa"; \@WANT_INSTALLPERMS_TRUE@			chmod "$$chmod" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@		    fi; \@WANT_INSTALLPERMS_TRUE@	    esac; \@WANT_INSTALLPERMS_TRUE@	done@WANT_INSTALLPERMS_TRUE@installperms-data:@WANT_INSTALLPERMS_TRUE@	@installperms="$(INSTALLPERMS_data)"; \@WANT_INSTALLPERMS_TRUE@	test -n "$$installperms" && echo "Setting installation permissions on data"; \@WANT_INSTALLPERMS_TRUE@	dest=; chown=; chmod=; \@WANT_INSTALLPERMS_TRUE@	for cmd in $$installperms; do \@WANT_INSTALLPERMS_TRUE@	    case "$$cmd" in \@WANT_INSTALLPERMS_TRUE@		chown=amanda) \@WANT_INSTALLPERMS_TRUE@			echo "  ($$cmd)"; chown="$(BINARY_OWNER):$(SETUID_GROUP)";; \@WANT_INSTALLPERMS_TRUE@		dest=*|chown=*|chmod=*) \@WANT_INSTALLPERMS_TRUE@			echo "  ($$cmd)"; eval $$cmd;; \@WANT_INSTALLPERMS_TRUE@		*)  pa="$(DESTDIR)$$dest"/`echo "$$cmd"|sed '$(strip_leading_dirs)'|sed '$(transform)'`; \@WANT_INSTALLPERMS_TRUE@		    if test -n "$$chown"; then \@WANT_INSTALLPERMS_TRUE@			echo chown "$$chown" "$$pa"; \@WANT_INSTALLPERMS_TRUE@			chown "$$chown" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@		    fi; \@WANT_INSTALLPERMS_TRUE@		    if test -n "$$chmod"; then \@WANT_INSTALLPERMS_TRUE@			echo chmod "$$chmod" "$$pa"; \@WANT_INSTALLPERMS_TRUE@			chmod "$$chmod" "$$pa" || exit 1; \@WANT_INSTALLPERMS_TRUE@		    fi; \@WANT_INSTALLPERMS_TRUE@	    esac; \@WANT_INSTALLPERMS_TRUE@	done@WANT_INSTALLPERMS_TRUE@install-exec-hook: installperms-exec@WANT_INSTALLPERMS_TRUE@install-data-hook: installperms-data# A rule to make precompiler output from C files.  This is not used during# ordinary builds, but but can very useful in debugging problems on strange# architectures.  With this rule, we can ask users to 'make foo.i' and send# the result to us.## It touches some automake internals ($COMPILE), but since it's not# build-critical, that's OK.%.i : %.c	$(COMPILE) -E -o $@ $<genversion.h: $(top_builddir)/config.status	-rm -f $@ $@.new	echo '#define CC "$(CC)"' > $@.new	echo '#define BUILT_DATE "'`date`'"' >> $@.new	echo '#define BUILT_MACH "$(target)"' >> $@.new	mv $@.new $@version.c: genversion$(EXEEXT)	-rm -f version.c	./genversion$(EXEEXT) > version.clint:	@echo $(LINT) $(libamanda_la_SOURCES)	@$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(libamanda_la_SOURCES)	@echo $(LINT) $(genversion_SOURCES)	@$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $(genversion_SOURCES)listlibsrc:	@ for p in $(libamanda_la_SOURCES) $(REGEXCSRC); do	\		listlibsrcs="$$listlibsrcs `pwd`/$$p";		\	done;							\	echo $$listlibsrcs >listlibsrc.output%.test.c: $(srcdir)/%.c	echo '#define TEST' >$@	echo '#include "$<"' >>$@# 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 + -