enlightenment-module-desksa.../Makefile.am

31 lines
707 B
Makefile
Raw Normal View History

2013-10-03 06:34:52 -07:00
ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
config.sub configure depcomp install-sh ltmain.sh \
missing module.desktop config.rpath mkinstalldirs
SUBDIRS = src
2013-10-10 05:13:58 -07:00
#if HAVE_PO
2013-10-03 06:34:52 -07:00
2013-10-10 05:13:58 -07:00
#SUBDIRS += po
2013-10-03 06:34:52 -07:00
2013-10-10 05:13:58 -07:00
#endif
2013-10-03 06:34:52 -07:00
filesdir = $(module_dir)/$(PACKAGE)
2013-10-15 07:37:39 -07:00
files_DATA = module.desktop e-module-desksanity.edj # images/icon.png
2013-10-03 06:34:52 -07:00
EXTRA_DIST = module.desktop.in \
2013-10-10 05:13:58 -07:00
e_modules-desksanity.spec.in \
e-module-desksanity.edc \
2013-10-03 06:34:52 -07:00
images/trophy.png
2013-10-15 07:37:39 -07:00
e-module-desksanity.edj: e-module-desksanity.edc
$(EDJE_CC) $< $@
2013-10-03 06:34:52 -07:00
clean-local:
2013-10-10 05:13:58 -07:00
rm -rf *.edj module.desktop e_modules-desksanity.spec *~
2013-10-03 06:34:52 -07:00
uninstall-local:
rm -rf $(DESTDIR)$(module_dir)/$(PACKAGE)