summaryrefslogtreecommitdiff
path: root/mate/Makefile.am
blob: 694d5fe855c5cffc152008661e4578e4bfe99aa8 (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
MAKEFLAGS = --silent
MAKEFLAGS += --no-print-directory

NULL =

themedir = $(datadir)/icons/mate

DIMENSIONS = \
	8x8 \
	16x16 \
	22x22 \
	24x24 \
	32x32 \
	48x48 \
	64x64 \
	96x96 \
	128x128 \
	256x256 \
	$(NULL)

SUBDIRS = \
	$(DIMENSIONS) \
	scalable \
	scalable-up-to-32 \
	$(NULL)

DIST_SUBDIRS = \
	$(DIMENSIONS) \
	scalable \
	scalable-up-to-32 \
	$(NULL)