Merge branch 'tizen_base' into tizen
[platform/upstream/expat.git] / lib / Makefile.in
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
49 VPATH = @srcdir@
50 am__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 }
61 am__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
103 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
104 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
105 pkgdatadir = $(datadir)/@PACKAGE@
106 pkgincludedir = $(includedir)/@PACKAGE@
107 pkglibdir = $(libdir)/@PACKAGE@
108 pkglibexecdir = $(libexecdir)/@PACKAGE@
109 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
110 install_sh_DATA = $(install_sh) -c -m 644
111 install_sh_PROGRAM = $(install_sh) -c
112 install_sh_SCRIPT = $(install_sh) -c
113 INSTALL_HEADER = $(INSTALL_DATA)
114 transform = $(program_transform_name)
115 NORMAL_INSTALL = :
116 PRE_INSTALL = :
117 POST_INSTALL = :
118 NORMAL_UNINSTALL = :
119 PRE_UNINSTALL = :
120 POST_UNINSTALL = :
121 build_triplet = @build@
122 host_triplet = @host@
123 subdir = lib
124 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
125 am__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
130 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131         $(ACLOCAL_M4)
132 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
133         $(am__DIST_COMMON)
134 mkinstalldirs = $(install_sh) -d
135 CONFIG_HEADER = $(top_builddir)/expat_config.h
136 CONFIG_CLEAN_FILES =
137 CONFIG_CLEAN_VPATH_FILES =
138 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
139 am__vpath_adj = case $$p in \
140     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
141     *) f=$$p;; \
142   esac;
143 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
144 am__install_max = 40
145 am__nobase_strip_setup = \
146   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
147 am__nobase_strip = \
148   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
149 am__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] }'
156 am__base_list = \
157   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
158   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
159 am__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   }
165 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" \
166         "$(DESTDIR)$(includedir)"
167 LTLIBRARIES = $(lib_LTLIBRARIES)
168 libexpat_la_LIBADD =
169 am_libexpat_la_OBJECTS = loadlibrary.lo xmlparse.lo xmltok.lo \
170         xmlrole.lo
171 libexpat_la_OBJECTS = $(am_libexpat_la_OBJECTS)
172 AM_V_lt = $(am__v_lt_@AM_V@)
173 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174 am__v_lt_0 = --silent
175 am__v_lt_1 = 
176 libexpat_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178         $(libexpat_la_LDFLAGS) $(LDFLAGS) -o $@
179 AM_V_P = $(am__v_P_@AM_V@)
180 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
181 am__v_P_0 = false
182 am__v_P_1 = :
183 AM_V_GEN = $(am__v_GEN_@AM_V@)
184 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
185 am__v_GEN_0 = @echo "  GEN     " $@;
186 am__v_GEN_1 = 
187 AM_V_at = $(am__v_at_@AM_V@)
188 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
189 am__v_at_0 = @
190 am__v_at_1 = 
191 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
192 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
193 am__depfiles_maybe = depfiles
194 am__mv = mv -f
195 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
196         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
197 LTCOMPILE = $(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)
201 AM_V_CC = $(am__v_CC_@AM_V@)
202 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
203 am__v_CC_0 = @echo "  CC      " $@;
204 am__v_CC_1 = 
205 CCLD = $(CC)
206 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
207         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
208         $(AM_LDFLAGS) $(LDFLAGS) -o $@
209 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
210 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
211 am__v_CCLD_0 = @echo "  CCLD    " $@;
212 am__v_CCLD_1 = 
213 SOURCES = $(libexpat_la_SOURCES)
214 DIST_SOURCES = $(libexpat_la_SOURCES)
215 am__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
220 DATA = $(doc_DATA)
221 HEADERS = $(include_HEADERS)
222 am__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.
226 am__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.
234 am__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)`
239 ETAGS = etags
240 CTAGS = ctags
241 am__DIST_COMMON = $(srcdir)/Makefile.in \
242         $(top_srcdir)/conftools/depcomp
243 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
244 ACLOCAL = @ACLOCAL@
245 AMTAR = @AMTAR@
246 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
247 AR = @AR@
248 AS = @AS@
249 AUTOCONF = @AUTOCONF@
250 AUTOHEADER = @AUTOHEADER@
251 AUTOMAKE = @AUTOMAKE@
252 AWK = @AWK@
253 CC = @CC@
254 CCDEPMODE = @CCDEPMODE@
255 CFLAGS = @CFLAGS@
256 CPP = @CPP@
257 CPPFLAGS = @CPPFLAGS@
258 CXX = @CXX@
259 CXXCPP = @CXXCPP@
260 CXXDEPMODE = @CXXDEPMODE@
261 CXXFLAGS = @CXXFLAGS@
262 CYGPATH_W = @CYGPATH_W@
263 DEFS = @DEFS@
264 DEPDIR = @DEPDIR@
265 DLLTOOL = @DLLTOOL@
266 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
267 DSYMUTIL = @DSYMUTIL@
268 DUMPBIN = @DUMPBIN@
269 ECHO_C = @ECHO_C@
270 ECHO_N = @ECHO_N@
271 ECHO_T = @ECHO_T@
272 EGREP = @EGREP@
273 EXEEXT = @EXEEXT@
274 FGREP = @FGREP@
275 FILEMAP = @FILEMAP@
276 GREP = @GREP@
277 INSTALL = @INSTALL@
278 INSTALL_DATA = @INSTALL_DATA@
279 INSTALL_PROGRAM = @INSTALL_PROGRAM@
280 INSTALL_SCRIPT = @INSTALL_SCRIPT@
281 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
282 LD = @LD@
283 LDFLAGS = @LDFLAGS@
284 LIBAGE = @LIBAGE@
285 LIBCURRENT = @LIBCURRENT@
286 LIBOBJS = @LIBOBJS@
287 LIBREVISION = @LIBREVISION@
288 LIBS = @LIBS@
289 LIBTOOL = @LIBTOOL@
290 LIPO = @LIPO@
291 LN_S = @LN_S@
292 LTLIBOBJS = @LTLIBOBJS@
293 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
294 MAKEINFO = @MAKEINFO@
295 MANIFEST_TOOL = @MANIFEST_TOOL@
296 MKDIR_P = @MKDIR_P@
297 NM = @NM@
298 NMEDIT = @NMEDIT@
299 OBJDUMP = @OBJDUMP@
300 OBJEXT = @OBJEXT@
301 OTOOL = @OTOOL@
302 OTOOL64 = @OTOOL64@
303 PACKAGE = @PACKAGE@
304 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
305 PACKAGE_NAME = @PACKAGE_NAME@
306 PACKAGE_STRING = @PACKAGE_STRING@
307 PACKAGE_TARNAME = @PACKAGE_TARNAME@
308 PACKAGE_URL = @PACKAGE_URL@
309 PACKAGE_VERSION = @PACKAGE_VERSION@
310 PATH_SEPARATOR = @PATH_SEPARATOR@
311 RANLIB = @RANLIB@
312 SED = @SED@
313 SET_MAKE = @SET_MAKE@
314 SHELL = @SHELL@
315 STRIP = @STRIP@
316 VERSION = @VERSION@
317 abs_builddir = @abs_builddir@
318 abs_srcdir = @abs_srcdir@
319 abs_top_builddir = @abs_top_builddir@
320 abs_top_srcdir = @abs_top_srcdir@
321 ac_ct_AR = @ac_ct_AR@
322 ac_ct_CC = @ac_ct_CC@
323 ac_ct_CXX = @ac_ct_CXX@
324 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
325 am__include = @am__include@
326 am__leading_dot = @am__leading_dot@
327 am__quote = @am__quote@
328 am__tar = @am__tar@
329 am__untar = @am__untar@
330 bindir = @bindir@
331 build = @build@
332 build_alias = @build_alias@
333 build_cpu = @build_cpu@
334 build_os = @build_os@
335 build_vendor = @build_vendor@
336 builddir = @builddir@
337 datadir = @datadir@
338 datarootdir = @datarootdir@
339 docdir = @docdir@
340 dvidir = @dvidir@
341 exec_prefix = @exec_prefix@
342 host = @host@
343 host_alias = @host_alias@
344 host_cpu = @host_cpu@
345 host_os = @host_os@
346 host_vendor = @host_vendor@
347 htmldir = @htmldir@
348 includedir = @includedir@
349 infodir = @infodir@
350 install_sh = @install_sh@
351 libdir = @libdir@
352 libexecdir = @libexecdir@
353 localedir = @localedir@
354 localstatedir = @localstatedir@
355 mandir = @mandir@
356 mkdir_p = @mkdir_p@
357 oldincludedir = @oldincludedir@
358 pdfdir = @pdfdir@
359 prefix = @prefix@
360 program_transform_name = @program_transform_name@
361 psdir = @psdir@
362 sbindir = @sbindir@
363 sharedstatedir = @sharedstatedir@
364 srcdir = @srcdir@
365 sysconfdir = @sysconfdir@
366 target_alias = @target_alias@
367 top_build_prefix = @top_build_prefix@
368 top_builddir = @top_builddir@
369 top_srcdir = @top_srcdir@
370 include_HEADERS = \
371     ../expat_config.h \
372     expat.h \
373     expat_external.h
374
375 lib_LTLIBRARIES = libexpat.la
376 libexpat_la_LDFLAGS = \
377     -no-undefined \
378     -version-info @LIBCURRENT@:@LIBREVISION@:@LIBAGE@ \
379     -rpath $(libdir)
380
381 libexpat_la_SOURCES = \
382     loadlibrary.c \
383     xmlparse.c \
384     xmltok.c \
385     xmlrole.c
386
387 doc_DATA = \
388     ../AUTHORS \
389     ../Changes
390
391 EXTRA_DIST = \
392     ascii.h \
393     asciitab.h \
394     expat_external.h \
395     expat.h \
396     iasciitab.h \
397     internal.h \
398     latin1tab.h \
399     libexpat.def \
400     libexpatw.def \
401     nametab.h \
402     siphash.h \
403     utf8tab.h \
404     winconfig.h \
405     xmlrole.h \
406     xmltok.h \
407     xmltok_impl.c \
408     xmltok_impl.h \
409     xmltok_ns.c
410
411 all: all-am
412
413 .SUFFIXES:
414 .SUFFIXES: .c .lo .o .obj
415 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
416         @for dep in $?; do \
417           case '$(am__configure_deps)' in \
418             *$$dep*) \
419               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
420                 && { if test -f $@; then exit 0; else break; fi; }; \
421               exit 1;; \
422           esac; \
423         done; \
424         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
425         $(am__cd) $(top_srcdir) && \
426           $(AUTOMAKE) --gnu lib/Makefile
427 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
428         @case '$?' in \
429           *config.status*) \
430             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
431           *) \
432             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
433             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
434         esac;
435
436 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
437         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
438
439 $(top_srcdir)/configure:  $(am__configure_deps)
440         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
442         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
443 $(am__aclocal_m4_deps):
444
445 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
446         @$(NORMAL_INSTALL)
447         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
448         list2=; for p in $$list; do \
449           if test -f $$p; then \
450             list2="$$list2 $$p"; \
451           else :; fi; \
452         done; \
453         test -z "$$list2" || { \
454           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
455           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
456           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
457           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
458         }
459
460 uninstall-libLTLIBRARIES:
461         @$(NORMAL_UNINSTALL)
462         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
463         for p in $$list; do \
464           $(am__strip_dir) \
465           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
466           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
467         done
468
469 clean-libLTLIBRARIES:
470         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
471         @list='$(lib_LTLIBRARIES)'; \
472         locs=`for p in $$list; do echo $$p; done | \
473               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
474               sort -u`; \
475         test -z "$$locs" || { \
476           echo rm -f $${locs}; \
477           rm -f $${locs}; \
478         }
479
480 libexpat.la: $(libexpat_la_OBJECTS) $(libexpat_la_DEPENDENCIES) $(EXTRA_libexpat_la_DEPENDENCIES) 
481         $(AM_V_CCLD)$(libexpat_la_LINK) -rpath $(libdir) $(libexpat_la_OBJECTS) $(libexpat_la_LIBADD) $(LIBS)
482
483 mostlyclean-compile:
484         -rm -f *.$(OBJEXT)
485
486 distclean-compile:
487         -rm -f *.tab.c
488
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/loadlibrary.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlparse.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlrole.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmltok.Plo@am__quote@
493
494 .c.o:
495 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
496 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
497 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
498 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
499 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
500
501 .c.obj:
502 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
503 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
505 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
506 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
507
508 .c.lo:
509 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
510 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
514
515 mostlyclean-libtool:
516         -rm -f *.lo
517
518 clean-libtool:
519         -rm -rf .libs _libs
520 install-docDATA: $(doc_DATA)
521         @$(NORMAL_INSTALL)
522         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
523         if test -n "$$list"; then \
524           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
525           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
526         fi; \
527         for p in $$list; do \
528           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
529           echo "$$d$$p"; \
530         done | $(am__base_list) | \
531         while read files; do \
532           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
533           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
534         done
535
536 uninstall-docDATA:
537         @$(NORMAL_UNINSTALL)
538         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
539         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
540         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
541 install-includeHEADERS: $(include_HEADERS)
542         @$(NORMAL_INSTALL)
543         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
544         if test -n "$$list"; then \
545           echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
546           $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
547         fi; \
548         for p in $$list; do \
549           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
550           echo "$$d$$p"; \
551         done | $(am__base_list) | \
552         while read files; do \
553           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
554           $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
555         done
556
557 uninstall-includeHEADERS:
558         @$(NORMAL_UNINSTALL)
559         @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
560         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
561         dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
562
563 ID: $(am__tagged_files)
564         $(am__define_uniq_tagged_files); mkid -fID $$unique
565 tags: tags-am
566 TAGS: tags
567
568 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569         set x; \
570         here=`pwd`; \
571         $(am__define_uniq_tagged_files); \
572         shift; \
573         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
574           test -n "$$unique" || unique=$$empty_fix; \
575           if test $$# -gt 0; then \
576             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
577               "$$@" $$unique; \
578           else \
579             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
580               $$unique; \
581           fi; \
582         fi
583 ctags: ctags-am
584
585 CTAGS: ctags
586 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
587         $(am__define_uniq_tagged_files); \
588         test -z "$(CTAGS_ARGS)$$unique" \
589           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
590              $$unique
591
592 GTAGS:
593         here=`$(am__cd) $(top_builddir) && pwd` \
594           && $(am__cd) $(top_srcdir) \
595           && gtags -i $(GTAGS_ARGS) "$$here"
596 cscopelist: cscopelist-am
597
598 cscopelist-am: $(am__tagged_files)
599         list='$(am__tagged_files)'; \
600         case "$(srcdir)" in \
601           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
602           *) sdir=$(subdir)/$(srcdir) ;; \
603         esac; \
604         for i in $$list; do \
605           if test -f "$$i"; then \
606             echo "$(subdir)/$$i"; \
607           else \
608             echo "$$sdir/$$i"; \
609           fi; \
610         done >> $(top_builddir)/cscope.files
611
612 distclean-tags:
613         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
614
615 distdir: $(DISTFILES)
616         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618         list='$(DISTFILES)'; \
619           dist_files=`for file in $$list; do echo $$file; done | \
620           sed -e "s|^$$srcdirstrip/||;t" \
621               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
622         case $$dist_files in \
623           */*) $(MKDIR_P) `echo "$$dist_files" | \
624                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
625                            sort -u` ;; \
626         esac; \
627         for file in $$dist_files; do \
628           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
629           if test -d $$d/$$file; then \
630             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
631             if test -d "$(distdir)/$$file"; then \
632               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
633             fi; \
634             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
635               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
636               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
637             fi; \
638             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
639           else \
640             test -f "$(distdir)/$$file" \
641             || cp -p $$d/$$file "$(distdir)/$$file" \
642             || exit 1; \
643           fi; \
644         done
645 check-am: all-am
646 check: check-am
647 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
648 installdirs:
649         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
650           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
651         done
652 install: install-am
653 install-exec: install-exec-am
654 install-data: install-data-am
655 uninstall: uninstall-am
656
657 install-am: all-am
658         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
659
660 installcheck: installcheck-am
661 install-strip:
662         if test -z '$(STRIP)'; then \
663           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665               install; \
666         else \
667           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
670         fi
671 mostlyclean-generic:
672
673 clean-generic:
674
675 distclean-generic:
676         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
677         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
678
679 maintainer-clean-generic:
680         @echo "This command is intended for maintainers to use"
681         @echo "it deletes files that may require special tools to rebuild."
682 clean: clean-am
683
684 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
685         mostlyclean-am
686
687 distclean: distclean-am
688         -rm -rf ./$(DEPDIR)
689         -rm -f Makefile
690 distclean-am: clean-am distclean-compile distclean-generic \
691         distclean-tags
692
693 dvi: dvi-am
694
695 dvi-am:
696
697 html: html-am
698
699 html-am:
700
701 info: info-am
702
703 info-am:
704
705 install-data-am: install-docDATA install-includeHEADERS
706         @$(NORMAL_INSTALL)
707         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
708 install-dvi: install-dvi-am
709
710 install-dvi-am:
711
712 install-exec-am: install-libLTLIBRARIES
713
714 install-html: install-html-am
715
716 install-html-am:
717
718 install-info: install-info-am
719
720 install-info-am:
721
722 install-man:
723
724 install-pdf: install-pdf-am
725
726 install-pdf-am:
727
728 install-ps: install-ps-am
729
730 install-ps-am:
731
732 installcheck-am:
733
734 maintainer-clean: maintainer-clean-am
735         -rm -rf ./$(DEPDIR)
736         -rm -f Makefile
737 maintainer-clean-am: distclean-am maintainer-clean-generic
738
739 mostlyclean: mostlyclean-am
740
741 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
742         mostlyclean-libtool
743
744 pdf: pdf-am
745
746 pdf-am:
747
748 ps: ps-am
749
750 ps-am:
751
752 uninstall-am: uninstall-docDATA uninstall-includeHEADERS \
753         uninstall-libLTLIBRARIES uninstall-local
754
755 .MAKE: install-am install-data-am install-strip
756
757 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
758         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
759         ctags-am distclean distclean-compile distclean-generic \
760         distclean-libtool distclean-tags distdir dvi dvi-am html \
761         html-am info info-am install install-am install-data \
762         install-data-am install-data-hook install-docDATA install-dvi \
763         install-dvi-am install-exec install-exec-am install-html \
764         install-html-am install-includeHEADERS install-info \
765         install-info-am install-libLTLIBRARIES install-man install-pdf \
766         install-pdf-am install-ps install-ps-am install-strip \
767         installcheck installcheck-am installdirs maintainer-clean \
768         maintainer-clean-generic mostlyclean mostlyclean-compile \
769         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
770         tags tags-am uninstall uninstall-am uninstall-docDATA \
771         uninstall-includeHEADERS uninstall-libLTLIBRARIES \
772         uninstall-local
773
774 .PRECIOUS: Makefile
775
776
777 install-data-hook:
778         cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
779
780 uninstall-local:
781         $(RM) "$(DESTDIR)$(docdir)/changelog"
782
783 # Tell versions [3.59,3.63) of GNU make to not export all variables.
784 # Otherwise a system limit (for SysV at least) may be exceeded.
785 .NOEXPORT: