From 299aba578b76e1f07cb3e4e5ff59ee6b306afb5a Mon Sep 17 00:00:00 2001
From: Eric Blossom <eb@comsec.com>
Date: Thu, 28 Oct 2010 15:05:52 -0700
Subject: 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.
---
 Makefile.swig | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'Makefile.swig')

diff --git a/Makefile.swig b/Makefile.swig
index 2608a57be1..c8b07f6172 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
-- 
cgit v1.2.3