It's not a typo. raster wants to let the user giving his own CFLAGS. See line 34 (where an error lives. FLAGS, and not FALGS). Btw, that error is also in embryo's Makefile

Vincent


On Tue, 13 Feb 2007, Enlightenment CVS wrote:

Enlightenment CVS committal

Author  : lok
Project : e17
Module  : test

Dir     : e17/test/orig/edje


Modified Files:
        Makefile


Log Message:
small typo fixed

===================================================================
RCS file: /cvs/e/e17/test/orig/edje/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile    28 Oct 2006 09:01:59 -0000      1.1
+++ Makefile    14 Feb 2007 03:04:21 -0000      1.2
@@ -1,4 +1,4 @@
-FLAGS = `edje-config --cflags` `ecore-config --cflags` `evas-config --cflags` 
`eet-config --cflags`
+CFLAGS = `edje-config --cflags` `ecore-config --cflags` `evas-config --cflags` 
`eet-config --cflags`
LIBS  = `edje-config --libs` `ecore-config --libs` `evas-config --libs` 
`eet-config --libs`

BINS  = edje edje_ls edje_test edje_thumb



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

--
Ce message a été vérifié par MailScanner
pour des virus ou des polluriels et rien de
suspect n'a été trouvé.
Message délivré par le serveur de messagerie de l'Université d'Evry.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to