summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rengenerate Makefile.swig.gen'sEric Blossom2010-11-1023-886/+199
|
* Remove leading _ from guile library names coded into .i filesEric Blossom2010-11-106-6/+6
|
* Set new install locations for guile scm code and libraries.Eric Blossom2010-11-103-4/+7
| | | | | I think we may want to rename the guile .so's and install them into libdir instead...
* generate dependencies for .i files.Rob Savoye2010-11-102-2/+7
|
* Remove dead and broken code from GR_SWIG_BLOCK_MAGIC.Eric Blossom2010-11-101-1/+0
| | | | | Looks like this hasn't been used since we converted the hier_block stuff to C++, and it's been broken since then.
* Move #ifdef SWIGPYTHON outside of %defineEric Blossom2010-11-101-4/+9
| | | | | | | There's apparently a time-of-evaluation issue here. The docs say they reevaluate the contents of %define at expansion time. Apparently SWIGPYTHON et al. aren't defined in whatever scope that may be.
* Move common stuff outside of if PYTHONEric Blossom2010-11-102-11/+15
|
* Move TOP_SWIG_IFILES outside of if PYTHONEric Blossom2010-11-101-15/+16
|
* Add stub for gnuradio_swig.scm to get make to workEric Blossom2010-11-101-0/+13
|
* correct typo in script nameRob Savoye2010-11-101-1/+1
|
* add python/*.cc to SOURCES so dependencies work properly.Rob Savoye2010-11-1014-212/+79
|
* regeneratedRob Savoye2010-11-101-182/+39
|
* regeneratedRob Savoye2010-11-1018-3577/+469
|
* move new suffix rules to common Makefile so everything can use them.Rob Savoye2010-11-102-18/+19
|
* add commentsRob Savoye2010-11-101-5/+12
|
* regeneratedRob Savoye2010-11-101-78/+96
|
* tweak dependencies to work through all the name mungingRob Savoye2010-11-101-13/+16
|
* specify . for outdir, as the suffix rules put the generated filoes in the ↵Rob Savoye2010-11-101-7/+2
| | | | right place.
* regeneratedRob Savoye2010-11-102-1305/+147
|
* use suffixes to build scm and py filesRob Savoye2010-11-101-12/+25
|
* don't list .cc as a dependency, we always get one from the py or scm ↵Rob Savoye2010-11-101-6/+2
| | | | dependency, which is more portable
* don't append pythom or guile to everything. Use suffix rules to build scm ↵Rob Savoye2010-11-101-211/+22
| | | | and py files.
* use a separate output directory for generated files.Rob Savoye2010-11-101-4/+3
|
* correct which lines are under commentRob Savoye2010-11-101-2/+2
|
* don't build the python specific code for guileRob Savoye2010-11-101-0/+3
|
* load the general and gengen files, now that they compile.Rob Savoye2010-11-101-2/+2
|
* regeneratdRob Savoye2010-11-1012-13/+13
|
* Change const vector to const vector ref to ease swigging.Eric Blossom2010-11-106-22/+22
|
* gitignore swig generated filesEric Blossom2010-11-101-0/+1
|
* gitignore swig generated filesEric Blossom2010-11-102-2/+6
|
* put the ifdef in the right placeRob Savoye2010-11-101-6/+6
|
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-1013-92/+573
|
* Make fft window parameter a const vector ref to ease swigging.Eric Blossom2010-11-104-14/+14
|
* gitignore more swig generated filesEric Blossom2010-11-101-0/+12
|
* gitignore swig generated filesEric Blossom2010-11-101-0/+12
|
* Update generated filesEric Blossom2010-11-104-124/+305
|
* correct copyright dateRob Savoye2010-11-101-1/+1
|
* improve commentRob Savoye2010-11-101-3/+3
|
* regeneratedRob Savoye2010-11-1013-519/+741
|
* install the scm files for guile tooRob Savoye2010-11-101-1/+14
|
* load what'll load for nowRob Savoye2010-11-101-6/+9
|
* instllthe top leel scm file for guile. Generate all files for guile tooRob Savoye2010-11-101-28/+65
|
* add variables for the data and lib directories as specified by guile-configRob Savoye2010-11-101-0/+5
|
* add top level guile fileRob Savoye2010-11-101-0/+31
|
* use foreach...subst to make a list of generated files instead of cut & paste ↵Rob Savoye2010-11-101-29/+16
| | | | for BUILT_SOURCES
* don't stub out ensure_py_gil_state, ifdef it out as it's python specificRob Savoye2010-11-101-1/+10
|
* add the load-extension command for guileRob Savoye2010-11-106-0/+37
|
* use simple linkage instead of passive for guile so SWIG_init gets definedRob Savoye2010-11-101-4/+4
|
* use guile-config to find the proper flagsRob Savoye2010-11-101-2/+10
|
* don't use ensure_py_gil_state for guileRob Savoye2010-11-101-1/+13
|