summaryrefslogtreecommitdiff
path: root/gr-gsm-fr-vocoder
diff options
context:
space:
mode:
authorRob Savoye2010-11-01 19:02:55 -0600
committerEric Blossom2010-11-10 12:15:43 -0800
commit0939607d0b4a3ae047ceff60fab300000c7d2069 (patch)
tree318cb73601f80410e4c8d7a68f8245aee2d4e9fb /gr-gsm-fr-vocoder
parent77fbf9dbc94aabebf7c760546d43c522c536fe24 (diff)
downloadgnuradio-0939607d0b4a3ae047ceff60fab300000c7d2069.tar.gz
gnuradio-0939607d0b4a3ae047ceff60fab300000c7d2069.tar.bz2
gnuradio-0939607d0b4a3ae047ceff60fab300000c7d2069.zip
regenerated
Diffstat (limited to 'gr-gsm-fr-vocoder')
-rw-r--r--gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen37
1 files changed, 10 insertions, 27 deletions
diff --git a/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen b/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
index 5b3c2d3d6..332aaf268 100644
--- a/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
+++ b/gr-gsm-fr-vocoder/src/lib/Makefile.swig.gen
@@ -67,28 +67,10 @@ gsm_full_rate_swigincludedir = $(swigincludedir)
## right thing. For more info, see <
## http://sources.redhat.com/automake/automake.html#Multiple-Outputs >
-## Stamps used to ensure parallel make does the right thing. These
-## are removed by "make clean", but otherwise unused except during the
-## parallel built. These will not be included in a tarball, because
-## the SWIG-generated files will be removed from the distribution.
-
-STAMPS += $(DEPDIR)/gsm_full_rate-generate-*
-
## Other cleaned files: dependency files generated by SWIG or this Makefile
MOSTLYCLEANFILES += $(DEPDIR)/*.S*
-## Add the .py and .cc files to the list of SWIG built sources. The
-## .h file is sometimes built, but not always ... so that one has to
-## be added manually by the including Makefile.am .
-
-# generating the py or scm file also generates the .cc or .h files,
-# but dependencies work better without the .cc ort .h files listed.
-# swig_built_sources += gsm_full_rate.py
-# if GUILE
-# swig_built_sources += gnuradio/gsm_full_rate.scm
-# endif
-
## Various SWIG variables. These can be overloaded in the including
## Makefile.am by setting the variable value there, then including
## Makefile.swig .
@@ -108,8 +90,6 @@ _gsm_full_rate_la_LIBADD = \
$(STD_SWIG_LA_LIB_ADD) \
$(gsm_full_rate_la_swig_libadd)
-# _gsm_full_rate_la_DEPENDENCIES = python/gsm_full_rate.lo
-
_gsm_full_rate_la_LDFLAGS = \
$(STD_SWIG_LA_LD_FLAGS) \
$(gsm_full_rate_la_swig_ldflags)
@@ -123,14 +103,20 @@ gsm_full_rate_python_PYTHON = \
gsm_full_rate.py \
$(gsm_full_rate)
+python/gsm_full_rate.cc: gsm_full_rate.py
+gsm_full_rate.py: gsm_full_rate.i
+
+# Include the python dependencies for this file
+-include python/gsm_full_rate.d
+# end of PYTHON
+
if GUILE
gsm_full_rate_scmlib_LTLIBRARIES = libguile-gsm_full_rate.la
-libguile_gsm_full_rate_la_SOURCES = \
- guile/gsm_full_rate.cc \
+libguile_gsm_full_rate_la_SOURCES = \
+ guile/gsm_full_rate.cc \
$(gsm_full_rate_la_swig_sources)
nobase_gsm_full_rate_scm_DATA = gnuradio/gsm_full_rate.scm gnuradio/gsm_full_rate-primitive.scm
-# Guile can use the same flags as python does
libguile_gsm_full_rate_la_LIBADD = $(_gsm_full_rate_la_LIBADD)
libguile_gsm_full_rate_la_LDFLAGS = $(_gsm_full_rate_la_LDFLAGS)
libguile_gsm_full_rate_la_CXXFLAGS = $(_gsm_full_rate_la_CXXFLAGS)
@@ -139,12 +125,9 @@ guile/gsm_full_rate.cc: gnuradio/gsm_full_rate.scm
gnuradio/gsm_full_rate.scm: gsm_full_rate.i
gnuradio/gsm_full_rate-primitive.scm: gnuradio/gsm_full_rate.scm
+# Include the guile dependencies for this file
-include guile/gsm_full_rate.d
endif # end of GUILE
-gsm_full_rate.lo: gsm_full_rate.py gsm_full_rate.scm
-gsm_full_rate.py: gsm_full_rate.i
-
--include python/gsm_full_rate.d