Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e_utils

Dir     : e17/apps/e_utils


Modified Files:
        AUTHORS configure.in 


Log Message:
Bringing e17genmenu in from the cold.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/AUTHORS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- AUTHORS     5 Jun 2005 19:51:19 -0000       1.4
+++ AUTHORS     7 Mar 2006 21:58:23 -0000       1.5
@@ -1,7 +1,12 @@
+e17genmenu:
+Christopher Michael    <[EMAIL PROTECTED]>
+onefang (David Seikel) <[EMAIL PROTECTED]>
+
 eapp_edit:
 Andrew (HandyAndE) Elcock
 
 emblem:
+
 entangle:
  dan 'dj2' sinclair <[EMAIL PROTECTED]>
 
@@ -10,6 +15,3 @@
  
  Thanks to Raster for the help with the buffering stuff, and all the images
  I stole from his projects.
-
-
-
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/configure.in,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- configure.in        15 Jan 2006 15:32:59 -0000      1.19
+++ configure.in        7 Mar 2006 21:58:23 -0000       1.20
@@ -137,6 +137,7 @@
   [have_epsilon="no"]
 )
 
+build_e17genmenu="no"
 build_eapp_edit="no"
 build_e17setroot="no"
 build_entangle="no"
@@ -148,6 +149,10 @@
   build_eapp_edit="yes"
 fi
 
+if test "x$have_eet" = "xyes" -a "x$have_ecore" = "xyes" -a "x$have_engrave" = 
"xyes"; then
+  build_e17genmenu="yes"
+fi
+
 if test "x$have_imlib2" = "xyes" -a "x$have_ecore" = "xyes" -a 
"x$have_engrave" = "xyes" -a "x$have_enlightenment" = "xyes"; then
   build_e17setroot="yes"
 fi
@@ -168,6 +173,7 @@
   build_ethemes="yes"
 fi
 
+AM_CONDITIONAL(BUILD_E17GENMENU, test $build_e17genmenu = "yes")
 AM_CONDITIONAL(BUILD_EAPP_EDIT, test $build_eapp_edit = "yes")
 AM_CONDITIONAL(BUILD_E17SETROOT, test "x$build_e17setroot" = "xyes")
 AM_CONDITIONAL(BUILD_ENTANGLE, test "x$build_entangle" = "xyes")
@@ -175,10 +181,36 @@
 AM_CONDITIONAL(BUILD_EXIGE, test "x$build_exige" = "xyes")
 AM_CONDITIONAL(BUILD_ETHEMES, test "x$build_ethemes" = "xyes")
 
+
+AC_ARG_ENABLE(debug, 
+[  --enable-debug              enable debug code], [
+  if [ test "$enableval" = "yes" ]; then  
+  AC_MSG_RESULT(Enabled Debug Code)
+    want_debug="yes"
+  else
+       AC_MSG_RESULT(Disabled Debug Code)
+    want_debug="no"
+  fi
+], [
+  AC_MSG_RESULT(Disabled Debug Code)
+  want_debug="no"
+]
+)
+
+if test "x$want_debug" = "xyes"; then
+       AC_DEFINE(DEBUG, 1, [Define to 1 to enable debug code])
+   AM_CONDITIONAL(DEBUG, true)
+else
+    AM_CONDITIONAL(DEBUG, false)
+fi
+
+
 AC_OUTPUT([
 Makefile
 e_utils.spec
 data/Makefile
+data/e17genmenu/Makefile
+data/e17genmenu/icons/Makefile
 data/emblem/Makefile
 data/emblem/default/Makefile
 data/emblem/gant/Makefile
@@ -190,6 +222,7 @@
 data/eapp_edit/default/Makefile
 src/Makefile
 src/bin/Makefile
+src/bin/e17genmenu/Makefile
 src/bin/eapp_edit/Makefile
 src/bin/e17setroot/Makefile
 src/bin/emblem/Makefile
@@ -225,6 +258,7 @@
 echo
 echo "Utilities that will be built:"
 echo
+echo "  e17genmenu......: "$build_e17genmenu
 echo "  Eapp_Edit.......: "$build_eapp_edit
 echo "  E17 Setroot.....: "$build_e17setroot
 echo "  Entangle........: "$build_entangle




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to