projects
/
platform
/
upstream
/
elementary.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge "popup: add popup default align config for other profiles." into tizen
[platform/upstream/elementary.git]
/
config
/
standard
/
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.in
9
10
filesdir = $(datadir)/elementary/config/standard
11
files_DATA = \
12
profile.desktop \
13
icon.png \
14
base.cfg
15
16
%.cfg: %.src
17
$(EET_EET) -e \
18
$(top_builddir)/config/standard/$@ config \
19
$< 1
20
21
clean-local:
22
rm -rf *.cfg *~
23