Add beginnings of the theme
This commit is contained in:
25
experimental/ecdb/trunk/data/themes/default/Makefile.am
Normal file
25
experimental/ecdb/trunk/data/themes/default/Makefile.am
Normal file
@@ -0,0 +1,25 @@
|
||||
THEME = default
|
||||
EDC = $(THEME).edc
|
||||
EET = $(EDC:%.edc=%.edj)
|
||||
SUFFIXES = .edc .edj
|
||||
|
||||
CLEANFILES = $(EET)
|
||||
|
||||
themedir = $(pkgdatadir)/themes
|
||||
theme_DATA = $(EET)
|
||||
|
||||
all: $(EDC)
|
||||
|
||||
.edc.edj:
|
||||
edje_cc -v -id $(top_srcdir)/data/themes/$(THEME)/img -fd $(top_srcdir)/data/themes/$(THEME)/fonts $< $@
|
||||
|
||||
preview: $(EET)
|
||||
edje $(EET)
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(EDC) \
|
||||
Makefile \
|
||||
img \
|
||||
macros \
|
||||
groups
|
||||
|
Reference in New Issue
Block a user