Enlightenment CVS committal Author : raster Project : e17 Module : apps/entice
Dir : e17/apps/entice/data/themes/default Modified Files: Makefile.am Log Message: theme build mroe cleanly =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/default/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 3 Jun 2004 14:29:20 -0000 1.5 +++ Makefile.am 10 Jan 2005 05:38:33 -0000 1.6 @@ -1,15 +1,21 @@ -EXTRA_DIST= default.edc images.edc macros/slider.edc embryo/globals.edc parts/status.edc programs/status.edc programs/enticepreview.edc SUBDIRS = parts programs -DB = default.eet -CC = edje_cc -INCLUDES = -v -id ../../images -fd ../../fonts -CLEANFILES = $(DB) +EXTRA_DIST= \ +default.edc \ +images.edc \ +fonts.edc \ +macros/macros.edc \ +embryo/globals.edc -defaultdir = $(pkgdatadir)/themes -default_DATA = $(DB) +THEME = default +EDC = $(THEME).edc +EET = $(EDC:%.edc=%.eet) +SUFFIXES = .edc .eet -all: $(DB) +themedir = $(pkgdatadir)/themes +theme_DATA = $(EET) -$(DB): default.edc - $(CC) $(INCLUDES) default.edc $@ +all: $(EDC) + +.edc.eet: + edje_cc -v -id $(top_srcdir)/data/images -fd $(top_srcdir)/data/fonts $< $@ ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs