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

📄 makefile.in

📁 G.729 and G.723.1 codecs x86 (and x86_64) Linux and FreeBSD source code for Asterisk open source PBX
💻 IN
📖 第 1 页 / 共 3 页
字号:
	@case '$?' in \	  *config.status*) \	    echo ' $(SHELL) ./config.status'; \	    $(SHELL) ./config.status;; \	  *) \	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \	esac;$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)	$(SHELL) ./config.status --recheck$(top_srcdir)/configure:  $(am__configure_deps)	cd $(srcdir) && $(AUTOCONF)$(ACLOCAL_M4):  $(am__aclocal_m4_deps)	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)config.h: stamp-h1	@if test ! -f $@; then \	  rm -f stamp-h1; \	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \	else :; fistamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status	@rm -f stamp-h1	cd $(top_builddir) && $(SHELL) ./config.status config.h$(srcdir)/config.h.in:  $(am__configure_deps) 	cd $(top_srcdir) && $(AUTOHEADER)	rm -f stamp-h1	touch $@distclean-hdr:	-rm -f config.h stamp-h1install-modLTLIBRARIES: $(mod_LTLIBRARIES)	@$(NORMAL_INSTALL)	test -z "$(moddir)" || $(MKDIR_P) "$(DESTDIR)$(moddir)"	@list='$(mod_LTLIBRARIES)'; for p in $$list; do \	  if test -f $$p; then \	    f=$(am__strip_dir) \	    echo " $(LIBTOOL) --mode=install $(modLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(moddir)/$$f'"; \	    $(LIBTOOL) --mode=install $(modLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(moddir)/$$f"; \	  else :; fi; \	doneuninstall-modLTLIBRARIES:	@$(NORMAL_UNINSTALL)	@list='$(mod_LTLIBRARIES)'; for p in $$list; do \	  p=$(am__strip_dir) \	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(moddir)/$$p'"; \	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(moddir)/$$p"; \	doneclean-modLTLIBRARIES:	-test -z "$(mod_LTLIBRARIES)" || rm -f $(mod_LTLIBRARIES)	@list='$(mod_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"; \	donecodec_g723.la: $(codec_g723_la_OBJECTS) $(codec_g723_la_DEPENDENCIES) 	$(codec_g723_la_LINK) -rpath $(moddir) $(codec_g723_la_OBJECTS) $(codec_g723_la_LIBADD) $(LIBS)codec_g729.la: $(codec_g729_la_OBJECTS) $(codec_g729_la_DEPENDENCIES) 	$(codec_g729_la_LINK) -rpath $(moddir) $(codec_g729_la_OBJECTS) $(codec_g729_la_LIBADD) $(LIBS)mostlyclean-compile:	-rm -f *.$(OBJEXT)distclean-compile:	-rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-aux_tbls.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-codec_g72x.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-decg723.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-encg723.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-owng723.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g723_la-vadg723.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g729_la-codec_g72x.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g729_la-decg729fp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g729_la-encg729fp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g729_la-owng729fp.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codec_g729_la-vadg729fp.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\@am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Po@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 -o $@ $<.c.obj:@am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\@am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Po@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 -o $@ `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@	depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\@am__fastdepCC_TRUE@	mv -f $$depbase.Tpo $$depbase.Plo@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 $@ $<codec_g723_la-codec_g72x.lo: codec_g72x.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-codec_g72x.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-codec_g72x.Tpo -c -o codec_g723_la-codec_g72x.lo `test -f 'codec_g72x.c' || echo '$(srcdir)/'`codec_g72x.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-codec_g72x.Tpo $(DEPDIR)/codec_g723_la-codec_g72x.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='codec_g72x.c' object='codec_g723_la-codec_g72x.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-codec_g72x.lo `test -f 'codec_g72x.c' || echo '$(srcdir)/'`codec_g72x.ccodec_g723_la-decg723.lo: decg723.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-decg723.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-decg723.Tpo -c -o codec_g723_la-decg723.lo `test -f 'decg723.c' || echo '$(srcdir)/'`decg723.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-decg723.Tpo $(DEPDIR)/codec_g723_la-decg723.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='decg723.c' object='codec_g723_la-decg723.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-decg723.lo `test -f 'decg723.c' || echo '$(srcdir)/'`decg723.ccodec_g723_la-encg723.lo: encg723.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-encg723.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-encg723.Tpo -c -o codec_g723_la-encg723.lo `test -f 'encg723.c' || echo '$(srcdir)/'`encg723.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-encg723.Tpo $(DEPDIR)/codec_g723_la-encg723.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='encg723.c' object='codec_g723_la-encg723.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-encg723.lo `test -f 'encg723.c' || echo '$(srcdir)/'`encg723.ccodec_g723_la-owng723.lo: owng723.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-owng723.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-owng723.Tpo -c -o codec_g723_la-owng723.lo `test -f 'owng723.c' || echo '$(srcdir)/'`owng723.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-owng723.Tpo $(DEPDIR)/codec_g723_la-owng723.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='owng723.c' object='codec_g723_la-owng723.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-owng723.lo `test -f 'owng723.c' || echo '$(srcdir)/'`owng723.ccodec_g723_la-vadg723.lo: vadg723.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-vadg723.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-vadg723.Tpo -c -o codec_g723_la-vadg723.lo `test -f 'vadg723.c' || echo '$(srcdir)/'`vadg723.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-vadg723.Tpo $(DEPDIR)/codec_g723_la-vadg723.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vadg723.c' object='codec_g723_la-vadg723.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-vadg723.lo `test -f 'vadg723.c' || echo '$(srcdir)/'`vadg723.ccodec_g723_la-aux_tbls.lo: aux_tbls.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -MT codec_g723_la-aux_tbls.lo -MD -MP -MF $(DEPDIR)/codec_g723_la-aux_tbls.Tpo -c -o codec_g723_la-aux_tbls.lo `test -f 'aux_tbls.c' || echo '$(srcdir)/'`aux_tbls.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g723_la-aux_tbls.Tpo $(DEPDIR)/codec_g723_la-aux_tbls.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='aux_tbls.c' object='codec_g723_la-aux_tbls.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g723_la_CFLAGS) $(CFLAGS) -c -o codec_g723_la-aux_tbls.lo `test -f 'aux_tbls.c' || echo '$(srcdir)/'`aux_tbls.ccodec_g729_la-codec_g72x.lo: codec_g72x.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -MT codec_g729_la-codec_g72x.lo -MD -MP -MF $(DEPDIR)/codec_g729_la-codec_g72x.Tpo -c -o codec_g729_la-codec_g72x.lo `test -f 'codec_g72x.c' || echo '$(srcdir)/'`codec_g72x.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g729_la-codec_g72x.Tpo $(DEPDIR)/codec_g729_la-codec_g72x.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='codec_g72x.c' object='codec_g729_la-codec_g72x.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -c -o codec_g729_la-codec_g72x.lo `test -f 'codec_g72x.c' || echo '$(srcdir)/'`codec_g72x.ccodec_g729_la-decg729fp.lo: decg729fp.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -MT codec_g729_la-decg729fp.lo -MD -MP -MF $(DEPDIR)/codec_g729_la-decg729fp.Tpo -c -o codec_g729_la-decg729fp.lo `test -f 'decg729fp.c' || echo '$(srcdir)/'`decg729fp.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g729_la-decg729fp.Tpo $(DEPDIR)/codec_g729_la-decg729fp.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='decg729fp.c' object='codec_g729_la-decg729fp.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -c -o codec_g729_la-decg729fp.lo `test -f 'decg729fp.c' || echo '$(srcdir)/'`decg729fp.ccodec_g729_la-encg729fp.lo: encg729fp.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -MT codec_g729_la-encg729fp.lo -MD -MP -MF $(DEPDIR)/codec_g729_la-encg729fp.Tpo -c -o codec_g729_la-encg729fp.lo `test -f 'encg729fp.c' || echo '$(srcdir)/'`encg729fp.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g729_la-encg729fp.Tpo $(DEPDIR)/codec_g729_la-encg729fp.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='encg729fp.c' object='codec_g729_la-encg729fp.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -c -o codec_g729_la-encg729fp.lo `test -f 'encg729fp.c' || echo '$(srcdir)/'`encg729fp.ccodec_g729_la-owng729fp.lo: owng729fp.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -MT codec_g729_la-owng729fp.lo -MD -MP -MF $(DEPDIR)/codec_g729_la-owng729fp.Tpo -c -o codec_g729_la-owng729fp.lo `test -f 'owng729fp.c' || echo '$(srcdir)/'`owng729fp.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g729_la-owng729fp.Tpo $(DEPDIR)/codec_g729_la-owng729fp.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='owng729fp.c' object='codec_g729_la-owng729fp.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -c -o codec_g729_la-owng729fp.lo `test -f 'owng729fp.c' || echo '$(srcdir)/'`owng729fp.ccodec_g729_la-vadg729fp.lo: vadg729fp.c@am__fastdepCC_TRUE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -MT codec_g729_la-vadg729fp.lo -MD -MP -MF $(DEPDIR)/codec_g729_la-vadg729fp.Tpo -c -o codec_g729_la-vadg729fp.lo `test -f 'vadg729fp.c' || echo '$(srcdir)/'`vadg729fp.c@am__fastdepCC_TRUE@	mv -f $(DEPDIR)/codec_g729_la-vadg729fp.Tpo $(DEPDIR)/codec_g729_la-vadg729fp.Plo@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='vadg729fp.c' object='codec_g729_la-vadg729fp.lo' libtool=yes @AMDEPBACKSLASH@@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@@am__fastdepCC_FALSE@	$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(codec_g729_la_CFLAGS) $(CFLAGS) -c -o codec_g729_la-vadg729fp.lo `test -f 'vadg729fp.c' || echo '$(srcdir)/'`vadg729fp.cmostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libsdistclean-libtool:	-rm -f libtoolID: $(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) config.h.in $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS) config.h.in $(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) config.h.in $(TAGS_DEPENDENCIES) \		$(TAGS_FILES) $(LISP)	tags=; \	here=`pwd`; \	list='$(SOURCES) $(HEADERS) config.h.in $(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)	$(am__remove_distdir)	test -d $(distdir) || mkdir $(distdir)	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -