annotate skins/Default/Makefile @ 1911:728309990dc3 trunk

[svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
author nenolod
date Mon, 30 Oct 2006 00:47:31 -0800
parents b95792253a9d
children 3376a5a2c645
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1831
b95792253a9d [svn] - oops
nenolod
parents: 1827
diff changeset
1 include ../../mk/rules.mk
b95792253a9d [svn] - oops
nenolod
parents: 1827
diff changeset
2 include ../../mk/init.mk
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
3
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
4 skindir = $(pkgdatadir)/Skins/Default
1911
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
5 classic_skindir = $(pkgdatadir)/Skins/Classic
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
6
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
7 OBJECTIVE_DATA = \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
8 balance.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
9 cbuttons.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
10 eq_ex.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
11 eqmain.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
12 main.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
13 monoster.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
14 nums_ex.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
15 playpaus.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
16 pledit.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
17 posbar.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
18 shufrep.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
19 text.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
20 titlebar.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
21 volume.png:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
22 pledit.txt:$(skindir) \
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
23 viscolor.txt:$(skindir) \
1911
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
24 skin.hints:$(skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
25 balance.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
26 cbuttons.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
27 eq_ex.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
28 eqmain.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
29 main.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
30 monoster.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
31 nums_ex.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
32 playpaus.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
33 pledit.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
34 posbar.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
35 shufrep.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
36 text.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
37 titlebar.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
38 volume.png:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
39 pledit.txt:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
40 viscolor.txt:$(classic_skindir) \
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
41 skin-classic.hints:$(classic_skindir)/skin.hints
728309990dc3 [svn] - add a Classic variant which looks like the oldschool audacious skin (< 1.2.x)
nenolod
parents: 1831
diff changeset
42
1827
628e908d78b6 [svn] - include TinyPlayer skin with the main distribution
nenolod
parents:
diff changeset
43
1831
b95792253a9d [svn] - oops
nenolod
parents: 1827
diff changeset
44 include ../../mk/objective.mk