blob: b7d0ec4d66c95fd28ae4685ba245cce768a21888 (
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
34
35
36
37
38
|
MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
enlightenment-mobile.png \
e.src \
module.battery.src \
module.illume-home.src \
module.illume-keyboard.src \
module.illume-indicator.src \
module.illume-softkey.src \
module.illume2.src \
module.conf.src
filesdir = $(datadir)/enlightenment/data/config/mobile
files_DATA = \
profile.desktop \
enlightenment-mobile.png \
e.cfg \
module.battery.cfg \
module.illume-home.cfg \
module.illume-keyboard.cfg \
module.illume-indicator.cfg \
module.illume-softkey.cfg \
module.illume2.cfg \
module.conf.cfg
SUFFIXES = .cfg
.src.cfg:
$(EET_EET) -e \
$(top_builddir)/config/mobile/$@ config \
$< 1
clean-local:
rm -rf *.cfg *~
|