efl/legacy/ephysics/data/themes/Makefile.am

54 lines
1.2 KiB
Makefile

MAINTAINERCLEANFILES = Makefile.in
EDJE_CC = @edje_cc@
EDJE_FLAGS_VERBOSE_ =
EDJE_FLAGS_VERBOSE_0 =
EDJE_FLAGS_VERBOSE_1 = -v
EDJE_FLAGS = $(EDJE_FLAGS_$(V)) -id $(top_srcdir)/data/themes/images -fd $(top_srcdir)/data/themes/fonts
filesdir = $(datadir)/ephysics/
files_DATA = ephysics_test.edj
EXTRA_DIST = \
ephysics_test.edc \
balls.edc \
buttons.edc \
cubes.edc \
effects.edc \
ephysics_test.edc \
frame.edc \
list.edc \
shadows.edc \
images/arrows.png \
images/background.jpg \
images/ball-blue.png \
images/ball-blue70.png \
images/ball-green.png \
images/ball-green70.png \
images/ball-red.png \
images/ball-red70.png \
images/bt_jump.png \
images/bt_jump_pressed.png \
images/bt_restart.png \
images/bt_restart_pressed.png \
images/bt_shoot.png \
images/bt_shoot_pressed.png \
images/collisionL.png \
images/cube-blue.png \
images/cube-purple.png \
images/list-item.png \
images/list-item-corner.png \
images/list-item-corner-pressed.png \
images/list-item-pressed.png \
images/shadow-ball.png \
images/shadow-cube.png
ephysics_test.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/ephysics_test.edc \
$(top_builddir)/data/themes/ephysics_test.edj
clean-local:
rm -f *.edj