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

📄 makefile.in

📁 chord 源码 http://pdos.csail.mit.edu/chord/
💻 IN
📖 第 1 页 / 共 2 页
字号:
	doneuninstall-binPROGRAMS:	@$(NORMAL_UNINSTALL)	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \	  rm -f "$(DESTDIR)$(bindir)/$$f"; \	doneclean-binPROGRAMS:	@list='$(bin_PROGRAMS)'; for p in $$list; do \	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	donecd$(EXEEXT): $(cd_OBJECTS) $(cd_DEPENDENCIES) 	@rm -f cd$(EXEEXT)	$(CXXLINK) $(cd_LDFLAGS) $(cd_OBJECTS) $(cd_LDADD) $(LIBS)install-binSCRIPTS: $(bin_SCRIPTS)	@$(NORMAL_INSTALL)	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"	@list='$(bin_SCRIPTS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  if test -f $$d$$p; then \	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \	    $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \	  else :; fi; \	doneuninstall-binSCRIPTS:	@$(NORMAL_UNINSTALL)	@list='$(bin_SCRIPTS)'; for p in $$list; do \	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \	  rm -f "$(DESTDIR)$(bindir)/$$f"; \	donemostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cd_prot.Po@am__quote@.C.o:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<.C.obj:@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`.C.lo:@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:ID: $(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)'; for file in $$list; do \	  case $$file in \	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \	  esac; \	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \	    dir="/$$dir"; \	    $(mkdir_p) "$(distdir)$$dir"; \	  else \	    dir=''; \	  fi; \	  if test -d $$d/$$file; then \	    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) $(SCRIPTS) $(HEADERS)installdirs:	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)"; 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:	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)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."	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)clean: clean-amclean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-amdistclean: distclean-am	-rm -rf ./$(DEPDIR)	-rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \	distclean-libtool distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-exec-am: install-binPROGRAMS install-binSCRIPTSinstall-info: install-info-aminstall-man:installcheck-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-binPROGRAMS uninstall-binSCRIPTS \	uninstall-info-am.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \	clean-generic clean-libtool ctags distclean distclean-compile \	distclean-generic distclean-libtool distclean-tags distdir dvi \	dvi-am html html-am info info-am install install-am \	install-binPROGRAMS install-binSCRIPTS install-data \	install-data-am install-exec install-exec-am install-info \	install-info-am install-man 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-binPROGRAMS \	uninstall-binSCRIPTS uninstall-info-am$(PROGRAMS): $(LDEPS) $(DBDEPS).x.h:	-$(RPCC) -h $< || rm -f $@.x.C:	-$(RPCC) -c $< || rm -f $@.x.py:	-$(RPCC) -python $< || rm -f $@$(RPCC):	@:cd_prot.h: cd_prot.xcd_prot.C: cd_prot.xcd_prot.o: cd_prot.hcd_prot.py: cd_prot.x$(DEP_FILES): cd_prot.htestcd: testcd.py cd_prot.py ${top_srcdir}/svc/chord_types.py	cp $< $@# 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 + -