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.
 
 
 

43 lines
802 B

MAINTAINERCLEANFILES = Makefile.in
EET_EET = @eet_eet@
EXTRA_DIST = \
profile.desktop \
enlightenment-standard.png \
e.src \
e_bindings.src \
module.battery.src \
module.cpufreq.src \
module.fileman.src \
module.ibar.src \
module.ibox.src \
module.pager.src \
module.temperature.src \
module.conf.src
filesdir = $(datadir)/enlightenment/data/config/standard
files_DATA = \
profile.desktop \
enlightenment-standard.png \
e.cfg \
e_bindings.cfg \
module.battery.cfg \
module.cpufreq.cfg \
module.fileman.cfg \
module.ibar.cfg \
module.ibox.cfg \
module.pager.cfg \
module.temperature.cfg \
module.conf.cfg
SUFFIXES = .cfg
.src.cfg:
$(EET_EET) -e \
$(top_builddir)/config/standard/$@ config \
$< 1
clean-local:
rm -rf *.cfg *~