Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        Makefile.am 
Added Files:
        Test.h main.c 


Log Message:
Initial work for a modular test application done by dj2.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- Makefile.am 23 Feb 2006 05:00:52 -0000      1.19
+++ Makefile.am 2 Mar 2006 06:34:28 -0000       1.20
@@ -1,10 +1,12 @@
 AUTOMAKE_OPTIONS               =       1.4 foreign
 MAINTAINERCLEANFILES           =       Makefile.in
 
+SUBDIRS                                =       tests
+
 AM_CFLAGS                      =       -W -Wall -Wno-implicit
 INCLUDES                       =       -I$(top_srcdir)/src/lib 
-I$(top_builddir)/src/lib @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ 
@EMOTION_CFLAGS@
 
-EWLTESTPROGRAMS                 =      ewl_test ewl_embed_test ewl_simple_test 
ewl_media_test
+EWLTESTPROGRAMS                 =      ewl_test ewl_test2 ewl_embed_test 
ewl_simple_test ewl_media_test
 
 bin_PROGRAMS                   =       $(EWLTESTPROGRAMS)
 
@@ -50,6 +52,11 @@
 # ewl_test_LDFLAGS             =       
 ewl_test_LDADD                 =       $(top_builddir)/src/lib/libewl.la 
@EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ @EMOTION_LIBS@ 
 
+ewl_test2_DEPENDENCIES         =       $(top_builddir)/src/lib/libewl.la
+ewl_test2_SOURCES              =       Test.h main.c
+
+ewl_test2_LDADD                        =       
$(top_builddir)/src/lib/libewl.la @EDJE_LIBS@ @ECORE_LIBS@ @EVAS_LIBS@ 
@EMOTION_LIBS@ 
+
 ewl_embed_test_DEPENDENCIES    =       $(top_builddir)/src/lib/libewl.la
 ewl_embed_test_SOURCES         =       ewl_embed_test.c
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to