version 1.1, 2011/06/08 07:09:12
|
version 1.1.1.2, 2012/02/17 12:50:02
|
Line 25 xml_files = \
|
Line 25 xml_files = \
|
test_19e.xml test_19f.xml test_19g.xml test_19.xml test13.xml \ |
test_19e.xml test_19f.xml test_19g.xml test_19.xml test13.xml \ |
channel5.xml channel4.xml channel2.xml channel3.xml channel.xml \ |
channel5.xml channel4.xml channel2.xml channel3.xml channel.xml \ |
test5.xml test3.xml test4.xml gmovil2.xml gmovil.xml small.xml \ |
test5.xml test3.xml test4.xml gmovil2.xml gmovil.xml small.xml \ |
test2.xml test.xml test_22.xml test_22b.xml test_22c.xml | test2.xml test.xml test_22.xml test_22b.xml test_22c.xml \ |
| test_44.xml test_44.dtd test_44_b.xml |
xdl_files = test17.xdl test03.xdl test04.xdl test01.xdl test02.xdl |
xdl_files = test17.xdl test03.xdl test04.xdl test01.xdl test02.xdl |
misc_files = Makefile.win test_01.vcproj |
misc_files = Makefile.win test_01.vcproj |
|
|
Line 51 BABEL = -DAXL_BABEL_SUPPORT
|
Line 52 BABEL = -DAXL_BABEL_SUPPORT
|
BABEL_LIB = $(top_builddir)/babel/libaxl-babel.la |
BABEL_LIB = $(top_builddir)/babel/libaxl-babel.la |
endif |
endif |
|
|
INCLUDES = -DTEST_DIR=$(top_srcdir)/test -I$(top_srcdir)/src/ -I$(top_srcdir)/ns -I$(top_srcdir)/babel -Wall $(LOG) $(NS) $(BABEL) -DVERSION=\""$(AXL_VERSION)"\" -D__axl_disable_broken_bool_def__ | INCLUDES = -DTEST_DIR=$(top_srcdir)/test -I$(top_srcdir)/src/ -I$(top_srcdir)/ns -I$(top_srcdir)/babel $(compiler_options) $(LOG) $(NS) $(BABEL) -DVERSION=\""$(AXL_VERSION)"\" -D__axl_disable_broken_bool_def__ |
|
|
# replace with bin_PROGRAMS to check performance |
# replace with bin_PROGRAMS to check performance |
noinst_PROGRAMS = test_01 test_01a test_02a test_03a |
noinst_PROGRAMS = test_01 test_01a test_02a test_03a |
Line 96 leak-check:
|
Line 97 leak-check:
|
libtool --mode=execute valgrind --leak-check=yes ./test_01 |
libtool --mode=execute valgrind --leak-check=yes ./test_01 |
|
|
compref: |
compref: |
gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_01b.c -o test_01b | $(compiler) $(compiler_options) `pkg-config --libs --cflags libxml-2.0` test_01b.c -o test_01b |
gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_02b.c -o test_02b | $(compiler) $(compiler_options) `pkg-config --libs --cflags libxml-2.0` test_02b.c -o test_02b |
gcc -g -Wall `pkg-config --libs --cflags glib-2.0` -I$(top_srcdir)/src $(top_builddir)/src/.libs/libaxl.so test_03c.c -o test_03c | $(compiler) $(compiler_options) `pkg-config --libs --cflags glib-2.0` -I$(top_srcdir)/src $(top_builddir)/src/.libs/libaxl.so test_03c.c -o test_03c |
|
|