summaryrefslogtreecommitdiff
path: root/Makefile.swig
Commit message (Collapse)AuthorAgeFilesLines
* Removing docstring generation from this branch.Ben Reynwar2011-02-271-12/+0
|
* Merged upstream from nextBen Reynwar2011-01-301-14/+106
|\
| * Move swig related suffix/pattern rules from Makefile.common to Makefile.swig.Eric Blossom2010-12-041-2/+30
| |
| * Generate precise list of swig related output files.Eric Blossom2010-11-241-9/+31
| | | | | | | | | | This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.
| * Move generate-makefile-swig rule to end of fileEric Blossom2010-11-241-29/+34
| |
| * Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-241-6/+10
| | | | | | | | | | | | | | | | | | 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.
| * nuke the .d depenency files created by the suffix rules by swigRob Savoye2010-11-231-2/+2
| |
| * Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swigEric Blossom2010-11-211-4/+7
| | | | | | | | | | | | | | | | | | | | 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.
| * don't generate python files unless python is enabledRob Savoye2010-11-181-0/+2
| |
| * create a list of generated script fioles.Rob Savoye2010-11-101-1/+11
| |
| * remove all generated filesRob Savoye2010-11-101-0/+3
| |
| * Version that builds guile goops bindings, but dependencies are hosed.Eric Blossom2010-11-101-0/+6
| | | | | | | | | | | | | | | | | | 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.
| * specify . for outdir, as the suffix rules put the generated filoes in the ↵Rob Savoye2010-11-101-7/+2
| | | | | | | | right place.
| * use a separate output directory for generated files.Rob Savoye2010-11-101-4/+3
| |
| * use simple linkage instead of passive for guile so SWIG_init gets definedRob Savoye2010-11-101-4/+4
| |
| * adjust guile output options to be what the swig guile example usesRob Savoye2010-11-101-1/+2
| |
| * add flags for swig to output guile.Rob Savoye2010-11-101-0/+13
| |
* | Fixed Makefile so that generation of python docstrings works. Still not ↵Ben Reynwar2010-12-091-6/+3
| | | | | | | | well done.
* | Generation of python docstrings from doxygen xml.Ben Reynwar2010-11-031-0/+15
|/ | | | | | | | 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.
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-0/+117
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