# Makefile.in generated by automake 1.15 from Makefile.am.
# src/libxml2/Makefile.  Generated from Makefile.in by configure.

# Copyright (C) 1994-2014 Free Software Foundation, Inc.

# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.




am__is_gnu_make = { \
  if test -z '$(MAKELEVEL)'; then \
    false; \
  elif test -n '$(MAKE_HOST)'; then \
    true; \
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
    true; \
  else \
    false; \
  fi; \
}
am__make_running_with_option = \
  case $${target_option-} in \
      ?) ;; \
      *) echo "am__make_running_with_option: internal error: invalid" \
              "target option '$${target_option-}' specified" >&2; \
         exit 1;; \
  esac; \
  has_opt=no; \
  sane_makeflags=$$MAKEFLAGS; \
  if $(am__is_gnu_make); then \
    sane_makeflags=$$MFLAGS; \
  else \
    case $$MAKEFLAGS in \
      *\\[\ \	]*) \
        bs=\\; \
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
    esac; \
  fi; \
  skip_next=no; \
  strip_trailopt () \
  { \
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  }; \
  for flg in $$sane_makeflags; do \
    test $$skip_next = yes && { skip_next=no; continue; }; \
    case $$flg in \
      *=*|--*) continue;; \
        -*I) strip_trailopt 'I'; skip_next=yes;; \
      -*I?*) strip_trailopt 'I';; \
        -*O) strip_trailopt 'O'; skip_next=yes;; \
      -*O?*) strip_trailopt 'O';; \
        -*l) strip_trailopt 'l'; skip_next=yes;; \
      -*l?*) strip_trailopt 'l';; \
      -[dEDm]) skip_next=yes;; \
      -[JT]) skip_next=yes;; \
    esac; \
    case $$flg in \
      *$$target_option*) has_opt=yes; break;; \
    esac; \
  done; \
  test $$has_opt = yes
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
pkgdatadir = $(datadir)/meme
pkgincludedir = $(includedir)/meme
pkglibdir = $(libdir)/meme
pkglibexecdir = $(libexecdir)/meme
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = x86_64-unknown-linux-gnu
host_triplet = x86_64-unknown-linux-gnu
subdir = src/libxml2
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
	$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
	$(ACLOCAL_M4)
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_VPATH_FILES =
LTLIBRARIES = $(noinst_LTLIBRARIES)
libxml2_la_DEPENDENCIES =
am__libxml2_la_SOURCES_DIST = chvalid.c debugXML.c dict.c elfgcchack.h \
	encoding.c entities.c error.c globals.c hash.c HTMLparser.c \
	HTMLtree.c libxml.h list.c parserInternals.c parser.c \
	pattern.c relaxng.c tree.c SAX2.c threads.c uri.c valid.c \
	xmlIO.c xmlreader.c xmlregexp.c xmlsave.c xmlstring.c \
	xmlschemas.c xmlschemastypes.c xmlunicode.c xmlwriter.c \
	xmlmemory.c xpath.c
am_libxml2_la_OBJECTS = libxml2_la-chvalid.lo \
	libxml2_la-debugXML.lo libxml2_la-dict.lo \
	libxml2_la-encoding.lo \
	libxml2_la-entities.lo libxml2_la-error.lo \
	libxml2_la-globals.lo libxml2_la-hash.lo \
	libxml2_la-HTMLparser.lo \
	libxml2_la-HTMLtree.lo libxml2_la-list.lo \
	libxml2_la-parserInternals.lo \
	libxml2_la-parser.lo libxml2_la-pattern.lo \
	libxml2_la-relaxng.lo libxml2_la-tree.lo \
	libxml2_la-SAX2.lo libxml2_la-threads.lo \
	libxml2_la-uri.lo libxml2_la-valid.lo \
	libxml2_la-xmlIO.lo \
	libxml2_la-xmlreader.lo \
	libxml2_la-xmlregexp.lo \
	libxml2_la-xmlsave.lo \
	libxml2_la-xmlstring.lo \
	libxml2_la-xmlschemas.lo \
	libxml2_la-xmlschemastypes.lo \
	libxml2_la-xmlunicode.lo \
	libxml2_la-xmlwriter.lo \
	libxml2_la-xmlmemory.lo \
	libxml2_la-xpath.lo
libxml2_la_OBJECTS = $(am_libxml2_la_OBJECTS)
AM_V_lt = $(am__v_lt_$(V))
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
am__v_lt_0 = --silent
am__v_lt_1 = 
libxml2_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libxml2_la_CFLAGS) \
	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
am_libxml2_la_rpath =
AM_V_P = $(am__v_P_$(V))
am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
am__v_P_0 = false
am__v_P_1 = :
AM_V_GEN = $(am__v_GEN_$(V))
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
am__v_GEN_0 = @echo "  GEN     " $@;
am__v_GEN_1 = 
AM_V_at = $(am__v_at_$(V))
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
am__v_at_0 = @
am__v_at_1 = 
DEFAULT_INCLUDES = -I. -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
am__depfiles_maybe = depfiles
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
	$(AM_CFLAGS) $(CFLAGS)
