enlightenment-module-wlan/Makefile.am

33 lines
635 B
Makefile
Raw Permalink Normal View History

2014-02-19 08:48:37 -08:00
ACLOCAL_AMFLAGS = -I m4
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess config.h.in \
2014-02-19 09:05:30 -08:00
config.sub configure depcomp install-sh ltmain.sh \
missing module.desktop config.rpath mkinstalldirs
2014-02-19 08:48:37 -08:00
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 \
2014-02-19 09:05:30 -08:00
e_modules-wlan.spec.in \
e-module-wlan.edc \
$(wildcard images/*.png)
2014-02-19 08:48:37 -08:00
%.edj: %.edc
2014-02-19 09:05:30 -08:00
$(EDJE_CC) $(EDJE_FLAGS) $< $@
2014-02-19 08:48:37 -08:00
clean-local:
2014-02-19 09:05:30 -08:00
rm -rf e-module-wlan.edj module.desktop e_modules-wlan.spec *~
2014-02-19 08:48:37 -08:00
uninstall:
2014-02-19 09:05:30 -08:00
rm -rf $(DESTDIR)$(datadir)