Mercurial > audlegacy
annotate Plugins/General/Makefile.in @ 1713:a4d7227231e3 trunk
[svn] More .cpp -> .cxx. Noticed by Chainsaw. Shame on me that I forgot some ;).
author | js |
---|---|
date | Sat, 16 Sep 2006 07:33:28 -0700 |
parents | e402e0217870 |
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 |