Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/colorpicker


Modified Files:
        Makefile.am 


Log Message:
add --disable-tests to configre option to remove the bild of the tests. Add the 
dll build of the tests on Windows

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/colorpicker/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 17 Oct 2006 04:59:53 -0000      1.1
+++ Makefile.am 16 Nov 2007 18:57:52 -0000      1.2
@@ -1,30 +1,30 @@
-AUTOMAKE_OPTIONS       =       1.4 foreign
-MAINTAINERCLEANFILES   =       Makefile.in
 
-INCLUDES               =       -I$(top_srcdir)/src/lib \
-                               -I$(top_builddir)/src/lib \
-                               -I$(top_srcdir)/src/bin \
-                               -I$(top_builddir)/src/bin \
-                               @EDJE_CFLAGS@ \
-                               @ECORE_CFLAGS@ \
-                               @EVAS_CFLAGS@ \
-                               @EMOTION_CFLAGS@
-
-pkgdir                  = $(libdir)/ewl/tests
-
-pkg_LTLIBRARIES                = ewl_colorpicker.la
-
-ewl_colorpicker_la_SOURCES   = ewl_colorpicker.c
-ewl_colorpicker_la_LIBADD    = $(top_builddir)/src/lib/libewl.la
-ewl_colorpicker_la_LDFLAGS     = -module -avoid-version \
-                         -L$(top_builddir)/src/lib \
-                         -L$(top_builddir)/src/lib/.libs
-ewl_colorpicker_la_DEPENDENCIES = 
+MAINTAINERCLEANFILES = Makefile.in
+
+AM_CPPFLAGS = \
+-I$(top_srcdir)/src/lib \
+-I$(top_builddir)/src/lib \
+-I$(top_srcdir)/src/bin \
+-I$(top_builddir)/src/bin \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@
+
+if EWL_TESTS_BUILD
+
+pkgdir= $(libdir)/ewl/tests
+
+pkg_LTLIBRARIES= ewl_colorpicker.la
+
+ewl_colorpicker_la_SOURCES= ewl_colorpicker.c
+ewl_colorpicker_la_LIBADD= $(top_builddir)/src/lib/libewl.la
+ewl_colorpicker_la_LDFLAGS= -module @create_shared_lib@ -avoid-version
 
 FILES = $(ewl_colorpicker_la_SOURCES)
 
-EXTRA_DIST = $(FILES)
+exampledir = $(pkgdatadir)/examples/
+example_DATA = $(FILES)
 
-exampledir                     =       $(pkgdatadir)/examples/
-example_DATA                   =       $(FILES)
+endif
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to