AM_V_CC = $(am__v_CC_$(V))
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
am__v_CC_0 = @echo "  CC      " $@;
am__v_CC_1 = 
CCLD = $(CC)
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
AM_V_CCLD = $(am__v_CCLD_$(V))
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
am__v_CCLD_0 = @echo "  CCLD    " $@;
am__v_CCLD_1 = 
SOURCES = $(libxml2_la_SOURCES)
DIST_SOURCES = $(am__libxml2_la_SOURCES_DIST)
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
	ctags-recursive dvi-recursive html-recursive info-recursive \
	install-data-recursive install-dvi-recursive \
	install-exec-recursive install-html-recursive \
	install-info-recursive install-pdf-recursive \
	install-ps-recursive install-recursive installcheck-recursive \
	installdirs-recursive pdf-recursive ps-recursive \
	tags-recursive uninstall-recursive
am__can_run_installinfo = \
  case $$AM_UPDATE_INFO_DIR in \
    n|no|NO) false;; \
    *) (install-info --version) >/dev/null 2>&1;; \
  esac
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
  distclean-recursive maintainer-clean-recursive
am__recursive_targets = \
  $(RECURSIVE_TARGETS) \
  $(RECURSIVE_CLEAN_TARGETS) \
  $(am__extra_recursive_targets)
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
	distdir
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates.  Input order is
# *not* preserved.
am__uniquify_input = $(AWK) '\
  BEGIN { nonempty = 0; } \
  { items[$$0] = 1; nonempty = 1; } \
  END { if (nonempty) { for (i in items) print i; }; } \
'
# Make sure the list of sources is unique.  This is necessary because,
# e.g., the same source file might be shared among _SOURCES variables
# for different programs/libraries.
am__define_uniq_tagged_files = \
  list='$(am__tagged_files)'; \
  unique=`for i in $$list; do \
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | $(am__uniquify_input)`
ETAGS = etags
CTAGS = ctags
am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp \
	$(top_srcdir)/config/mkinstalldirs ltmain.sh
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
am__relativize = \
  dir0=`pwd`; \
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  sed_rest='s,^[^/]*/*,,'; \
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  sed_butlast='s,/*[^/]*$$,,'; \
  while test -n "$$dir1"; do \
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
    if test "$$first" != "."; then \
      if test "$$first" = ".."; then \
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
      else \
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        if test "$$first2" = "$$first"; then \
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        else \
          dir2="../$$dir2"; \
        fi; \
        dir0="$$dir0"/"$$first"; \
      fi; \
    fi; \
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  done; \
  reldir="$$dir2"
