summaryrefslogtreecommitdiff
path: root/build/Makefile.common
Commit message (Collapse)AuthorAgeFilesLines
* Port to new buildsystemJohn Mark Bell2009-03-241-170/+0
| | | | svn path=/trunk/libparserutils/; revision=6854
* Doxygen-generated API documentationJohn Mark Bell2009-01-091-1/+7
| | | | svn path=/trunk/libparserutils/; revision=6005
* Fix install target's use of DESTDIR. sigh.John Mark Bell2008-09-181-6/+6
| | | | svn path=/trunk/libparserutils/; revision=5371
* OS X friendly install invocationJohn Mark Bell2008-09-101-7/+6
| | | | svn path=/trunk/libparserutils/; revision=5300
* Make install/uninstall non-silentJohn Mark Bell2008-09-091-9/+9
| | | | svn path=/trunk/libparserutils/; revision=5297
* Make install/uninstall consider DESTDIRJohn Mark Bell2008-09-091-14/+14
| | | | svn path=/trunk/libparserutils/; revision=5292
* Native RO makefile. Don't expect anything other than make/make debug to ↵John Mark Bell2008-09-071-2/+2
| | | | | | actually work thanks to insane amounts of buggy behaviour in the OS/runtime that I can't find the energy to work around. svn path=/trunk/libparserutils/; revision=5270
* Dependency trackingJohn Mark Bell2008-09-051-4/+41
| | | | svn path=/trunk/libparserutils/; revision=5257
* Make the export target actually usefulJohn Mark Bell2008-09-051-4/+3
| | | | svn path=/trunk/libparserutils/; revision=5251
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+129
svn path=/trunk/libparserutils/; revision=4111