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

📄 makefile.in

📁 这是用python语言写的一个数字广播的信号处理工具包。利用它
💻 IN
📖 第 1 页 / 共 2 页
字号:
gr_usrp_LDFLAG = @gr_usrp_LDFLAG@gr_usrp_LIBDIRPATH = @gr_usrp_LIBDIRPATH@gr_utils_INCLUDEDIR = @gr_utils_INCLUDEDIR@gr_utils_INCLUDES = @gr_utils_INCLUDES@gr_utils_LA = @gr_utils_LA@gr_utils_LDFLAG = @gr_utils_LDFLAG@gr_utils_LIBDIRPATH = @gr_utils_LIBDIRPATH@gr_video_sdl_INCLUDEDIR = @gr_video_sdl_INCLUDEDIR@gr_video_sdl_INCLUDES = @gr_video_sdl_INCLUDES@gr_video_sdl_LA = @gr_video_sdl_LA@gr_video_sdl_LDFLAG = @gr_video_sdl_LDFLAG@gr_video_sdl_LIBDIRPATH = @gr_video_sdl_LIBDIRPATH@gr_wxgui_INCLUDEDIR = @gr_wxgui_INCLUDEDIR@gr_wxgui_INCLUDES = @gr_wxgui_INCLUDES@gr_wxgui_LA = @gr_wxgui_LA@gr_wxgui_LDFLAG = @gr_wxgui_LDFLAG@gr_wxgui_LIBDIRPATH = @gr_wxgui_LIBDIRPATH@host = @host@host_alias = @host_alias@host_cpu = @host_cpu@host_os = @host_os@host_vendor = @host_vendor@htmldir = @htmldir@includedir = @includedir@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/examplesEXTRA_DIST = run_tests.inTESTS = \	run_testsnoinst_PYTHON = \	encdec.py			\	qa_gsm_full_rate.py		all: all-am.SUFFIXES:$(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/python/Makefile'; \	cd $(top_srcdir) && \	  $(AUTOMAKE) --gnu  gr-gsm-fr-vocoder/src/python/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--refreshrun_tests: $(top_builddir)/config.status $(srcdir)/run_tests.in	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@mostlyclean-libtool:	-rm -f *.loclean-libtool:	-rm -rf .libs _libstags: TAGSTAGS:ctags: CTAGSCTAGS:check-TESTS: $(TESTS)	@failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[	 ]'; \	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 \	      *$$ws$$tst$$ws*) \		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 \	      *$$ws$$tst$$ws*) \		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)	@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-am	$(MAKE) $(AM_MAKEFLAGS) check-TESTScheck: check-amall-am: Makefileinstalldirs: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 mostlyclean-amdistclean: distclean-am	-rm -f Makefiledistclean-am: clean-am distclean-genericdvi: 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 -f Makefilemaintainer-clean-am: distclean-am maintainer-clean-genericmostlyclean: mostlyclean-ammostlyclean-am: mostlyclean-generic mostlyclean-libtoolpdf: pdf-ampdf-am:ps: ps-amps-am:uninstall-am:.MAKE: install-am install-strip.PHONY: all all-am check check-TESTS check-am clean clean-generic \	clean-libtool distclean distclean-generic distclean-libtool \	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-generic mostlyclean-libtool pdf pdf-am ps ps-am \	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 + -