📄 makefile.in
字号:
GENERATED_H = sofia-sip/sip_hclasses.h \ sofia-sip/sip_protos.h sofia-sip/sip_tag.h \ sofia-sip/sip_extra.hH_IN = sofia-sip/sip_hclasses.h.in \ sofia-sip/sip_protos.h.in sofia-sip/sip_tag.h.in \ sofia-sip/sip_extra.h.inPUBLIC_H = sofia-sip/sip.h sofia-sip/sip_util.h \ sofia-sip/sip_header.h sofia-sip/sip_parser.h \ sofia-sip/sip_tag_class.h sofia-sip/sip_status.hGENERATED_C = sip_tag.c sip_parser_table.cBUILT_SOURCES = $(GENERATED_H) $(GENERATED_C) sip_tag_ref.cnobase_include_sofia_HEADERS = $(GENERATED_H) $(PUBLIC_H) $(H_IN)libsip_la_SOURCES = $(INTERNAL_H) \ sip_parser.c sip_header.c sip_util.c sip_pref_util.c \ sip_basic.c sip_extra.c sip_feature.c sip_mime.c \ sip_security.c sip_event.c sip_prack.c \ sip_refer.c sip_session.c \ sip_caller_prefs.c sip_reason.c \ sip_status.c sip_time.c \ sip_tag_class.c sip_inlined.c \ $(BUILT_SOURCES)COVERAGE_INPUT = $(libsip_la_SOURCES) $(include_sofia_HEADERS)LDADD = libsip.la \ ../msg/libmsg.la \ ../bnf/libbnf.la \ ../url/liburl.la \ ../ipt/libipt.la \ ../su/libsu.latorture_sip_LDFLAGS = -statictest_sip_msg_LDFLAGS = -statictest_date_LDFLAGS = -static# ----------------------------------------------------------------------# Install and distribution rules# note: srcdir needs to be specified, otherwise# breaks make distcheck targetEXTRA_DIST = sip.docs sip_parser.docs sip.doxyaliases \ ADD-A-HEADER GRAMMAR sip_bad_mask \ sip_parser_table.c.in sip_tag.c.in \ sip_extra_headers.txt \ images/sip-parser.eps images/sip-parser.gif \ images/sip-parser2.eps images/sip-parser2.gif \ images/sip-parser3.eps images/sip-parser3.gif \ images/sip-parser4.eps images/sip-parser4.gif \ tests/own0.txt tests/own1.txt tests/own2.txt tests/own3.txt \ tests/own4.txt tests/own5.txt tests/own6.txt tests/own8.txt \ tests/test1.txt tests/test-ack-1.txt tests/test2.txt tests/test3.txt \ tests/test4.txt tests/test5.txt tests/test6.txt tests/test7.txt \ tests/test8.txt tests/test9.txt tests/test10.txt tests/test10b.txt \ tests/test10c.txt tests/test11.txt tests/test12.txt tests/test13.txt \ tests/test14-req.txt tests/test14.txt tests/test15.txt \ tests/test16.txt tests/test17.txt tests/test18.txt tests/test19.txt \ tests/test1a.txt tests/test20.txt tests/test21.txt tests/test22.txt \ tests/test23.txt tests/test24.txt tests/test25.txt tests/test26.txt \ tests/test27.txt tests/test28.txt tests/test29.txt tests/test30.txt \ tests/test31.txt tests/test32.txt tests/test33.txt tests/test34.txt \ tests/test35.txt tests/test36.txt tests/test37.txt tests/test38.txt \ tests/test39.txt tests/test40.txt tests/test41.txt tests/test42.txt# ----------------------------------------------------------------------# TestsTESTS = torture_sip run_test_sip_msg run_test_datedist_noinst_SCRIPTS = run_test_sip_msg run_test_datesofiasrcdir = ${top_srcdir}/libsofia-sip-uasofiabuilddir = ${top_builddir}/libsofia-sip-uaAM_CFLAGS = $(CWFLAG) $(SOFIA_COVERAGE) $(SOFIA_CFLAGS) \ $(openssl_CFLAGS) $(am__append_1)SOFIA_COVERAGE = $(COVERAGE_FLAGS)DISTCLEANFILES = $(BUILT_SOURCES)# rules for building tag filesTAG_AWK = ${sofiasrcdir}/su/tag_dll.awkSUFFIXES = _tag_ref.c _tag.cINTERNAL_INCLUDES = \ -I${sofiasrcdir}/features -I${sofiabuilddir}/features \ -I${sofiasrcdir}/ipt -I${sofiabuilddir}/ipt \ -I${sofiasrcdir}/iptsec -I${sofiabuilddir}/iptsec \ -I${sofiasrcdir}/bnf -I${sofiabuilddir}/bnf \ -I${sofiasrcdir}/http -I${sofiabuilddir}/http \ -I${sofiasrcdir}/msg -I${sofiabuilddir}/msg \ -I${sofiasrcdir}/nth -I${sofiabuilddir}/nth \ -I${sofiasrcdir}/nta -I${sofiabuilddir}/nta \ -I${sofiasrcdir}/nea -I${sofiabuilddir}/nea \ -I${sofiasrcdir}/nua -I${sofiabuilddir}/nua \ -I${sofiasrcdir}/soa -I${sofiabuilddir}/soa \ -I${sofiasrcdir}/sdp -I${sofiabuilddir}/sdp \ -I${sofiasrcdir}/sip -I${sofiabuilddir}/sip \ -I${sofiasrcdir}/soa -I${sofiabuilddir}/soa \ -I${sofiasrcdir}/sresolv -I${sofiabuilddir}/sresolv \ -I${sofiasrcdir}/tport -I${sofiabuilddir}/tport \ -I${sofiasrcdir}/stun -I${sofiabuilddir}/stun \ -I${sofiasrcdir}/url -I${sofiabuilddir}/url \ -I${sofiasrcdir}/su -I${sofiabuilddir}/suPHONY = built-sources clean-built-sources $(am__append_3)VALGRIND = valgrind VALGRINDFLAGS = --tool=memcheck# Scripts@HAVE_LCOV_TRUE@LCOV_UNCOVERED = ${top_srcdir}/scripts/uncovered@HAVE_LCOV_TRUE@LCOV_REPORT = ${top_srcdir}/scripts/lcov-report# Report directory@HAVE_LCOV_TRUE@lcovdir = ${top_builddir}/lcov# Options@HAVE_LCOV_TRUE@GENHTML_OPTIONS = --show-details --legend \@HAVE_LCOV_TRUE@ $(am__append_2)# Fancy shell command that expands to directory relative to top_builddir@HAVE_LCOV_TRUE@expand_subdir = `pwd|sed "s'\`cd ${top_builddir};pwd\`''"`# ----------------------------------------------------------------------# Sofia specific rulesMSG_PARSER_AWK = $(srcdir)/../msg/msg_parser.awkAWK_SIP_AWK = LC_ALL=C $(AWK) -f $(MSG_PARSER_AWK) module=sipSS_SIP_H = ${srcdir}/sofia-sip/sip.hEXTRA = ${srcdir}/sip_extra_headers.txtall: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) all-am.SUFFIXES:.SUFFIXES: _tag_ref.c _tag.c .c .lo .o .obj$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/rules/sofia.am $(top_srcdir)/rules/valcheck.am $(top_srcdir)/rules/lcov.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \ && exit 0; \ exit 1;; \ esac; \ done; \ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libsofia-sip-ua/sip/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --foreign libsofia-sip-ua/sip/Makefile.PRECIOUS: MakefileMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshDoxyfile: $(top_builddir)/config.status $(srcdir)/Doxyfile.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ donelibsip.la: $(libsip_la_OBJECTS) $(libsip_la_DEPENDENCIES) $(LINK) $(libsip_la_LDFLAGS) $(libsip_la_OBJECTS) $(libsip_la_LIBADD) $(LIBS)clean-checkPROGRAMS: @list='$(check_PROGRAMS)'; for p in $$list; do \ f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ echo " rm -f $$p $$f"; \ rm -f $$p $$f ; \ donetest_date$(EXEEXT): $(test_date_OBJECTS) $(test_date_DEPENDENCIES) @rm -f test_date$(EXEEXT) $(LINK) $(test_date_LDFLAGS) $(test_date_OBJECTS) $(test_date_LDADD) $(LIBS)test_sip_msg$(EXEEXT): $(test_sip_msg_OBJECTS) $(test_sip_msg_DEPENDENCIES) @rm -f test_sip_msg$(EXEEXT) $(LINK) $(test_sip_msg_LDFLAGS) $(test_sip_msg_OBJECTS) $(test_sip_msg_LDADD) $(LIBS)torture_sip$(EXEEXT): $(torture_sip_OBJECTS) $(torture_sip_DEPENDENCIES) @rm -f torture_sip$(EXEEXT) $(LINK) $(torture_sip_LDFLAGS) $(torture_sip_OBJECTS) $(torture_sip_LDADD) $(LIBS)validator$(EXEEXT): $(validator_OBJECTS) $(validator_DEPENDENCIES) @rm -f validator$(EXEEXT) $(LINK) $(validator_LDFLAGS) $(validator_OBJECTS) $(validator_LDADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_basic.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_caller_prefs.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_event.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_extra.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_feature.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_header.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_inlined.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_mime.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_parser.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_parser_table.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_prack.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_pref_util.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_reason.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_refer.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_security.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_session.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_status.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_tag.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_tag_class.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_tag_ref.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_time.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sip_util.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_date.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sip_msg.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/torture_sip.Po@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/validator.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 \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -