Mercurial > audlegacy
annotate skin/Makefile.in @ 1623:e2eb234cb999 trunk
[svn] - add PICLDFLAGS, PICFLAGS, SHARED_SUFFIX identifiers
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 13:01:04 -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 |