summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-10Add stub for gnuradio_swig.scm to get make to workEric Blossom
2010-11-10correct typo in script nameRob Savoye
2010-11-10add python/*.cc to SOURCES so dependencies work properly.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10move new suffix rules to common Makefile so everything can use them.Rob Savoye
2010-11-10add commentsRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10tweak dependencies to work through all the name mungingRob Savoye
2010-11-10specify . for outdir, as the suffix rules put the generated filoes in the rig...Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10use suffixes to build scm and py filesRob Savoye
2010-11-10don't list .cc as a dependency, we always get one from the py or scm dependen...Rob Savoye
2010-11-10don't append pythom or guile to everything. Use suffix rules to build scm and...Rob Savoye
2010-11-10use a separate output directory for generated files.Rob Savoye
2010-11-10correct which lines are under commentRob Savoye
2010-11-10don't build the python specific code for guileRob Savoye
2010-11-10load the general and gengen files, now that they compile.Rob Savoye
2010-11-10regeneratdRob Savoye
2010-11-10Change const vector to const vector ref to ease swigging.Eric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10put the ifdef in the right placeRob Savoye
2010-11-10don't ifdef the target away. regenerate .gen files.Rob Savoye
2010-11-10Make fft window parameter a const vector ref to ease swigging.Eric Blossom
2010-11-10gitignore more swig generated filesEric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10Update generated filesEric Blossom
2010-11-10correct copyright dateRob Savoye
2010-11-10improve commentRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10install the scm files for guile tooRob Savoye
2010-11-10load what'll load for nowRob Savoye
2010-11-10instllthe top leel scm file for guile. Generate all files for guile tooRob Savoye
2010-11-10add variables for the data and lib directories as specified by guile-configRob Savoye
2010-11-10add top level guile fileRob Savoye
2010-11-10use foreach...subst to make a list of generated files instead of cut & paste ...Rob Savoye
2010-11-10don't stub out ensure_py_gil_state, ifdef it out as it's python specificRob Savoye
2010-11-10add the load-extension command for guileRob Savoye
2010-11-10use simple linkage instead of passive for guile so SWIG_init gets definedRob Savoye
2010-11-10use guile-config to find the proper flagsRob Savoye
2010-11-10don't use ensure_py_gil_state for guileRob Savoye
2010-11-10add #warning for missing guile supportRob Savoye
2010-11-10regenerated after changes to .i filesRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10include complex too for std::complexRob Savoye
2010-11-10wrap pyrun python code in SWIGPYTHON ifdef so it doesn't appear in other lang...Rob Savoye
2010-11-10wrap all %pythoncode in SWIGPYTHON so they don't get inserted into other lang...Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10guile doesn't seem to need the header filesRob Savoye