ACLOCAL = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/missing aclocal-1.15
AMTAR = $${TAR-tar}
AM_DEFAULT_VERBOSITY = 1
ANT = 
AR = ar
AUTOCONF = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/missing autoconf
AUTOHEADER = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/missing autoheader
AUTOMAKE = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/missing automake-1.15
AWK = gawk
CATALINA_HOME = 
CC = gcc
CCDEPMODE = depmode=gcc3
CFLAGS = -std=gnu89 -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__   -O3
CONTACT = 
CONVERT = 
CPP = gcc -E
CPPFLAGS = 
CYGPATH_W = echo
DEBUG_FLAGS = 
DEFS = -DHAVE_CONFIG_H
DEPDIR = .deps
DEV_CONTACT = meme-suite@uw.edu
DLLTOOL = false
DSYMUTIL = 
DUMPBIN = 
ECHO_C = 
ECHO_N = -n
ECHO_T = 
EGREP = /usr/bin/grep -E
EXEEXT = 
EXPIRY = 4
FGREP = /usr/bin/grep -F
GHOSTSCRIPT = 
GOSERVER_URL = http://amigo.geneontology.org/cgi-bin/amigo/term_details?term=GO_TERM_ID
GREP = /usr/bin/grep
HOSTNAME = sh-ln04.stanford.edu
INSTALL = /usr/bin/install -c
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_PROGRAM = ${INSTALL}
INSTALL_SCRIPT = ${INSTALL}
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
LAMBIN = 
LD = /usr/bin/ld -m elf_x86_64
LDFLAGS = 
LIBEXSLT_CFLAGS = -I${top_srcdir}/src/libexslt
LIBEXSLT_LIBS = ${top_builddir}/src/libexslt/libexslt.la
LIBOBJS = 
LIBS = -lz -lm 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
LIBXML2_CFLAGS = -I${top_srcdir}/src/libxml2/include
LIBXML2_LIBS = ${top_builddir}/src/libxml2/libxml2.la
LIBXSLT_CFLAGS = -I${top_srcdir}/src/
LIBXSLT_LIBS = ${top_builddir}/src/libxslt/libxslt.la
LIPO = 
LN_S = ln -s
LTLIBOBJS = 
LT_SYS_LIBRARY_PATH = 
MACHID = linux
MAKEINFO = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/missing makeinfo
MANIFEST_TOOL = :
MAST_PORT = 
MAXTIME = 18000
MEME_DB = ${prefix}/db
MEME_DIRECTORY = ${prefix}
MEME_LOGS = ${prefix}/LOGS
MEME_PORT = 
MEME_TEMP = 
MKDIR_P = /usr/bin/mkdir -p
MPICC = gcc
MPIFLAGS = 
MPIINC = 
MPILIBDIR = 
MPIRUN = 
MPITYPE = 
MPI_CMD = 
NEWS_URL = ./news.txt
NM = /usr/bin/nm -B
NMEDIT = 
NOTICES_URL = ./notices.txt
OBJDUMP = objdump
OBJEXT = o
OPAL_DEPLOY = 
OPAL_URL = no
OPT_FLAGS = -O3
OTOOL = 
OTOOL64 = 
PACKAGE = meme
PACKAGE_BUGREPORT = 
PACKAGE_NAME = meme
PACKAGE_STRING = meme 4.12.0
PACKAGE_TARNAME = meme
PACKAGE_URL = 
PACKAGE_VERSION = 4.12.0
PATH_SEPARATOR = :
PERL = /home/users/marinovg/anaconda2/bin/perl
PREV_URL = 
PREV_VER = 
PYTHON = /home/users/marinovg/anaconda2/bin/python
PYTHON3 = /share/software/user/open/python/3.6.1/bin/python3
QUOTA = 
RANLIB = ranlib
SED = /usr/bin/sed
SENDMAIL = /usr/sbin/sendmail
SET_MAKE = 
SHELL = /bin/sh
STRIP = strip
URL = http://meme-suite.org
VERSION = 4.12.0
WEBSERVICE = 
XML2_CONFIG = /home/users/marinovg/anaconda2/bin/xml2-config
XSLT_CONFIG = /home/users/marinovg/anaconda2/bin/xslt-config
abs_builddir = /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/src/libxml2
abs_srcdir = /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/src/libxml2
abs_top_builddir = /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0
abs_top_srcdir = /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0
ac_ct_AR = ar
ac_ct_CC = gcc
ac_ct_DUMPBIN = 
am__include = include
am__leading_dot = .
am__quote = 
am__tar = $${TAR-tar} chof - "$$tardir"
am__untar = $${TAR-tar} xf -
bindir = ${exec_prefix}/bin
build = x86_64-unknown-linux-gnu
build_alias = 
build_cpu = x86_64
build_os = linux-gnu
build_vendor = unknown
builddir = .
datadir = ${datarootdir}
datarootdir = ${prefix}/share
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
dvidir = ${docdir}
exec_prefix = ${prefix}
host = x86_64-unknown-linux-gnu
host_alias = 
host_cpu = x86_64
host_os = linux-gnu
host_vendor = unknown
htmldir = ${docdir}
includedir = ${prefix}/include
infodir = ${datarootdir}/info
install_sh = ${SHELL} /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/config/install-sh
libdir = ${exec_prefix}/lib
libexecdir = ${exec_prefix}/libexec
localedir = ${datarootdir}/locale
localstatedir = ${prefix}/var
mandir = ${datarootdir}/man
mkdir_p = $(MKDIR_P)
oldincludedir = /usr/include
pdfdir = ${docdir}
prefix = /oak/stanford/groups/akundaje/marinovg/programs/meme_4.12.0/meme
program_transform_name = s,x,x,
psdir = ${docdir}
sbindir = ${exec_prefix}/sbin
sharedstatedir = ${prefix}/com
srcdir = .
sysconfdir = ${prefix}/etc
target_alias = 
top_build_prefix = ../../
top_builddir = ../..
top_srcdir = ../..
SUBDIRS = include .
DIST_SUBDIRS = include .
noinst_LTLIBRARIES = libxml2.la
AM_CPPFLAGS = -I. -I./include

# We don't control this code so turn off warnings.
libxml2_la_CFLAGS = $(AM_CFLAGS) $(INCLUDES) -w
libxml2_la_LIBADD = $(ICONV_LIBS) 
libxml2_la_SOURCES = \
	chvalid.c\
	debugXML.c \
	dict.c \
	elfgcchack.h \
	encoding.c \
	entities.c \
	error.c \
	globals.c \
	hash.c \
	HTMLparser.c \
	HTMLtree.c \
	libxml.h \
	list.c \
	parserInternals.c  \
	parser.c \
	pattern.c \
	relaxng.c \
	tree.c \
	SAX2.c \
	threads.c \
	uri.c  \
	valid.c \
	xmlIO.c \
	xmlreader.c \
	xmlregexp.c \
	xmlsave.c \
	xmlstring.c \
	xmlschemas.c \
	xmlschemastypes.c \
	xmlunicode.c \
	xmlwriter.c \
	xmlmemory.c \
	xpath.c

EXTRA_DIST = \
	c14n.c \
	catalog.c \
	DOCBparser.c \
	legacy.c \
	nanohttp.c \
	nanoftp.c \
	schematron.c \
	SAX.c \
	xinclude.c \
	xlink.c \
	xmlmodule.c \
	xpointer.c \
	Copyright \
	triodef.h \
	trio.c \
	trio.h \
	trionan.c \
	trionan.h \
	triop.h \
	triostr.c \
	triostr.h

all: all-recursive

.SUFFIXES:
.SUFFIXES: .c .lo .o .obj
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
	@for dep in $?; do \
	  case '$(am__configure_deps)' in \
	    *$$dep*) \
	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
	        && { if test -f $@; then exit 0; else break; fi; }; \
	      exit 1;; \
	  esac; \
	done; \
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/libxml2/Makefile'; \
	$(am__cd) $(top_srcdir) && \
	  $(AUTOMAKE) --gnu src/libxml2/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
	@case '$?' in \
	  *config.status*) \
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
	  *) \
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
	esac;

