enlightenment-module-eweather/Makefile.am

30 lines
573 B
Makefile

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 = -id $(top_srcdir)
filesdir = $(datadir)
files_DATA = module.desktop eweather.edj
EXTRA_DIST = module.desktop.in \
eweather.edc icon-weather.png
%.edj: %.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
clean-local:
rm -rf eweather.edj module.desktop *~
uninstall:
rm -rf $(DESTDIR)$(datadir)