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-noaa/swig | |
parent | f81c5677a40cc538ee7631d02aa24602d571ffb8 (diff) | |
download | gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.tar.gz gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.tar.bz2 gnuradio-2b11c904da6799b6a7240d64d2ba37ddcaf1e479.zip |
regenerated
Diffstat (limited to 'gr-noaa/swig')
-rw-r--r-- | gr-noaa/swig/Makefile.swig.gen | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gr-noaa/swig/Makefile.swig.gen b/gr-noaa/swig/Makefile.swig.gen index 95cb34be1..7e0287853 100644 --- a/gr-noaa/swig/Makefile.swig.gen +++ b/gr-noaa/swig/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 += noaa_swig.py -if GUILE -swig_built_sources += noaa_swig.scm -endif +# swig_built_sources += noaa_swig.py +# if GUILE +# swig_built_sources += gnuradio/noaa_swig.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_noaa_swig_la_LIBADD = $(_noaa_swig_la_LIBADD) libguile_noaa_swig_la_LDFLAGS = $(_noaa_swig_la_LDFLAGS) libguile_noaa_swig_la_CXXFLAGS = $(_noaa_swig_la_CXXFLAGS) -guile/noaa_swig.lo: noaa_swig.lo -noaa_swig.scm: noaa_swig.i -gnuradio/noaa_swig-primitive.scm: noaa_swig.scm +guile/noaa_swig.cc: gnuradio/noaa_swig.scm +gnuradio/noaa_swig.scm: noaa_swig.i +gnuradio/noaa_swig-primitive.scm: gnuradio/noaa_swig.scm -include guile/noaa_swig.d endif # end of GUILE -python/noaa_swig.lo: noaa_swig.lo: noaa_swig.py noaa_swig.scm noaa_swig.py: noaa_swig.i |