summaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Collapse)AuthorFilesLines
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-3/+1
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-24/+13
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Depend on Jack 109 and the ever presence of Jack MIDI.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1597 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Fix JACK detection.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1595 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Use libjack by default unless --jack-dbus is passed (D-Bus present doesn't ↵David Robillard1-8/+8
mean Jack D-Bus is...). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1593 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard1-1/+1
Fix parallel building (because waf knows about lib dependencies now). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1587 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-2/+3
Only call autowaf functions once no matter how many sub-projects call them (global counter, barf). Print pretty summary for everything with options, in order so you can see which project caused which check. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Add option system to autowaf (place for consistent global options e.g. prefix).David Robillard1-18/+9
Factor out message pretty printing from Patchage and add status printing to autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1577 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Fix building against libjack when built as a child with --no-jack-dbus.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1570 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Integrate patchage into build system.David Robillard1-116/+165
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1569 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-0/+132
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1548 a436a847-0d15-0410-975c-d299462d15a1