Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk


Modified Files:
        Makefile.am README configure.in 


Log Message:
- last part of changes for engine support.


===================================================================
RCS file: /cvs/e/e17/proto/etk/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Makefile.am 29 Jun 2006 23:52:56 -0000      1.9
+++ Makefile.am 27 Jul 2006 01:26:17 -0000      1.10
@@ -1,13 +1,12 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = src data
+SUBDIRS = src data po
 
 MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
                config.h.in config.sub configure install-sh \
                ltconfig ltmain.sh missing mkinstalldirs \
                stamp-h.in build-stamp configure-stamp depcomp \
                etk_docs.tar.gz \
-               README \
                etk.pc \
                debian/changelog
 
===================================================================
RCS file: /cvs/e/e17/proto/etk/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- README      29 Oct 2005 23:34:52 -0000      1.4
+++ README      27 Jul 2006 01:26:17 -0000      1.5
@@ -1,4 +1,4 @@
-Etk 0.1.0.001
+Etk 0.1.0.002
 
 Etk is a toolkit based on the EFL.
 
===================================================================
RCS file: /cvs/e/e17/proto/etk/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- configure.in        11 Jun 2006 10:23:49 -0000      1.15
+++ configure.in        27 Jul 2006 01:26:17 -0000      1.16
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(etk, 0.1.0.001)
+AM_INIT_AUTOMAKE(etk, 0.1.0.002)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN
@@ -176,13 +176,14 @@
 AC_CHECK_HEADER(Ecore_X.h,
   [AC_CHECK_LIB(ecore_x,
       ecore_x_init,
-     [AC_DEFINE(HAVE_ECORE_X,
-         1,
-         [Define to 1 if you have the Ecore_X headers and libraries])
+      [AC_DEFINE(HAVE_ECORE_X,
+                 1,
+                 [Define to 1 if you have the Ecore_X headers and libraries])
       have_ecore_x="yes"],
-     [AC_DEFINE(HAVE_ECORE_X,
-         0,
+      [AC_DEFINE(HAVE_ECORE_X,
+                 0,
          [Define to 1 if you have the Ecore_X headers and libraries])])],
+        
   [AC_DEFINE(HAVE_ECORE_X,
       0,
       [Define to 1 if you have the Ecore_X headers and libraries])]
@@ -190,6 +191,10 @@
 CPPFLAGS=$save_CPPFLAGS
 LDFLAGS=$save_LDFLAGS
 
+if test "x${have_ecore_x}" = 'xyes'; then
+AM_CONDITIONAL(BUILD_ENGINE_EE_S_X11, true)
+fi
+
 #####################################################################
 ## Gettext
 ALL_LINGUAS="fr"
@@ -216,6 +221,10 @@
 etk.pc
 src/Makefile
 src/lib/Makefile
+src/engines/Makefile
+src/engines/ecore_evas/Makefile
+src/engines/ecore_evas_x11/Makefile
+src/engines/ecore_evas_software_x11/Makefile
 src/bin/Makefile
 data/Makefile
 data/themes/Makefile
@@ -280,7 +289,7 @@
 echo
 echo "Configuration Options Summary:"
 echo
-echo "  Ecore_X support..............: $have_ecore_x"
+echo "  Ecore Evas Software X11 Engine..............: $have_ecore_x"
 echo
 echo "Installation Path.........: $prefix"
 echo



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to