1THEME_NAME = BlueMenta
2
3theme_in_files = index.theme.in
4themedir = $(datadir)/themes/$(THEME_NAME)
5theme_DATA = COPYING index.theme README
6
7%.theme: %.theme.in
8if USE_NLS
9	$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
10else
11	$(AM_V_GEN) cp -f $< $@
12endif
13
14SUBDIRS = \
15	cinnamon \
16	emerald \
17	gtk-2.0 \
18	gtk-3.0 \
19	metacity-1 \
20	unity \
21	xfwm4
22
23CLEANFILES = index.theme
24EXTRA_DIST = $(theme_in_files)
25