projects
/
platform
/
upstream
/
elementary.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
095c2fb13b4c73420455eac6b78c90ef1d8b6330
[platform/upstream/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
10
filesdir = $(datadir)/elementary/config/mobile
11
files_DATA = \
12
profile.desktop \
13
icon.png \
14
base.cfg
15
16
%.cfg: %.src
17
$(EET_EET) -e \
18
$(top_builddir)/config/mobile/$@ config \
19
$< 1
20
21
clean-local:
22
rm -rf *.cfg *~