AUTOMAKE_OPTIONS = subdir-objects MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = \ splashscreen.edc \ images/ultimaker_logo.png include ../../../Makefile_Edje_Helper.am filesdir = $(datadir)/$(PACKAGE)/themes files_DATA = splashscreen.edj splashscreen.edj: Makefile $(EXTRA_DIST) $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) \ -id ${top_srcdir}/data/themes/ulticontroller_2.0/images \ -sd ${top_srcdir}/data/themes/ulticontroller_2.0/sounds \ $(top_srcdir)/data/themes/ulticontroller_2.0/splashscreen.edc \ $(top_builddir)/data/themes/ulticontroller_2.0/splashscreen.edj clean-local: rm -f *.edj