Change Flora License Version
[platform/core/uifw/e17.git] / config / standard / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 EET_EET = @eet_eet@
4
5 EXTRA_DIST = \
6         profile.desktop \
7         enlightenment-standard.png \
8         e.src \
9         module.battery.src \
10         module.cpufreq.src \
11         module.dropshadow.src \
12         module.fileman.src \
13         module.ibar.src \
14         module.ibox.src \
15         module.pager.src \
16         module.temperature.src \
17         module.conf.src
18
19 filesdir = $(datadir)/enlightenment/data/config/standard
20 files_DATA = \
21         profile.desktop \
22         enlightenment-standard.png \
23         e.cfg \
24         module.battery.cfg \
25         module.cpufreq.cfg \
26         module.dropshadow.cfg \
27         module.fileman.cfg \
28         module.ibar.cfg \
29         module.ibox.cfg \
30         module.pager.cfg \
31         module.temperature.cfg \
32         module.conf.cfg
33
34 SUFFIXES = .cfg
35
36 .src.cfg:
37         $(EET_EET) -e \
38         $(top_builddir)/config/standard/$@ config \
39         $< 1
40
41 clean-local:
42         rm -rf *.cfg *~
43