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

📄 makefile.in

📁 chord 源码 http://pdos.csail.mit.edu/chord/
💻 IN
📖 第 1 页 / 共 2 页
字号:
@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:install-chorddataDATA: $(chorddata_DATA)	@$(NORMAL_INSTALL)	test -z "$(chorddatadir)" || $(mkdir_p) "$(DESTDIR)$(chorddatadir)"	@list='$(chorddata_DATA)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(chorddataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(chorddatadir)/$$f'"; \	  $(chorddataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(chorddatadir)/$$f"; \	doneuninstall-chorddataDATA:	@$(NORMAL_UNINSTALL)	@list='$(chorddata_DATA)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(chorddatadir)/$$f'"; \	  rm -f "$(DESTDIR)$(chorddatadir)/$$f"; \	doneinstall-chordincludeHEADERS: $(chordinclude_HEADERS)	@$(NORMAL_INSTALL)	test -z "$(chordincludedir)" || $(mkdir_p) "$(DESTDIR)$(chordincludedir)"	@list='$(chordinclude_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f=$(am__strip_dir) \	  echo " $(chordincludeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(chordincludedir)/$$f'"; \	  $(chordincludeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(chordincludedir)/$$f"; \	doneuninstall-chordincludeHEADERS:	@$(NORMAL_UNINSTALL)	@list='$(chordinclude_HEADERS)'; for p in $$list; do \	  f=$(am__strip_dir) \	  echo " rm -f '$(DESTDIR)$(chordincludedir)/$$f'"; \	  rm -f "$(DESTDIR)$(chordincludedir)/$$f"; \	doneID: $(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; \	done	$(MAKE) $(AM_MAKEFLAGS) \	  top_distdir="$(top_distdir)" distdir="$(distdir)" \	  dist-hookcheck-am: all-amcheck: check-amall-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)installdirs:	for dir in "$(DESTDIR)$(chordlibdir)" "$(DESTDIR)$(chorddatadir)" "$(DESTDIR)$(chordincludedir)"; 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-chordlibLTLIBRARIES 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-chorddataDATA install-chordincludeHEADERS \	install-chordlibLTLIBRARIESinstall-exec-am:install-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-chorddataDATA uninstall-chordincludeHEADERS \	uninstall-chordlibLTLIBRARIES uninstall-info-am.PHONY: CTAGS GTAGS all all-am check check-am clean \	clean-chordlibLTLIBRARIES clean-generic clean-libtool 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-chorddataDATA \	install-chordincludeHEADERS install-chordlibLTLIBRARIES \	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-chorddataDATA \	uninstall-chordincludeHEADERS uninstall-chordlibLTLIBRARIES \	uninstall-info-am.x.h:	-$(RPCC) -h -DSFSSVC $< || rm -f $@.x.C:	-$(RPCC) -c -DSFSSVC $< || rm -f $@.x.py:	-$(RPCC) -python $< || rm -f $@$(RPCC):	@:chord_types.py: chord_types.x # $(RPCC)chord_types.h: chord_types.x # $(RPCC)chord_types.C: chord_types.x # $(RPCC)chord_types.o: chord_types.hchord_types.lo: chord_types.hchord_prot.py: chord_prot.x # $(RPCC)chord_prot.h: chord_prot.x # $(RPCC)chord_prot.C: chord_prot.x # $(RPCC)chord_prot.o: chord_prot.hchord_prot.lo: chord_prot.hlsdctl_prot.py: lsdctl_prot.x # $(RPCC)lsdctl_prot.h: lsdctl_prot.x # $(RPCC)lsdctl_prot.C: lsdctl_prot.x # $(RPCC)lsdctl_prot.o: lsdctl_prot.hlsdctl_prot.lo: lsdctl_prot.hdebruijn_prot.py: debruijn_prot.x # $(RPCC)debruijn_prot.h: debruijn_prot.x # $(RPCC)debruijn_prot.C: debruijn_prot.x # $(RPCC)debruijn_prot.o: debruijn_prot.hdebruijn_prot.lo: debruijn_prot.hdhash_types.py: dhash_types.x # $(RPCC)dhash_types.h: dhash_types.x # $(RPCC)dhash_types.C: dhash_types.x # $(RPCC)dhash_types.o: dhash_types.hdhash_types.lo: dhash_types.hdhash_prot.py: dhash_prot.x # $(RPCC)dhash_prot.h: dhash_prot.x # $(RPCC)dhash_prot.C: dhash_prot.x # $(RPCC)dhash_prot.o: dhash_prot.hdhash_prot.lo: dhash_prot.hdhashgateway_prot.py: dhashgateway_prot.x # $(RPCC)dhashgateway_prot.h: dhashgateway_prot.x # $(RPCC)dhashgateway_prot.C: dhashgateway_prot.x # $(RPCC)dhashgateway_prot.o: dhashgateway_prot.hdhashgateway_prot.lo: dhashgateway_prot.hfingers_prot.py: fingers_prot.x # $(RPCC)fingers_prot.h: fingers_prot.x # $(RPCC)fingers_prot.C: fingers_prot.x # $(RPCC)fingers_prot.o: fingers_prot.hfingers_prot.lo: fingers_prot.hmerkle_sync_prot.py: merkle_sync_prot.x # $(RPCC)merkle_sync_prot.h: merkle_sync_prot.x # $(RPCC)merkle_sync_prot.C: merkle_sync_prot.x # $(RPCC)merkle_sync_prot.o: merkle_sync_prot.hmerkle_sync_prot.lo: merkle_sync_prot.hrecroute_prot.py: recroute_prot.x # $(RPCC)recroute_prot.h: recroute_prot.x # $(RPCC)recroute_prot.C: recroute_prot.x # $(RPCC)recroute_prot.o: recroute_prot.hrecroute_prot.lo: recroute_prot.haccordion_prot.py: accordion_prot.x # $(RPCC)accordion_prot.h: accordion_prot.x # $(RPCC)accordion_prot.C: accordion_prot.x # $(RPCC)accordion_prot.o: accordion_prot.haccordion_prot.lo: accordion_prot.hsfsro_prot_cfs.py: sfsro_prot_cfs.x # $(RPCC)sfsro_prot_cfs.h: sfsro_prot_cfs.x # $(RPCC)sfsro_prot_cfs.C: sfsro_prot_cfs.x # $(RPCC)sfsro_prot_cfs.o: sfsro_prot_cfs.hsfsro_prot_cfs.lo: sfsro_prot_cfs.htransport_prot.py: transport_prot.x # $(RPCC)transport_prot.h: transport_prot.x # $(RPCC)transport_prot.C: transport_prot.x # $(RPCC)transport_prot.o: transport_prot.htransport_prot.lo: transport_prot.hdhc_prot.py: dhc_prot.x # $(RPCC)dhc_prot.h: dhc_prot.x # $(RPCC)dhc_prot.C: dhc_prot.x # $(RPCC)dhc_prot.o: dhc_prot.hdhc_prot.lo: dhc_prot.hadb_prot.py: adb_prot.x # $(RPCC)adb_prot.h: adb_prot.x # $(RPCC)adb_prot.C: adb_prot.x # $(RPCC)adb_prot.o: adb_prot.hadb_prot.lo: adb_prot.h$(DEP_FILES):  chord_types.h chord_prot.h lsdctl_prot.h debruijn_prot.h dhash_types.h dhash_prot.h dhashgateway_prot.h fingers_prot.h merkle_sync_prot.h recroute_prot.h accordion_prot.h sfsro_prot_cfs.h transport_prot.h dhc_prot.h adb_prot.hdist-hook:	cd $(distdir) && rm -f  chord_types.h chord_prot.h lsdctl_prot.h debruijn_prot.h dhash_types.h dhash_prot.h dhashgateway_prot.h fingers_prot.h merkle_sync_prot.h recroute_prot.h accordion_prot.h sfsro_prot_cfs.h transport_prot.h dhc_prot.h adb_prot.h  chord_types.C chord_prot.C lsdctl_prot.C debruijn_prot.C dhash_types.C dhash_prot.C dhashgateway_prot.C fingers_prot.C merkle_sync_prot.C recroute_prot.C accordion_prot.C sfsro_prot_cfs.C transport_prot.C dhc_prot.C adb_prot.C  chord_types.py chord_prot.py lsdctl_prot.py debruijn_prot.py dhash_types.py dhash_prot.py dhashgateway_prot.py fingers_prot.py merkle_sync_prot.py recroute_prot.py accordion_prot.py sfsro_prot_cfs.py transport_prot.py dhc_prot.py adb_prot.py.PHONY: rpccleanrpcclean:	rm -f  chord_types.h chord_prot.h lsdctl_prot.h debruijn_prot.h dhash_types.h dhash_prot.h dhashgateway_prot.h fingers_prot.h merkle_sync_prot.h recroute_prot.h accordion_prot.h sfsro_prot_cfs.h transport_prot.h dhc_prot.h adb_prot.h  chord_types.C chord_prot.C lsdctl_prot.C debruijn_prot.C dhash_types.C dhash_prot.C dhashgateway_prot.C fingers_prot.C merkle_sync_prot.C recroute_prot.C accordion_prot.C sfsro_prot_cfs.C transport_prot.C dhc_prot.C adb_prot.C  chord_types.py chord_prot.py lsdctl_prot.py debruijn_prot.py dhash_types.py dhash_prot.py dhashgateway_prot.py fingers_prot.py merkle_sync_prot.py recroute_prot.py accordion_prot.py sfsro_prot_cfs.py transport_prot.py dhc_prot.py adb_prot.py$(srcdir)/Makefile.am: $(srcdir)/Makefile.am.m4	@rm -f $(srcdir)/Makefile.am~	$(M4) $(srcdir)/Makefile.am.m4 > $(srcdir)/Makefile.am~	mv -f $(srcdir)/Makefile.am~ $(srcdir)/Makefile.am# 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 + -