Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « theme-icons « main - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2ed0f5653dfccc0567a21c10054260cf4f6b3973 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
theme = hicolor
themedir = $(datadir)/icons/$(theme)
theme_icons = \
	apps,GNOME/monodevelop.svg \
	apps,GNOME/monodevelop-16.png \
	apps,GNOME/monodevelop-22.png \
	apps,GNOME/monodevelop-24.png \
	apps,GNOME/monodevelop-32.png \
	apps,GNOME/monodevelop-48.png

install_icon_exec = $(top_srcdir)/theme-icons/icon-theme-installer \
	-t "$(theme)" \
	-s "$(srcdir)" \
	-d "x$(DESTDIR)" \
	-b "$(themedir)" \
	-m "$(mkinstalldirs)" \
	-x "$(INSTALL_DATA)"

install-data-local:
	@-$(install_icon_exec) -i $(theme_icons)

uninstall-hook:
	@-$(install_icon_exec) -u $(theme_icons)

EXTRA_DIST = \
	$(wildcard GNOME/*.png) \
	GNOME/monodevelop.svg \
	$(wildcard Mac/png/*.png) \
	$(wildcard Mac/*.icns) \
	$(wildcard Windows/*.ico) \
	monodevelop-source.svg \
	icon-theme-installer