Annotation of gpl/axl/test/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.9.6 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005  Free Software Foundation, Inc.
                      6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: 
                     18: srcdir = @srcdir@
                     19: top_srcdir = @top_srcdir@
                     20: VPATH = @srcdir@
                     21: pkgdatadir = $(datadir)/@PACKAGE@
                     22: pkglibdir = $(libdir)/@PACKAGE@
                     23: pkgincludedir = $(includedir)/@PACKAGE@
                     24: top_builddir = ..
                     25: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     26: INSTALL = @INSTALL@
                     27: install_sh_DATA = $(install_sh) -c -m 644
                     28: install_sh_PROGRAM = $(install_sh) -c
                     29: install_sh_SCRIPT = $(install_sh) -c
                     30: INSTALL_HEADER = $(INSTALL_DATA)
                     31: transform = $(program_transform_name)
                     32: NORMAL_INSTALL = :
                     33: PRE_INSTALL = :
                     34: POST_INSTALL = :
                     35: NORMAL_UNINSTALL = :
                     36: PRE_UNINSTALL = :
                     37: POST_UNINSTALL = :
                     38: build_triplet = @build@
                     39: host_triplet = @host@
                     40: noinst_PROGRAMS = test_01$(EXEEXT) test_01a$(EXEEXT) test_02a$(EXEEXT) \
                     41:        test_03a$(EXEEXT)
                     42: subdir = test
                     43: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     44: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     45: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     46: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     47:        $(ACLOCAL_M4)
                     48: mkinstalldirs = $(install_sh) -d
                     49: CONFIG_HEADER = $(top_builddir)/config.h
                     50: CONFIG_CLEAN_FILES =
                     51: PROGRAMS = $(noinst_PROGRAMS)
                     52: am_test_01_OBJECTS = test_01.$(OBJEXT)
                     53: test_01_OBJECTS = $(am_test_01_OBJECTS)
                     54: @ENABLE_AXL_NS_TRUE@am__DEPENDENCIES_1 =  \
                     55: @ENABLE_AXL_NS_TRUE@   $(top_builddir)/ns/libaxl-ns.la
                     56: @ENABLE_AXL_BABEL_TRUE@am__DEPENDENCIES_2 =  \
                     57: @ENABLE_AXL_BABEL_TRUE@        $(top_builddir)/babel/libaxl-babel.la
                     58: test_01_DEPENDENCIES = $(top_builddir)/src/libaxl.la \
                     59:        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2)
                     60: am_test_01a_OBJECTS = test_01a.$(OBJEXT)
                     61: test_01a_OBJECTS = $(am_test_01a_OBJECTS)
                     62: test_01a_DEPENDENCIES = $(top_builddir)/src/libaxl.la
                     63: am_test_02a_OBJECTS = test_02a.$(OBJEXT)
                     64: test_02a_OBJECTS = $(am_test_02a_OBJECTS)
                     65: test_02a_DEPENDENCIES = $(top_builddir)/src/libaxl.la
                     66: am_test_03a_OBJECTS = test_03a.$(OBJEXT)
                     67: test_03a_OBJECTS = $(am_test_03a_OBJECTS)
                     68: test_03a_DEPENDENCIES = $(top_builddir)/src/libaxl.la
                     69: am__installdirs = "$(DESTDIR)$(bindir)"
                     70: binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
                     71: SCRIPTS = $(bin_SCRIPTS)
                     72: DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
                     73: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     74: am__depfiles_maybe = depfiles
                     75: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     76:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     77: LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
                     78:        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
                     79:        $(AM_CFLAGS) $(CFLAGS)
                     80: CCLD = $(CC)
                     81: LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
                     82:        $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     83: SOURCES = $(test_01_SOURCES) $(test_01a_SOURCES) $(test_02a_SOURCES) \
                     84:        $(test_03a_SOURCES)
                     85: DIST_SOURCES = $(test_01_SOURCES) $(test_01a_SOURCES) \
                     86:        $(test_02a_SOURCES) $(test_03a_SOURCES)
                     87: ETAGS = etags
                     88: CTAGS = ctags
                     89: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     90: ACLOCAL = @ACLOCAL@
                     91: AMDEP_FALSE = @AMDEP_FALSE@
                     92: AMDEP_TRUE = @AMDEP_TRUE@
                     93: AMTAR = @AMTAR@
                     94: AR = @AR@
                     95: AUTOCONF = @AUTOCONF@
                     96: AUTOHEADER = @AUTOHEADER@
                     97: AUTOMAKE = @AUTOMAKE@
                     98: AWK = @AWK@
                     99: AXL_VERSION = @AXL_VERSION@
                    100: CC = @CC@
                    101: CCDEPMODE = @CCDEPMODE@
                    102: CFLAGS = @CFLAGS@
                    103: CPP = @CPP@
                    104: CPPFLAGS = @CPPFLAGS@
                    105: CXX = @CXX@
                    106: CXXCPP = @CXXCPP@
                    107: CXXDEPMODE = @CXXDEPMODE@
                    108: CXXFLAGS = @CXXFLAGS@
                    109: CYGPATH_W = @CYGPATH_W@
                    110: DEFS = @DEFS@
                    111: DEPDIR = @DEPDIR@
                    112: DOXYGEN = @DOXYGEN@
                    113: DSYMUTIL = @DSYMUTIL@
                    114: ECHO = @ECHO@
                    115: ECHO_C = @ECHO_C@
                    116: ECHO_N = @ECHO_N@
                    117: ECHO_T = @ECHO_T@
                    118: EGREP = @EGREP@
                    119: ENABLE_AF_ARCH_DOC_FALSE = @ENABLE_AF_ARCH_DOC_FALSE@
                    120: ENABLE_AF_ARCH_DOC_TRUE = @ENABLE_AF_ARCH_DOC_TRUE@
                    121: ENABLE_AXL_BABEL_FALSE = @ENABLE_AXL_BABEL_FALSE@
                    122: ENABLE_AXL_BABEL_TRUE = @ENABLE_AXL_BABEL_TRUE@
                    123: ENABLE_AXL_KNIFE_FALSE = @ENABLE_AXL_KNIFE_FALSE@
                    124: ENABLE_AXL_KNIFE_TRUE = @ENABLE_AXL_KNIFE_TRUE@
                    125: ENABLE_AXL_LOG_FALSE = @ENABLE_AXL_LOG_FALSE@
                    126: ENABLE_AXL_LOG_TRUE = @ENABLE_AXL_LOG_TRUE@
                    127: ENABLE_AXL_NS_FALSE = @ENABLE_AXL_NS_FALSE@
                    128: ENABLE_AXL_NS_TRUE = @ENABLE_AXL_NS_TRUE@
                    129: ENABLE_AXL_TESTS_FALSE = @ENABLE_AXL_TESTS_FALSE@
                    130: ENABLE_AXL_TESTS_TRUE = @ENABLE_AXL_TESTS_TRUE@
                    131: ENABLE_PY_AXL_FALSE = @ENABLE_PY_AXL_FALSE@
                    132: ENABLE_PY_AXL_TRUE = @ENABLE_PY_AXL_TRUE@
                    133: EXARG_FLAGS = @EXARG_FLAGS@
                    134: EXEEXT = @EXEEXT@
                    135: F77 = @F77@
                    136: FFLAGS = @FFLAGS@
                    137: GREP = @GREP@
                    138: INSTALL_DATA = @INSTALL_DATA@
                    139: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    140: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    141: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    142: LDFLAGS = @LDFLAGS@
                    143: LIBOBJS = @LIBOBJS@
                    144: LIBS = @LIBS@
                    145: LIBTOOL = @LIBTOOL@
                    146: LN_S = @LN_S@
                    147: LTLIBOBJS = @LTLIBOBJS@
                    148: MAINT = @MAINT@
                    149: MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
                    150: MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
                    151: MAKEINFO = @MAKEINFO@
                    152: NMEDIT = @NMEDIT@
                    153: OBJEXT = @OBJEXT@
                    154: PACKAGE = @PACKAGE@
                    155: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    156: PACKAGE_NAME = @PACKAGE_NAME@
                    157: PACKAGE_STRING = @PACKAGE_STRING@
                    158: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    159: PACKAGE_VERSION = @PACKAGE_VERSION@
                    160: PATH_SEPARATOR = @PATH_SEPARATOR@
                    161: PYTHON = @PYTHON@
                    162: PYTHON_CFLAGS = @PYTHON_CFLAGS@
                    163: PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
                    164: PYTHON_INCLUDES = @PYTHON_INCLUDES@
                    165: PYTHON_LIBS = @PYTHON_LIBS@
                    166: PYTHON_PLATFORM = @PYTHON_PLATFORM@
                    167: PYTHON_PREFIX = @PYTHON_PREFIX@
                    168: PYTHON_VERSION = @PYTHON_VERSION@
                    169: RANLIB = @RANLIB@
                    170: SED = @SED@
                    171: SET_MAKE = @SET_MAKE@
                    172: SHARED_EXTENSION = @SHARED_EXTENSION@
                    173: SHELL = @SHELL@
                    174: STRIP = @STRIP@
                    175: VERSION = @VERSION@
                    176: ac_ct_CC = @ac_ct_CC@
                    177: ac_ct_CXX = @ac_ct_CXX@
                    178: ac_ct_F77 = @ac_ct_F77@
                    179: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    180: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    181: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    182: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    183: am__include = @am__include@
                    184: am__leading_dot = @am__leading_dot@
                    185: am__quote = @am__quote@
                    186: am__tar = @am__tar@
                    187: am__untar = @am__untar@
                    188: bindir = @bindir@
                    189: build = @build@
                    190: build_alias = @build_alias@
                    191: build_cpu = @build_cpu@
                    192: build_os = @build_os@
                    193: build_vendor = @build_vendor@
                    194: datadir = @datadir@
                    195: datarootdir = @datarootdir@
                    196: docdir = @docdir@
                    197: dvidir = @dvidir@
                    198: exec_prefix = @exec_prefix@
                    199: host = @host@
                    200: host_alias = @host_alias@
                    201: host_cpu = @host_cpu@
                    202: host_os = @host_os@
                    203: host_vendor = @host_vendor@
                    204: htmldir = @htmldir@
                    205: includedir = @includedir@
                    206: infodir = @infodir@
                    207: install_sh = @install_sh@
                    208: libdir = @libdir@
                    209: libexecdir = @libexecdir@
                    210: localedir = @localedir@
                    211: localstatedir = @localstatedir@
                    212: mandir = @mandir@
                    213: mkdir_p = @mkdir_p@
                    214: oldincludedir = @oldincludedir@
                    215: pdfdir = @pdfdir@
                    216: pkgpyexecdir = @pkgpyexecdir@
                    217: pkgpythondir = @pkgpythondir@
                    218: prefix = @prefix@
                    219: program_transform_name = @program_transform_name@
                    220: psdir = @psdir@
                    221: pyexecdir = @pyexecdir@
                    222: pythondir = @pythondir@
                    223: sbindir = @sbindir@
                    224: sharedstatedir = @sharedstatedir@
                    225: sysconfdir = @sysconfdir@
                    226: target_alias = @target_alias@
                    227: h_files = fact.dtd.h channel.dtd.h xml-rpc.dtd.h tls.dtd.h 
                    228: c_files = gen-codes.c gen-table.c read-codes.c test_01.c 
                    229: dtd_files = channel.dtd fact.dtd test_30b.dtd test_30.dtd test_31a.dtd \
                    230:        test_31.dtd test_32.dtd test_38.dtd test3.dtd \
                    231:        test4.dtd test5.1.dtd test5.dtd test.dtd tls.dtd xml-rpc.dtd 
                    232: 
                    233: xml_files = \
                    234:        test_42.xml test_42a.xml test_42c.xml test_42d.xml \
                    235:         test_41.iso-8859-8.xml test_41.iso-8859-7.xml  \
                    236:        test_41.iso-8859-6.xml test_41.iso-8859-5.xml test_41.iso-8859-4.xml  \
                    237:        test_41.iso-8859-3.xml test_41.utf-8.withoutheader.xml  \
                    238:        test_41.utf-8.wrongwithoutheader.xml \
                    239:        test_41.utf-8.withoutencoding.xml test_13f.xml test_41.iso-8859-15.2.xml \
                    240:        test_41.iso-8859-15.xml test_41.iso-8859-1.xml test_41.iso-8859-2.xml  \
                    241:        test_41.iso-8859-9.xml test_41.utf-8.wrong.xml test_41.utf-8.xml  \
                    242:        test_41.utf-16.xml test_41.utf-32be.xml test_41.utf-32.xml \
                    243:        test_13e.xml test_40.xml test_01f2.xml test_01f.xml test_01e.xml \
                    244:        test_38.xml test_35.xml test_13d.xml test_32.xml test_31.xml \
                    245:        test_30b.xml test_30a.xml test_30.xml test_29.xml test_28.xml \
                    246:        test_27.xml test_26d.xml test_23d.xml test_26c.xml test_26b.xml  \
                    247:        test_26.xml large.xml test_23b.xml test_23.xml test_21.xml  \
                    248:        test_01d.xml test_20a.xml test_20.xml test_01b.xml test_13b.xml \
                    249:        test_13c.xml test_19a.xml test_19b.xml test_19c.xml test_19d.xml \
                    250:        test_19e.xml test_19f.xml test_19g.xml test_19.xml test13.xml  \
                    251:        channel5.xml channel4.xml channel2.xml channel3.xml channel.xml \
                    252:        test5.xml test3.xml test4.xml gmovil2.xml gmovil.xml small.xml  \
                    253:        test2.xml test.xml  test_22.xml test_22b.xml test_22c.xml
                    254: 
                    255: xdl_files = test17.xdl test03.xdl test04.xdl test01.xdl test02.xdl 
                    256: misc_files = Makefile.win test_01.vcproj
                    257: EXTRA_DIST = $(h_files) $(c_files) $(dtd_files) $(xml_files) $(misc_files) $(xdl_files) test_01.py test-axl-knife.pl
                    258: knife_files = \
                    259:        knife.test_01.xml knife.test_01.ref \
                    260:        knife.test_01.b.xml knife.test_01.b.ref \
                    261:        knife.test_01.c.xml knife.test_01.c.ref \
                    262:        knife.test_01.d.xml knife.test_01.d.ref 
                    263: 
                    264: @ENABLE_AXL_LOG_TRUE@LOG = -DSHOW_DEBUG_LOG
                    265: @ENABLE_AXL_NS_TRUE@NS = -DAXL_NS_SUPPORT
                    266: @ENABLE_AXL_NS_TRUE@NS_LIB = $(top_builddir)/ns/libaxl-ns.la
                    267: @ENABLE_AXL_BABEL_TRUE@BABEL = -DAXL_BABEL_SUPPORT
                    268: @ENABLE_AXL_BABEL_TRUE@BABEL_LIB = $(top_builddir)/babel/libaxl-babel.la
                    269: 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__ 
                    270: TESTS = test_01
                    271: @ENABLE_PY_AXL_TRUE@AXL_PY_PREPARE = prepare_files
                    272: bin_SCRIPTS = $(AXL_PY_PREPARE)
                    273: test_01_SOURCES = test_01.c
                    274: test_01_LDADD = $(top_builddir)/src/libaxl.la $(NS_LIB) $(BABEL_LIB)
                    275: test_01a_SOURCES = test_01a.c
                    276: test_01a_LDADD = $(top_builddir)/src/libaxl.la 
                    277: test_02a_SOURCES = test_02a.c
                    278: test_02a_LDADD = $(top_builddir)/src/libaxl.la 
                    279: test_03a_SOURCES = test_03a.c
                    280: test_03a_LDADD = $(top_builddir)/src/libaxl.la
                    281: all: all-am
                    282: 
                    283: .SUFFIXES:
                    284: .SUFFIXES: .c .lo .o .obj
                    285: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    286:        @for dep in $?; do \
                    287:          case '$(am__configure_deps)' in \
                    288:            *$$dep*) \
                    289:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    290:                && exit 0; \
                    291:              exit 1;; \
                    292:          esac; \
                    293:        done; \
                    294:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  test/Makefile'; \
                    295:        cd $(top_srcdir) && \
                    296:          $(AUTOMAKE) --gnu  test/Makefile
                    297: .PRECIOUS: Makefile
                    298: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    299:        @case '$?' in \
                    300:          *config.status*) \
                    301:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    302:          *) \
                    303:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    304:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    305:        esac;
                    306: 
                    307: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    308:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    309: 
                    310: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    311:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    312: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    313:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    314: 
                    315: clean-noinstPROGRAMS:
                    316:        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
                    317:          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
                    318:          echo " rm -f $$p $$f"; \
                    319:          rm -f $$p $$f ; \
                    320:        done
                    321: test_01$(EXEEXT): $(test_01_OBJECTS) $(test_01_DEPENDENCIES) 
                    322:        @rm -f test_01$(EXEEXT)
                    323:        $(LINK) $(test_01_LDFLAGS) $(test_01_OBJECTS) $(test_01_LDADD) $(LIBS)
                    324: test_01a$(EXEEXT): $(test_01a_OBJECTS) $(test_01a_DEPENDENCIES) 
                    325:        @rm -f test_01a$(EXEEXT)
                    326:        $(LINK) $(test_01a_LDFLAGS) $(test_01a_OBJECTS) $(test_01a_LDADD) $(LIBS)
                    327: test_02a$(EXEEXT): $(test_02a_OBJECTS) $(test_02a_DEPENDENCIES) 
                    328:        @rm -f test_02a$(EXEEXT)
                    329:        $(LINK) $(test_02a_LDFLAGS) $(test_02a_OBJECTS) $(test_02a_LDADD) $(LIBS)
                    330: test_03a$(EXEEXT): $(test_03a_OBJECTS) $(test_03a_DEPENDENCIES) 
                    331:        @rm -f test_03a$(EXEEXT)
                    332:        $(LINK) $(test_03a_LDFLAGS) $(test_03a_OBJECTS) $(test_03a_LDADD) $(LIBS)
                    333: install-binSCRIPTS: $(bin_SCRIPTS)
                    334:        @$(NORMAL_INSTALL)
                    335:        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
                    336:        @list='$(bin_SCRIPTS)'; for p in $$list; do \
                    337:          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
                    338:          if test -f $$d$$p; then \
                    339:            f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
                    340:            echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
                    341:            $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \
                    342:          else :; fi; \
                    343:        done
                    344: 
                    345: uninstall-binSCRIPTS:
                    346:        @$(NORMAL_UNINSTALL)
                    347:        @list='$(bin_SCRIPTS)'; for p in $$list; do \
                    348:          f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
                    349:          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
                    350:          rm -f "$(DESTDIR)$(bindir)/$$f"; \
                    351:        done
                    352: 
                    353: mostlyclean-compile:
                    354:        -rm -f *.$(OBJEXT)
                    355: 
                    356: distclean-compile:
                    357:        -rm -f *.tab.c
                    358: 
                    359: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_01.Po@am__quote@
                    360: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_01a.Po@am__quote@
                    361: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_02a.Po@am__quote@
                    362: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_03a.Po@am__quote@
                    363: 
                    364: .c.o:
                    365: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    366: @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    367: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    368: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    369: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    370: 
                    371: .c.obj:
                    372: @am__fastdepCC_TRUE@   if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
                    373: @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    374: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    375: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    376: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    377: 
                    378: .c.lo:
                    379: @am__fastdepCC_TRUE@   if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
                    380: @am__fastdepCC_TRUE@   then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
                    381: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
                    382: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    383: @am__fastdepCC_FALSE@  $(LTCOMPILE) -c -o $@ $<
                    384: 
                    385: mostlyclean-libtool:
                    386:        -rm -f *.lo
                    387: 
                    388: clean-libtool:
                    389:        -rm -rf .libs _libs
                    390: 
                    391: distclean-libtool:
                    392:        -rm -f libtool
                    393: uninstall-info-am:
                    394: 
                    395: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    396:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    397:        unique=`for i in $$list; do \
                    398:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    399:          done | \
                    400:          $(AWK) '    { files[$$0] = 1; } \
                    401:               END { for (i in files) print i; }'`; \
                    402:        mkid -fID $$unique
                    403: tags: TAGS
                    404: 
                    405: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    406:                $(TAGS_FILES) $(LISP)
                    407:        tags=; \
                    408:        here=`pwd`; \
                    409:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    410:        unique=`for i in $$list; do \
                    411:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    412:          done | \
                    413:          $(AWK) '    { files[$$0] = 1; } \
                    414:               END { for (i in files) print i; }'`; \
                    415:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    416:          test -n "$$unique" || unique=$$empty_fix; \
                    417:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    418:            $$tags $$unique; \
                    419:        fi
                    420: ctags: CTAGS
                    421: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    422:                $(TAGS_FILES) $(LISP)
                    423:        tags=; \
                    424:        here=`pwd`; \
                    425:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    426:        unique=`for i in $$list; do \
                    427:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    428:          done | \
                    429:          $(AWK) '    { files[$$0] = 1; } \
                    430:               END { for (i in files) print i; }'`; \
                    431:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    432:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    433:             $$tags $$unique
                    434: 
                    435: GTAGS:
                    436:        here=`$(am__cd) $(top_builddir) && pwd` \
                    437:          && cd $(top_srcdir) \
                    438:          && gtags -i $(GTAGS_ARGS) $$here
                    439: 
                    440: distclean-tags:
                    441:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    442: 
                    443: check-TESTS: $(TESTS)
                    444:        @failed=0; all=0; xfail=0; xpass=0; skip=0; \
                    445:        srcdir=$(srcdir); export srcdir; \
                    446:        list='$(TESTS)'; \
                    447:        if test -n "$$list"; then \
                    448:          for tst in $$list; do \
                    449:            if test -f ./$$tst; then dir=./; \
                    450:            elif test -f $$tst; then dir=; \
                    451:            else dir="$(srcdir)/"; fi; \
                    452:            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
                    453:              all=`expr $$all + 1`; \
                    454:              case " $(XFAIL_TESTS) " in \
                    455:              *" $$tst "*) \
                    456:                xpass=`expr $$xpass + 1`; \
                    457:                failed=`expr $$failed + 1`; \
                    458:                echo "XPASS: $$tst"; \
                    459:              ;; \
                    460:              *) \
                    461:                echo "PASS: $$tst"; \
                    462:              ;; \
                    463:              esac; \
                    464:            elif test $$? -ne 77; then \
                    465:              all=`expr $$all + 1`; \
                    466:              case " $(XFAIL_TESTS) " in \
                    467:              *" $$tst "*) \
                    468:                xfail=`expr $$xfail + 1`; \
                    469:                echo "XFAIL: $$tst"; \
                    470:              ;; \
                    471:              *) \
                    472:                failed=`expr $$failed + 1`; \
                    473:                echo "FAIL: $$tst"; \
                    474:              ;; \
                    475:              esac; \
                    476:            else \
                    477:              skip=`expr $$skip + 1`; \
                    478:              echo "SKIP: $$tst"; \
                    479:            fi; \
                    480:          done; \
                    481:          if test "$$failed" -eq 0; then \
                    482:            if test "$$xfail" -eq 0; then \
                    483:              banner="All $$all tests passed"; \
                    484:            else \
                    485:              banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
                    486:            fi; \
                    487:          else \
                    488:            if test "$$xpass" -eq 0; then \
                    489:              banner="$$failed of $$all tests failed"; \
                    490:            else \
                    491:              banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
                    492:            fi; \
                    493:          fi; \
                    494:          dashes="$$banner"; \
                    495:          skipped=""; \
                    496:          if test "$$skip" -ne 0; then \
                    497:            skipped="($$skip tests were not run)"; \
                    498:            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
                    499:              dashes="$$skipped"; \
                    500:          fi; \
                    501:          report=""; \
                    502:          if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
                    503:            report="Please report to $(PACKAGE_BUGREPORT)"; \
                    504:            test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
                    505:              dashes="$$report"; \
                    506:          fi; \
                    507:          dashes=`echo "$$dashes" | sed s/./=/g`; \
                    508:          echo "$$dashes"; \
                    509:          echo "$$banner"; \
                    510:          test -z "$$skipped" || echo "$$skipped"; \
                    511:          test -z "$$report" || echo "$$report"; \
                    512:          echo "$$dashes"; \
                    513:          test "$$failed" -eq 0; \
                    514:        else :; fi
                    515: 
                    516: distdir: $(DISTFILES)
                    517:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    518:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    519:        list='$(DISTFILES)'; for file in $$list; do \
                    520:          case $$file in \
                    521:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    522:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    523:          esac; \
                    524:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    525:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    526:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    527:            dir="/$$dir"; \
                    528:            $(mkdir_p) "$(distdir)$$dir"; \
                    529:          else \
                    530:            dir=''; \
                    531:          fi; \
                    532:          if test -d $$d/$$file; then \
                    533:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    534:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    535:            fi; \
                    536:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    537:          else \
                    538:            test -f $(distdir)/$$file \
                    539:            || cp -p $$d/$$file $(distdir)/$$file \
                    540:            || exit 1; \
                    541:          fi; \
                    542:        done
                    543: check-am: all-am
                    544:        $(MAKE) $(AM_MAKEFLAGS) check-TESTS
                    545: check: check-am
                    546: all-am: Makefile $(PROGRAMS) $(SCRIPTS)
                    547: installdirs:
                    548:        for dir in "$(DESTDIR)$(bindir)"; do \
                    549:          test -z "$$dir" || $(mkdir_p) "$$dir"; \
                    550:        done
                    551: install: install-am
                    552: install-exec: install-exec-am
                    553: install-data: install-data-am
                    554: uninstall: uninstall-am
                    555: 
                    556: install-am: all-am
                    557:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    558: 
                    559: installcheck: installcheck-am
                    560: install-strip:
                    561:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    562:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    563:          `test -z '$(STRIP)' || \
                    564:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    565: mostlyclean-generic:
                    566: 
                    567: clean-generic:
                    568: 
                    569: distclean-generic:
                    570:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    571: 
                    572: maintainer-clean-generic:
                    573:        @echo "This command is intended for maintainers to use"
                    574:        @echo "it deletes files that may require special tools to rebuild."
                    575: clean: clean-am
                    576: 
                    577: clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
                    578:        mostlyclean-am
                    579: 
                    580: distclean: distclean-am
                    581:        -rm -rf ./$(DEPDIR)
                    582:        -rm -f Makefile
                    583: distclean-am: clean-am distclean-compile distclean-generic \
                    584:        distclean-libtool distclean-tags
                    585: 
                    586: dvi: dvi-am
                    587: 
                    588: dvi-am:
                    589: 
                    590: html: html-am
                    591: 
                    592: info: info-am
                    593: 
                    594: info-am:
                    595: 
                    596: install-data-am:
                    597: 
                    598: install-exec-am: install-binSCRIPTS
                    599: 
                    600: install-info: install-info-am
                    601: 
                    602: install-man:
                    603: 
                    604: installcheck-am:
                    605: 
                    606: maintainer-clean: maintainer-clean-am
                    607:        -rm -rf ./$(DEPDIR)
                    608:        -rm -f Makefile
                    609: maintainer-clean-am: distclean-am maintainer-clean-generic
                    610: 
                    611: mostlyclean: mostlyclean-am
                    612: 
                    613: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
                    614:        mostlyclean-libtool
                    615: 
                    616: pdf: pdf-am
                    617: 
                    618: pdf-am:
                    619: 
                    620: ps: ps-am
                    621: 
                    622: ps-am:
                    623: 
                    624: uninstall-am: uninstall-binSCRIPTS uninstall-info-am
                    625: 
                    626: .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
                    627:        clean-generic clean-libtool clean-noinstPROGRAMS ctags \
                    628:        distclean distclean-compile distclean-generic \
                    629:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    630:        html-am info info-am install install-am install-binSCRIPTS \
                    631:        install-data install-data-am install-exec install-exec-am \
                    632:        install-info install-info-am install-man install-strip \
                    633:        installcheck installcheck-am installdirs maintainer-clean \
                    634:        maintainer-clean-generic mostlyclean mostlyclean-compile \
                    635:        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
                    636:        tags uninstall uninstall-am uninstall-binSCRIPTS \
                    637:        uninstall-info-am
                    638: 
                    639:        test_01a.c test_02a.c test_02b.c test_03a.c test_03c.c \
                    640:        test_04a.c test_04b.c 
                    641: 
                    642: # copy all test files 
                    643: prepare_files: 
                    644:        test -e test.xml || cp $(top_srcdir)/test/*.xml $(top_srcdir)/test/*.xdl $(top_srcdir)/test/*.dtd .
                    645:        @cd ../py-axl; make; cd -
                    646:        @test -d axl || mkdir axl
                    647:         # copy dynamic libraries
                    648:        @cp `find ../py-axl -name libpy_axl$(SHARED_EXTENSION) -type l` axl/
                    649:         # copy python imports
                    650:        @test -e axl/__init__.py || cp ../py-axl/__init__.py axl/
                    651:        @diff axl/__init__.py ../py-axl/__init__.py || cp ../py-axl/__init__.py axl/
                    652: 
                    653: refresh: 
                    654:        $(top_builddir)/knife/axl-knife --input fact.dtd --dtd-to-c --output fact.dtd.h --ifnewer
                    655:        $(top_builddir)/knife/axl-knife --input channel.dtd --dtd-to-c --output channel.dtd.h  --ifnewer
                    656:        $(top_builddir)/knife/axl-knife --input xml-rpc.dtd --dtd-to-c --output xml-rpc.dtd.h  --ifnewer
                    657:        $(top_builddir)/knife/axl-knife --input tls.dtd --dtd-to-c --output tls.dtd.h  --ifnewer
                    658: 
                    659: leak-check:
                    660:        libtool --mode=execute valgrind --leak-check=yes ./test_01
                    661: 
                    662: compref:
                    663:        gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_01b.c -o test_01b
                    664:        gcc -g -Wall `pkg-config --libs --cflags libxml-2.0` test_02b.c -o test_02b
                    665:        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
                    666: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    667: # Otherwise a system limit (for SysV at least) may be exceeded.
                    668: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>