$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh

$(top_srcdir)/configure:  $(am__configure_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):

clean-noinstLTLIBRARIES:
	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
	@list='$(noinst_LTLIBRARIES)'; \
	locs=`for p in $$list; do echo $$p; done | \
	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
	      sort -u`; \
	test -z "$$locs" || { \
	  echo rm -f $${locs}; \
	  rm -f $${locs}; \
	}

libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) $(EXTRA_libxml2_la_DEPENDENCIES) 
	$(AM_V_CCLD)$(libxml2_la_LINK) $(am_libxml2_la_rpath) $(libxml2_la_OBJECTS) $(libxml2_la_LIBADD) $(LIBS)

mostlyclean-compile:
	-rm -f *.$(OBJEXT)

distclean-compile:
	-rm -f *.tab.c

include ./$(DEPDIR)/libxml2_la-HTMLparser.Plo
include ./$(DEPDIR)/libxml2_la-HTMLtree.Plo
include ./$(DEPDIR)/libxml2_la-SAX2.Plo
include ./$(DEPDIR)/libxml2_la-chvalid.Plo
include ./$(DEPDIR)/libxml2_la-debugXML.Plo
include ./$(DEPDIR)/libxml2_la-dict.Plo
include ./$(DEPDIR)/libxml2_la-encoding.Plo
include ./$(DEPDIR)/libxml2_la-entities.Plo
include ./$(DEPDIR)/libxml2_la-error.Plo
include ./$(DEPDIR)/libxml2_la-globals.Plo
include ./$(DEPDIR)/libxml2_la-hash.Plo
include ./$(DEPDIR)/libxml2_la-list.Plo
include ./$(DEPDIR)/libxml2_la-parser.Plo
include ./$(DEPDIR)/libxml2_la-parserInternals.Plo
include ./$(DEPDIR)/libxml2_la-pattern.Plo
include ./$(DEPDIR)/libxml2_la-relaxng.Plo
include ./$(DEPDIR)/libxml2_la-threads.Plo
include ./$(DEPDIR)/libxml2_la-tree.Plo
include ./$(DEPDIR)/libxml2_la-uri.Plo
include ./$(DEPDIR)/libxml2_la-valid.Plo
include ./$(DEPDIR)/libxml2_la-xmlIO.Plo
include ./$(DEPDIR)/libxml2_la-xmlmemory.Plo
include ./$(DEPDIR)/libxml2_la-xmlreader.Plo
include ./$(DEPDIR)/libxml2_la-xmlregexp.Plo
include ./$(DEPDIR)/libxml2_la-xmlsave.Plo
include ./$(DEPDIR)/libxml2_la-xmlschemas.Plo
include ./$(DEPDIR)/libxml2_la-xmlschemastypes.Plo
include ./$(DEPDIR)/libxml2_la-xmlstring.Plo
include ./$(DEPDIR)/libxml2_la-xmlunicode.Plo
include ./$(DEPDIR)/libxml2_la-xmlwriter.Plo
include ./$(DEPDIR)/libxml2_la-xpath.Plo

.c.o:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<

.c.obj:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
	$(am__mv) $$depbase.Tpo $$depbase.Po
#	$(AM_V_CC)source='$<' object='$@' libtool=no \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`

.c.lo:
	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
	$(am__mv) $$depbase.Tpo $$depbase.Plo
#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<

libxml2_la-chvalid.lo: chvalid.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-chvalid.lo -MD -MP -MF $(DEPDIR)/libxml2_la-chvalid.Tpo -c -o libxml2_la-chvalid.lo `test -f 'chvalid.c' || echo '$(srcdir)/'`chvalid.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-chvalid.Tpo $(DEPDIR)/libxml2_la-chvalid.Plo
#	$(AM_V_CC)source='chvalid.c' object='libxml2_la-chvalid.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-chvalid.lo `test -f 'chvalid.c' || echo '$(srcdir)/'`chvalid.c

libxml2_la-debugXML.lo: debugXML.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-debugXML.lo -MD -MP -MF $(DEPDIR)/libxml2_la-debugXML.Tpo -c -o libxml2_la-debugXML.lo `test -f 'debugXML.c' || echo '$(srcdir)/'`debugXML.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-debugXML.Tpo $(DEPDIR)/libxml2_la-debugXML.Plo
#	$(AM_V_CC)source='debugXML.c' object='libxml2_la-debugXML.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-debugXML.lo `test -f 'debugXML.c' || echo '$(srcdir)/'`debugXML.c

libxml2_la-dict.lo: dict.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-dict.lo -MD -MP -MF $(DEPDIR)/libxml2_la-dict.Tpo -c -o libxml2_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-dict.Tpo $(DEPDIR)/libxml2_la-dict.Plo
#	$(AM_V_CC)source='dict.c' object='libxml2_la-dict.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-dict.lo `test -f 'dict.c' || echo '$(srcdir)/'`dict.c

