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.
26 lines
668 B
26 lines
668 B
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 |
|
|
|
EDJE_FLAGS = -v \ |
|
-id $(top_srcdir)/images |
|
|
|
filesdir = $(datadir) |
|
files_DATA = e-module-empris.edj module.desktop empris.edj |
|
|
|
EXTRA_DIST = module.desktop.in \ |
|
e_modules-mpdule.spec.in \ |
|
e-module-mpdule.edc \ |
|
empris.edc \ |
|
$(wildcard images/*.png) |
|
|
|
%.edj: %.edc |
|
$(EDJE_CC) $(EDJE_FLAGS) $< $@ |
|
|
|
clean-local: |
|
rm -rf e-module-empris.edj empris.edj module.desktop e_modules-empris.spec *~ |
|
|
|
uninstall: |
|
rm -rf $(DESTDIR)$(datadir)
|
|
|