summaryrefslogtreecommitdiff
path: root/gr-msdd6000/src
diff options
context:
space:
mode:
authorEric Blossom <eb@comsec.com>2010-10-22 22:00:09 -0700
committerEric Blossom <eb@comsec.com>2010-11-10 12:13:53 -0800
commit1e34972f4433cbfef3500fc73a285c7c436cfd6b (patch)
tree9a86ef5dc85584ac920d4275f934e3b67cbcfbcb /gr-msdd6000/src
parent98c246e264092c306c276b639d8c839b83fd64ec (diff)
Rengenerate Makefile.swig.gen's
Diffstat (limited to 'gr-msdd6000/src')
-rw-r--r--gr-msdd6000/src/Makefile.swig.gen10
1 files changed, 6 insertions, 4 deletions
diff --git a/gr-msdd6000/src/Makefile.swig.gen b/gr-msdd6000/src/Makefile.swig.gen
index 557bff5154..c62140a087 100644
--- a/gr-msdd6000/src/Makefile.swig.gen
+++ b/gr-msdd6000/src/Makefile.swig.gen
@@ -41,12 +41,12 @@ msdd_pylibdir = $(pyexecdir)/$(msdd_pylibdir_category)
# The .so libraries for the guile modules get installed whereever guile
# is installed, usually /usr/lib/guile/gnuradio/
# FIXME: determince whether these should be installed with gnuradio.
-msdd_scmlibdir = @GUILE_PKLIBDIR@/gnuradio
+msdd_scmlibdir = $(libdir)/guile/gnuradio
# The scm files for the guile modules get installed where ever guile
# is installed, usually /usr/share/guile/site/msdd
# FIXME: determince whether these should be installed with gnuradio.
-msdd_scmdir = @GUILE_PKDATADIR@/gnuradio
+msdd_scmdir = $(guiledir)/gnuradio
## SWIG headers are always installed into the same directory.
@@ -144,6 +144,7 @@ python/msdd.lo:
msdd.lo: msdd.py msdd.scm
msdd.py: msdd.i
+-include python/msdd.d
# -*- Makefile -*-
#
@@ -188,12 +189,12 @@ msdd_rs_pylibdir = $(pyexecdir)/$(msdd_rs_pylibdir_category)
# The .so libraries for the guile modules get installed whereever guile
# is installed, usually /usr/lib/guile/gnuradio/
# FIXME: determince whether these should be installed with gnuradio.
-msdd_rs_scmlibdir = @GUILE_PKLIBDIR@/gnuradio
+msdd_rs_scmlibdir = $(libdir)/guile/gnuradio
# The scm files for the guile modules get installed where ever guile
# is installed, usually /usr/share/guile/site/msdd_rs
# FIXME: determince whether these should be installed with gnuradio.
-msdd_rs_scmdir = @GUILE_PKDATADIR@/gnuradio
+msdd_rs_scmdir = $(guiledir)/gnuradio
## SWIG headers are always installed into the same directory.
@@ -291,4 +292,5 @@ python/msdd_rs.lo:
msdd_rs.lo: msdd_rs.py msdd_rs.scm
msdd_rs.py: msdd_rs.i
+-include python/msdd_rs.d