Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/data/themes/taillights


Modified Files:
        Makefile.am 
Removed Files:
        build_theme.sh 


Log Message:


clean theme building significantly

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 20 Jul 2004 18:32:43 -0000      1.4
+++ Makefile.am 7 Dec 2004 03:50:27 -0000       1.5
@@ -1,15 +1,24 @@
-EXTRA_DIST= taillights.edc
-SUBDIRS = parts programs fonts images
-DB = taillights.eet
-CC = edje_cc
-INCLUDES = -v -id ./images -fd ./fonts
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = images fonts embryo programs parts
 
-CLEANFILES = $(DB)
+NAME = taillights
 
-taillightsdir = $(pkgdatadir)/themes
-taillights_DATA = $(DB)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/themes/$(NAME)/images \
+-fd $(top_srcdir)/data/themes/$(NAME)/fonts \
[EMAIL PROTECTED]@
 
-all: $(DB)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(DB): taillights.edc
-       (cd $(top_srcdir)/data/themes/taillights ; $(CC) $(INCLUDES) 
taillights.edc $(top_builddir)/data/themes/taillights/$@)
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+       $(EDJE_CC) $(EDJE_FLAGS) \
+       $(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
+       $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+
+clean-local:
+       rm -f *.eet




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to