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