Actually get an interface

This commit is contained in:
Jaime Thomas
2008-08-05 03:12:24 +00:00
parent cc5eeed0a2
commit 38e7a407d0
7 changed files with 113 additions and 124 deletions

View File

@ -1,25 +1,19 @@
THEME = default
EDC = $(THEME).edc
EET = $(EDC:%.edc=%.edj)
SUFFIXES = .edc .edj
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = default.edc
CLEANFILES = $(EET)
EDJE_CC = edje_cc
EDJE_FLAGS = \
-v \
-id $(top_srcdir)/data/themes/default/images \
-fd $(top_srcdir)/data/themes/default/fonts
themedir = $(pkgdatadir)/themes
theme_DATA = $(EET)
defaultdir = $(pkgdatadir)/themes
default_DATA = default.edj
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
default.edj: Makefile default.edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/default/default.edc \
$(top_builddir)/data/themes/default/default.edj
clean-local:
rm -f *.edj