Mercurial > audlegacy
annotate Plugins/Makefile.in @ 1727:9b529320119d trunk
[svn] #undef TRUE and FALSE before inclusion of mpcdec.h since both, GTK and mpcdev, define this, which leads to a hard error on OpenBSD
author | js |
---|---|
date | Sat, 16 Sep 2006 19:18:59 -0700 |
parents | e402e0217870 |
children |
rev | line source |
---|---|
563 | 1 include ../mk/rules.mk |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1577
diff
changeset
|
2 include ../mk/init.mk |
563 | 3 |
1577 | 4 SUBDIRS = Input Output Effect Visualization General Container |
1615
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1577
diff
changeset
|
5 |
e402e0217870
[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
yaz
parents:
1577
diff
changeset
|
6 include ../mk/objective.mk |