File: Makefile.am

package info (click to toggle)
mate-applets 1.8.0%2Bdfsg1-1~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 11,952 kB
  • sloc: ansic: 21,842; python: 1,503; makefile: 1,227; xml: 65; sh: 20
file content (58 lines) | stat: -rw-r--r-- 1,592 bytes parent folder | download | duplicates (2)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
accessx_status_iconsdir = $(iconsdir)/mate/48x48/apps
accessx_status_icons_DATA = ax-applet.png

accessx_status_pixmapsdir  = $(pixmapsdir)/mate-accessx-status-applet
accessx_status_pixmaps_DATA =	\
	ax-applet.png			\
	ax-key-base.png			\
	ax-key-inverse.png		\
	ax-key-none.png			\
	ax-key-yes.png			\
	ax-key-no.png			\
	mousekeys-base.png		\
	mousekeys-pressed-left.png	\
	mousekeys-pressed-middle.png	\
	mousekeys-pressed-right.png	\
	mousekeys-default-left.png	\
	mousekeys-default-middle.png	\
	mousekeys-default-right.png	\
	sticky-shift-none.png		\
	sticky-shift-latched.png	\
	sticky-shift-locked.png		\
	sticky-ctrl-none.png		\
	sticky-ctrl-latched.png		\
	sticky-ctrl-locked.png		\
	sticky-alt-none.png		\
	sticky-alt-latched.png		\
	sticky-alt-locked.png		\
	sticky-meta-latched.png		\
	sticky-meta-locked.png		\
	sticky-meta-none.png		\
	sticky-hyper-latched.png		\
	sticky-hyper-locked.png		\
	sticky-hyper-none.png		\
	sticky-super-latched.png		\
	sticky-super-locked.png		\
	sticky-super-none.png		\
	ax-slowkeys.png			\
	ax-slowkeys-pending.png		\
	ax-slowkeys-yes.png		\
	ax-slowkeys-no.png		\
	ax-bouncekeys.png

gtk_update_icon_cache = gtk-update-icon-cache -f -t $(iconsdir)/mate
install-data-hook: update-icon-cache
uninstall-hook: update-icon-cache
update-icon-cache:
	@-if test -z "$(DESTDIR)"; then \
		echo "Updating Gtk icon cache."; \
		$(gtk_update_icon_cache); \
	else \
		echo "*** Icon cache not updated. After install, run this:"; \
		echo "***   $(gtk_update_icon_cache)"; \
	fi

EXTRA_DIST = \
	$(accessx_status_pixmaps_DATA)

-include $(top_srcdir)/git.mk