📄 makefile.in
字号:
infodir = @infodir@install_sh = @install_sh@libdir = @libdir@libexecdir = @libexecdir@localedir = @localedir@localstatedir = @localstatedir@lt_ECHO = @lt_ECHO@mandir = @mandir@mkdir_p = @mkdir_p@oldincludedir = @oldincludedir@omnithread_INCLUDEDIR = @omnithread_INCLUDEDIR@omnithread_INCLUDES = @omnithread_INCLUDES@omnithread_LA = @omnithread_LA@omnithread_LDFLAG = @omnithread_LDFLAG@omnithread_LIBDIRPATH = @omnithread_LIBDIRPATH@pdfdir = @pdfdir@pkgpyexecdir = @pkgpyexecdir@pkgpythondir = @pkgpythondir@prefix = @prefix@program_transform_name = @program_transform_name@psdir = @psdir@pyexecdir = @pyexecdir@pythondir = @pythondir@sbindir = @sbindir@sharedstatedir = @sharedstatedir@skipped_dirs = @skipped_dirs@srcdir = @srcdir@swig_CXXFLAGS = @swig_CXXFLAGS@sysconfdir = @sysconfdir@target = @target@target_alias = @target_alias@target_cpu = @target_cpu@target_os = @target_os@target_vendor = @target_vendor@top_builddir = @top_builddir@top_srcdir = @top_srcdir@usrp_INCLUDEDIR = @usrp_INCLUDEDIR@usrp_INCLUDES = @usrp_INCLUDES@usrp_LA = @usrp_LA@usrp_LDFLAG = @usrp_LDFLAG@usrp_LIBDIRPATH = @usrp_LIBDIRPATH@usrp_darwin_omnithread_pc_requires = @usrp_darwin_omnithread_pc_requires@usrp_inband_INCLUDES = @usrp_inband_INCLUDES@usrp_inband_LA = @usrp_inband_LA@with_INCLUDES = @with_INCLUDES@with_LIBDIRPATH = @with_LIBDIRPATH@with_PYDIRPATH = @with_PYDIRPATH@with_SWIGDIRPATH = @with_SWIGDIRPATH@with_SWIG_INCLUDES = @with_SWIG_INCLUDES@with_dirs = @with_dirs@AM_CXXFLAGS = @autoconf_default_CXXFLAGS@# includesgrincludedir = $(includedir)/gnuradio# swig includesswigincludedir = $(grincludedir)/swig# Install the gnuradio stuff in the appropriate subdirectory# This usually ends up at:# ${prefix}/lib/python${python_version}/site-packages/gnuradiogrpythondir = $(pythondir)/gnuradiogrpyexecdir = $(pyexecdir)/gnuradio# Install the non-gnuradio usrp stuff in the appropriate subdirectory# This usually ends up at:# ${prefix}/lib/python${python_version}/site-packages/usrpmusrppythondir = $(pythondir)/usrpmusrppyexecdir = $(pyexecdir)/usrpm# when including for compilation from pre-installed libraries and such,# need to make sure those are put last on the compile commandWITH_INCLUDES = @with_INCLUDES@WITH_SWIG_INCLUDES = @with_SWIG_INCLUDES@# swig flagsSWIGPYTHONFLAGS = -fvirtual -python -modern# How to link in the top-level omnithreads library from inside the treeOMNITHREAD_INCLUDES = @omnithread_INCLUDES@OMNITHREAD_LA = @omnithread_LA@# Where to find gnuradio include files in the current build tree# top_srcdir for original stuff, top_builddir for generated filesGNURADIO_INCLUDES = @gnuradio_core_INCLUDES@# How to link in GNU Radio core library from inside the treeGNURADIO_CORE_LA = @gnuradio_core_LA@# This is a dependency for many swig operationsGNURADIO_I = @gnuradio_core_I@# How to link in the USRP library from inside the treeUSRP_INCLUDES = @usrp_INCLUDES@USRP_LA = @usrp_LA@# How to link in usrp-inband library from inside the treeUSRP_INBAND_INCLUDES = @usrp_inband_INCLUDES@USRP_INBAND_LA = @usrp_inband_LA@# How to link the PMT library from inside the treePMT_INCLUDES = @pmt_INCLUDES@PMT_LA = @pmt_LA@# How to link the mblock library from inside the treeMBLOCK_INCLUDES = @mblock_INCLUDES@MBLOCK_LA = @mblock_LA@# This used to be set in configure.ac but is now defined here for all # Makefiles when this fragment is included.STD_DEFINES_AND_INCLUDES = $(DEFINES) $(OMNITHREAD_INCLUDES) $(GNURADIO_INCLUDES) $(BOOST_CFLAGS)# Fix for BSD make not defining $(RM). We define it now in configure.ac# using AM_PATH_PROG, but now here have to add a -f to be like GNU makeRM = $(RM_PROG) -f# Base directory for example applicationsexampledir = $(datadir)/gnuradio/examples# Machine- or installation dependent flags you should configure to portSASR = -DSASR######### Define SASR if >> is a signed arithmetic shift (-1 >> 1 == -1)MULHACK = -DUSE_FLOAT_MUL######### Define this if your host multiplies floats faster than integers,######### e.g. on a SPARCstation.FAST = -DFAST######### Define together with USE_FLOAT_MUL to enable the GSM library's######### approximation option for incorrect, but good-enough results.# LTP_CUT = -DLTP_CUTLTP_CUT = ######### Define to enable the GSM library's long-term correlation ######### approximation option---faster, but worse; works for######### both integer and floating point multiplications.######### This flag is still in the experimental stage.OPTIONS = $(SASR) $(MULHACK) $(FAST) $(LTP_CUT)AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) -DNeedFunctionPrototypes=1 \ $(OPTIONS) $(WITH_INCLUDES)noinst_LTLIBRARIES = libgsm.lalibgsm_la_SOURCES = \ add.c \ code.c \ debug.c \ decode.c \ gsm_create.c \ gsm_decode.c \ gsm_destroy.c \ gsm_encode.c \ gsm_explode.c \ gsm_implode.c \ gsm_option.c \ gsm_print.c \ long_term.c \ lpc.c \ preprocess.c \ rpe.c \ short_term.c \ table.c noinst_HEADERS = \ config.h \ gsm.h \ private.h \ proto.h \ unproto.h all: all-am.SUFFIXES:.SUFFIXES: .c .lo .o .obj$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/Makefile.common $(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) --gnu gr-gsm-fr-vocoder/src/lib/gsm/Makefile'; \ cd $(top_srcdir) && \ $(AUTOMAKE) --gnu gr-gsm-fr-vocoder/src/lib/gsm/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: $(am__configure_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh$(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refreshclean-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"; \ donelibgsm.la: $(libgsm_la_OBJECTS) $(libgsm_la_DEPENDENCIES) $(LINK) $(libgsm_la_OBJECTS) $(libgsm_la_LIBADD) $(LIBS)mostlyclean-compile: -rm -f *.$(OBJEXT)distclean-compile: -rm -f *.tab.c@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/add.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/code.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_create.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_decode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_destroy.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_encode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_explode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_implode.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_option.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gsm_print.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/long_term.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preprocess.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rpe.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/short_term.Plo@am__quote@@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/table.Plo@am__quote@.c.o:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.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 $<.c.obj:@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.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 `$(CYGPATH_W) '$<'`.c.lo:@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.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 $@ $<mostlyclean-libtool: -rm -f *.loclean-libtool: -rm -rf .libs _libsID: $(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; nonemtpy = 1; } \ END { if (nonempty) { 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; nonempty = 1; } \ END { if (nonempty) { 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=; \ 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; nonempty = 1; } \ END { if (nonempty) { 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)'; \ dist_files=`for file in $$list; do echo $$file; done | \ sed -e "s|^$$srcdirstrip/||;t" \ -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ case $$dist_files in \ */*) $(MKDIR_P) `echo "$$dist_files" | \ sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ sort -u` ;; \ esac; \ for file in $$dist_files; do \ if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ if test -d $$d/$$file; then \ dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 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: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_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` installmostlyclean-generic: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-generic clean-libtool clean-noinstLTLIBRARIES \ mostlyclean-amdistclean: distclean-am -rm -rf ./$(DEPDIR) -rm -f Makefiledistclean-am: clean-am distclean-compile distclean-generic \ distclean-tagsdvi: dvi-amdvi-am:html: html-aminfo: info-aminfo-am:install-data-am:install-dvi: install-dvi-aminstall-exec-am:install-html: install-html-aminstall-info: install-info-aminstall-man:install-pdf: install-pdf-aminstall-ps: install-ps-aminstallcheck-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:.MAKE: install-am install-strip.PHONY: CTAGS GTAGS all all-am check check-am clean 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-dvi \ install-dvi-am install-exec install-exec-am install-html \ install-html-am install-info install-info-am install-man \ install-pdf install-pdf-am install-ps install-ps-am \ 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# 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 + -