blob: 73ea30683381ebc646342a6563bd603b9fd165f9 (
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
|
MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
icon.png \
e.src \
module.battery.src \
module.illume-home.src \
module.illume-keyboard.src \
module.illume2.src
filesdir = $(datadir)/enlightenment/data/config/illume-home
files_DATA = \
profile.desktop \
icon.png \
e.cfg \
module.battery.cfg \
module.illume-home.cfg \
module.illume-keyboard.cfg \
module.illume2.cfg
SUFFIXES = .cfg
.src.cfg:
$(EET_EET) -e \
$(top_builddir)/config/illume-home/$@ config \
$< 1
clean-local:
rm -rf *.cfg *~
|