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

📄 makefile.in

📁 this is simple sip stack.
💻 IN
📖 第 1 页 / 共 2 页
字号:
	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \	  echo " rm -f $$p $$f"; \	  rm -f $$p $$f ; \	donetorture_bnf$(EXEEXT): $(torture_bnf_OBJECTS) $(torture_bnf_DEPENDENCIES) 	@rm -f torture_bnf$(EXEEXT)	$(LINK) $(torture_bnf_LDFLAGS) $(torture_bnf_OBJECTS) $(torture_bnf_LDADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bnf.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/torture_bnf.Po@am__quote@.c.o:@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@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@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@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@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi@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 $@ $<mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtooluninstall-info-am:install-nobase_include_sofiaHEADERS: $(nobase_include_sofia_HEADERS)	@$(NORMAL_INSTALL)	test -z "$(include_sofiadir)" || $(mkdir_p) "$(DESTDIR)$(include_sofiadir)"	@$(am__vpath_adj_setup) \	list='$(nobase_include_sofia_HEADERS)'; for p in $$list; do \	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \	  $(am__vpath_adj) \	  echo " $(nobase_include_sofiaHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(include_sofiadir)/$$f'"; \	  $(nobase_include_sofiaHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(include_sofiadir)/$$f"; \	doneuninstall-nobase_include_sofiaHEADERS:	@$(NORMAL_UNINSTALL)	@$(am__vpath_adj_setup) \	list='$(nobase_include_sofia_HEADERS)'; for p in $$list; do \	  $(am__vpath_adj) \	  echo " rm -f '$(DESTDIR)$(include_sofiadir)/$$f'"; \	  rm -f "$(DESTDIR)$(include_sofiadir)/$$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 tagscheck-TESTS: $(TESTS)	@failed=0; all=0; xfail=0; xpass=0; skip=0; \	srcdir=$(srcdir); export srcdir; \	list='$(TESTS)'; \	if test -n "$$list"; then \	  for tst in $$list; do \	    if test -f ./$$tst; then dir=./; \	    elif test -f $$tst; then dir=; \	    else dir="$(srcdir)/"; fi; \	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \	      all=`expr $$all + 1`; \	      case " $(XFAIL_TESTS) " in \	      *" $$tst "*) \		xpass=`expr $$xpass + 1`; \		failed=`expr $$failed + 1`; \		echo "XPASS: $$tst"; \	      ;; \	      *) \		echo "PASS: $$tst"; \	      ;; \	      esac; \	    elif test $$? -ne 77; then \	      all=`expr $$all + 1`; \	      case " $(XFAIL_TESTS) " in \	      *" $$tst "*) \		xfail=`expr $$xfail + 1`; \		echo "XFAIL: $$tst"; \	      ;; \	      *) \		failed=`expr $$failed + 1`; \		echo "FAIL: $$tst"; \	      ;; \	      esac; \	    else \	      skip=`expr $$skip + 1`; \	      echo "SKIP: $$tst"; \	    fi; \	  done; \	  if test "$$failed" -eq 0; then \	    if test "$$xfail" -eq 0; then \	      banner="All $$all tests passed"; \	    else \	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \	    fi; \	  else \	    if test "$$xpass" -eq 0; then \	      banner="$$failed of $$all tests failed"; \	    else \	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \	    fi; \	  fi; \	  dashes="$$banner"; \	  skipped=""; \	  if test "$$skip" -ne 0; then \	    skipped="($$skip tests were not run)"; \	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \	      dashes="$$skipped"; \	  fi; \	  report=""; \	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \	    report="Please report to $(PACKAGE_BUGREPORT)"; \	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \	      dashes="$$report"; \	  fi; \	  dashes=`echo "$$dashes" | sed s/./=/g`; \	  echo "$$dashes"; \	  echo "$$banner"; \	  test -z "$$skipped" || echo "$$skipped"; \	  test -z "$$report" || echo "$$report"; \	  echo "$$dashes"; \	  test "$$failed" -eq 0; \	else :; fidistdir: $(DISTFILES)	$(mkdir_p) $(distdir)/.. $(distdir)/sofia-sip	@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-am	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)	$(MAKE) $(AM_MAKEFLAGS) check-TESTScheck: check-amall-am: Makefile $(LTLIBRARIES) $(HEADERS)installdirs:	for dir in "$(DESTDIR)$(include_sofiadir)"; 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:	-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)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."clean: clean-amclean-am: clean-checkPROGRAMS clean-generic clean-libtool \	clean-noinstLTLIBRARIES 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-nobase_include_sofiaHEADERSinstall-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-info-am uninstall-nobase_include_sofiaHEADERS.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \	clean-checkPROGRAMS clean-generic clean-libtool \	clean-noinstLTLIBRARIES 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-exec install-exec-am \	install-info install-info-am install-man \	install-nobase_include_sofiaHEADERS 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-info-am \	uninstall-nobase_include_sofiaHEADERSbuilt-sources: $(BUILT_SOURCES)clean-built-sources:	-rm -rf $(BUILT_SOURCES) $(BUILT_SOURCES:%=$(srcdir)/%)*_tag_ref.c: $(TAG_AWK)%_tag_ref.c: %_tag.c	$(AWK) -f $(TAG_AWK) NODLL=1 $(TAG_DLL_FLAGS) $<@ENABLE_COVERAGE_TRUE@coverage:@ENABLE_COVERAGE_TRUE@	@$(top_srcdir)/scripts/coverage $(COVERAGE_FLAGS) $(COVERAGE_INPUT)../bnf/libbnf.la ../http/libhttp.la ../ipt/libipt.la ../iptsec/libiptsec.la \ ../msg/libmsg.la ../nea/libnea.la ../nta/libnta.la ../nth/libnth.la \ ../nua/libnua.la ../sdp/libsdp.la ../sip/libsip.la ../soa/libsoa.la \ ../sresolv/libsresolv.la ../stun/libstun.la ../su/libsu.la \ ../tport/libtport.la ../url/liburl.la:	$(MAKE) -C $(@D) $(@F)# ----------------------------------------------------------------------# Sofia specific rules# 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 + -