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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
563
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
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
0879e7ad85b1 [svn] some buildsystem changes... nothing notable yet
nenolod
parents:
diff changeset
3
1577
18edacaa3126 [svn] - installing Container plugins might help!
nenolod
parents: 563
diff changeset
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