Mercurial > audlegacy
annotate Plugins/General/Makefile.in @ 1615:e402e0217870 trunk
[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.
author | yaz |
---|---|
date | Mon, 04 Sep 2006 19:47:32 -0700 |
parents | 500f6d54bc46 |
children |
rev | line source |
---|---|
609 | 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:
710
diff
changeset
|
2 include ../../mk/init.mk |
609 | 3 |
710
500f6d54bc46
[svn] Remove references to inetctl from the build system.
chainsaw
parents:
648
diff
changeset
|
4 ALL_PLUGINS = lirc song_change |
648 | 5 SUBDIRS = @GENERAL_PLUGINS@ |
6 | |
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:
710
diff
changeset
|
7 include ../../mk/objective.mk |