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.
28 lines
592 B
28 lines
592 B
13 years ago
|
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 data po
|
||
|
|
||
|
EDJE_FLAGS = -v \
|
||
|
-id $(top_srcdir)
|
||
|
|
||
|
filesdir = $(datadir)
|
||
|
files_DATA = module_icon.png module.desktop e-module-ng.edj
|
||
|
|
||
|
EXTRA_DIST = module.desktop.in \
|
||
|
module_icon.png \
|
||
|
e-module-ng.edc
|
||
|
|
||
|
%.edj: %.edc
|
||
|
$(EDJE_CC) $(EDJE_FLAGS) $< $@
|
||
|
|
||
|
clean-local:
|
||
|
rm -rf e-module-ng.edj module.desktop *~
|
||
|
|
||
|
uninstall:
|
||
|
rm -rf $(DESTDIR)$(datadir)
|
||
|
|
||
|
|