diff options
author | Rob Savoye | 2010-11-19 08:07:52 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-19 08:07:52 -0700 |
commit | ff877cabe2384dc2155ef5af92ee8b959fd29806 (patch) | |
tree | 218b55b6ae01bc8ac0d81a9297df54e27e4302c5 /gr-radio-astronomy/src | |
parent | d67df105088b41285550006f12009081af792d0a (diff) | |
download | gnuradio-ff877cabe2384dc2155ef5af92ee8b959fd29806.tar.gz gnuradio-ff877cabe2384dc2155ef5af92ee8b959fd29806.tar.bz2 gnuradio-ff877cabe2384dc2155ef5af92ee8b959fd29806.zip |
regenerated
Diffstat (limited to 'gr-radio-astronomy/src')
-rw-r--r-- | gr-radio-astronomy/src/lib/Makefile.swig.gen | 34 |
1 files changed, 23 insertions, 11 deletions
diff --git a/gr-radio-astronomy/src/lib/Makefile.swig.gen b/gr-radio-astronomy/src/lib/Makefile.swig.gen index 9ca01af90..7170f1e77 100644 --- a/gr-radio-astronomy/src/lib/Makefile.swig.gen +++ b/gr-radio-astronomy/src/lib/Makefile.swig.gen @@ -79,6 +79,7 @@ ra_swiginclude_HEADERS = \ ra.i \ $(ra_swiginclude_headers) +if PYTHON ra_pylib_LTLIBRARIES = \ _ra.la @@ -86,6 +87,10 @@ _ra_la_SOURCES = \ python/ra.cc \ $(ra_la_swig_sources) +ra_python_PYTHON = \ + ra.py \ + $(ra_python) + _ra_la_LIBADD = \ $(STD_SWIG_LA_LIB_ADD) \ $(ra_la_swig_libadd) @@ -99,27 +104,34 @@ _ra_la_CXXFLAGS = \ -I$(top_builddir) \ $(ra_la_swig_cxxflags) -ra_python_PYTHON = \ - ra.py \ - $(ra_python) - python/ra.cc: ra.py ra.py: ra.i # Include the python dependencies for this file -include python/ra.d -# end of PYTHON + +endif # end of if python if GUILE -ra_scmlib_LTLIBRARIES = libguile-ra.la + +ra_scmlib_LTLIBRARIES = \ + libguile-ra.la libguile_ra_la_SOURCES = \ guile/ra.cc \ $(ra_la_swig_sources) -nobase_ra_scm_DATA = gnuradio/ra.scm gnuradio/ra-primitive.scm - -libguile_ra_la_LIBADD = $(_ra_la_LIBADD) -libguile_ra_la_LDFLAGS = $(_ra_la_LDFLAGS) -libguile_ra_la_CXXFLAGS = $(_ra_la_CXXFLAGS) +nobase_ra_scm_DATA = \ + gnuradio/ra.scm \ + gnuradio/ra-primitive.scm +libguile_ra_la_LIBADD = \ + $(STD_SWIG_LA_LIB_ADD) \ + $(ra_la_swig_libadd) +libguile_ra_la_LDFLAGS = \ + $(STD_SWIG_LA_LD_FLAGS) \ + $(ra_la_swig_ldflags) +libguile_ra_la_CXXFLAGS = \ + $(STD_SWIG_CXX_FLAGS) \ + -I$(top_builddir) \ + $(ra_la_swig_cxxflags) guile/ra.cc: gnuradio/ra.scm gnuradio/ra.scm: ra.i |