summaryrefslogtreecommitdiff
path: root/Makefile.swig
AgeCommit message (Collapse)Author
2011-02-27Removing docstring generation from this branch.Ben Reynwar
2011-01-30Merged upstream from nextBen Reynwar
2010-12-09Fixed Makefile so that generation of python docstrings works. Still not ↵Ben Reynwar
well done.
2010-12-04Move swig related suffix/pattern rules from Makefile.common to Makefile.swig.Eric Blossom
2010-11-24Generate precise list of swig related output files.Eric Blossom
This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.
2010-11-24Move generate-makefile-swig rule to end of fileEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-23nuke the .d depenency files created by the suffix rules by swigRob Savoye
2010-11-21Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swigEric Blossom
Confirmed that it builds and make checks on all four combintations of --{enable,disable}-{python,guile}. Have not tested make dist, but expect that there may be some problems with it. I'm pretty sure that not all files that need to be removed from the distribution are removed, and make clean may still be leaving some files around.
2010-11-18don't generate python files unless python is enabledRob Savoye
2010-11-10create a list of generated script fioles.Rob Savoye
2010-11-10remove all generated filesRob Savoye
2010-11-10Version that builds guile goops bindings, but dependencies are hosed.Eric Blossom
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.
2010-11-10specify . for outdir, as the suffix rules put the generated filoes in the ↵Rob Savoye
right place.
2010-11-10use a separate output directory for generated files.Rob Savoye
2010-11-10use simple linkage instead of passive for guile so SWIG_init gets definedRob Savoye
2010-11-10adjust guile output options to be what the swig guile example usesRob Savoye
2010-11-10add flags for swig to output guile.Rob Savoye
2010-11-03Generation of python docstrings from doxygen xml.Ben Reynwar
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.
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5