summaryrefslogtreecommitdiffstats
path: root/Makefile.swig.gen.t (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-5/+5
* wrap python files with if PYTHONRob Savoye2010-11-191-11/+23
* Add _python that was dropped from Makefile.swig.gen.tEric Blossom2010-11-161-1/+1
* remove comments on the stamps we dpn't use anymoreRob Savoye2010-11-101-26/+9
* don't add generated script files to swig_built_sources, they're already added. drop unused dependencies dependenciesRob Savoye2010-11-101-8/+7
* fix typo in dependency name. Assume primitive file is ok if the .scm file is, so we don't build twiceRob Savoye2010-11-101-2/+4
* without including the guile dependency file, dependencies won't work rightRob Savoye2010-11-101-1/+2
* Version that builds guile goops bindings, but dependencies are hosed.Eric Blossom2010-11-101-2/+2
* Rename guile libs to libguile-* and install them in $(libdir).Eric Blossom2010-11-101-6/+6
* Set new install locations for guile scm code and libraries.Eric Blossom2010-11-101-2/+2
* generate dependencies for .i files.Rob Savoye2010-11-101-1/+1
* tweak dependencies to work through all the name mungingRob Savoye2010-11-101-13/+16
* don't list .cc as a dependency, we always get one from the py or scm dependency, which is more portableRob Savoye2010-11-101-6/+2
* don't append pythom or guile to everything. Use suffix rules to build scm and py files.Rob Savoye2010-11-101-211/+22
* don't ifdef the target away. regenerate .gen files.Rob Savoye2010-11-101-1/+1
* instllthe top leel scm file for guile. Generate all files for guile tooRob Savoye2010-11-101-28/+65
* clone the python rules for the stamp to use for guileRob Savoye2010-11-101-22/+31
* append _python to all the generated files from swigRob Savoye2010-11-101-10/+26
* prefix -python or -guile to generated C++ source files from swigRob Savoye2010-11-101-5/+22
* add python to the stamp namesRob Savoye2010-11-101-4/+4
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck.jcorgan2009-03-141-0/+258