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
344 B
20 lines
344 B
MAINTAINERCLEANFILES = Makefile.in |
|
SUBDIRS = default standard minimalist scaleable netbook illume illume-home |
|
|
|
EET_EET = @eet_eet@ |
|
|
|
EXTRA_DIST = profile.src |
|
|
|
filesdir = $(datadir)/enlightenment/data/config |
|
|
|
files_DATA = profile.cfg |
|
|
|
%.cfg: %.src |
|
$(EET_EET) -i \ |
|
$(top_builddir)/config/$@ config \ |
|
$< 0 |
|
|
|
clean-local: |
|
rm -rf *.cfg *~ |
|
|
|
|
|
|