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

📄 makefile.in

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 IN
📖 第 1 页 / 共 3 页
字号:
		template.d/amanda-S3.conf \		template.d/dumptypes \		template.d/tapetypes \		template.d/README   \		template.d/chg-manual.conf   dist_example_DATA = amanda.conf \	       amanda-client.conf \	       inetd.conf.amandaclient \	       xinetd.amandaclient \	       xinetd.amandaserver dist_lbltempl_DATA = DLT.ps \                EXB-8500.ps \                HP-DAT.ps \                8.5x11.ps \                3hole.ps \		DLT-A4.ps \                DIN-A4.ps INSTALLPERMS_data = chown=amanda \	dest=$(templatedir) $(dist_template_DATA) \	dest=$(exampledir) $(dist_example_DATA) \	dest=$(libtempldir) $(dist_libtempl_DATA) all: all-am.SUFFIXES:$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/automake/installperms.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  example/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  example/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--refreshamanda-client.conf: $(top_builddir)/config.status $(srcdir)/amanda-client.conf.in	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@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)/$@mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsinstall-dist_exampleDATA: $(dist_example_DATA)	@$(NORMAL_INSTALL)	test -z "$(exampledir)" || $(MKDIR_P) "$(DESTDIR)$(exampledir)"	@list='$(dist_example_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(dist_exampleDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(exampledir)/$$f'"; \	  $(dist_exampleDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(exampledir)/$$f"; \	doneuninstall-dist_exampleDATA:	@$(NORMAL_UNINSTALL)	@list='$(dist_example_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(exampledir)/$$f'"; \	  rm -f "$(DESTDIR)$(exampledir)/$$f"; \	doneinstall-dist_lbltemplDATA: $(dist_lbltempl_DATA)	@$(NORMAL_INSTALL)	test -z "$(lbltempldir)" || $(MKDIR_P) "$(DESTDIR)$(lbltempldir)"	@list='$(dist_lbltempl_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(dist_lbltemplDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(lbltempldir)/$$f'"; \	  $(dist_lbltemplDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(lbltempldir)/$$f"; \	doneuninstall-dist_lbltemplDATA:	@$(NORMAL_UNINSTALL)	@list='$(dist_lbltempl_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(lbltempldir)/$$f'"; \	  rm -f "$(DESTDIR)$(lbltempldir)/$$f"; \	doneinstall-dist_templateDATA: $(dist_template_DATA)	@$(NORMAL_INSTALL)	test -z "$(templatedir)" || $(MKDIR_P) "$(DESTDIR)$(templatedir)"	@list='$(dist_template_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(dist_templateDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(templatedir)/$$f'"; \	  $(dist_templateDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(templatedir)/$$f"; \	doneuninstall-dist_templateDATA:	@$(NORMAL_UNINSTALL)	@list='$(dist_template_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(templatedir)/$$f'"; \	  rm -f "$(DESTDIR)$(templatedir)/$$f"; \	donetags: 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; \	donecheck-am: all-amcheck: check-amall-am: Makefile $(DATA)installdirs:	for dir in "$(DESTDIR)$(exampledir)" "$(DESTDIR)$(lbltempldir)" "$(DESTDIR)$(templatedir)"; do \	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \	doneinstall: 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:clean-generic:distclean-generic:	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)maintainer-clean-generic:	@echo "This command is intended for maintainers to use"	@echo "it deletes files that may require special tools to rebuild."@WANT_INSTALLPERMS_FALSE@install-exec-hook:@WANT_INSTALLPERMS_FALSE@install-data-hook: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-dist_exampleDATA install-dist_lbltemplDATA \	install-dist_templateDATA	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-dvi: install-dvi-aminstall-exec-am:	@$(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 -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: uninstall-dist_exampleDATA uninstall-dist_lbltemplDATA \	uninstall-dist_templateDATA.MAKE: install-am install-data-am install-exec-am install-strip.PHONY: all all-am check check-am clean clean-generic clean-libtool \	distclean distclean-generic distclean-libtool distdir dvi \	dvi-am html html-am info info-am install install-am \	install-data install-data-am install-data-hook \	install-dist_exampleDATA install-dist_lbltemplDATA \	install-dist_templateDATA 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-strip installcheck installcheck-am installdirs \	maintainer-clean maintainer-clean-generic mostlyclean \	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \	uninstall uninstall-am uninstall-dist_exampleDATA \	uninstall-dist_lbltemplDATA uninstall-dist_templateDATA@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# 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 + -