You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
309 B
20 lines
309 B
MAINTAINERCLEANFILES = Makefile.in |
|
SUBDIRS = default standard mobile |
|
|
|
EET_EET = @eet_eet@ |
|
|
|
EXTRA_DIST = profile.src |
|
|
|
filesdir = $(datadir)/enlightenment/data/config |
|
|
|
files_DATA = profile.cfg |
|
|
|
SUFFIXES = .cfg |
|
|
|
.src.cfg: |
|
$(EET_EET) -i \ |
|
$(top_builddir)/config/$@ config \ |
|
$< 0 |
|
|
|
clean-local: |
|
rm -rf *.cfg *~
|
|
|