diff options
author | Rob Savoye | 2010-11-01 16:06:37 -0600 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:15:43 -0800 |
commit | 2b11c904da6799b6a7240d64d2ba37ddcaf1e479 (patch) | |
tree | 6d9a5e39b2ffc329c73798d1e7952b6f9eb3f8c4 /gr-msdd6000/src | |
parent | f81c5677a40cc538ee7631d02aa24602d571ffb8 (diff) | |
download | gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.tar.gz gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.tar.bz2 gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.zip |
regenerated
Diffstat (limited to 'gr-msdd6000/src')
-rw-r--r-- | gr-msdd6000/src/Makefile.swig.gen | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/gr-msdd6000/src/Makefile.swig.gen b/gr-msdd6000/src/Makefile.swig.gen index 43d0e69ae..ba3850cd8 100644 --- a/gr-msdd6000/src/Makefile.swig.gen +++ b/gr-msdd6000/src/Makefile.swig.gen @@ -84,10 +84,10 @@ MOSTLYCLEANFILES += $(DEPDIR)/*.S* # 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 += msdd.py -if GUILE -swig_built_sources += msdd.scm -endif +# swig_built_sources += msdd.py +# if GUILE +# swig_built_sources += gnuradio/msdd.scm +# endif ## Various SWIG variables. These can be overloaded in the including ## Makefile.am by setting the variable value there, then including @@ -135,15 +135,14 @@ libguile_msdd_la_LIBADD = $(_msdd_la_LIBADD) libguile_msdd_la_LDFLAGS = $(_msdd_la_LDFLAGS) libguile_msdd_la_CXXFLAGS = $(_msdd_la_CXXFLAGS) -guile/msdd.lo: msdd.lo -msdd.scm: msdd.i -gnuradio/msdd-primitive.scm: msdd.scm +guile/msdd.cc: gnuradio/msdd.scm +gnuradio/msdd.scm: msdd.i +gnuradio/msdd-primitive.scm: gnuradio/msdd.scm -include guile/msdd.d endif # end of GUILE -python/msdd.lo: msdd.lo: msdd.py msdd.scm msdd.py: msdd.i @@ -235,10 +234,10 @@ MOSTLYCLEANFILES += $(DEPDIR)/*.S* # 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 += msdd_rs.py -if GUILE -swig_built_sources += msdd_rs.scm -endif +# swig_built_sources += msdd_rs.py +# if GUILE +# swig_built_sources += gnuradio/msdd_rs.scm +# endif ## Various SWIG variables. These can be overloaded in the including ## Makefile.am by setting the variable value there, then including @@ -286,15 +285,14 @@ libguile_msdd_rs_la_LIBADD = $(_msdd_rs_la_LIBADD) libguile_msdd_rs_la_LDFLAGS = $(_msdd_rs_la_LDFLAGS) libguile_msdd_rs_la_CXXFLAGS = $(_msdd_rs_la_CXXFLAGS) -guile/msdd_rs.lo: msdd_rs.lo -msdd_rs.scm: msdd_rs.i -gnuradio/msdd_rs-primitive.scm: msdd_rs.scm +guile/msdd_rs.cc: gnuradio/msdd_rs.scm +gnuradio/msdd_rs.scm: msdd_rs.i +gnuradio/msdd_rs-primitive.scm: gnuradio/msdd_rs.scm -include guile/msdd_rs.d endif # end of GUILE -python/msdd_rs.lo: msdd_rs.lo: msdd_rs.py msdd_rs.scm msdd_rs.py: msdd_rs.i |