libxml2_la-encoding.lo: encoding.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-encoding.lo -MD -MP -MF $(DEPDIR)/libxml2_la-encoding.Tpo -c -o libxml2_la-encoding.lo `test -f 'encoding.c' || echo '$(srcdir)/'`encoding.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-encoding.Tpo $(DEPDIR)/libxml2_la-encoding.Plo
#	$(AM_V_CC)source='encoding.c' object='libxml2_la-encoding.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-encoding.lo `test -f 'encoding.c' || echo '$(srcdir)/'`encoding.c

libxml2_la-entities.lo: entities.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-entities.lo -MD -MP -MF $(DEPDIR)/libxml2_la-entities.Tpo -c -o libxml2_la-entities.lo `test -f 'entities.c' || echo '$(srcdir)/'`entities.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-entities.Tpo $(DEPDIR)/libxml2_la-entities.Plo
#	$(AM_V_CC)source='entities.c' object='libxml2_la-entities.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-entities.lo `test -f 'entities.c' || echo '$(srcdir)/'`entities.c

libxml2_la-error.lo: error.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-error.lo -MD -MP -MF $(DEPDIR)/libxml2_la-error.Tpo -c -o libxml2_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-error.Tpo $(DEPDIR)/libxml2_la-error.Plo
#	$(AM_V_CC)source='error.c' object='libxml2_la-error.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-error.lo `test -f 'error.c' || echo '$(srcdir)/'`error.c

libxml2_la-globals.lo: globals.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-globals.lo -MD -MP -MF $(DEPDIR)/libxml2_la-globals.Tpo -c -o libxml2_la-globals.lo `test -f 'globals.c' || echo '$(srcdir)/'`globals.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-globals.Tpo $(DEPDIR)/libxml2_la-globals.Plo
#	$(AM_V_CC)source='globals.c' object='libxml2_la-globals.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-globals.lo `test -f 'globals.c' || echo '$(srcdir)/'`globals.c

libxml2_la-hash.lo: hash.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-hash.lo -MD -MP -MF $(DEPDIR)/libxml2_la-hash.Tpo -c -o libxml2_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-hash.Tpo $(DEPDIR)/libxml2_la-hash.Plo
#	$(AM_V_CC)source='hash.c' object='libxml2_la-hash.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-hash.lo `test -f 'hash.c' || echo '$(srcdir)/'`hash.c

libxml2_la-HTMLparser.lo: HTMLparser.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-HTMLparser.lo -MD -MP -MF $(DEPDIR)/libxml2_la-HTMLparser.Tpo -c -o libxml2_la-HTMLparser.lo `test -f 'HTMLparser.c' || echo '$(srcdir)/'`HTMLparser.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-HTMLparser.Tpo $(DEPDIR)/libxml2_la-HTMLparser.Plo
#	$(AM_V_CC)source='HTMLparser.c' object='libxml2_la-HTMLparser.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-HTMLparser.lo `test -f 'HTMLparser.c' || echo '$(srcdir)/'`HTMLparser.c

libxml2_la-HTMLtree.lo: HTMLtree.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-HTMLtree.lo -MD -MP -MF $(DEPDIR)/libxml2_la-HTMLtree.Tpo -c -o libxml2_la-HTMLtree.lo `test -f 'HTMLtree.c' || echo '$(srcdir)/'`HTMLtree.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-HTMLtree.Tpo $(DEPDIR)/libxml2_la-HTMLtree.Plo
#	$(AM_V_CC)source='HTMLtree.c' object='libxml2_la-HTMLtree.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-HTMLtree.lo `test -f 'HTMLtree.c' || echo '$(srcdir)/'`HTMLtree.c

libxml2_la-list.lo: list.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-list.lo -MD -MP -MF $(DEPDIR)/libxml2_la-list.Tpo -c -o libxml2_la-list.lo `test -f 'list.c' || echo '$(srcdir)/'`list.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-list.Tpo $(DEPDIR)/libxml2_la-list.Plo
#	$(AM_V_CC)source='list.c' object='libxml2_la-list.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-list.lo `test -f 'list.c' || echo '$(srcdir)/'`list.c

libxml2_la-parserInternals.lo: parserInternals.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-parserInternals.lo -MD -MP -MF $(DEPDIR)/libxml2_la-parserInternals.Tpo -c -o libxml2_la-parserInternals.lo `test -f 'parserInternals.c' || echo '$(srcdir)/'`parserInternals.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-parserInternals.Tpo $(DEPDIR)/libxml2_la-parserInternals.Plo
#	$(AM_V_CC)source='parserInternals.c' object='libxml2_la-parserInternals.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-parserInternals.lo `test -f 'parserInternals.c' || echo '$(srcdir)/'`parserInternals.c

libxml2_la-parser.lo: parser.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-parser.lo -MD -MP -MF $(DEPDIR)/libxml2_la-parser.Tpo -c -o libxml2_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-parser.Tpo $(DEPDIR)/libxml2_la-parser.Plo
#	$(AM_V_CC)source='parser.c' object='libxml2_la-parser.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c

libxml2_la-pattern.lo: pattern.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-pattern.lo -MD -MP -MF $(DEPDIR)/libxml2_la-pattern.Tpo -c -o libxml2_la-pattern.lo `test -f 'pattern.c' || echo '$(srcdir)/'`pattern.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-pattern.Tpo $(DEPDIR)/libxml2_la-pattern.Plo
#	$(AM_V_CC)source='pattern.c' object='libxml2_la-pattern.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-pattern.lo `test -f 'pattern.c' || echo '$(srcdir)/'`pattern.c

