Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/plugins


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/plugins/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 4 Oct 2006 15:42:55 -0000       1.4
+++ Makefile.am 14 Nov 2007 21:55:30 -0000      1.5
@@ -1,7 +1,6 @@
-AUTOMAKE_OPTIONS       =       1.4 foreign
 MAINTAINERCLEANFILES   =       Makefile.in
 
-INCLUDES               =       -I$(top_srcdir)/src/lib \
+AM_CPPFLAGS            =       -I$(top_srcdir)/src/lib \
                                -I$(top_builddir)/src/lib \
                                -I$(top_srcdir)/src/bin \
                                -I$(top_builddir)/src/bin \
@@ -12,28 +11,23 @@
 
 pkgdir                  = $(libdir)/ewl/plugins
 
-pkg_LTLIBRARIES                = ewl_io_manager_text_plugin.la \
+pkg_LTLIBRARIES                = \
+ewl_io_manager_text_plugin.la \
 ewl_io_manager_text_c_plugin.la \
 ewl_io_manager_image_plugin.la
 
 ewl_io_manager_text_plugin_la_SOURCES   = ewl_io_manager_text_plugin.c
 ewl_io_manager_text_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
-ewl_io_manager_text_plugin_la_LDFLAGS  = -module -avoid-version \
-                         -L$(top_builddir)/src/lib \
-                         -L$(top_builddir)/src/lib/.libs
-ewl_io_manager_text_plugin_la_DEPENDENCIES = 
+ewl_io_manager_text_plugin_la_LDFLAGS  = -module -avoid-version
+ewl_io_manager_text_plugin_la_DEPENDENCIES =
 
 ewl_io_manager_text_c_plugin_la_SOURCES   = ewl_io_manager_text_c_plugin.c
 ewl_io_manager_text_c_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
-ewl_io_manager_text_c_plugin_la_LDFLAGS        = -module -avoid-version \
-                         -L$(top_builddir)/src/lib \
-                         -L$(top_builddir)/src/lib/.libs
-ewl_io_manager_text_c_plugin_la_DEPENDENCIES = 
+ewl_io_manager_text_c_plugin_la_LDFLAGS        = -module -avoid-version
+ewl_io_manager_text_c_plugin_la_DEPENDENCIES =
 
 ewl_io_manager_image_plugin_la_SOURCES   = ewl_io_manager_image_plugin.c
 ewl_io_manager_image_plugin_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
-ewl_io_manager_image_plugin_la_LDFLAGS = -module -avoid-version \
-                         -L$(top_builddir)/src/lib \
-                         -L$(top_builddir)/src/lib/.libs
-ewl_io_manager_image_plugin_la_DEPENDENCIES = 
+ewl_io_manager_image_plugin_la_LDFLAGS = -module -avoid-version
+ewl_io_manager_image_plugin_la_DEPENDENCIES =
 



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