summaryrefslogtreecommitdiff
path: root/Makefile-giscanner.am
Commit message (Collapse)AuthorAgeFilesLines
* Kill off config.pyColin Walters2011-07-271-1/+0
| | | | | Generating Python source code is problematic for srcdir != builddir; steal a the trick of putting global data in __builtins__ from jhbuild.
* build: Fix srcdir != builddir for flex/bisonColin Walters2011-07-271-1/+1
| | | | Build artifacts go in the builddir, so drop the giscanner/ prefix.
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-0/+82
This is cleaner and faster, and prepares us better for an incoming import of CMPH.