Enlightenment CVS committal Author : raster Project : e17 Module : apps/entice
Dir : e17/apps/entice/data/themes/artifakt Modified Files: Makefile.am Log Message: theme build mroe cleanly =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/entice/data/themes/artifakt/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- Makefile.am 31 Jul 2004 19:17:57 -0000 1.3 +++ Makefile.am 10 Jan 2005 05:38:32 -0000 1.4 @@ -1,16 +1,21 @@ -EXTRA_DIST= artifakt.edc images.edc fonts.edc macros/macros.edc embryo/globals.edc - SUBDIRS = parts programs images fonts -DB = artifakt.eet -CC = edje_cc -INCLUDES = -v -id ./images -fd ./fonts -CLEANFILES = $(DB) +EXTRA_DIST= \ +artifakt.edc \ +images.edc \ +fonts.edc \ +macros/macros.edc \ +embryo/globals.edc + +THEME = artifakt +EDC = $(THEME).edc +EET = $(EDC:%.edc=%.eet) +SUFFIXES = .edc .eet -artifaktdir = $(pkgdatadir)/themes -artifakt_DATA = $(DB) +themedir = $(pkgdatadir)/themes +theme_DATA = $(EET) -all: $(DB) +all: $(EDC) -$(DB): artifakt.edc - $(CC) $(INCLUDES) artifakt.edc $@ +.edc.eet: + edje_cc -v -id $(top_srcdir)/data/themes/$(THEME)/images -fd $(top_srcdir)/data/themes/$(THEME)/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