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

📄 makefile~

📁 certi-SHM-3.0.tar 不错的开源的分布式方针软件 大家多多支持 他是linux
💻
📖 第 1 页 / 共 2 页
字号:
distclean-compile:	-rm -f *.tab.cinclude ./$(DEPDIR)/AuditFile.Ploinclude ./$(DEPDIR)/AuditLine.Ploinclude ./$(DEPDIR)/Dimension.Ploinclude ./$(DEPDIR)/Exception.Ploinclude ./$(DEPDIR)/Extent.Ploinclude ./$(DEPDIR)/FedParser_Build.Ploinclude ./$(DEPDIR)/FedParser_Store.Ploinclude ./$(DEPDIR)/FedTime.Ploinclude ./$(DEPDIR)/FederateLevelList.Ploinclude ./$(DEPDIR)/GAV.Ploinclude ./$(DEPDIR)/GAV_aux.Ploinclude ./$(DEPDIR)/GSSAPIHandler.Ploinclude ./$(DEPDIR)/Interaction.Ploinclude ./$(DEPDIR)/InteractionBroadcastList.Ploinclude ./$(DEPDIR)/InteractionSet.Ploinclude ./$(DEPDIR)/LBTS.Ploinclude ./$(DEPDIR)/Message.Ploinclude ./$(DEPDIR)/MessageBody.Ploinclude ./$(DEPDIR)/Message_RW.Ploinclude ./$(DEPDIR)/NetworkMessage.Ploinclude ./$(DEPDIR)/NetworkMessage_RW.Ploinclude ./$(DEPDIR)/Object.Ploinclude ./$(DEPDIR)/ObjectAttribute.Ploinclude ./$(DEPDIR)/ObjectClass.Ploinclude ./$(DEPDIR)/ObjectClassAttribute.Ploinclude ./$(DEPDIR)/ObjectClassBroadcastList.Ploinclude ./$(DEPDIR)/ObjectClassSet.Ploinclude ./$(DEPDIR)/ObjectSet.Ploinclude ./$(DEPDIR)/Parameter.Ploinclude ./$(DEPDIR)/Publisher.Ploinclude ./$(DEPDIR)/Range.Ploinclude ./$(DEPDIR)/RegionImp.Ploinclude ./$(DEPDIR)/RootObject.Ploinclude ./$(DEPDIR)/RoutingSpace.Ploinclude ./$(DEPDIR)/SecureTCPSocket.Ploinclude ./$(DEPDIR)/SecurityServer.Ploinclude ./$(DEPDIR)/SocketMC.Ploinclude ./$(DEPDIR)/SocketServer.Ploinclude ./$(DEPDIR)/SocketTCP.Ploinclude ./$(DEPDIR)/SocketUDP.Ploinclude ./$(DEPDIR)/SocketUN.Ploinclude ./$(DEPDIR)/Subscriber.Ploinclude ./$(DEPDIR)/XmlParser.Plodistclean-depend:	-rm -rf ./$(DEPDIR).cc.o:	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \	fi#	source='$<' object='$@' libtool=no \#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \#	$(CXXDEPMODE) $(depcomp) \#	$(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<.cc.obj:	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \	  -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`; \	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \	fi#	source='$<' object='$@' libtool=no \#	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \#	$(CXXDEPMODE) $(depcomp) \#	$(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'`.cc.lo:	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \	  -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \	then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \	else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \	fi#	source='$<' object='$@' libtool=yes \#	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \#	$(CXXDEPMODE) $(depcomp) \#	$(LTCXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:includeHEADERS_INSTALL = $(INSTALL_HEADER)install-includeHEADERS: $(include_HEADERS)	@$(NORMAL_INSTALL)	$(mkinstalldirs) $(DESTDIR)$(includedir)	@list='$(include_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f"; \	  $(includeHEADERS_INSTALL) $$d$$p $(DESTDIR)$(includedir)/$$f; \	doneuninstall-includeHEADERS:	@$(NORMAL_UNINSTALL)	@list='$(include_HEADERS)'; for p in $$list; do \	  f="`echo $$p | sed -e 's|^.*/||'`"; \	  echo " rm -f $(DESTDIR)$(includedir)/$$f"; \	  rm -f $(DESTDIR)$(includedir)/$$f; \	doneETAGS = etagsETAGSFLAGS =CTAGS = ctagsCTAGSFLAGS =tags: TAGSID: $(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:  $(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 "$(ETAGS_ARGS)$$tags$$unique" \	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \	     $$tags $$uniquectags: 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 tagsDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)top_distdir = ..distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)distdir: $(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"; \	    $(mkinstalldirs) "$(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 $(LTLIBRARIES) $(HEADERS)installdirs:	$(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)install: 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_STRIP_FLAG=-s \	  `test -z '$(STRIP)' || \	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic:clean-generic:distclean-generic:	-rm -f Makefile $(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-generic clean-libLTLIBRARIES clean-libtool \	mostlyclean-amdistclean: distclean-amdistclean-am: clean-am distclean-compile distclean-depend \	distclean-generic distclean-libtool distclean-tagsdvi: dvi-amdvi-am:info: info-aminfo-am:install-data-am: install-includeHEADERSinstall-exec-am: install-libLTLIBRARIESinstall-info: install-info-aminstall-man:installcheck-am:maintainer-clean: maintainer-clean-ammaintainer-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-includeHEADERS uninstall-info-am \	uninstall-libLTLIBRARIES.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \	clean-libLTLIBRARIES clean-libtool ctags distclean \	distclean-compile distclean-depend distclean-generic \	distclean-libtool distclean-tags distdir dvi dvi-am info \	info-am install install-am install-data install-data-am \	install-exec install-exec-am install-includeHEADERS \	install-info install-info-am install-libLTLIBRARIES 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-includeHEADERS uninstall-info-am \	uninstall-libLTLIBRARIES# 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 + -