tizen 2.3.1 release
[framework/uifw/elementary.git] / config / mobile / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 EET_EET = @eet_eet@
4
5 EXTRA_DIST = \
6         profile.desktop \
7         icon.png \
8         base.src \
9         theme.src
10
11 filesdir = $(datadir)/elementary/config/mobile
12 files_DATA = \
13         profile.desktop \
14         icon.png \
15         base.cfg \
16         theme.cfg
17
18 %.cfg: %.src
19         $(EET_EET) -e \
20         $(top_builddir)/config/mobile/$@ config \
21         $< 1
22
23 clean-local:
24         rm -rf *.cfg *~ *.in
25