]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/expat/lib/Makefile.in
Add two missing eventhandler.h headers
[FreeBSD/FreeBSD.git] / contrib / expat / 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
380 libexpat_la_SOURCES = \
381     loadlibrary.c \
382     xmlparse.c \
383     xmltok.c \
384     xmlrole.c
385
386 doc_DATA = \
387     ../AUTHORS \
388     ../Changes
389
390 EXTRA_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
410 all: 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
426 Makefile: $(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
444 install-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
459 uninstall-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
468 clean-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
479 libexpat.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
482 mostlyclean-compile:
483         -rm -f *.$(OBJEXT)
484
485 distclean-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
514 mostlyclean-libtool:
515         -rm -f *.lo
516
517 clean-libtool:
518         -rm -rf .libs _libs
519 install-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
535 uninstall-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)
540 install-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
556 uninstall-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
562 ID: $(am__tagged_files)
563         $(am__define_uniq_tagged_files); mkid -fID $$unique
564 tags: tags-am
565 TAGS: tags
566
567 tags-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
582 ctags: ctags-am
583
584 CTAGS: ctags
585 ctags-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
591 GTAGS:
592         here=`$(am__cd) $(top_builddir) && pwd` \
593           && $(am__cd) $(top_srcdir) \
594           && gtags -i $(GTAGS_ARGS) "$$here"
595 cscopelist: cscopelist-am
596
597 cscopelist-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
611 distclean-tags:
612         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
613
614 distdir: $(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
644 check-am: all-am
645 check: check-am
646 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
647 installdirs:
648         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(includedir)"; do \
649           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
650         done
651 install: install-am
652 install-exec: install-exec-am
653 install-data: install-data-am
654 uninstall: uninstall-am
655
656 install-am: all-am
657         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
658
659 installcheck: installcheck-am
660 install-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
670 mostlyclean-generic:
671
672 clean-generic:
673
674 distclean-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
678 maintainer-clean-generic:
679         @echo "This command is intended for maintainers to use"
680         @echo "it deletes files that may require special tools to rebuild."
681 clean: clean-am
682
683 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
684         mostlyclean-am
685
686 distclean: distclean-am
687         -rm -rf ./$(DEPDIR)
688         -rm -f Makefile
689 distclean-am: clean-am distclean-compile distclean-generic \
690         distclean-tags
691
692 dvi: dvi-am
693
694 dvi-am:
695
696 html: html-am
697
698 html-am:
699
700 info: info-am
701
702 info-am:
703
704 install-data-am: install-docDATA install-includeHEADERS
705         @$(NORMAL_INSTALL)
706         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
707 install-dvi: install-dvi-am
708
709 install-dvi-am:
710
711 install-exec-am: install-libLTLIBRARIES
712
713 install-html: install-html-am
714
715 install-html-am:
716
717 install-info: install-info-am
718
719 install-info-am:
720
721 install-man:
722
723 install-pdf: install-pdf-am
724
725 install-pdf-am:
726
727 install-ps: install-ps-am
728
729 install-ps-am:
730
731 installcheck-am:
732
733 maintainer-clean: maintainer-clean-am
734         -rm -rf ./$(DEPDIR)
735         -rm -f Makefile
736 maintainer-clean-am: distclean-am maintainer-clean-generic
737
738 mostlyclean: mostlyclean-am
739
740 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
741         mostlyclean-libtool
742
743 pdf: pdf-am
744
745 pdf-am:
746
747 ps: ps-am
748
749 ps-am:
750
751 uninstall-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
776 install-data-hook:
777         cd "$(DESTDIR)$(docdir)" && $(am__mv) Changes changelog
778
779 uninstall-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: