Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        Makefile.am 


Log Message:
autostuff improvements:

 * use non deprecated version of AC_INIT and AM_INIT_AUTOMAKE
   and check the required minimal versions.
 * add bzipped distribution archive
 * add AC_LIBTOOL_WIN32_DLL
 * forbid libtool to check fortran and c++ compilers
 * compute libtool versioning from the version of the package
 * pass the directories based on ${prefix} to the preoprocessor
   with the -D option
 * replace INCLUDES, wich is deprecated since 2001 by AM_CPPFLAGS
 * remove useless -L flags in *_la_LDFLAGS
 * remove Makefile.in on maintainer-clean rule

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 2 Nov 2007 08:03:46 -0000       1.13
+++ Makefile.am 11 Nov 2007 10:11:19 -0000      1.14
@@ -1,15 +1,18 @@
-## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS     = 1.4 foreign
-
-# A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
+
 SUBDIRS              = exiftags
 
-INCLUDES            = -I$(top_srcdir)/src/include \
-                       @IMLIB2_CFLAGS@ @EPEG_CFLAGS@ @PNG_CFLAGS@ 
@ECORE_CFLAGS@ @EVAS_CFLAGS@ @EDJE_CFLAGS@ \
-                       -DPACKAGE_BIN_DIR=\""$(bindir)"\" \
-                       -DPACKAGE_LIB_DIR=\""$(libdir)"\"
+AM_CPPFLAGS = \
+-I$(top_srcdir)/src/include \
+-DPACKAGE_BIN_DIR=\""$(bindir)"\" \
+-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
 
 lib_LTLIBRARIES      = libepsilon.la
 include_HEADERS      = Epsilon.h Epsilon_Plugin.h
@@ -20,6 +23,6 @@
 epsilon_thumb.c \
 $(top_srcdir)/src/common/epsilon_thumb_common.c
 
-libepsilon_la_LIBADD   = exiftags/libepsilon_exiftags.la @IMLIB2_LIBS@ 
@EPEG_LIBS@ @PNG_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EDJE_LIBS@
-libepsilon_la_DEPENDENCIES = ../config.h 
-libepsilon_la_LDFLAGS      = $(LDFLAGS) -version-info 0:1:0
+libepsilon_la_LIBADD   = exiftags/libepsilon_exiftags.la @PNG_LIBS@ 
@EPEG_LIBS@ @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @IMLIB2_LIBS@
+libepsilon_la_DEPENDENCIES = ../config.h
+libepsilon_la_LDFLAGS      = -version-info @version_info@



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