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

38 lines
891 B
Makefile
Raw Normal View History

2013-10-03 06:34:52 -07:00
ACLOCAL_AMFLAGS = -I m4
2015-12-20 16:24:50 -08:00
AUTOMAKE_OPTIONS = subdir-objects
2013-10-03 06:34:52 -07:00
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
2015-03-19 14:17:58 -07:00
config.sub configure compile depcomp install-sh ltmain.sh \
2013-10-03 06:34:52 -07:00
missing module.desktop config.rpath mkinstalldirs
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 \
2014-10-11 23:49:18 -07:00
epic-e-256.png \
2015-11-11 14:29:58 -08:00
win_shadow.png \
glow_bottom.png \
glow_top.png
2013-10-03 06:34:52 -07:00
2015-12-20 16:24:50 -08:00
include src/Makefile.mk
2015-12-22 16:05:28 -08:00
include src/gadgets/Makefile.mk
2015-12-20 16:24:50 -08:00
2016-01-11 10:02:44 -08:00
e-module-desksanity.edj: e-module-desksanity.edc edc/*edc
$(EDJE_CC) -id $(top_srcdir) -id $(top_srcdir)/edc $< $@
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)