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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
609
ee340e814595 [svn] General plugins converted
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: 710
diff changeset
2 include ../../mk/init.mk
609
ee340e814595 [svn] General plugins converted
nenolod
parents:
diff changeset
3
710
500f6d54bc46 [svn] Remove references to inetctl from the build system.
chainsaw
parents: 648
diff changeset
4 ALL_PLUGINS = lirc song_change
648
ddec8f9931d9 [svn] Port inetctl plugin from XMMS.
chainsaw
parents: 609
diff changeset
5 SUBDIRS = @GENERAL_PLUGINS@
ddec8f9931d9 [svn] Port inetctl plugin from XMMS.
chainsaw
parents: 609
diff changeset
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