summaryrefslogtreecommitdiffstats
path: root/data/themes/ulticontroller_2.0/Makefile.am
blob: 94026ed8d27960bbb2c44399ba3831b5b86ae72b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = Makefile.in

include ../../../Makefile_Edje_Helper.am

images = \
images/ultimaker_logo.png

fonts = \
fonts/5x8.pcf.gz

sounds = \
sounds/what.wav

data =

edjes = \
splashscreen.edc \
mainscreen.edc

ULTICONTROLLER_CC_FLAGS = \
-id ${top_srcdir}/data/themes/ulticontroller_2.0/images \
-fd ${top_srcdir}/data/themes/ulticontroller_2.0/fonts \
-sd ${top_srcdir}/data/themes/ulticontroller_2.0/sounds \
-dd ${top_srcdir}/data/themes/ulticontroller_2.0/data

EXTRA_DIST = $(images) $(sounds) $(iamges) $(edjes)

filesdir = $(datadir)/$(PACKAGE)/themes
files_DATA = eulogium.edj

eulogium.edj: Makefile $(EXTRA_DIST)
	$(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(ULTICONTROLLER_CC_FLAGS) \
	$(top_srcdir)/data/themes/ulticontroller_2.0/ulticontroller_2.0.edc \
	$(top_builddir)/data/themes/ulticontroller_2.0/eulogium.edj

clean-local:
	rm -f *.edj