Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_config


Modified Files:
        Makefile.am 
Removed Files:
        build_system.db.sh.in 


Log Message:


do with the Makefile.. cleaner! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_config/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Makefile.am 13 May 2004 06:14:39 -0000      1.17
+++ Makefile.am 13 May 2004 12:50:06 -0000      1.18
@@ -5,7 +5,6 @@
 -I$(top_srcdir)/src/lib/ecore_ipc \
 -I$(top_srcdir)/ @evas_cflags@ @edb_cflags@
 
-DB = system.db
 CLEANFILES = $(DB)
 
 libecore_config_la_LDFLAGS = -version-info 1:0:0 \
@@ -16,6 +15,12 @@
 
 if BUILD_ECORE_CONFIG
 
+DB = system.db
+$(DB): Makefile
+       edb_ed $(top_builddir)/src/lib/ecore_config/$(DB) add /e/theme/name str 
"winter"
+       edb_ed $(top_builddir)/src/lib/ecore_config/$(DB) add /apps/web/browser str 
`which firefox 2>/dev/null || which phoenix 2>/dev/null || which mozilla 2>/dev/null 
|| which opera 2>/dev/null || which konqueror 2>/dev/null || which epiphany 
2>/dev/null`
+       edb_ed $(top_builddir)/src/lib/ecore_config/$(DB) add /apps/web/email str 
`which thunderbird 2>/dev/null || which mozilla 2>/dev/null || which kmail 2>/dev/null 
|| which sylpheed 2>/dev/null || which evolution 2>/dev/null`
+
 lib_LTLIBRARIES = libecore_config.la ecore_config_ipc_ecore.la
 include_HEADERS = \
 Ecore_Config.h
@@ -53,9 +58,6 @@
 @edb_libs@ \
 @evas_libs@
 
-$(DB):
-       sh $(top_srcdir)/src/lib/ecore_config/build_$(DB).sh
-
 endif
 
 EXTRA_DIST = \
@@ -66,6 +68,5 @@
 ipc.h \
 util.c \
 util.h \
-edb.c \
-build_system.db.sh
+edb.c
 




-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to