Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/bin


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/esmart/src/bin/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 12 Jul 2007 21:07:00 -0000      1.8
+++ Makefile.am 11 Nov 2007 11:05:06 -0000      1.9
@@ -1,30 +1,34 @@
+
 MAINTAINERCLEANFILES = Makefile.in
 
-AM_CFLAGS = -I$(top_srcdir)/src/lib \
-            -I$(top_srcdir)/src/lib/esmart_thumb \
-            -I$(top_srcdir)/src/lib/esmart_container \
-            -I$(top_srcdir)/src/lib/esmart_trans_x11 \
-            -I$(top_srcdir)/src/lib/esmart_draggies \
-            -I$(top_srcdir)/src/lib/esmart_text_entry \
-            -I$(top_srcdir)/src/lib/esmart_file_dialog \
-            @CONTAINER_CFLAGS@ @THUMB_CFLAGS@
-
-bin_PROGRAMS                   = esmart_test esmart_text_entry_test
-
-#esmart_test_DEPENDENCIES      = $(top_builddir)/src/lib/libesmart.la
-esmart_test_SOURCES            = esmart_test.c 
-
-esmart_test_LDADD              = \
-               $(top_builddir)/src/lib/esmart_container/libesmart_container.la 
\
-               $(top_builddir)/src/lib/esmart_draggies/libesmart_draggies.la \
-               $(top_builddir)/src/lib/esmart_thumb/libesmart_thumb.la \
-               $(top_builddir)/src/lib/esmart_trans_x11/libesmart_trans_x11.la 
\
-               @CONTAINER_LIBS@ @THUMB_LIBS@
+AM_CPPFLAGS = \
+-I$(top_srcdir)/src/lib \
+-I$(top_srcdir)/src/lib/esmart_thumb \
+-I$(top_srcdir)/src/lib/esmart_container \
+-I$(top_srcdir)/src/lib/esmart_trans_x11 \
+-I$(top_srcdir)/src/lib/esmart_draggies \
+-I$(top_srcdir)/src/lib/esmart_text_entry \
+-I$(top_srcdir)/src/lib/esmart_file_dialog \
+-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
+
+bin_PROGRAMS = esmart_test esmart_text_entry_test
+
+#esmart_test_DEPENDENCIES = $(top_builddir)/src/lib/libesmart.la
+esmart_test_SOURCES = esmart_test.c
+
+esmart_test_LDADD = \
+$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
+$(top_builddir)/src/lib/esmart_draggies/libesmart_draggies.la \
+$(top_builddir)/src/lib/esmart_thumb/libesmart_thumb.la \
+$(top_builddir)/src/lib/esmart_trans_x11/libesmart_trans_x11.la \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
 
-esmart_text_entry_test_SOURCES         = esmart_text_entry_test.c
+esmart_text_entry_test_SOURCES = esmart_text_entry_test.c
 
 esmart_text_entry_test_LDADD = \
-                
$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \
-                
$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
-                @TEXT_ENTRY_LIBS@
-
+$(top_builddir)/src/lib/esmart_text_entry/libesmart_text_entry.la \
+$(top_builddir)/src/lib/esmart_container/libesmart_container.la \
[EMAIL PROTECTED]@



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