libxml2_la-relaxng.lo: relaxng.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-relaxng.lo -MD -MP -MF $(DEPDIR)/libxml2_la-relaxng.Tpo -c -o libxml2_la-relaxng.lo `test -f 'relaxng.c' || echo '$(srcdir)/'`relaxng.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-relaxng.Tpo $(DEPDIR)/libxml2_la-relaxng.Plo
#	$(AM_V_CC)source='relaxng.c' object='libxml2_la-relaxng.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-relaxng.lo `test -f 'relaxng.c' || echo '$(srcdir)/'`relaxng.c

libxml2_la-tree.lo: tree.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-tree.lo -MD -MP -MF $(DEPDIR)/libxml2_la-tree.Tpo -c -o libxml2_la-tree.lo `test -f 'tree.c' || echo '$(srcdir)/'`tree.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-tree.Tpo $(DEPDIR)/libxml2_la-tree.Plo
#	$(AM_V_CC)source='tree.c' object='libxml2_la-tree.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-tree.lo `test -f 'tree.c' || echo '$(srcdir)/'`tree.c

libxml2_la-SAX2.lo: SAX2.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-SAX2.lo -MD -MP -MF $(DEPDIR)/libxml2_la-SAX2.Tpo -c -o libxml2_la-SAX2.lo `test -f 'SAX2.c' || echo '$(srcdir)/'`SAX2.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-SAX2.Tpo $(DEPDIR)/libxml2_la-SAX2.Plo
#	$(AM_V_CC)source='SAX2.c' object='libxml2_la-SAX2.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-SAX2.lo `test -f 'SAX2.c' || echo '$(srcdir)/'`SAX2.c

libxml2_la-threads.lo: threads.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-threads.lo -MD -MP -MF $(DEPDIR)/libxml2_la-threads.Tpo -c -o libxml2_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-threads.Tpo $(DEPDIR)/libxml2_la-threads.Plo
#	$(AM_V_CC)source='threads.c' object='libxml2_la-threads.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-threads.lo `test -f 'threads.c' || echo '$(srcdir)/'`threads.c

libxml2_la-uri.lo: uri.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-uri.lo -MD -MP -MF $(DEPDIR)/libxml2_la-uri.Tpo -c -o libxml2_la-uri.lo `test -f 'uri.c' || echo '$(srcdir)/'`uri.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-uri.Tpo $(DEPDIR)/libxml2_la-uri.Plo
#	$(AM_V_CC)source='uri.c' object='libxml2_la-uri.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-uri.lo `test -f 'uri.c' || echo '$(srcdir)/'`uri.c

libxml2_la-valid.lo: valid.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-valid.lo -MD -MP -MF $(DEPDIR)/libxml2_la-valid.Tpo -c -o libxml2_la-valid.lo `test -f 'valid.c' || echo '$(srcdir)/'`valid.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-valid.Tpo $(DEPDIR)/libxml2_la-valid.Plo
#	$(AM_V_CC)source='valid.c' object='libxml2_la-valid.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-valid.lo `test -f 'valid.c' || echo '$(srcdir)/'`valid.c

libxml2_la-xmlIO.lo: xmlIO.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlIO.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlIO.Tpo -c -o libxml2_la-xmlIO.lo `test -f 'xmlIO.c' || echo '$(srcdir)/'`xmlIO.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlIO.Tpo $(DEPDIR)/libxml2_la-xmlIO.Plo
#	$(AM_V_CC)source='xmlIO.c' object='libxml2_la-xmlIO.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlIO.lo `test -f 'xmlIO.c' || echo '$(srcdir)/'`xmlIO.c

libxml2_la-xmlreader.lo: xmlreader.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlreader.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlreader.Tpo -c -o libxml2_la-xmlreader.lo `test -f 'xmlreader.c' || echo '$(srcdir)/'`xmlreader.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlreader.Tpo $(DEPDIR)/libxml2_la-xmlreader.Plo
#	$(AM_V_CC)source='xmlreader.c' object='libxml2_la-xmlreader.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlreader.lo `test -f 'xmlreader.c' || echo '$(srcdir)/'`xmlreader.c

libxml2_la-xmlregexp.lo: xmlregexp.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlregexp.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlregexp.Tpo -c -o libxml2_la-xmlregexp.lo `test -f 'xmlregexp.c' || echo '$(srcdir)/'`xmlregexp.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlregexp.Tpo $(DEPDIR)/libxml2_la-xmlregexp.Plo
#	$(AM_V_CC)source='xmlregexp.c' object='libxml2_la-xmlregexp.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlregexp.lo `test -f 'xmlregexp.c' || echo '$(srcdir)/'`xmlregexp.c

libxml2_la-xmlsave.lo: xmlsave.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlsave.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlsave.Tpo -c -o libxml2_la-xmlsave.lo `test -f 'xmlsave.c' || echo '$(srcdir)/'`xmlsave.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlsave.Tpo $(DEPDIR)/libxml2_la-xmlsave.Plo
#	$(AM_V_CC)source='xmlsave.c' object='libxml2_la-xmlsave.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlsave.lo `test -f 'xmlsave.c' || echo '$(srcdir)/'`xmlsave.c

