Mercurial > audlegacy
annotate skin/Makefile.in @ 1689:b59d6c3258fc trunk
[svn] Install audacious_player.xpm as well, so one can use it as a desktop icon.
Requested by Jan Schummers <darkadmiral@onlinehome.de>.
author | js |
---|---|
date | Thu, 14 Sep 2006 08:46:01 -0700 |
parents | e402e0217870 |
children |
rev | line source |
---|---|
717 | 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:
884
diff
changeset
|
2 include ../mk/init.mk |
717 | 3 |
4 skindir = $(pkgdatadir)/Skins/Default | |
5 OBJECTIVE_DATA = \ | |
6 balance.png:$(skindir) \ | |
7 cbuttons.png:$(skindir) \ | |
8 eq_ex.png:$(skindir) \ | |
9 eqmain.png:$(skindir) \ | |
10 main.png:$(skindir) \ | |
11 monoster.png:$(skindir) \ | |
12 nums_ex.png:$(skindir) \ | |
13 playpaus.png:$(skindir) \ | |
14 pledit.png:$(skindir) \ | |
15 posbar.png:$(skindir) \ | |
16 shufrep.png:$(skindir) \ | |
17 text.png:$(skindir) \ | |
18 titlebar.png:$(skindir) \ | |
19 volume.png:$(skindir) \ | |
20 pledit.txt:$(skindir) \ | |
884 | 21 viscolor.txt:$(skindir) \ |
22 skin.hints:$(skindir) | |
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:
884
diff
changeset
|
23 |
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:
884
diff
changeset
|
24 include ../mk/objective.mk |