projects
/
framework
/
uifw
/
elementary.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "[elm_genlist.c] opensource bug fix"
[framework/uifw/elementary.git]
/
config
/
Makefile.am
1
MAINTAINERCLEANFILES = Makefile.in
2
SUBDIRS = default standard illume slp
3
4
EET_EET = @eet_eet@
5
6
EXTRA_DIST = profile.src
7
8
filesdir = $(datadir)/elementary/config
9
10
files_DATA = profile.cfg
11
12
%.cfg: %.src
13
$(EET_EET) -i \
14
$(top_builddir)/config/$@ config \
15
$< 0
16
17
clean-local:
18
rm -rf *.cfg *~