libxml2_la-xmlstring.lo: xmlstring.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlstring.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlstring.Tpo -c -o libxml2_la-xmlstring.lo `test -f 'xmlstring.c' || echo '$(srcdir)/'`xmlstring.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlstring.Tpo $(DEPDIR)/libxml2_la-xmlstring.Plo
#	$(AM_V_CC)source='xmlstring.c' object='libxml2_la-xmlstring.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlstring.lo `test -f 'xmlstring.c' || echo '$(srcdir)/'`xmlstring.c

libxml2_la-xmlschemas.lo: xmlschemas.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlschemas.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlschemas.Tpo -c -o libxml2_la-xmlschemas.lo `test -f 'xmlschemas.c' || echo '$(srcdir)/'`xmlschemas.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlschemas.Tpo $(DEPDIR)/libxml2_la-xmlschemas.Plo
#	$(AM_V_CC)source='xmlschemas.c' object='libxml2_la-xmlschemas.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlschemas.lo `test -f 'xmlschemas.c' || echo '$(srcdir)/'`xmlschemas.c

libxml2_la-xmlschemastypes.lo: xmlschemastypes.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlschemastypes.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlschemastypes.Tpo -c -o libxml2_la-xmlschemastypes.lo `test -f 'xmlschemastypes.c' || echo '$(srcdir)/'`xmlschemastypes.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlschemastypes.Tpo $(DEPDIR)/libxml2_la-xmlschemastypes.Plo
#	$(AM_V_CC)source='xmlschemastypes.c' object='libxml2_la-xmlschemastypes.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlschemastypes.lo `test -f 'xmlschemastypes.c' || echo '$(srcdir)/'`xmlschemastypes.c

libxml2_la-xmlunicode.lo: xmlunicode.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlunicode.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlunicode.Tpo -c -o libxml2_la-xmlunicode.lo `test -f 'xmlunicode.c' || echo '$(srcdir)/'`xmlunicode.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlunicode.Tpo $(DEPDIR)/libxml2_la-xmlunicode.Plo
#	$(AM_V_CC)source='xmlunicode.c' object='libxml2_la-xmlunicode.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlunicode.lo `test -f 'xmlunicode.c' || echo '$(srcdir)/'`xmlunicode.c

libxml2_la-xmlwriter.lo: xmlwriter.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlwriter.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlwriter.Tpo -c -o libxml2_la-xmlwriter.lo `test -f 'xmlwriter.c' || echo '$(srcdir)/'`xmlwriter.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlwriter.Tpo $(DEPDIR)/libxml2_la-xmlwriter.Plo
#	$(AM_V_CC)source='xmlwriter.c' object='libxml2_la-xmlwriter.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlwriter.lo `test -f 'xmlwriter.c' || echo '$(srcdir)/'`xmlwriter.c

libxml2_la-xmlmemory.lo: xmlmemory.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xmlmemory.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xmlmemory.Tpo -c -o libxml2_la-xmlmemory.lo `test -f 'xmlmemory.c' || echo '$(srcdir)/'`xmlmemory.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xmlmemory.Tpo $(DEPDIR)/libxml2_la-xmlmemory.Plo
#	$(AM_V_CC)source='xmlmemory.c' object='libxml2_la-xmlmemory.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xmlmemory.lo `test -f 'xmlmemory.c' || echo '$(srcdir)/'`xmlmemory.c

libxml2_la-xpath.lo: xpath.c
	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-xpath.lo -MD -MP -MF $(DEPDIR)/libxml2_la-xpath.Tpo -c -o libxml2_la-xpath.lo `test -f 'xpath.c' || echo '$(srcdir)/'`xpath.c
	$(AM_V_at)$(am__mv) $(DEPDIR)/libxml2_la-xpath.Tpo $(DEPDIR)/libxml2_la-xpath.Plo
#	$(AM_V_CC)source='xpath.c' object='libxml2_la-xpath.lo' libtool=yes \
#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
#	$(AM_V_CC_no)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-xpath.lo `test -f 'xpath.c' || echo '$(srcdir)/'`xpath.c

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

# This directory's subdirectories are mostly independent; you can cd
# into them and run 'make' without going through this Makefile.
# To change the values of 'make' variables: instead of editing Makefiles,
# (1) if the variable is set in 'config.status', edit 'config.status'
#     (which will cause the Makefiles to be regenerated when you run 'make');
# (2) otherwise, pass the desired values on the 'make' command line.
$(am__recursive_targets):
	@fail=; \
	if $(am__make_keepgoing); then \
	  failcom='fail=yes'; \
	else \
	  failcom='exit 1'; \
	fi; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	case "$@" in \
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
	  *) list='$(SUBDIRS)' ;; \
	esac; \
	for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	  || eval $$failcom; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

ID: $(am__tagged_files)
	$(am__define_uniq_tagged_files); mkid -fID $$unique
tags: tags-recursive
TAGS: tags

tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	set x; \
	here=`pwd`; \
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
	  include_option=--etags-include; \
	  empty_fix=.; \
	else \
	  include_option=--include; \
	  empty_fix=; \
	fi; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    test ! -f $$subdir/TAGS || \
	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
	  fi; \
	done; \
	$(am__define_uniq_tagged_files); \
	shift; \
	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
	  test -n "$$unique" || unique=$$empty_fix; \
	  if test $$# -gt 0; then \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      "$$@" $$unique; \
	  else \
	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
	      $$unique; \
	  fi; \
	fi
ctags: ctags-recursive

CTAGS: ctags
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
	$(am__define_uniq_tagged_files); \
	test -z "$(CTAGS_ARGS)$$unique" \
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
	     $$unique

GTAGS:
	here=`$(am__cd) $(top_builddir) && pwd` \
	  && $(am__cd) $(top_srcdir) \
	  && gtags -i $(GTAGS_ARGS) "$$here"
cscopelist: cscopelist-recursive

cscopelist-am: $(am__tagged_files)
	list='$(am__tagged_files)'; \
	case "$(srcdir)" in \
	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
	  *) sdir=$(subdir)/$(srcdir) ;; \
	esac; \
	for i in $$list; do \
	  if test -f "$$i"; then \
	    echo "$(subdir)/$$i"; \
	  else \
	    echo "$$sdir/$$i"; \
	  fi; \
	done >> $(top_builddir)/cscope.files

distclean-tags:
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

distdir: $(DISTFILES)
	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
	list='$(DISTFILES)'; \
	  dist_files=`for file in $$list; do echo $$file; done | \
	  sed -e "s|^$$srcdirstrip/||;t" \
	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
	case $$dist_files in \
	  */*) $(MKDIR_P) `echo "$$dist_files" | \
			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
			   sort -u` ;; \
	esac; \
	for file in $$dist_files; do \
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
	  if test -d $$d/$$file; then \
	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
	    if test -d "$(distdir)/$$file"; then \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
	    fi; \
	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
	  else \
	    test -f "$(distdir)/$$file" \
	    || cp -p $$d/$$file "$(distdir)/$$file" \
	    || exit 1; \
	  fi; \
	done
	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
	  if test "$$subdir" = .; then :; else \
	    $(am__make_dryrun) \
	      || test -d "$(distdir)/$$subdir" \
	      || $(MKDIR_P) "$(distdir)/$$subdir" \
	      || exit 1; \
	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
	    $(am__relativize); \
	    new_distdir=$$reldir; \
	    dir1=$$subdir; dir2="$(top_distdir)"; \
	    $(am__relativize); \
	    new_top_distdir=$$reldir; \
	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
	    ($(am__cd) $$subdir && \
	      $(MAKE) $(AM_MAKEFLAGS) \
	        top_distdir="$$new_top_distdir" \
	        distdir="$$new_distdir" \
		am__remove_distdir=: \
		am__skip_length_check=: \
		am__skip_mode_fix=: \
	        distdir) \
	      || exit 1; \
	  fi; \
	done
check-am: all-am
check: check-recursive
all-am: Makefile $(LTLIBRARIES)
installdirs: installdirs-recursive
installdirs-am:
install: install-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

installcheck: installcheck-recursive
install-strip:
	if test -z '$(STRIP)'; then \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	      install; \
	else \
	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
	fi
mostlyclean-generic:

clean-generic:

distclean-generic:
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)

maintainer-clean-generic:
	@echo "This command is intended for maintainers to use"
	@echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive

clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
	mostlyclean-am

distclean: distclean-recursive
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
distclean-am: clean-am distclean-compile distclean-generic \
	distclean-tags

dvi: dvi-recursive

dvi-am:

html: html-recursive

html-am:

info: info-recursive

info-am:

install-data-am:

install-dvi: install-dvi-recursive

install-dvi-am:

install-exec-am:

install-html: install-html-recursive

install-html-am:

install-info: install-info-recursive

install-info-am:

install-man:

install-pdf: install-pdf-recursive

install-pdf-am:

install-ps: install-ps-recursive

install-ps-am:

installcheck-am:

maintainer-clean: maintainer-clean-recursive
	-rm -rf ./$(DEPDIR)
	-rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic

mostlyclean: mostlyclean-recursive

mostlyclean-am: mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool

pdf: pdf-recursive

pdf-am:

ps: ps-recursive

ps-am:

uninstall-am:

.MAKE: $(am__recursive_targets) install-am install-strip

.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
	check-am clean clean-generic clean-libtool \
	clean-noinstLTLIBRARIES cscopelist-am ctags ctags-am distclean \
	distclean-compile distclean-generic distclean-libtool \
	distclean-tags distdir dvi dvi-am html html-am info info-am \
	install install-am install-data install-data-am install-dvi \
	install-dvi-am install-exec install-exec-am install-html \
	install-html-am install-info install-info-am install-man \
	install-pdf install-pdf-am install-ps install-ps-am \
	install-strip installcheck installcheck-am installdirs \
	installdirs-am maintainer-clean maintainer-clean-generic \
	mostlyclean mostlyclean-compile mostlyclean-generic \
	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
	uninstall-am

.PRECIOUS: Makefile


cleanup:
	-@(find . -name .\#\* -exec rm {} \;)

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
