File: Makefile.am

package info (click to toggle)
nitrogen 1.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 1,516 kB
  • sloc: sh: 4,788; cpp: 3,261; ansic: 333; makefile: 68; xml: 27; sed: 16
file content (32 lines) | stat: -rw-r--r-- 992 bytes parent folder | download | duplicates (5)
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,nitrogen-128.png \
	apps,nitrogen-16.png \
	apps,nitrogen-22.png \
	apps,nitrogen-32.png \
	apps,nitrogen-48.png \
	devices,video-display-16.png \
	actions,wallpaper-zoomed-16.png \
	actions,wallpaper-centered-16.png \
	actions,wallpaper-scaled-16.png \
	actions,wallpaper-tiled-16.png \
	mimetypes,image-x-generic-16.png

install_icon_exec = $(top_srcdir)/data/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)

MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = video-display-16.png wallpaper-zoomed-16.png wallpaper-centered-16.png wallpaper-tiled-16.png nitrogen-22.png nitrogen-32.png nitrogen-48.png wallpaper-scaled-16.png nitrogen-128.png nitrogen-16.png image-x-generic-16.png