File: Makefile.am

package info (click to toggle)
monodevelop 1.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 32,528 kB
  • ctags: 40,669
  • sloc: cs: 255,472; xml: 10,041; makefile: 3,731; sh: 2,528; sed: 2
file content (32 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
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
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) \
	Mac/monodevelop.icns \
	monodevelop-source.svg \
	icon-theme-installer