Move to folder
[phpmyadmin-themes.git] / graphite / img / 22x22 / status / Makefile.am
blob63f9ecf857ee0cec1863632782026700141ea0eb
2 size = 22x22
3 context = status
5 iconsdir = $(themedir)/$(size)/$(context)
7 icons_DATA =                            \
8         audio-volume-high.png           \
9         audio-volume-low.png            \
10         audio-volume-medium.png         \
11         audio-volume-muted.png          \
12         battery-caution.png             \
13         dialog-error.png                \
14         dialog-information.png          \
15         dialog-warning.png              \
16         folder-drag-accept.png          \
17         folder-open.png                 \
18         folder-visiting.png             \
19         image-loading.png               \
20         image-missing.png               \
21         mail-attachment.png             \
22         network-error.png               \
23         network-idle.png                \
24         network-offline.png             \
25         network-receive.png             \
26         network-transmit.png            \
27         network-transmit-receive.png    \
28         network-wireless-encrypted.png  \
29         printer-error.png               \
30         software-update-available.png   \
31         software-update-urgent.png      \
32         user-trash-full.png             \
33         weather-clear.png               \
34         weather-clear-night.png         \
35         weather-few-clouds.png          \
36         weather-few-clouds-night.png    \
37         weather-overcast.png            \
38         weather-severe-alert.png        \
39         weather-showers.png             \
40         weather-showers-scattered.png   \
41         weather-snow.png                \
42         weather-storm.png
44 EXTRA_DIST =                            \
45         $(icons_DATA)
47 install-data-local: install-iconsDATA
48         (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
49 if ENABLE_ICON_FRAMING
50         $(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context)
51         (cd $(DESTDIR)$(themedir) && \
52         for icon in $(icons_DATA); do \
53                 $(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
54         done)
55         (cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context))
56 endif
58 uninstall-local:
59         rm -rf $(themedir)/24x24/$(context)