Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/gl_common


Modified Files:
        Makefile.am 
Added Files:
        evas_gl_common.h 


Log Message:


move engine headers into engine dirs - and removes lots of useless old headers.

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/gl_common/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 17 Jan 2006 03:47:38 -0000      1.2
+++ Makefile.am 25 Apr 2006 04:00:20 -0000      1.3
@@ -1,20 +1,15 @@
-## Process this file with automake to produce Makefile.in
-
 AUTOMAKE_OPTIONS     = 1.4 foreign
 
-# A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = -I. \
-                      -I$(top_srcdir)/src/lib \
-                      -I$(top_srcdir)/src/lib/include \
-                      @FREETYPE_CFLAGS@ @gl_cflags@
+INCLUDES = -I. -I$(top_srcdir)/src/lib -I$(top_srcdir)/src/lib/include 
@FREETYPE_CFLAGS@ @gl_cflags@
 
 if BUILD_ENGINE_GL_COMMON
 
-noinst_LTLIBRARIES      = libevas_engine_gl_common.la
+noinst_LTLIBRARIES = libevas_engine_gl_common.la
 libevas_engine_gl_common_la_SOURCES  = \
 evas_gl_private.h \
+evas_gl_common.h \
 evas_gl_context.c \
 evas_gl_font.c \
 evas_gl_gradient.c \
@@ -25,10 +20,9 @@
 evas_gl_rectangle.c \
 evas_gl_texture.c
 
-libevas_engine_gl_common_la_LIBADD       = @gl_libs@ 
$(top_builddir)/src/lib/libevas.la
+libevas_engine_gl_common_la_LIBADD = @gl_libs@ 
$(top_builddir)/src/lib/libevas.la
 
-libevas_engine_gl_common_la_DEPENDENCIES = \
-$(top_builddir)/config.h
+libevas_engine_gl_common_la_DEPENDENCIES = $(top_builddir)/config.h
 
 endif
 




-------------------------------------------------------
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

Reply via email to