ephoto/data/themes/Makefile.am

27 lines
714 B
Makefile
Raw Normal View History

2016-03-22 10:39:29 -07:00
AUTOMAKE_OPTIONS = subdir-objects
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 = ephoto.edj
2015-02-02 11:54:18 -08:00
EXTRA_DIST = ephoto.edc \
images/sel_border.png \
images/sel_corner1.png \
images/sel_corner3.png \
images/sel_corner5.png \
images/sel_corner7.png \
images/shadow_circle_horiz.png \
images/shadow_circle_vert.png \
images/tile.png
2015-02-02 11:54:18 -08:00
ephoto.edj: Makefile $(EXTRA_DIST)
2015-02-21 11:14:31 -08:00
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/ephoto.edc \
$(top_builddir)/data/themes/ephoto.edj
2015-02-02 11:54:18 -08:00
clean-local:
rm -f *.edj