# Makefile.in generated by automake 1.11.1 from Makefile.am. # src/libxml2/Makefile. Generated from Makefile.in by configure. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, # 2003, 2004, 2005, 2006, 2007, 2008, 2009 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. 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 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) 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 = entities.c encoding.c error.c \ parserInternals.c parser.c tree.c hash.c list.c xmlIO.c \ xmlmemory.c uri.c valid.c HTMLparser.c HTMLtree.c debugXML.c \ xpath.c globals.c threads.c xmlstring.c xmlregexp.c \ xmlschemas.c xmlschemastypes.c xmlunicode.c xmlreader.c \ relaxng.c dict.c SAX2.c chvalid.c pattern.c xmlsave.c \ trionan.c am_libxml2_la_OBJECTS = libxml2_la-entities.lo \ libxml2_la-encoding.lo libxml2_la-error.lo \ libxml2_la-parserInternals.lo \ libxml2_la-parser.lo libxml2_la-tree.lo \ libxml2_la-hash.lo libxml2_la-list.lo \ libxml2_la-xmlIO.lo \ libxml2_la-xmlmemory.lo libxml2_la-uri.lo \ libxml2_la-valid.lo \ libxml2_la-HTMLparser.lo \ libxml2_la-HTMLtree.lo \ libxml2_la-debugXML.lo libxml2_la-xpath.lo \ libxml2_la-globals.lo \ libxml2_la-threads.lo \ libxml2_la-xmlstring.lo \ libxml2_la-xmlregexp.lo \ libxml2_la-xmlschemas.lo \ libxml2_la-xmlschemastypes.lo \ libxml2_la-xmlunicode.lo \ libxml2_la-xmlreader.lo \ libxml2_la-relaxng.lo libxml2_la-dict.lo \ libxml2_la-SAX2.lo libxml2_la-chvalid.lo \ libxml2_la-pattern.lo \ libxml2_la-xmlsave.lo \ libxml2_la-trionan.lo libxml2_la_OBJECTS = $(am_libxml2_la_OBJECTS) libxml2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libxml2_la_CFLAGS) \ $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_libxml2_la_rpath = 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) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ SOURCES = $(libxml2_la_SOURCES) DIST_SOURCES = $(am__libxml2_la_SOURCES_DIST) RECURSIVE_TARGETS = all-recursive check-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 uninstall-recursive RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ distclean-recursive maintainer-clean-recursive AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ distdir ETAGS = etags CTAGS = ctags 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} /data/MEME/meme_4.7.0/config/missing --run aclocal-1.11 AMTAR = ${SHELL} /data/MEME/meme_4.7.0/config/missing --run tar ANT = /usr/bin/ant AR = ar AUTOCONF = ${SHELL} /data/MEME/meme_4.7.0/config/missing --run autoconf AUTOHEADER = ${SHELL} /data/MEME/meme_4.7.0/config/missing --run autoheader AUTOMAKE = ${SHELL} /data/MEME/meme_4.7.0/config/missing --run automake-1.11 AWK = gawk BLOCKS_URL = http://blocks.fhcrc.org/blocks-bin/process_blocks.pl CC = gcc CCDEPMODE = depmode=gcc3 CFLAGS = -Wall -Wno-unused -DUNIX -D__USE_FIXED_PROTOTYPES__ -O3 CONTACT = @mus CONVERT = /usr/bin/convert CPP = gcc -E CPPFLAGS = CYGPATH_W = echo DEBUG_FLAGS = DEFS = -DHAVE_CONFIG_H DEPDIR = .deps DOT = /usr/bin/dot DSYMUTIL = DUMPBIN = ECHO_C = ECHO_N = -n ECHO_T = EGREP = /bin/grep -E EXEEXT = FGREP = /bin/grep -F GHOSTSCRIPT = /usr/bin/gs GOSERVER_URL = http://amigo.geneontology.org/cgi-bin/amigo/ GREP = /bin/grep HAVE_ELINKS = no HOSTNAME = mus 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 = -lmpi -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 = MACHID = linux MAIL = /usr/bin/mail MAKEINFO = ${SHELL} /data/MEME/meme_4.7.0/config/missing --run makeinfo MAST_PORT = MAXTIME = 7200 MEME_DB = ${prefix}/db MEME_DIRECTORY = ${prefix} MEME_LOGS = ${prefix}/LOGS MEME_PORT = MEME_TEMP = MKDIR_P = /bin/mkdir -p MPICC = /usr/bin/mpicc MPIFLAGS = -DPARALLEL MPIINC = -DMPI -I/usr/include MPILIBDIR = /usr/lib MPITYPE = mpich MPI_CMD = /usr/bin/mpirun -np NM = /usr/bin/nm -B NMEDIT = OBJDUMP = objdump OBJEXT = o OPAL_URL = no OPAL_XML = no OPT_FLAGS = -O3 OTOOL = OTOOL64 = PACKAGE = meme PACKAGE_BUGREPORT = PACKAGE_NAME = meme PACKAGE_STRING = meme 4.7.0 PACKAGE_TARNAME = meme PACKAGE_URL = PACKAGE_VERSION = 4.7.0 PATH_SEPARATOR = : PERL = /usr/local/bin/perl PYTHON = /usr/bin/python RANLIB = ranlib SED = /bin/sed SENDMAIL = /usr/sbin/sendmail SET_MAKE = SHELL = /bin/bash STRIP = strip URL = http://meme.nbcr.net/meme VERSION = 4.7.0 WEBDIR = ${prefix}/web WEBSERVICE = XML2_CONFIG = XSLT_CONFIG = abs_builddir = /data/MEME/meme_4.7.0/src/libxml2 abs_srcdir = /data/MEME/meme_4.7.0/src/libxml2 abs_top_builddir = /data/MEME/meme_4.7.0 abs_top_srcdir = /data/MEME/meme_4.7.0 ac_ct_CC = gcc ac_ct_DUMPBIN = am__include = include am__leading_dot = . am__quote = am__tar = tar --format=posix -chf - "$$tardir" am__untar = 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} /data/MEME/meme_4.7.0/config/install-sh libdir = ${exec_prefix}/lib libexecdir = ${exec_prefix}/libexec localedir = ${datarootdir}/locale localstatedir = ${prefix}/var lt_ECHO = echo mandir = ${datarootdir}/man mkdir_p = /bin/mkdir -p oldincludedir = /usr/include pdfdir = ${docdir} prefix = /home/rmott/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 INCLUDES = -I. -I./include -I./include/libxml2 # We don't control this code so turn off warnings. libxml2_la_CFLAGS = $(AM_CFLAGS) -w libxml2_la_LIBADD = $(ICONV_LIBS) libxml2_la_SOURCES = entities.c encoding.c error.c parserInternals.c \ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \ valid.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \ globals.c threads.c xmlstring.c \ xmlregexp.c xmlschemas.c xmlschemastypes.c xmlunicode.c \ xmlreader.c relaxng.c dict.c SAX2.c \ chvalid.c pattern.c xmlsave.c \ trionan.c EXTRA_DIST = \ Copyright \ elfgcchack.h \ libxml.h \ triodef.h \ trio.h \ trionan.h \ triop.h \ triostr.h DEPS = ./libxml2.la 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 .PRECIOUS: 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)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ test "$$dir" != "$$p" || dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done libxml2.la: $(libxml2_la_OBJECTS) $(libxml2_la_DEPENDENCIES) $(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-trionan.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-xpath.Plo .c.o: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c $< .c.obj: $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po # source='$<' object='$@' libtool=no \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(COMPILE) -c `$(CYGPATH_W) '$<'` .c.lo: $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo # source='$<' object='$@' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LTCOMPILE) -c -o $@ $< libxml2_la-entities.lo: entities.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-entities.Tpo $(DEPDIR)/libxml2_la-entities.Plo # source='entities.c' object='libxml2_la-entities.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-encoding.lo: encoding.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-encoding.Tpo $(DEPDIR)/libxml2_la-encoding.Plo # source='encoding.c' object='libxml2_la-encoding.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-error.lo: error.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-error.Tpo $(DEPDIR)/libxml2_la-error.Plo # source='error.c' object='libxml2_la-error.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-parserInternals.lo: parserInternals.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-parserInternals.Tpo $(DEPDIR)/libxml2_la-parserInternals.Plo # source='parserInternals.c' object='libxml2_la-parserInternals.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-parser.Tpo $(DEPDIR)/libxml2_la-parser.Plo # source='parser.c' object='libxml2_la-parser.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-tree.lo: tree.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-tree.Tpo $(DEPDIR)/libxml2_la-tree.Plo # source='tree.c' object='libxml2_la-tree.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-hash.lo: hash.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-hash.Tpo $(DEPDIR)/libxml2_la-hash.Plo # source='hash.c' object='libxml2_la-hash.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-list.lo: list.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-list.Tpo $(DEPDIR)/libxml2_la-list.Plo # source='list.c' object='libxml2_la-list.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlIO.lo: xmlIO.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlIO.Tpo $(DEPDIR)/libxml2_la-xmlIO.Plo # source='xmlIO.c' object='libxml2_la-xmlIO.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlmemory.lo: xmlmemory.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlmemory.Tpo $(DEPDIR)/libxml2_la-xmlmemory.Plo # source='xmlmemory.c' object='libxml2_la-xmlmemory.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-uri.lo: uri.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-uri.Tpo $(DEPDIR)/libxml2_la-uri.Plo # source='uri.c' object='libxml2_la-uri.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-valid.Tpo $(DEPDIR)/libxml2_la-valid.Plo # source='valid.c' object='libxml2_la-valid.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-HTMLparser.lo: HTMLparser.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-HTMLparser.Tpo $(DEPDIR)/libxml2_la-HTMLparser.Plo # source='HTMLparser.c' object='libxml2_la-HTMLparser.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-HTMLtree.Tpo $(DEPDIR)/libxml2_la-HTMLtree.Plo # source='HTMLtree.c' object='libxml2_la-HTMLtree.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-debugXML.lo: debugXML.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-debugXML.Tpo $(DEPDIR)/libxml2_la-debugXML.Plo # source='debugXML.c' object='libxml2_la-debugXML.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xpath.lo: xpath.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xpath.Tpo $(DEPDIR)/libxml2_la-xpath.Plo # source='xpath.c' object='libxml2_la-xpath.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 libxml2_la-globals.lo: globals.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-globals.Tpo $(DEPDIR)/libxml2_la-globals.Plo # source='globals.c' object='libxml2_la-globals.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-threads.lo: threads.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-threads.Tpo $(DEPDIR)/libxml2_la-threads.Plo # source='threads.c' object='libxml2_la-threads.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlstring.lo: xmlstring.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlstring.Tpo $(DEPDIR)/libxml2_la-xmlstring.Plo # source='xmlstring.c' object='libxml2_la-xmlstring.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlregexp.lo: xmlregexp.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlregexp.Tpo $(DEPDIR)/libxml2_la-xmlregexp.Plo # source='xmlregexp.c' object='libxml2_la-xmlregexp.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlschemas.lo: xmlschemas.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlschemas.Tpo $(DEPDIR)/libxml2_la-xmlschemas.Plo # source='xmlschemas.c' object='libxml2_la-xmlschemas.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlschemastypes.Tpo $(DEPDIR)/libxml2_la-xmlschemastypes.Plo # source='xmlschemastypes.c' object='libxml2_la-xmlschemastypes.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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 $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlunicode.Tpo $(DEPDIR)/libxml2_la-xmlunicode.Plo # source='xmlunicode.c' object='libxml2_la-xmlunicode.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlreader.lo: xmlreader.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlreader.Tpo $(DEPDIR)/libxml2_la-xmlreader.Plo # source='xmlreader.c' object='libxml2_la-xmlreader.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-relaxng.lo: relaxng.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-relaxng.Tpo $(DEPDIR)/libxml2_la-relaxng.Plo # source='relaxng.c' object='libxml2_la-relaxng.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-dict.lo: dict.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-dict.Tpo $(DEPDIR)/libxml2_la-dict.Plo # source='dict.c' object='libxml2_la-dict.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-SAX2.lo: SAX2.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-SAX2.Tpo $(DEPDIR)/libxml2_la-SAX2.Plo # source='SAX2.c' object='libxml2_la-SAX2.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-chvalid.lo: chvalid.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-chvalid.Tpo $(DEPDIR)/libxml2_la-chvalid.Plo # source='chvalid.c' object='libxml2_la-chvalid.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-pattern.lo: pattern.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-pattern.Tpo $(DEPDIR)/libxml2_la-pattern.Plo # source='pattern.c' object='libxml2_la-pattern.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-xmlsave.lo: xmlsave.c $(LIBTOOL) --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__mv) $(DEPDIR)/libxml2_la-xmlsave.Tpo $(DEPDIR)/libxml2_la-xmlsave.Plo # source='xmlsave.c' object='libxml2_la-xmlsave.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --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-trionan.lo: trionan.c $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -MT libxml2_la-trionan.lo -MD -MP -MF $(DEPDIR)/libxml2_la-trionan.Tpo -c -o libxml2_la-trionan.lo `test -f 'trionan.c' || echo '$(srcdir)/'`trionan.c $(am__mv) $(DEPDIR)/libxml2_la-trionan.Tpo $(DEPDIR)/libxml2_la-trionan.Plo # source='trionan.c' object='libxml2_la-trionan.lo' libtool=yes \ # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \ # $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libxml2_la_CFLAGS) $(CFLAGS) -c -o libxml2_la-trionan.lo `test -f 'trionan.c' || echo '$(srcdir)/'`trionan.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. $(RECURSIVE_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo $@ | sed s/-recursive//`; \ list='$(SUBDIRS)'; 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" $(RECURSIVE_CLEAN_TARGETS): @fail= failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ case "$@" in \ distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ *) list='$(SUBDIRS)' ;; \ esac; \ rev=''; for subdir in $$list; do \ if test "$$subdir" = "."; then :; else \ rev="$$subdir $$rev"; \ fi; \ done; \ rev="$$rev ."; \ target=`echo $@ | sed s/-recursive//`; \ for subdir in $$rev; do \ echo "Making $$target in $$subdir"; \ if test "$$subdir" = "."; then \ local_target="$$target-am"; \ else \ local_target="$$target"; \ fi; \ ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ || eval $$failcom; \ done && test -z "$$fail" tags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ done ctags-recursive: list='$(SUBDIRS)'; for subdir in $$list; do \ test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ done ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ mkid -fID $$unique tags: TAGS TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) 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; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ 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 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ done | \ $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ END { if (nonempty) { for (i in files) print i; }; }'`; \ 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" 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 \ test -d "$(distdir)/$$subdir" \ || $(MKDIR_P) "$(distdir)/$$subdir" \ || exit 1; \ fi; \ done @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ if test "$$subdir" = .; then :; else \ 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: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ `test -z '$(STRIP)' || \ echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 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: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ install-am install-strip tags-recursive .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ all all-am check check-am clean clean-generic clean-libtool \ clean-noinstLTLIBRARIES ctags ctags-recursive 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-recursive \ uninstall uninstall-am 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: