blob: b6e9a6162842da50bf2bbadd394496320b1d7810 (
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
32
33
|
MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.dropshadow.src \
module.illume.src \
module.mixer.src \
module.pager.src
filesdir = $(datadir)/enlightenment/data/config/illume
files_DATA = \
profile.desktop \
icon.png \
e.cfg \
module.battery.cfg \
module.dropshadow.cfg \
module.illume.cfg \
module.mixer.cfg \
module.pager.cfg
%.cfg: %.src
$(EET_EET) -e \
$(top_builddir)/config/illume/$@ config \
$< 1
clean-local:
rm -rf *.cfg *~
|