xref: /freebsd/contrib/expat/lib/Makefile.in (revision 148a8da8)
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17#
18#                          __  __            _
19#                       ___\ \/ /_ __   __ _| |_
20#                      / _ \\  /| '_ \ / _` | __|
21#                     |  __//  \| |_) | (_| | |_
22#                      \___/_/\_\ .__/ \__,_|\__|
23#                               |_| XML parser
24#
25# Copyright (c) 2017 Expat development team
26# Licensed under the MIT license:
27#
28# Permission is  hereby granted,  free of charge,  to any  person obtaining
29# a  copy  of  this  software   and  associated  documentation  files  (the
30# "Software"),  to  deal in  the  Software  without restriction,  including
31# without  limitation the  rights  to use,  copy,  modify, merge,  publish,
32# distribute, sublicense, and/or sell copies of the Software, and to permit
33# persons  to whom  the Software  is  furnished to  do so,  subject to  the
34# following conditions:
35#
36# The above copyright  notice and this permission notice  shall be included
37# in all copies or substantial portions of the Software.
38#
39# THE  SOFTWARE  IS  PROVIDED  "AS  IS",  WITHOUT  WARRANTY  OF  ANY  KIND,
40# EXPRESS  OR IMPLIED,  INCLUDING  BUT  NOT LIMITED  TO  THE WARRANTIES  OF
41# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
42# NO EVENT SHALL THE AUTHORS OR  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
43# DAMAGES OR  OTHER LIABILITY, WHETHER  IN AN  ACTION OF CONTRACT,  TORT OR
44# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
45# USE OR OTHER DEALINGS IN THE SOFTWARE.
46
47
48
49VPATH = @srcdir@
50am__is_gnu_make = { \
51  if test -z '$(MAKELEVEL)'; then \
52    false; \
53  elif test -n '$(MAKE_HOST)'; then \
54    true; \
55  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
56    true; \
57  else \
58    false; \
59  fi; \
60}
61am__make_running_with_option = \
62  case $${target_option-} in \
63      ?) ;; \
64      *) echo "am__make_running_with_option: internal error: invalid" \
65              "target option '$${target_option-}' specified" >&2; \
66         exit 1;; \
67  esac; \
68  has_opt=no; \
69  sane_makeflags=$$MAKEFLAGS; \
70  if $(am__is_gnu_make); then \
71    sane_makeflags=$$MFLAGS; \
72  else \
73    case $$MAKEFLAGS in \
74      *\\[\ \	]*) \
75        bs=\\; \
76        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
77          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
78    esac; \
79  fi; \
80  skip_next=no; \
81  strip_trailopt () \
82  { \
83    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
84  }; \
85  for flg in $$sane_makeflags; do \
86    test $$skip_next = yes && { skip_next=no; continue; }; \
87    case $$flg in \
88      *=*|--*) continue;; \
89        -*I) strip_trailopt 'I'; skip_next=yes;; \
90      -*I?*) strip_trailopt 'I';; \
91        -*O) strip_trailopt 'O'; skip_next=yes;; \
92      -*O?*) strip_trailopt 'O';; \
93        -*l) strip_trailopt 'l'; skip_next=yes;; \
94      -*l?*) strip_trailopt 'l';; \
95      -[dEDm]) skip_next=yes;; \
96      -[JT]) skip_next=yes;; \
97    esac; \
98    case $$flg in \
99      *$$target_option*) has_opt=yes; break;; \
100    esac; \
101  done; \
102  test $$has_opt = yes
103am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105pkgdatadir = $(datadir)/@PACKAGE@
106pkgincludedir = $(includedir)/@PACKAGE@
107pkglibdir = $(libdir)/@PACKAGE@
108pkglibexecdir = $(libexecdir)/@PACKAGE@
109am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110install_sh_DATA = $(install_sh) -c -m 644
111install_sh_PROGRAM = $(install_sh) -c
112install_sh_SCRIPT = $(install_sh) -c
113INSTALL_HEADER = $(INSTALL_DATA)
114transform = $(program_transform_name)
115NORMAL_INSTALL = :
116PRE_INSTALL = :
117POST_INSTALL = :
118NORMAL_UNINSTALL = :
119PRE_UNINSTALL = :
120POST_UNINSTALL = :
121build_triplet = @build@
122host_triplet = @host@
123subdir = lib
124ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
126	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
127	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
128	$(top_srcdir)/conftools/ac_c_bigendian_cross.m4 \
129	$(top_srcdir)/configure.ac
130am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131	$(ACLOCAL_M4)
132DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
133	$(am__DIST_COMMON)
134mkinstalldirs = $(install_sh) -d
135CONFIG_HEADER = $(top_builddir)/expat_config.h
136CONFIG_CLEAN_FILES =
137CONFIG_CLEAN_VPATH_FILES =
138am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139am__vpath_adj = case $$p in \
140    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141    *) f=$$p;; \
142  esac;
143am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144am__install_max = 40
145am__nobase_strip_setup = \
146  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147am__nobase_strip = \
148  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149am__nobase_list = $(am__nobase_strip_setup); \
150  for p in $$list; do echo "$$p $$p"; done | \
151  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
152  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
153    if (++n[$$2] == $(am__install_max)) \
154      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
155    END { for (dir in files) print dir, files[dir] }'
156am__base_list = \
157  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159am__uninstall_files_from_dir = { \
160  test -z "$$files" \
161    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
162    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
163         $(am__cd) "$$dir" && rm -f $$files; }; \
164  }
165am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
166	"$(DESTDIR)$(includedir)"
167LTLIBRARIES = $(lib_LTLIBRARIES)
168libexpat_la_LIBADD =
169am_libexpat_la_OBJECTS = loadlibrary.lo xmlparse.lo xmltok.lo \
170	xmlrole.lo
171libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS)
172AM_V_lt = $(am__v_lt_@AM_V@)
173am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174am__v_lt_0 = --silent
175am__v_lt_1 =
176libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178	$(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@
179AM_V_P = $(am__v_P_@AM_V@)
180am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
181am__v_P_0 = false
182am__v_P_1 = :
183AM_V_GEN = $(am__v_GEN_@AM_V@)
184am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
185am__v_GEN_0 = @echo "  GEN     " $@;
186am__v_GEN_1 =
187AM_V_at = $(am__v_at_@AM_V@)
188am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
189am__v_at_0 = @
190am__v_at_1 =
191DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
192depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
193am__depfiles_maybe = depfiles
194am__mv = mv -f
195COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
199	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
200	$(AM_CFLAGS) $(CFLAGS)
201AM_V_CC = $(am__v_CC_@AM_V@)
202am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203am__v_CC_0 = @echo "  CC      " $@;
204am__v_CC_1 =
205CCLD = $(CC)
206LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208	$(AM_LDFLAGS) $(LDFLAGS) -o $@
209AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211am__v_CCLD_0 = @echo "  CCLD    " $@;
212am__v_CCLD_1 =
213SOURCES = $(libexpat_la_SOURCES)
214DIST_SOURCES = $(libexpat_la_SOURCES)
215am__can_run_installinfo = \
216  case $$AM_UPDATE_INFO_DIR in \
217    n|no|NO) false;; \
218    *) (install-info --version) >/dev/null 2>&1;; \
219  esac
220DATA = $(doc_DATA)
221HEADERS = $(include_HEADERS)
222am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
223# Read a list of newline-separated strings from the standard input,
224# and print each of them once, without duplicates.  Input order is
225# *not* preserved.
226am__uniquify_input = $(AWK) '\
227  BEGIN { nonempty = 0; } \
228  { items[$$0] = 1; nonempty = 1; } \
229  END { if (nonempty) { for (i in items) print i; }; } \
230'
231# Make sure the list of sources is unique.  This is necessary because,
232# e.g., the same source file might be shared among _SOURCES variables
233# for different programs/libraries.
234am__define_uniq_tagged_files = \
235  list='$(am__tagged_files)'; \
236  unique=`for i in $$list; do \
237    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238  done | $(am__uniquify_input)`
239ETAGS = etags
240CTAGS = ctags
241am__DIST_COMMON = $(srcdir)/Makefile.in \
242	$(top_srcdir)/conftools/depcomp
243DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244ACLOCAL = @ACLOCAL@
245AMTAR = @AMTAR@
246AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
247AR = @AR@
248AS = @AS@
249AUTOCONF = @AUTOCONF@
250AUTOHEADER = @AUTOHEADER@
251AUTOMAKE = @AUTOMAKE@
252AWK = @AWK@
253CC = @CC@
254CCDEPMODE = @CCDEPMODE@
255CFLAGS = @CFLAGS@
256CPP = @CPP@
257CPPFLAGS = @CPPFLAGS@
258CXX = @CXX@
259CXXCPP = @CXXCPP@
260CXXDEPMODE = @CXXDEPMODE@
261CXXFLAGS = @CXXFLAGS@
262CYGPATH_W = @CYGPATH_W@
263DEFS = @DEFS@
264DEPDIR = @DEPDIR@
265DLLTOOL = @DLLTOOL@
266DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
267DSYMUTIL = @DSYMUTIL@
268DUMPBIN = @DUMPBIN@
269ECHO_C = @ECHO_C@
270ECHO_N = @ECHO_N@
271ECHO_T = @ECHO_T@
272EGREP = @EGREP@
273EXEEXT = @EXEEXT@
274FGREP = @FGREP@
275FILEMAP = @FILEMAP@
276GREP = @GREP@
277INSTALL = @INSTALL@
278INSTALL_DATA = @INSTALL_DATA@
279INSTALL_PROGRAM = @INSTALL_PROGRAM@
280INSTALL_SCRIPT = @INSTALL_SCRIPT@
281INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282LD = @LD@
283LDFLAGS = @LDFLAGS@
284LIBAGE = @LIBAGE@
285LIBCURRENT = @LIBCURRENT@
286LIBOBJS = @LIBOBJS@
287LIBREVISION = @LIBREVISION@
288LIBS = @LIBS@
289LIBTOOL = @LIBTOOL@
290LIPO = @LIPO@
291LN_S = @LN_S@
292LTLIBOBJS = @LTLIBOBJS@
293LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294MAKEINFO = @MAKEINFO@
295MANIFEST_TOOL = @MANIFEST_TOOL@
296MKDIR_P = @MKDIR_P@
297NM = @NM@
298NMEDIT = @NMEDIT@
299OBJDUMP = @OBJDUMP@
300OBJEXT = @OBJEXT@
301OTOOL = @OTOOL@
302OTOOL64 = @OTOOL64@
303PACKAGE = @PACKAGE@
304PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305PACKAGE_NAME = @PACKAGE_NAME@
306PACKAGE_STRING = @PACKAGE_STRING@
307PACKAGE_TARNAME = @PACKAGE_TARNAME@
308PACKAGE_URL = @PACKAGE_URL@
309PACKAGE_VERSION = @PACKAGE_VERSION@
310PATH_SEPARATOR = @PATH_SEPARATOR@
311RANLIB = @RANLIB@
312SED = @SED@
313SET_MAKE = @SET_MAKE@
314SHELL = @SHELL@
315STRIP = @STRIP@
316VERSION = @VERSION@
317abs_builddir = @abs_builddir@
318abs_srcdir = @abs_srcdir@
319abs_top_builddir = @abs_top_builddir@
320abs_top_srcdir = @abs_top_srcdir@
321ac_ct_AR = @ac_ct_AR@
322ac_ct_CC = @ac_ct_CC@
323ac_ct_CXX = @ac_ct_CXX@
324ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
325am__include = @am__include@
326am__leading_dot = @am__leading_dot@
327am__quote = @am__quote@
328am__tar = @am__tar@
329am__untar = @am__untar@
330bindir = @bindir@
331build = @build@
332build_alias = @build_alias@
333build_cpu = @build_cpu@
334build_os = @build_os@
335build_vendor = @build_vendor@
336builddir = @builddir@
337datadir = @datadir@
338datarootdir = @datarootdir@
339docdir = @docdir@
340dvidir = @dvidir@
341exec_prefix = @exec_prefix@
342host = @host@
343host_alias = @host_alias@
344host_cpu = @host_cpu@
345host_os = @host_os@
346host_vendor = @host_vendor@
347htmldir = @htmldir@
348includedir = @includedir@
349infodir = @infodir@
350install_sh = @install_sh@
351libdir = @libdir@
352libexecdir = @libexecdir@
353localedir = @localedir@
354localstatedir = @localstatedir@
355mandir = @mandir@
356mkdir_p = @mkdir_p@
357oldincludedir = @oldincludedir@
358pdfdir = @pdfdir@
359prefix = @prefix@
360program_transform_name = @program_transform_name@
361psdir = @psdir@
362sbindir = @sbindir@
363sharedstatedir = @sharedstatedir@
364srcdir = @srcdir@
365sysconfdir = @sysconfdir@
366target_alias = @target_alias@
367top_build_prefix = @top_build_prefix@
368top_builddir = @top_builddir@
369top_srcdir = @top_srcdir@
370include_HEADERS = \
371    ../expat_config.h \
372    expat.h \
373    expat_external.h
374
375lib_LTLIBRARIES = libexpat.la
376libexpat_la_LDFLAGS = \
377    -no-undefined \
378    -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@
379
380libexpat_la_SOURCES = \
381    loadlibrary.c \
382    xmlparse.c \
383    xmltok.c \
384    xmlrole.c
385
386doc_DATA = \
387    ../AUTHORS \
388    ../Changes
389
390EXTRA_DIST = \
391    ascii.h \
392    asciitab.h \
393    expat_external.h \
394    expat.h \
395    iasciitab.h \
396    internal.h \
397    latin1tab.h \
398    libexpat.def \
399    libexpatw.def \
400    nametab.h \
401    siphash.h \
402    utf8tab.h \
403    winconfig.h \
404    xmlrole.h \
405    xmltok.h \
406    xmltok_impl.c \
407    xmltok_impl.h \
408    xmltok_ns.c
409
410all: all-am
411
412.SUFFIXES:
413.SUFFIXES: .c .lo .o .obj
414$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
415	@for dep in $?; do \
416	  case '$(am__configure_deps)' in \
417	    *$$dep*) \
418	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
419	        && { if test -f $@; then exit 0; else break; fi; }; \
420	      exit 1;; \
421	  esac; \
422	done; \
423	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
424	$(am__cd) $(top_srcdir) && \
425	  $(AUTOMAKE) --gnu lib/Makefile
426Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
427	@case '$?' in \
428	  *config.status*) \
429	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
430	  *) \
431	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
432	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
433	esac;
434
435$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
436	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
437
438$(top_srcdir)/configure:  $(am__configure_deps)
439	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
441	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
442$(am__aclocal_m4_deps):
443
444install-libLTLIBRARIES: $(lib_LTLIBRARIES)
445	@$(NORMAL_INSTALL)
446	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
447	list2=; for p in $$list; do \
448	  if test -f $$p; then \
449	    list2="$$list2 $$p"; \
450	  else :; fi; \
451	done; \
452	test -z "$$list2" || { \
453	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
454	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
455	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
456	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
457	}
458
459uninstall-libLTLIBRARIES:
460	@$(NORMAL_UNINSTALL)
461	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
462	for p in $$list; do \
463	  $(am__strip_dir) \
464	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
465	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
466	done
467
468clean-libLTLIBRARIES:
469	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
470	@list='$(lib_LTLIBRARIES)'; \
471	locs=`for p in $$list; do echo $$p; done | \
472	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
473	      sort -u`; \
474	test -z "$$locs" || { \
475	  echo rm -f $${locs}; \
476	  rm -f $${locs}; \
477	}
478
479libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES)
480	$(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
481
482mostlyclean-compile:
483	-rm -f *.$(OBJEXT)
484
485distclean-compile:
486	-rm -f *.tab.c
487
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadlibrary.Plo@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@
492
493.c.o:
494@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
495@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
496@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
497@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
498@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
499
500.c.obj:
501@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
502@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
503@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
504@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
506
507.c.lo:
508@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
509@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
510@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
511@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
513
514mostlyclean-libtool:
515	-rm -f *.lo
516
517clean-libtool:
518	-rm -rf .libs _libs
519install-docDATA: $(doc_DATA)
520	@$(NORMAL_INSTALL)
521	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
522	if test -n "$$list"; then \
523	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
524	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
525	fi; \
526	for p in $$list; do \
527	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
528	  echo "$$d$$p"; \
529	done | $(am__base_list) | \
530	while read files; do \
531	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
532	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
533	done
534
535uninstall-docDATA:
536	@$(NORMAL_UNINSTALL)
537	@list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
538	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
539	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
540install-includeHEADERS: $(include_HEADERS)
541	@$(NORMAL_INSTALL)
542	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
543	if test -n "$$list"; then \
544	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
545	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
546	fi; \
547	for p in $$list; do \
548	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
549	  echo "$$d$$p"; \
550	done | $(am__base_list) | \
551	while read files; do \
552	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
553	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
554	done
555
556uninstall-includeHEADERS:
557	@$(NORMAL_UNINSTALL)
558	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
559	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
560	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
561
562ID: $(am__tagged_files)
563	$(am__define_uniq_tagged_files); mkid -fID $$unique
564tags: tags-am
565TAGS: tags
566
567tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568	set x; \
569	here=`pwd`; \
570	$(am__define_uniq_tagged_files); \
571	shift; \
572	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
573	  test -n "$$unique" || unique=$$empty_fix; \
574	  if test $$# -gt 0; then \
575	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576	      "$$@" $$unique; \
577	  else \
578	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579	      $$unique; \
580	  fi; \
581	fi
582ctags: ctags-am
583
584CTAGS: ctags
585ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
586	$(am__define_uniq_tagged_files); \
587	test -z "$(CTAGS_ARGS)$$unique" \
588	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
589	     $$unique
590
591GTAGS:
592	here=`$(am__cd) $(top_builddir) && pwd` \
593	  && $(am__cd) $(top_srcdir) \
594	  && gtags -i $(GTAGS_ARGS) "$$here"
595cscopelist: cscopelist-am
596
597cscopelist-am: $(am__tagged_files)
598	list='$(am__tagged_files)'; \
599	case "$(srcdir)" in \
600	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
601	  *) sdir=$(subdir)/$(srcdir) ;; \
602	esac; \
603	for i in $$list; do \
604	  if test -f "$$i"; then \
605	    echo "$(subdir)/$$i"; \
606	  else \
607	    echo "$$sdir/$$i"; \
608	  fi; \
609	done >> $(top_builddir)/cscope.files
610
611distclean-tags:
612	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613
614distdir: $(DISTFILES)
615	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617	list='$(DISTFILES)'; \
618	  dist_files=`for file in $$list; do echo $$file; done | \
619	  sed -e "s|^$$srcdirstrip/||;t" \
620	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
621	case $$dist_files in \
622	  */*) $(MKDIR_P) `echo "$$dist_files" | \
623			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
624			   sort -u` ;; \
625	esac; \
626	for file in $$dist_files; do \
627	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
628	  if test -d $$d/$$file; then \
629	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
630	    if test -d "$(distdir)/$$file"; then \
631	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632	    fi; \
633	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
635	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636	    fi; \
637	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
638	  else \
639	    test -f "$(distdir)/$$file" \
640	    || cp -p $$d/$$file "$(distdir)/$$file" \
641	    || exit 1; \
642	  fi; \
643	done
644check-am: all-am
645check: check-am
646all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
647installdirs:
648	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
649	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
650	done
651install: install-am
652install-exec: install-exec-am
653install-data: install-data-am
654uninstall: uninstall-am
655
656install-am: all-am
657	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
658
659installcheck: installcheck-am
660install-strip:
661	if test -z '$(STRIP)'; then \
662	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664	      install; \
665	else \
666	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
667	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
668	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
669	fi
670mostlyclean-generic:
671
672clean-generic:
673
674distclean-generic:
675	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
676	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
677
678maintainer-clean-generic:
679	@echo "This command is intended for maintainers to use"
680	@echo "it deletes files that may require special tools to rebuild."
681clean: clean-am
682
683clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
684	mostlyclean-am
685
686distclean: distclean-am
687	-rm -rf ./$(DEPDIR)
688	-rm -f Makefile
689distclean-am: clean-am distclean-compile distclean-generic \
690	distclean-tags
691
692dvi: dvi-am
693
694dvi-am:
695
696html: html-am
697
698html-am:
699
700info: info-am
701
702info-am:
703
704install-data-am: install-docDATA install-includeHEADERS
705	@$(NORMAL_INSTALL)
706	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
707install-dvi: install-dvi-am
708
709install-dvi-am:
710
711install-exec-am: install-libLTLIBRARIES
712
713install-html: install-html-am
714
715install-html-am:
716
717install-info: install-info-am
718
719install-info-am:
720
721install-man:
722
723install-pdf: install-pdf-am
724
725install-pdf-am:
726
727install-ps: install-ps-am
728
729install-ps-am:
730
731installcheck-am:
732
733maintainer-clean: maintainer-clean-am
734	-rm -rf ./$(DEPDIR)
735	-rm -f Makefile
736maintainer-clean-am: distclean-am maintainer-clean-generic
737
738mostlyclean: mostlyclean-am
739
740mostlyclean-am: mostlyclean-compile mostlyclean-generic \
741	mostlyclean-libtool
742
743pdf: pdf-am
744
745pdf-am:
746
747ps: ps-am
748
749ps-am:
750
751uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
752	uninstall-libLTLIBRARIES uninstall-local
753
754.MAKE: install-am install-data-am install-strip
755
756.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
757	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
758	ctags-am distclean distclean-compile distclean-generic \
759	distclean-libtool distclean-tags distdir dvi dvi-am html \
760	html-am info info-am install install-am install-data \
761	install-data-am install-data-hook install-docDATA install-dvi \
762	install-dvi-am install-exec install-exec-am install-html \
763	install-html-am install-includeHEADERS install-info \
764	install-info-am install-libLTLIBRARIES install-man install-pdf \
765	install-pdf-am install-ps install-ps-am install-strip \
766	installcheck installcheck-am installdirs maintainer-clean \
767	maintainer-clean-generic mostlyclean mostlyclean-compile \
768	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
769	tags tags-am uninstall uninstall-am uninstall-docDATA \
770	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
771	uninstall-local
772
773.PRECIOUS: Makefile
774
775
776install-data-hook:
777	cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
778
779uninstall-local:
780	$(RM) "$(DESTDIR)$(docdir)/changelog"
781
782# Tell versions [3.59,3.63) of GNU make to not export all variables.
783# Otherwise a system limit (for SysV at least) may be exceeded.
784.NOEXPORT:
785