You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
619 B
31 lines
619 B
MAINTAINERCLEANFILES = Makefile.in |
|
SUBDIRS = bits fonts images |
|
|
|
EDJE_FLAGS = \ |
|
-v \ |
|
-id $(top_srcdir)/data/themes/ephoto/images \ |
|
-fd $(top_srcdir)/data/themes/ephoto/fonts |
|
|
|
themedir = $(pkgdatadir)/themes/ |
|
theme_DATA = \ |
|
ephoto.edj |
|
|
|
EXTRA_DIST = \ |
|
bits/button.edc \ |
|
bits/combo.edc \ |
|
bits/entry.edc \ |
|
bits/label.edc \ |
|
bits/scrollbar.edc \ |
|
bits/scrollpane.edc \ |
|
bits/select.edc \ |
|
bits/spacer.edc \ |
|
bits/tree.edc \ |
|
bits/window.edc |
|
|
|
ephoto.edj: Makefile $(EXTRA_DIST) |
|
edje_cc $(EDJE_FLAGS) \ |
|
$(top_srcdir)/data/themes/ephoto/main.edc \ |
|
$(top_builddir)/data/themes/ephoto/ephoto.edj |
|
|
|
clean-local: |
|
rm -f *.edj
|
|
|