ephoto/data/themes/Makefile.am

23 lines
513 B
Makefile
Raw Normal View History

2015-02-02 11:54:18 -08:00
MAINTAINERCLEANFILES = Makefile.in Makefile
EDJE_CC = @edje_cc@
2015-02-21 11:14:31 -08:00
EDJE_FLAGS = -id $(top_srcdir)/data/themes
2015-02-02 11:54:18 -08:00
filesdir = $(datadir)/$(PACKAGE)/themes
files_DATA = crop.edj
2015-02-21 11:14:31 -08:00
EXTRA_DIST = crop.edc \
sel_border.png \
sel_corner1.png \
sel_corner3.png \
sel_corner5.png \
sel_corner7.png
2015-02-02 11:54:18 -08:00
crop.edj: Makefile $(EXTRA_DIST)
2015-02-21 11:14:31 -08:00
$(EDJE_CC) $(EDJE_FLAGS) \
2015-02-02 11:54:18 -08:00
$(top_srcdir)/data/themes/crop.edc \
$(top_builddir)/data/themes/crop.edj
clean-local:
rm -f *.edj