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.
|
|
|
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
|
|
|
|
|
|
|
|
if HAVE_PO
|
|
|
|
|
|
|
|
SUBDIRS += po
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
EDJE_FLAGS = -v \
|
|
|
|
-id $(top_srcdir)/images
|
|
|
|
|
|
|
|
filesdir = $(datadir)
|
|
|
|
files_DATA = module.desktop moon.edj e-module-moon.edj
|
|
|
|
|
|
|
|
EXTRA_DIST = module.desktop.in \
|
|
|
|
e_modules-moon.spec.in \
|
|
|
|
e-module-moon.edc \
|
|
|
|
moon.edc \
|
|
|
|
$(wildcard images/*.png)
|
|
|
|
|
|
|
|
%.edj: %.edc
|
|
|
|
$(EDJE_CC) $(EDJE_FLAGS) $< $@
|
|
|
|
|
|
|
|
clean-local:
|
|
|
|
rm -rf e-module-moon.edj moon.edj module.desktop e_modules-moon.spec *~
|
|
|
|
|
|
|
|
uninstall:
|
|
|
|
rm -rf $(DESTDIR)$(datadir)
|