Mercurial > audlegacy
annotate Makefile @ 3698:0ef1a18a5583
Export Tuple API.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 00:04:09 -0500 |
parents | 5577a3ff7b27 |
children | c59c3df098c2 |
rev | line source |
---|---|
3572 | 1 SUBDIRS = src man pixmaps po |
2 DATA = Skins/Classic/balance.png \ | |
3 Skins/Classic/cbuttons.png \ | |
4 Skins/Classic/eq_ex.png \ | |
5 Skins/Classic/eqmain.png \ | |
6 Skins/Classic/main.png \ | |
7 Skins/Classic/monoster.png \ | |
8 Skins/Classic/nums_ex.png \ | |
9 Skins/Classic/playpaus.png \ | |
10 Skins/Classic/pledit.png \ | |
11 Skins/Classic/pledit.txt \ | |
12 Skins/Classic/posbar.png \ | |
13 Skins/Classic/shufrep.png \ | |
14 Skins/Classic/skin-classic.hints \ | |
15 Skins/Classic/skin.hints \ | |
16 Skins/Classic/text.png \ | |
17 Skins/Classic/titlebar.png \ | |
18 Skins/Classic/viscolor.txt \ | |
19 Skins/Classic/volume.png \ | |
20 Skins/Default/balance.png \ | |
21 Skins/Default/cbuttons.png \ | |
22 Skins/Default/eq_ex.png \ | |
23 Skins/Default/eqmain.png \ | |
24 Skins/Default/main.png \ | |
25 Skins/Default/monoster.png \ | |
26 Skins/Default/nums_ex.png \ | |
27 Skins/Default/playpaus.png \ | |
28 Skins/Default/pledit.png \ | |
29 Skins/Default/pledit.txt \ | |
30 Skins/Default/posbar.png \ | |
31 Skins/Default/shufrep.png \ | |
32 Skins/Default/skin-classic.hints \ | |
33 Skins/Default/skin.hints \ | |
34 Skins/Default/text.png \ | |
35 Skins/Default/titlebar.png \ | |
36 Skins/Default/viscolor.txt \ | |
37 Skins/Default/volume.png \ | |
38 Skins/Ivory/balance.png \ | |
39 Skins/Ivory/cbuttons.png \ | |
40 Skins/Ivory/eq_ex.png \ | |
41 Skins/Ivory/eqmain.png \ | |
42 Skins/Ivory/main.png \ | |
43 Skins/Ivory/monoster.png \ | |
44 Skins/Ivory/nums_ex.png \ | |
45 Skins/Ivory/playpaus.png \ | |
46 Skins/Ivory/pledit.png \ | |
47 Skins/Ivory/pledit.txt \ | |
48 Skins/Ivory/posbar.png \ | |
49 Skins/Ivory/shufrep.png \ | |
50 Skins/Ivory/skin.hints \ | |
51 Skins/Ivory/text.png \ | |
52 Skins/Ivory/titlebar.png \ | |
53 Skins/Ivory/viscolor.txt \ | |
54 Skins/Ivory/volume.png \ | |
55 Skins/Osmosis/balance.png \ | |
56 Skins/Osmosis/cbuttons.png \ | |
57 Skins/Osmosis/eq_ex.png \ | |
58 Skins/Osmosis/eqmain.png \ | |
59 Skins/Osmosis/main.png \ | |
60 Skins/Osmosis/monoster.png \ | |
61 Skins/Osmosis/nums_ex.png \ | |
62 Skins/Osmosis/playpaus.png \ | |
63 Skins/Osmosis/pledit.png \ | |
64 Skins/Osmosis/pledit.txt \ | |
65 Skins/Osmosis/posbar.png \ | |
66 Skins/Osmosis/shufrep.png \ | |
67 Skins/Osmosis/skin.hints \ | |
68 Skins/Osmosis/text.png \ | |
69 Skins/Osmosis/titlebar.png \ | |
70 Skins/Osmosis/viscolor.txt \ | |
71 Skins/Osmosis/volume.png \ | |
72 Skins/TinyPlayer/balance.png \ | |
73 Skins/TinyPlayer/cbuttons.png \ | |
74 Skins/TinyPlayer/eq_ex.png \ | |
75 Skins/TinyPlayer/eqmain.png \ | |
76 Skins/TinyPlayer/main.png \ | |
77 Skins/TinyPlayer/monoster.png \ | |
78 Skins/TinyPlayer/nums_ex.png \ | |
79 Skins/TinyPlayer/playpaus.png \ | |
80 Skins/TinyPlayer/pledit.png \ | |
81 Skins/TinyPlayer/pledit.txt \ | |
82 Skins/TinyPlayer/posbar.png \ | |
83 Skins/TinyPlayer/shufrep.png \ | |
84 Skins/TinyPlayer/skin.hints \ | |
85 Skins/TinyPlayer/text.png \ | |
86 Skins/TinyPlayer/titlebar.png \ | |
87 Skins/TinyPlayer/viscolor.txt \ | |
3606
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
88 Skins/TinyPlayer/volume.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
89 Skins/Refugee/cbuttons.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
90 Skins/Refugee/eq_ex.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
91 Skins/Refugee/eqmain.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
92 Skins/Refugee/main.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
93 Skins/Refugee/monoster.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
94 Skins/Refugee/nums_ex.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
95 Skins/Refugee/playpaus.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
96 Skins/Refugee/pledit.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
97 Skins/Refugee/pledit.txt \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
98 Skins/Refugee/posbar.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
99 Skins/Refugee/shufrep.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
100 Skins/Refugee/skin.hints \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
101 Skins/Refugee/text.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
102 Skins/Refugee/titlebar.png \ |
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
103 Skins/Refugee/viscolor.txt \ |
3648
5bea21b52a06
Fix installation of Audacious desktop icon.
William Pitcock <nenolod@atheme.org>
parents:
3609
diff
changeset
|
104 Skins/Refugee/volume.png \ |
5bea21b52a06
Fix installation of Audacious desktop icon.
William Pitcock <nenolod@atheme.org>
parents:
3609
diff
changeset
|
105 applications/audacious.desktop |
3606
38094acaeedf
Add Refugee, a dark skin which looks like the old XMMS skin. (Ubuntu #144187).
William Pitcock <nenolod@atheme.org>
parents:
3572
diff
changeset
|
106 |
3535 | 107 DISTCLEAN = extra.mk |
1207
c461cb49fc55
[svn] - if mk/rules.mk is missing, run configure to generate it (hopefully you are running the posix target, otherwise I feel sorry for you)
nenolod
parents:
1206
diff
changeset
|
108 |
3535 | 109 include buildsys.mk |
1206 | 110 |
3535 | 111 install-extra: |
3572 | 112 for i in audacious.pc audclient.pc; do \ |
3535 | 113 ${INSTALL_STATUS}; \ |
3672 | 114 if ${MKDIR_P} ${DESTDIR}${libdir}/pkgconfig && ${INSTALL} -m 644 $$i ${DESTDIR}${libdir}/pkgconfig/$$i; then \ |
3535 | 115 ${INSTALL_OK}; \ |
116 else \ | |
117 ${INSTALL_FAILED}; \ | |
2033
34299070db29
[svn] - make documentation-build will invoke gtk-doc to compile the audacious SDK docs.
nenolod
parents:
1879
diff
changeset
|
118 fi; \ |
3535 | 119 done |
3671
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
120 for i in audacious.desktop; do \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
121 ${INSTALL_STATUS}; \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
122 if ${MKDIR_P} ${DESTDIR}${datadir}/applications && ${INSTALL} -m 644 $$i ${DESTDIR}${datadir}/applications/$$i; then \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
123 ${INSTALL_OK}; \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
124 else \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
125 ${INSTALL_FAILED}; \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
126 fi \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
127 done |
3535 | 128 |
129 uninstall-extra: | |
3572 | 130 for i in audacious.pc audclient.pc; do \ |
3672 | 131 if [ -f ${DESTDIR}${libdir}/pkgconfig/$$i ]; then \ |
132 if rm -f ${DESTDIR}${libdir}/pkgconfig/$$i; then \ | |
3535 | 133 ${DELETE_OK}; \ |
134 else \ | |
135 ${DELETE_FAILED}; \ | |
136 fi \ | |
137 fi; \ | |
138 done | |
3671
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
139 for i in audacious.desktop; do \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
140 if test -f ${DESTDIR}${datadir}/applications/$$i; then \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
141 if rm -f ${DESTDIR}${datadir}/applications/$$i; then \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
142 ${DELETE_OK}; \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
143 else \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
144 ${DELETE_FAILED}; \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
145 fi \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
146 fi \ |
86e26cee3a15
Fix install of audacious.desktop.
Jonathan Schleifer <js@h3c.de>
parents:
3669
diff
changeset
|
147 done |