summaryrefslogtreecommitdiff
path: root/Makefile.swig.gen.t
AgeCommit message (Expand)Author
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
2010-11-19wrap python files with if PYTHONRob Savoye
2010-11-16Add _python that was dropped from Makefile.swig.gen.tEric Blossom
2010-11-10remove comments on the stamps we dpn't use anymoreRob Savoye
2010-11-10don't add generated script files to swig_built_sources, they're already added...Rob Savoye
2010-11-10fix typo in dependency name. Assume primitive file is ok if the .scm file is,...Rob Savoye
2010-11-10without including the guile dependency file, dependencies won't work rightRob Savoye
2010-11-10Version that builds guile goops bindings, but dependencies are hosed.Eric Blossom
2010-11-10Rename guile libs to libguile-* and install them in $(libdir).Eric Blossom
2010-11-10Set new install locations for guile scm code and libraries.Eric Blossom
2010-11-10generate dependencies for .i files.Rob Savoye
2010-11-10tweak dependencies to work through all the name mungingRob 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-10don't ifdef the target away. regenerate .gen files.Rob Savoye
2010-11-10instllthe top leel scm file for guile. Generate all files for guile tooRob Savoye
2010-11-10clone the python rules for the stamp to use for guileRob Savoye
2010-11-10append _python to all the generated files from swigRob Savoye
2010-11-10prefix -python or -guile to generated C++ source files from swigRob Savoye
2010-11-10add python to the stamp namesRob Savoye
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of S...jcorgan