summaryrefslogtreecommitdiff
path: root/gr-usrp2
diff options
context:
space:
mode:
authorBen Reynwar2010-11-03 20:53:07 -0700
committerBen Reynwar2010-11-03 20:53:07 -0700
commita20c127a9469aeac9ec60bf432c4128c49349f34 (patch)
treef4732c1d9f2b244b80a594a00e8b4ede26f651f0 /gr-usrp2
parenta310fe30079ea8f484e596d77c5132d3f73b517c (diff)
downloadgnuradio-a20c127a9469aeac9ec60bf432c4128c49349f34.tar.gz
gnuradio-a20c127a9469aeac9ec60bf432c4128c49349f34.tar.bz2
gnuradio-a20c127a9469aeac9ec60bf432c4128c49349f34.zip
Generation of python docstrings from doxygen xml.
swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs.
Diffstat (limited to 'gr-usrp2')
-rw-r--r--gr-usrp2/src/Makefile.swig.gen5
1 files changed, 3 insertions, 2 deletions
diff --git a/gr-usrp2/src/Makefile.swig.gen b/gr-usrp2/src/Makefile.swig.gen
index 24d9f17c0..3d850cd90 100644
--- a/gr-usrp2/src/Makefile.swig.gen
+++ b/gr-usrp2/src/Makefile.swig.gen
@@ -107,11 +107,12 @@ usrp2_python_PYTHON = \
## Entry rule for running SWIG
-usrp2.h usrp2.py usrp2.cc: usrp2.i
+usrp2.h usrp2.py usrp2.cc: usrp2.i $(top_srcdir)/gnuradio-core/src/lib/swig/swig_doc.i
## This rule will get called only when MAKE decides that one of the
## targets needs to be created or re-created, because:
##
-## * The .i file is newer than any or all of the generated files;
+## * The .i file or the swig_doc.i are newer than any or all of the
+## generated files;
##
## * Any or all of the .cc, .h, or .py files does not exist and is
## needed (in the case this file is not needed, the rule for it is