summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block-cmake/swig/howto_swig.i
diff options
context:
space:
mode:
Diffstat (limited to 'gr-howto-write-a-block-cmake/swig/howto_swig.i')
-rw-r--r--gr-howto-write-a-block-cmake/swig/howto_swig.i30
1 files changed, 0 insertions, 30 deletions
diff --git a/gr-howto-write-a-block-cmake/swig/howto_swig.i b/gr-howto-write-a-block-cmake/swig/howto_swig.i
deleted file mode 100644
index bc2563cd7..000000000
--- a/gr-howto-write-a-block-cmake/swig/howto_swig.i
+++ /dev/null
@@ -1,30 +0,0 @@
-/* -*- c++ -*- */
-
-#define HOWTO_API
-
-%include "gnuradio.i" // the common stuff
-
-//load generated python docstrings
-%include "howto_swig_doc.i"
-
-
-%{
-#include "howto_square_ff.h"
-#include "howto_square2_ff.h"
-%}
-
-GR_SWIG_BLOCK_MAGIC(howto,square_ff);
-%include "howto_square_ff.h"
-
-GR_SWIG_BLOCK_MAGIC(howto,square2_ff);
-%include "howto_square2_ff.h"
-
-#if SWIGGUILE
-%scheme %{
-(load-extension-global "libguile-gnuradio-howto_swig" "scm_init_gnuradio_howto_swig_module")
-%}
-
-%goops %{
-(use-modules (gnuradio gnuradio_core_runtime))
-%}
-#endif