File: Makefile.am

package info (click to toggle)
tangerine-icon-theme 0.26.debian-5
  • links: PTS
  • area: non-free
  • in suites: bullseye, buster
  • size: 7,444 kB
  • sloc: makefile: 854; sh: 29
file content (48 lines) | stat: -rw-r--r-- 936 bytes parent folder | download | duplicates (13)
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
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-framing --enable-png-creation

SUBDIRS = 16x16 22x22 32x32 scalable po

THEME_IN_FILES = index.theme.in

@INTLTOOL_THEME_RULE@

theme_DATA = index.theme

EXTRA_DIST=				\
	$(THEME_IN_FILES)		\
	svg2png.sh.in			\
	intltool-update.in 		\
	intltool-merge.in 		\
	intltool-extract.in

# we don't want to install mo files, all translations are already stored
# in theme files
install-data-local:
	$(MAKE) -C po uninstall
	if [ -h $(DESTDIR)$(themedir) ]; then \
		rm -f $(DESTDIR)$(themedir); \
	fi
	if [ -d $(DESTDIR)$(themedir) ]; then \
		touch $(DESTDIR)$(themedir); \
	fi

CLEANFILES = 				\
	index.theme

DISTCLEANFILES = 			\
	svg2png.sh			\
	intltool-extract		\
	intltool-merge			\
	intltool-update

MAINTAINERCLEANFILES =			\
	Makefile.in			\
	aclocal.m4			\
	configure			\
	install-sh			\
	intltool-extract.in		\
	intltool-merge.in		\
	intltool-update.in		\
	missing				\
	mkinstalldirs