summaryrefslogtreecommitdiff
path: root/Makefile.swig
diff options
context:
space:
mode:
authorEric Blossom2010-10-28 15:05:52 -0700
committerEric Blossom2010-11-10 12:13:53 -0800
commit299aba578b76e1f07cb3e4e5ff59ee6b306afb5a (patch)
tree827f1f80a477a4caa59676bdc24a02c60d502e83 /Makefile.swig
parent4cfeec9a0be5606cfadd03b0fcfa0615766b1676 (diff)
downloadgnuradio-299aba578b76e1f07cb3e4e5ff59ee6b306afb5a.tar.gz
gnuradio-299aba578b76e1f07cb3e4e5ff59ee6b306afb5a.tar.bz2
gnuradio-299aba578b76e1f07cb3e4e5ff59ee6b306afb5a.zip
Version that builds guile goops bindings, but dependencies are hosed.
Doesn't compile cleanly, but does enough to allow experimentation with goops wrappers. We're currently seeing the nasty interaction between the package system, the "export" syntax, and generic-functions. See thread here: http://lists.gnu.org/archive/html/guile-user/2006-05/msg00007.html for background.
Diffstat (limited to 'Makefile.swig')
-rw-r--r--Makefile.swig6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.swig b/Makefile.swig
index 2608a57be..c8b07f617 100644
--- a/Makefile.swig
+++ b/Makefile.swig
@@ -51,6 +51,12 @@ SWIG_GUILE_FLAGS = \
-guile \
-scm \
-scmstub \
+ -package gnuradio \
+ -Linkage module \
+ -proxy \
+ -goopsprefix gr: \
+ -emit-slot-accessors \
+ -emit-setters \
-outdir .
## standard swig flags used by most components