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.
30 lines
722 B
30 lines
722 B
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 |
|
|
|
filesdir = $(module_dir)/$(PACKAGE) |
|
files_DATA = module.desktop e-module-desksanity.edj # images/icon.png |
|
|
|
EXTRA_DIST = module.desktop.in \ |
|
e_modules-desksanity.spec.in \ |
|
e-module-desksanity.edc \ |
|
epic-e-256.png |
|
|
|
e-module-desksanity.edj: e-module-desksanity.edc |
|
$(EDJE_CC) -id $(top_srcdir) $< $@ |
|
|
|
clean-local: |
|
rm -rf *.edj module.desktop e_modules-desksanity.spec *~ |
|
|
|
uninstall-local: |
|
rm -rf $(DESTDIR)$(module_dir)/$(PACKAGE) |
|
|
|
|