Mercurial > audlegacy
annotate skins/Osmosis/Makefile @ 2245:6fb65026a8c7 trunk
[svn] - port playlist uimanager code to giacomo's ui_manager framework
author | nenolod |
---|---|
date | Wed, 03 Jan 2007 01:25:18 -0800 (2007-01-03) |
parents | 2ad0069dc0b2 |
children | 1ab061263ee8 |
rev | line source |
---|---|
1854
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
1 include ../../mk/rules.mk |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
2 include ../../mk/init.mk |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
3 |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
4 skindir = $(pkgdatadir)/Skins/Osmosis |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
5 OBJECTIVE_DATA = \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
6 balance.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
7 cbuttons.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
8 eq_ex.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
9 eqmain.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
10 main.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
11 monoster.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
12 nums_ex.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
13 playpaus.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
14 pledit.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
15 posbar.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
16 shufrep.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
17 text.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
18 titlebar.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
19 volume.png:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
20 pledit.txt:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
21 viscolor.txt:$(skindir) \ |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
22 skin.hints:$(skindir) |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
23 |
2ad0069dc0b2
[svn] - add the Osmosis skin, a more sophisticated example of the new skinning engine.
nenolod
parents:
diff
changeset
|
24 include ../../mk/objective.mk |