Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/data/themes
Modified Files:
Makefile.am
Added Files:
default.edc
Log Message:
An edc that will tie all the other edc's together into a single eet, also
declares the necessary data fields for the EWL theme keys.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 17 Oct 2003 01:15:57 -0000 1.1
+++ Makefile.am 27 Jan 2004 06:06:35 -0000 1.2
@@ -1,2 +1,18 @@
-SUBDIRS = default
+#SUBDIRS = default
MAINTAINERCLEANFILES = Makefile.in
+
+EDCS = default.edc
+
+EETS = $(EDCS:%.edc=%.eet)
+
+EXTRA_DIST = $(EDCS)
+CLEANFILES = $(EETS)
+
+themedir = $(pkgdatadir)/themes/
+theme_DATA = $(EETS)
+
+all: $(EETS)
+
+SUFFIXES = .edc .eet
+.edc.eet:
+ edje_cc -v -id default/bits/images $< $@
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs