You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/06/02 14:15:20 UTC

svn commit: r411137 - /webservices/axis2/trunk/c/xml_schema/test/Makefile.am

Author: nandika
Date: Fri Jun  2 05:15:19 2006
New Revision: 411137

URL: http://svn.apache.org/viewvc?rev=411137&view=rev
Log:
makefile added for tests

Added:
    webservices/axis2/trunk/c/xml_schema/test/Makefile.am

Added: webservices/axis2/trunk/c/xml_schema/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/test/Makefile.am?rev=411137&view=auto
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/test/Makefile.am (added)
+++ webservices/axis2/trunk/c/xml_schema/test/Makefile.am Fri Jun  2 05:15:19 2006
@@ -0,0 +1,25 @@
+TESTS = xml_schema_test
+prgbin_PROGRAMS = xml_schema_test
+prgbindir=
+check_PROGRAMS = xml_schema_test
+SUBDIRS =
+
+AM_CFLAGS = -g -O2 -pthread
+
+xml_schema_test_SOURCES = main.c xml_schema_test.c
+                 
+xml_schema_test_LDADD   =   \
+                    -L$(CUTEST_HOME)/lib \
+                    -lcutest \
+                    -laxis2_util \
+                    -laxis2_axiom \
+                    -laxis2_parser \
+                    -laxis2_xml_schema \
+                    $(LIBXML2_LIBS)
+                    
+INCLUDES = -I$(top_builddir)/include \
+            -I$(top_builddir)/axiom/include \
+            -I$(top_builddir)/xml_schema/include \
+            -I${CUTEST_HOME}/include \
+            @UTILINC@
+



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org