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

📄 makefile.in

📁 开源备份软件源码 AMANDA, the Advanced Maryland Automatic Network Disk Archiver, is a backup system that a
💻 IN
📖 第 1 页 / 共 3 页
字号:
	  if test -f $$p \	     || test -f $$p1 \	  ; then \	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \	   echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \	   $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \	  else :; fi; \	doneuninstall-sbinPROGRAMS:	@$(NORMAL_UNINSTALL)	@list='$(sbin_PROGRAMS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \	  echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \	  rm -f "$(DESTDIR)$(sbindir)/$$f"; \	doneclean-sbinPROGRAMS:	@list='$(sbin_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	doneuparse.h: uparse.c	@if test ! -f $@; then \	  rm -f uparse.c; \	  $(MAKE) $(AM_MAKEFLAGS) uparse.c; \	else :; fiamrecover$(EXEEXT): $(amrecover_OBJECTS) $(amrecover_DEPENDENCIES) 	@rm -f amrecover$(EXEEXT)	$(LINK) $(amrecover_OBJECTS) $(amrecover_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amrecover.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display_commands.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/extract_list.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/help.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/set_commands.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uparse.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uscan.Po@am__quote@.c.o:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c $<.c.obj:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<.l.c:	$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE).y.c:	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	mkid -fID $$uniquetags: TAGSTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \	  test -n "$$unique" || unique=$$empty_fix; \	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	    $$tags $$unique; \	fictags: CTAGSCTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \	unique=`for i in $$list; do \	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \	  done | \	  $(AWK) '    { files[$$0] = 1; } \	       END { for (i in files) print i; }'`; \	test -z "$(CTAGS_ARGS)$$tags$$unique" \	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \	     $$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 tagsdistdir: $(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 $(PROGRAMS) $(HEADERS)installdirs:	for dir in "$(DESTDIR)$(sbindir)"; 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."	-rm -f uparse.c	-rm -f uparse.h	-rm -f uscan.c@WANT_INSTALLPERMS_FALSE@install-exec-hook:@WANT_INSTALLPERMS_FALSE@install-data-hook:clean: clean-amclean-am: clean-generic clean-libtool clean-sbinPROGRAMS \	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:	@$(NORMAL_INSTALL)	$(MAKE) $(AM_MAKEFLAGS) install-data-hookinstall-dvi: install-dvi-aminstall-exec-am: install-sbinPROGRAMS	@$(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-sbinPROGRAMS.MAKE: install-am install-data-am install-exec-am install-strip.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-libtool clean-sbinPROGRAMS ctags distclean \	distclean-compile distclean-generic distclean-libtool \	distclean-tags distdir dvi dvi-am html html-am info info-am \	install install-am 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-sbinPROGRAMS \	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-sbinPROGRAMS@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 $@ $<# so that uscan.c is never generated before uparse.h# otherwise we might have makedepend problemsuscan.c: uparse.h# these two commands are specially defined to omit $(AMANDA_WARNING_CFLAGS)# since we don't want warnings for generated codeuscan.$(OBJEXT): uscan.c	$(CC) $(CFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -c $<uparse.$(OBJEXT): uparse.c	$(CC) $(CFLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) -c $<lint:	@f="$(amrecover_CSRC)";							\	(cd ../common-src; make listlibsrc);					\	f="$$f "`cat ../common-src/listlibsrc.output`;				\	(cd ../server-src; make listlibsrc);					\	f="$$f "`cat ../server-src/listlibsrc.output`;				\	echo $(LINT) $$f;							\	$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(DEFS) -I. -I$(top_builddir)/config $(INCLUDES) $$f;\	if [ $$? -ne 0 ]; then							\	    exit 1;								\	fi;									\        exit 0# 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 + -