Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        Makefile.am 


Log Message:

build system update:

configure.in:

 * use non deprecated version of autoconf, autoamake and libtool macro
 * remove the check of C++ and fortran compiler by libtool.
 * add AC_LIBTOOL_WIN32_DLL
 * pass variables based on $prefix into Makefile
 * remove the definition of HAVE_SUN (not used anymore)
 * use an m4 macro to check for the engines
 * disable the xcb engine for now
 * add INTERFACE_VERSION for the version of the shared libs (instead of
   the current long name.
 * remove the PCFLAGS as it's not used at all

Makefile.am in general:

 * remove AUTOMAKE_OPTIONS variable
 * use INTERFACE_VERSION when needed
 * remove -L flag passed to *_LDFLAGS (not needed)
 * use AM_CPPFLAGS instead of INCLUDES (the latter is deprecated)

Makefile.am of the engines:

 * add the needed *_CFLAGS to AM_CPPFLAGS

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- Makefile.am 14 Nov 2007 20:07:58 -0000      1.56
+++ Makefile.am 14 Nov 2007 21:55:30 -0000      1.57
@@ -2,9 +2,12 @@
 
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES = \
+AM_CPPFLAGS = \
 -I$(top_builddir) \
 -I$(top_srcdir) \
+-DPACKAGE_DATA_DIR=\"$(datadir)\" \
+-DPACKAGE_LIB_DIR=\"$(libdir)\" \
+-DPACKAGE_SYSCONF_DIR=\"$(sysconfdir)\" \
 @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ @EMOTION_CFLAGS@ @EPSILON_CFLAGS@ 
@EFREET_CFLAGS@
 
 lib_LTLIBRARIES = libewl.la
@@ -192,5 +195,5 @@
 installed_headersdir = $(prefix)/include/ewl
 installed_headers_DATA = $(EWLHEADERS)
 
-libewl_la_LIBADD = @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ 
@EPSILON_LIBS@ @EFREET_LIBS@ -lm
-libewl_la_LDFLAGS = -version-info 
@INTERFACE_CURRENT@:@INTERFACE_REVISION@:@INTERFACE_AGE@
+libewl_la_LIBADD = @EMOTION_LIBS@ @EPSILON_LIBS@ @EFREET_LIBS@ @EDJE_LIBS@ 
@ECORE_LIBS@ @EVAS_LIBS@ -lm
+libewl_la_LDFLAGS = -version-info @INTERFACE_VERSION@



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to