summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gr-atsc/src/lib/Makefile.am9
-rw-r--r--gr-audio/swig/Makefile.am9
-rw-r--r--gr-comedi/src/Makefile.am9
-rw-r--r--gr-noaa/swig/Makefile.am9
-rw-r--r--gr-pager/swig/Makefile.am9
-rw-r--r--gr-qtgui/swig/Makefile.am9
-rw-r--r--gr-shd/swig/Makefile.am9
-rw-r--r--gr-trellis/src/lib/Makefile.am9
-rw-r--r--gr-uhd/swig/Makefile.am9
-rw-r--r--gr-video-sdl/src/Makefile.am9
-rw-r--r--gr-vocoder/swig/Makefile.am9
11 files changed, 99 insertions, 0 deletions
diff --git a/gr-atsc/src/lib/Makefile.am b/gr-atsc/src/lib/Makefile.am
index 0a2871a50..edcc440f2 100644
--- a/gr-atsc/src/lib/Makefile.am
+++ b/gr-atsc/src/lib/Makefile.am
@@ -225,6 +225,15 @@ CLEANFILES += atsci_viterbi_mux.cc atsci_viterbi_gen$(EXEEXT)
TOP_SWIG_IFILES = \
atsc.i
+TOP_SWIG_DOC_IFILES = \
+ atsc_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio
# This ends up at:
diff --git a/gr-audio/swig/Makefile.am b/gr-audio/swig/Makefile.am
index d95e4c5d5..1c137c185 100644
--- a/gr-audio/swig/Makefile.am
+++ b/gr-audio/swig/Makefile.am
@@ -36,6 +36,15 @@ AM_CPPFLAGS = \
TOP_SWIG_IFILES = \
audio_swig.i
+TOP_SWIG_DOC_IFILES = \
+ audio_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.audio
# This ends up at:
diff --git a/gr-comedi/src/Makefile.am b/gr-comedi/src/Makefile.am
index 47f689adb..86f013c90 100644
--- a/gr-comedi/src/Makefile.am
+++ b/gr-comedi/src/Makefile.am
@@ -59,6 +59,15 @@ libgnuradio_comedi_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
TOP_SWIG_IFILES = \
comedi.i
+TOP_SWIG_DOC_IFILES = \
+ comedi_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.comedi
# This ends up at:
diff --git a/gr-noaa/swig/Makefile.am b/gr-noaa/swig/Makefile.am
index 629c67e99..fd3c57ce3 100644
--- a/gr-noaa/swig/Makefile.am
+++ b/gr-noaa/swig/Makefile.am
@@ -45,6 +45,15 @@ AM_CPPFLAGS = \
TOP_SWIG_IFILES = \
noaa_swig.i
+TOP_SWIG_DOC_IFILES = \
+ noaa_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.noaa
# This ends up at:
diff --git a/gr-pager/swig/Makefile.am b/gr-pager/swig/Makefile.am
index 3d62c80f0..2c34c0f67 100644
--- a/gr-pager/swig/Makefile.am
+++ b/gr-pager/swig/Makefile.am
@@ -44,6 +44,15 @@ noinst_GUILE = pager.test
TOP_SWIG_IFILES = \
pager_swig.i
+TOP_SWIG_DOC_IFILES = \
+ pager_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.pager
# This ends up at:
diff --git a/gr-qtgui/swig/Makefile.am b/gr-qtgui/swig/Makefile.am
index ad6f49e00..71677bfc2 100644
--- a/gr-qtgui/swig/Makefile.am
+++ b/gr-qtgui/swig/Makefile.am
@@ -39,6 +39,15 @@ AM_CPPFLAGS = \
TOP_SWIG_IFILES = \
qtgui_swig.i
+TOP_SWIG_DOC_IFILES = \
+ qtgui_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.qtgui
# This ends up at:
diff --git a/gr-shd/swig/Makefile.am b/gr-shd/swig/Makefile.am
index 3e155ba41..7f2cbd6be 100644
--- a/gr-shd/swig/Makefile.am
+++ b/gr-shd/swig/Makefile.am
@@ -48,6 +48,15 @@ endif
TOP_SWIG_IFILES = \
shd_swig.i
+TOP_SWIG_DOC_IFILES = \
+ shd_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.shd
# This ends up at:
diff --git a/gr-trellis/src/lib/Makefile.am b/gr-trellis/src/lib/Makefile.am
index 435a093d6..563f50b15 100644
--- a/gr-trellis/src/lib/Makefile.am
+++ b/gr-trellis/src/lib/Makefile.am
@@ -124,6 +124,15 @@ trellis.py trellis.scm: trellis_generated.i
TOP_SWIG_IFILES = \
trellis.i
+TOP_SWIG_DOC_IFILES = \
+ trellis_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.trellis
# This ends up at:
diff --git a/gr-uhd/swig/Makefile.am b/gr-uhd/swig/Makefile.am
index 035fb2112..30cf1d0c1 100644
--- a/gr-uhd/swig/Makefile.am
+++ b/gr-uhd/swig/Makefile.am
@@ -48,6 +48,15 @@ endif
TOP_SWIG_IFILES = \
uhd_swig.i
+TOP_SWIG_DOC_IFILES = \
+ uhd_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.uhd
# This ends up at:
diff --git a/gr-video-sdl/src/Makefile.am b/gr-video-sdl/src/Makefile.am
index 496671bea..9692be3df 100644
--- a/gr-video-sdl/src/Makefile.am
+++ b/gr-video-sdl/src/Makefile.am
@@ -56,6 +56,15 @@ libgnuradio_video_sdl_la_LDFLAGS = $(NO_UNDEFINED) $(LTVERSIONFLAGS)
TOP_SWIG_IFILES = \
video_sdl.i
+TOP_SWIG_DOC_IFILES = \
+ video_sdl_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.video_sdl
# This ends up at:
diff --git a/gr-vocoder/swig/Makefile.am b/gr-vocoder/swig/Makefile.am
index 500d72ec7..63739d220 100644
--- a/gr-vocoder/swig/Makefile.am
+++ b/gr-vocoder/swig/Makefile.am
@@ -44,6 +44,15 @@ noinst_GUILE = vocoder.test
TOP_SWIG_IFILES = \
vocoder_swig.i
+TOP_SWIG_DOC_IFILES = \
+ vocoder_swig_doc.i
+
+BUILT_SOURCES = \
+ $(TOP_SWIG_DOC_IFILES)
+
+$(BUILT_SOURCES):
+ `echo "" > $@`
+
# Install so that they end up available as:
# import gnuradio.vocoder
# This ends up at: