Mercurial > audlegacy
annotate audacious/images/Makefile @ 1974:9f6c17f1cc93 trunk
[svn] - define VFSConstructor
author | nenolod |
---|---|
date | Thu, 16 Nov 2006 10:53:21 -0800 |
parents | 1749ad179a1c |
children |
rev | line source |
---|---|
714 | 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:
1152
diff
changeset
|
2 include ../../mk/init.mk |
714 | 3 |
4 imagesdir = $(pkgdatadir)/images | |
5 | |
6 OBJECTIVE_DATA = \ | |
7 about-logo.png:$(imagesdir) \ | |
1689
b59d6c3258fc
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon.
js
parents:
1615
diff
changeset
|
8 audacious_player.xpm:$(imagesdir) \ |
714 | 9 appearance.png:$(imagesdir) \ |
1152
59c35d81f981
[svn] - crappy audio.png, somebody please improve (I made this in GIMP, in 5 minutes. We all know my GIMP skills are un-leet, thanks.)
nenolod
parents:
1074
diff
changeset
|
10 audio.png:$(imagesdir) \ |
1074 | 11 connectivity.png:$(imagesdir) \ |
714 | 12 mouse.png:$(imagesdir) \ |
13 playlist.png:$(imagesdir) \ | |
14 plugins.png:$(imagesdir) \ | |
15 eq.png:$(imagesdir) | |
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:
1152
diff
changeset
|
16 |
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:
1152
diff
changeset
|
17 include ../../mk/objective.mk |