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 47VPATH = @srcdir@ 48am__is_gnu_make = { \ 49 if test -z '$(MAKELEVEL)'; then \ 50 false; \ 51 elif test -n '$(MAKE_HOST)'; then \ 52 true; \ 53 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 54 true; \ 55 else \ 56 false; \ 57 fi; \ 58} 59am__make_running_with_option = \ 60 case $${target_option-} in \ 61 ?) ;; \ 62 *) echo "am__make_running_with_option: internal error: invalid" \ 63 "target option '$${target_option-}' specified" >&2; \ 64 exit 1;; \ 65 esac; \ 66 has_opt=no; \ 67 sane_makeflags=$$MAKEFLAGS; \ 68 if $(am__is_gnu_make); then \ 69 sane_makeflags=$$MFLAGS; \ 70 else \ 71 case $$MAKEFLAGS in \ 72 *\\[\ \ ]*) \ 73 bs=\\; \ 74 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 75 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 76 esac; \ 77 fi; \ 78 skip_next=no; \ 79 strip_trailopt () \ 80 { \ 81 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 82 }; \ 83 for flg in $$sane_makeflags; do \ 84 test $$skip_next = yes && { skip_next=no; continue; }; \ 85 case $$flg in \ 86 *=*|--*) continue;; \ 87 -*I) strip_trailopt 'I'; skip_next=yes;; \ 88 -*I?*) strip_trailopt 'I';; \ 89 -*O) strip_trailopt 'O'; skip_next=yes;; \ 90 -*O?*) strip_trailopt 'O';; \ 91 -*l) strip_trailopt 'l'; skip_next=yes;; \ 92 -*l?*) strip_trailopt 'l';; \ 93 -[dEDm]) skip_next=yes;; \ 94 -[JT]) skip_next=yes;; \ 95 esac; \ 96 case $$flg in \ 97 *$$target_option*) has_opt=yes; break;; \ 98 esac; \ 99 done; \ 100 test $$has_opt = yes 101am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 102am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 103pkgdatadir = $(datadir)/@PACKAGE@ 104pkgincludedir = $(includedir)/@PACKAGE@ 105pkglibdir = $(libdir)/@PACKAGE@ 106pkglibexecdir = $(libexecdir)/@PACKAGE@ 107am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 108install_sh_DATA = $(install_sh) -c -m 644 109install_sh_PROGRAM = $(install_sh) -c 110install_sh_SCRIPT = $(install_sh) -c 111INSTALL_HEADER = $(INSTALL_DATA) 112transform = $(program_transform_name) 113NORMAL_INSTALL = : 114PRE_INSTALL = : 115POST_INSTALL = : 116NORMAL_UNINSTALL = : 117PRE_UNINSTALL = : 118POST_UNINSTALL = : 119build_triplet = @build@ 120host_triplet = @host@ 121bin_PROGRAMS = xmlwf$(EXEEXT) 122@MINGW_TRUE@@UNICODE_TRUE@am__append_1 = -mwindows 123subdir = xmlwf 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 $(am__DIST_COMMON) 133mkinstalldirs = $(install_sh) -d 134CONFIG_HEADER = $(top_builddir)/expat_config.h 135CONFIG_CLEAN_FILES = 136CONFIG_CLEAN_VPATH_FILES = 137am__installdirs = "$(DESTDIR)$(bindir)" 138PROGRAMS = $(bin_PROGRAMS) 139am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \ 140 xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT) 141xmlwf_OBJECTS = $(am_xmlwf_OBJECTS) 142xmlwf_DEPENDENCIES = ../lib/libexpat.la 143AM_V_lt = $(am__v_lt_@AM_V@) 144am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 145am__v_lt_0 = --silent 146am__v_lt_1 = 147xmlwf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 148 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 149 $(xmlwf_LDFLAGS) $(LDFLAGS) -o $@ 150AM_V_P = $(am__v_P_@AM_V@) 151am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 152am__v_P_0 = false 153am__v_P_1 = : 154AM_V_GEN = $(am__v_GEN_@AM_V@) 155am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 156am__v_GEN_0 = @echo " GEN " $@; 157am__v_GEN_1 = 158AM_V_at = $(am__v_at_@AM_V@) 159am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 160am__v_at_0 = @ 161am__v_at_1 = 162DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 163depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp 164am__depfiles_maybe = depfiles 165am__mv = mv -f 166COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 167 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 168LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 169 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 170 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 171 $(AM_CFLAGS) $(CFLAGS) 172AM_V_CC = $(am__v_CC_@AM_V@) 173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 174am__v_CC_0 = @echo " CC " $@; 175am__v_CC_1 = 176CCLD = $(CC) 177LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 178 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 179 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 180AM_V_CCLD = $(am__v_CCLD_@AM_V@) 181am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 182am__v_CCLD_0 = @echo " CCLD " $@; 183am__v_CCLD_1 = 184SOURCES = $(xmlwf_SOURCES) 185DIST_SOURCES = $(xmlwf_SOURCES) 186am__can_run_installinfo = \ 187 case $$AM_UPDATE_INFO_DIR in \ 188 n|no|NO) false;; \ 189 *) (install-info --version) >/dev/null 2>&1;; \ 190 esac 191am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 192# Read a list of newline-separated strings from the standard input, 193# and print each of them once, without duplicates. Input order is 194# *not* preserved. 195am__uniquify_input = $(AWK) '\ 196 BEGIN { nonempty = 0; } \ 197 { items[$$0] = 1; nonempty = 1; } \ 198 END { if (nonempty) { for (i in items) print i; }; } \ 199' 200# Make sure the list of sources is unique. This is necessary because, 201# e.g., the same source file might be shared among _SOURCES variables 202# for different programs/libraries. 203am__define_uniq_tagged_files = \ 204 list='$(am__tagged_files)'; \ 205 unique=`for i in $$list; do \ 206 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 207 done | $(am__uniquify_input)` 208ETAGS = etags 209CTAGS = ctags 210am__DIST_COMMON = $(srcdir)/Makefile.in \ 211 $(top_srcdir)/conftools/depcomp 212DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 213ACLOCAL = @ACLOCAL@ 214AMTAR = @AMTAR@ 215AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 216AR = @AR@ 217AS = @AS@ 218AUTOCONF = @AUTOCONF@ 219AUTOHEADER = @AUTOHEADER@ 220AUTOMAKE = @AUTOMAKE@ 221AWK = @AWK@ 222CC = @CC@ 223CCDEPMODE = @CCDEPMODE@ 224CFLAGS = @CFLAGS@ 225CPP = @CPP@ 226CPPFLAGS = @CPPFLAGS@ 227CXX = @CXX@ 228CXXCPP = @CXXCPP@ 229CXXDEPMODE = @CXXDEPMODE@ 230CXXFLAGS = @CXXFLAGS@ 231CYGPATH_W = @CYGPATH_W@ 232DEFS = @DEFS@ 233DEPDIR = @DEPDIR@ 234DLLTOOL = @DLLTOOL@ 235DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@ 236DSYMUTIL = @DSYMUTIL@ 237DUMPBIN = @DUMPBIN@ 238ECHO_C = @ECHO_C@ 239ECHO_N = @ECHO_N@ 240ECHO_T = @ECHO_T@ 241EGREP = @EGREP@ 242EXEEXT = @EXEEXT@ 243FGREP = @FGREP@ 244FILEMAP = @FILEMAP@ 245GREP = @GREP@ 246INSTALL = @INSTALL@ 247INSTALL_DATA = @INSTALL_DATA@ 248INSTALL_PROGRAM = @INSTALL_PROGRAM@ 249INSTALL_SCRIPT = @INSTALL_SCRIPT@ 250INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 251LD = @LD@ 252LDFLAGS = @LDFLAGS@ 253LIBAGE = @LIBAGE@ 254LIBCURRENT = @LIBCURRENT@ 255LIBOBJS = @LIBOBJS@ 256LIBREVISION = @LIBREVISION@ 257LIBS = @LIBS@ 258LIBTOOL = @LIBTOOL@ 259LIPO = @LIPO@ 260LN_S = @LN_S@ 261LTLIBOBJS = @LTLIBOBJS@ 262LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 263MAKEINFO = @MAKEINFO@ 264MANIFEST_TOOL = @MANIFEST_TOOL@ 265MKDIR_P = @MKDIR_P@ 266NM = @NM@ 267NMEDIT = @NMEDIT@ 268OBJDUMP = @OBJDUMP@ 269OBJEXT = @OBJEXT@ 270OTOOL = @OTOOL@ 271OTOOL64 = @OTOOL64@ 272PACKAGE = @PACKAGE@ 273PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 274PACKAGE_NAME = @PACKAGE_NAME@ 275PACKAGE_STRING = @PACKAGE_STRING@ 276PACKAGE_TARNAME = @PACKAGE_TARNAME@ 277PACKAGE_URL = @PACKAGE_URL@ 278PACKAGE_VERSION = @PACKAGE_VERSION@ 279PATH_SEPARATOR = @PATH_SEPARATOR@ 280RANLIB = @RANLIB@ 281SED = @SED@ 282SET_MAKE = @SET_MAKE@ 283SHELL = @SHELL@ 284STRIP = @STRIP@ 285VERSION = @VERSION@ 286abs_builddir = @abs_builddir@ 287abs_srcdir = @abs_srcdir@ 288abs_top_builddir = @abs_top_builddir@ 289abs_top_srcdir = @abs_top_srcdir@ 290ac_ct_AR = @ac_ct_AR@ 291ac_ct_CC = @ac_ct_CC@ 292ac_ct_CXX = @ac_ct_CXX@ 293ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 294am__include = @am__include@ 295am__leading_dot = @am__leading_dot@ 296am__quote = @am__quote@ 297am__tar = @am__tar@ 298am__untar = @am__untar@ 299bindir = @bindir@ 300build = @build@ 301build_alias = @build_alias@ 302build_cpu = @build_cpu@ 303build_os = @build_os@ 304build_vendor = @build_vendor@ 305builddir = @builddir@ 306datadir = @datadir@ 307datarootdir = @datarootdir@ 308docdir = @docdir@ 309dvidir = @dvidir@ 310exec_prefix = @exec_prefix@ 311host = @host@ 312host_alias = @host_alias@ 313host_cpu = @host_cpu@ 314host_os = @host_os@ 315host_vendor = @host_vendor@ 316htmldir = @htmldir@ 317includedir = @includedir@ 318infodir = @infodir@ 319install_sh = @install_sh@ 320libdir = @libdir@ 321libexecdir = @libexecdir@ 322localedir = @localedir@ 323localstatedir = @localstatedir@ 324mandir = @mandir@ 325mkdir_p = @mkdir_p@ 326oldincludedir = @oldincludedir@ 327pdfdir = @pdfdir@ 328prefix = @prefix@ 329program_transform_name = @program_transform_name@ 330psdir = @psdir@ 331sbindir = @sbindir@ 332sharedstatedir = @sharedstatedir@ 333srcdir = @srcdir@ 334sysconfdir = @sysconfdir@ 335target_alias = @target_alias@ 336top_build_prefix = @top_build_prefix@ 337top_builddir = @top_builddir@ 338top_srcdir = @top_srcdir@ 339xmlwf_LDADD = ../lib/libexpat.la 340xmlwf_SOURCES = \ 341 xmlwf.c \ 342 xmlfile.c \ 343 codepage.c \ 344 @FILEMAP@.c 345 346xmlwf_CPPFLAGS = -I$(srcdir)/../lib $(am__append_1) 347@MINGW_TRUE@@UNICODE_TRUE@xmlwf_LDFLAGS = -municode 348EXTRA_DIST = \ 349 codepage.h \ 350 ct.c \ 351 filemap.h \ 352 readfilemap.c \ 353 unixfilemap.c \ 354 win32filemap.c \ 355 xmlfile.h \ 356 xmlmime.c \ 357 xmlmime.h \ 358 xmltchar.h \ 359 xmlurl.h \ 360 xmlwin32url.cxx 361 362all: all-am 363 364.SUFFIXES: 365.SUFFIXES: .c .lo .o .obj 366$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 367 @for dep in $?; do \ 368 case '$(am__configure_deps)' in \ 369 *$$dep*) \ 370 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 371 && { if test -f $@; then exit 0; else break; fi; }; \ 372 exit 1;; \ 373 esac; \ 374 done; \ 375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu xmlwf/Makefile'; \ 376 $(am__cd) $(top_srcdir) && \ 377 $(AUTOMAKE) --gnu xmlwf/Makefile 378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 379 @case '$?' in \ 380 *config.status*) \ 381 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 382 *) \ 383 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 384 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 385 esac; 386 387$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 388 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 389 390$(top_srcdir)/configure: $(am__configure_deps) 391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 392$(ACLOCAL_M4): $(am__aclocal_m4_deps) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394$(am__aclocal_m4_deps): 395install-binPROGRAMS: $(bin_PROGRAMS) 396 @$(NORMAL_INSTALL) 397 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 398 if test -n "$$list"; then \ 399 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 400 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 401 fi; \ 402 for p in $$list; do echo "$$p $$p"; done | \ 403 sed 's/$(EXEEXT)$$//' | \ 404 while read p p1; do if test -f $$p \ 405 || test -f $$p1 \ 406 ; then echo "$$p"; echo "$$p"; else :; fi; \ 407 done | \ 408 sed -e 'p;s,.*/,,;n;h' \ 409 -e 's|.*|.|' \ 410 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 411 sed 'N;N;N;s,\n, ,g' | \ 412 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 413 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 414 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 415 else { print "f", $$3 "/" $$4, $$1; } } \ 416 END { for (d in files) print "f", d, files[d] }' | \ 417 while read type dir files; do \ 418 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 419 test -z "$$files" || { \ 420 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 421 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 422 } \ 423 ; done 424 425uninstall-binPROGRAMS: 426 @$(NORMAL_UNINSTALL) 427 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 428 files=`for p in $$list; do echo "$$p"; done | \ 429 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 430 -e 's/$$/$(EXEEXT)/' \ 431 `; \ 432 test -n "$$list" || exit 0; \ 433 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 434 cd "$(DESTDIR)$(bindir)" && rm -f $$files 435 436clean-binPROGRAMS: 437 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 438 echo " rm -f" $$list; \ 439 rm -f $$list || exit $$?; \ 440 test -n "$(EXEEXT)" || exit 0; \ 441 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 442 echo " rm -f" $$list; \ 443 rm -f $$list 444 445xmlwf$(EXEEXT): $(xmlwf_OBJECTS) $(xmlwf_DEPENDENCIES) $(EXTRA_xmlwf_DEPENDENCIES) 446 @rm -f xmlwf$(EXEEXT) 447 $(AM_V_CCLD)$(xmlwf_LINK) $(xmlwf_OBJECTS) $(xmlwf_LDADD) $(LIBS) 448 449mostlyclean-compile: 450 -rm -f *.$(OBJEXT) 451 452distclean-compile: 453 -rm -f *.tab.c 454 455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-@FILEMAP@.Po@am__quote@ 456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-codepage.Po@am__quote@ 457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-xmlfile.Po@am__quote@ 458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmlwf-xmlwf.Po@am__quote@ 459 460.c.o: 461@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 462@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 466 467.c.obj: 468@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 469@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 471@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 472@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 473 474.c.lo: 475@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 476@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 477@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 478@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 479@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 480 481xmlwf-xmlwf.o: xmlwf.c 482@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo '$(srcdir)/'`xmlwf.c 483@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlwf.Tpo $(DEPDIR)/xmlwf-xmlwf.Po 484@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlwf.c' object='xmlwf-xmlwf.o' libtool=no @AMDEPBACKSLASH@ 485@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 486@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlwf.o `test -f 'xmlwf.c' || echo '$(srcdir)/'`xmlwf.c 487 488xmlwf-xmlwf.obj: xmlwf.c 489@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlwf.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlwf.Tpo -c -o xmlwf-xmlwf.obj `if test -f 'xmlwf.c'; then $(CYGPATH_W) 'xmlwf.c'; else $(CYGPATH_W) '$(srcdir)/xmlwf.c'; fi` 490@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlwf.Tpo $(DEPDIR)/xmlwf-xmlwf.Po 491@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlwf.c' object='xmlwf-xmlwf.obj' libtool=no @AMDEPBACKSLASH@ 492@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 493@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlwf.obj `if test -f 'xmlwf.c'; then $(CYGPATH_W) 'xmlwf.c'; else $(CYGPATH_W) '$(srcdir)/xmlwf.c'; fi` 494 495xmlwf-xmlfile.o: xmlfile.c 496@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.o -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'`xmlfile.c 497@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlfile.Tpo $(DEPDIR)/xmlwf-xmlfile.Po 498@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlfile.c' object='xmlwf-xmlfile.o' libtool=no @AMDEPBACKSLASH@ 499@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 500@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.o `test -f 'xmlfile.c' || echo '$(srcdir)/'`xmlfile.c 501 502xmlwf-xmlfile.obj: xmlfile.c 503@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-xmlfile.obj -MD -MP -MF $(DEPDIR)/xmlwf-xmlfile.Tpo -c -o xmlwf-xmlfile.obj `if test -f 'xmlfile.c'; then $(CYGPATH_W) 'xmlfile.c'; else $(CYGPATH_W) '$(srcdir)/xmlfile.c'; fi` 504@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-xmlfile.Tpo $(DEPDIR)/xmlwf-xmlfile.Po 505@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='xmlfile.c' object='xmlwf-xmlfile.obj' libtool=no @AMDEPBACKSLASH@ 506@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 507@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-xmlfile.obj `if test -f 'xmlfile.c'; then $(CYGPATH_W) 'xmlfile.c'; else $(CYGPATH_W) '$(srcdir)/xmlfile.c'; fi` 508 509xmlwf-codepage.o: codepage.c 510@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.o -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'`codepage.c 511@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 512@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='codepage.c' object='xmlwf-codepage.o' libtool=no @AMDEPBACKSLASH@ 513@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 514@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.o `test -f 'codepage.c' || echo '$(srcdir)/'`codepage.c 515 516xmlwf-codepage.obj: codepage.c 517@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-codepage.obj -MD -MP -MF $(DEPDIR)/xmlwf-codepage.Tpo -c -o xmlwf-codepage.obj `if test -f 'codepage.c'; then $(CYGPATH_W) 'codepage.c'; else $(CYGPATH_W) '$(srcdir)/codepage.c'; fi` 518@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-codepage.Tpo $(DEPDIR)/xmlwf-codepage.Po 519@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='codepage.c' object='xmlwf-codepage.obj' libtool=no @AMDEPBACKSLASH@ 520@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 521@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-codepage.obj `if test -f 'codepage.c'; then $(CYGPATH_W) 'codepage.c'; else $(CYGPATH_W) '$(srcdir)/codepage.c'; fi` 522 523xmlwf-@FILEMAP@.o: @FILEMAP@.c 524@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-@FILEMAP@.o -MD -MP -MF $(DEPDIR)/xmlwf-@FILEMAP@.Tpo -c -o xmlwf-@FILEMAP@.o `test -f '@FILEMAP@.c' || echo '$(srcdir)/'`@FILEMAP@.c 525@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-@FILEMAP@.Tpo $(DEPDIR)/xmlwf-@FILEMAP@.Po 526@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='@FILEMAP@.c' object='xmlwf-@FILEMAP@.o' libtool=no @AMDEPBACKSLASH@ 527@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 528@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-@FILEMAP@.o `test -f '@FILEMAP@.c' || echo '$(srcdir)/'`@FILEMAP@.c 529 530xmlwf-@FILEMAP@.obj: @FILEMAP@.c 531@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xmlwf-@FILEMAP@.obj -MD -MP -MF $(DEPDIR)/xmlwf-@FILEMAP@.Tpo -c -o xmlwf-@FILEMAP@.obj `if test -f '@FILEMAP@.c'; then $(CYGPATH_W) '@FILEMAP@.c'; else $(CYGPATH_W) '$(srcdir)/@FILEMAP@.c'; fi` 532@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xmlwf-@FILEMAP@.Tpo $(DEPDIR)/xmlwf-@FILEMAP@.Po 533@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='@FILEMAP@.c' object='xmlwf-@FILEMAP@.obj' libtool=no @AMDEPBACKSLASH@ 534@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 535@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xmlwf_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xmlwf-@FILEMAP@.obj `if test -f '@FILEMAP@.c'; then $(CYGPATH_W) '@FILEMAP@.c'; else $(CYGPATH_W) '$(srcdir)/@FILEMAP@.c'; fi` 536 537mostlyclean-libtool: 538 -rm -f *.lo 539 540clean-libtool: 541 -rm -rf .libs _libs 542 543ID: $(am__tagged_files) 544 $(am__define_uniq_tagged_files); mkid -fID $$unique 545tags: tags-am 546TAGS: tags 547 548tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 549 set x; \ 550 here=`pwd`; \ 551 $(am__define_uniq_tagged_files); \ 552 shift; \ 553 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 554 test -n "$$unique" || unique=$$empty_fix; \ 555 if test $$# -gt 0; then \ 556 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 557 "$$@" $$unique; \ 558 else \ 559 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 560 $$unique; \ 561 fi; \ 562 fi 563ctags: ctags-am 564 565CTAGS: ctags 566ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 567 $(am__define_uniq_tagged_files); \ 568 test -z "$(CTAGS_ARGS)$$unique" \ 569 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 570 $$unique 571 572GTAGS: 573 here=`$(am__cd) $(top_builddir) && pwd` \ 574 && $(am__cd) $(top_srcdir) \ 575 && gtags -i $(GTAGS_ARGS) "$$here" 576cscopelist: cscopelist-am 577 578cscopelist-am: $(am__tagged_files) 579 list='$(am__tagged_files)'; \ 580 case "$(srcdir)" in \ 581 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 582 *) sdir=$(subdir)/$(srcdir) ;; \ 583 esac; \ 584 for i in $$list; do \ 585 if test -f "$$i"; then \ 586 echo "$(subdir)/$$i"; \ 587 else \ 588 echo "$$sdir/$$i"; \ 589 fi; \ 590 done >> $(top_builddir)/cscope.files 591 592distclean-tags: 593 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 594 595distdir: $(DISTFILES) 596 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 597 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 598 list='$(DISTFILES)'; \ 599 dist_files=`for file in $$list; do echo $$file; done | \ 600 sed -e "s|^$$srcdirstrip/||;t" \ 601 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 602 case $$dist_files in \ 603 */*) $(MKDIR_P) `echo "$$dist_files" | \ 604 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 605 sort -u` ;; \ 606 esac; \ 607 for file in $$dist_files; do \ 608 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 609 if test -d $$d/$$file; then \ 610 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 611 if test -d "$(distdir)/$$file"; then \ 612 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 613 fi; \ 614 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 615 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 616 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 617 fi; \ 618 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 619 else \ 620 test -f "$(distdir)/$$file" \ 621 || cp -p $$d/$$file "$(distdir)/$$file" \ 622 || exit 1; \ 623 fi; \ 624 done 625check-am: all-am 626check: check-am 627all-am: Makefile $(PROGRAMS) 628installdirs: 629 for dir in "$(DESTDIR)$(bindir)"; do \ 630 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 631 done 632install: install-am 633install-exec: install-exec-am 634install-data: install-data-am 635uninstall: uninstall-am 636 637install-am: all-am 638 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 639 640installcheck: installcheck-am 641install-strip: 642 if test -z '$(STRIP)'; then \ 643 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 644 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 645 install; \ 646 else \ 647 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 648 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 649 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 650 fi 651mostlyclean-generic: 652 653clean-generic: 654 655distclean-generic: 656 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 657 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 658 659maintainer-clean-generic: 660 @echo "This command is intended for maintainers to use" 661 @echo "it deletes files that may require special tools to rebuild." 662clean: clean-am 663 664clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am 665 666distclean: distclean-am 667 -rm -rf ./$(DEPDIR) 668 -rm -f Makefile 669distclean-am: clean-am distclean-compile distclean-generic \ 670 distclean-tags 671 672dvi: dvi-am 673 674dvi-am: 675 676html: html-am 677 678html-am: 679 680info: info-am 681 682info-am: 683 684install-data-am: 685 686install-dvi: install-dvi-am 687 688install-dvi-am: 689 690install-exec-am: install-binPROGRAMS 691 692install-html: install-html-am 693 694install-html-am: 695 696install-info: install-info-am 697 698install-info-am: 699 700install-man: 701 702install-pdf: install-pdf-am 703 704install-pdf-am: 705 706install-ps: install-ps-am 707 708install-ps-am: 709 710installcheck-am: 711 712maintainer-clean: maintainer-clean-am 713 -rm -rf ./$(DEPDIR) 714 -rm -f Makefile 715maintainer-clean-am: distclean-am maintainer-clean-generic 716 717mostlyclean: mostlyclean-am 718 719mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 720 mostlyclean-libtool 721 722pdf: pdf-am 723 724pdf-am: 725 726ps: ps-am 727 728ps-am: 729 730uninstall-am: uninstall-binPROGRAMS 731 732.MAKE: install-am install-strip 733 734.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ 735 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ 736 ctags ctags-am distclean distclean-compile distclean-generic \ 737 distclean-libtool distclean-tags distdir dvi dvi-am html \ 738 html-am info info-am install install-am install-binPROGRAMS \ 739 install-data install-data-am install-dvi install-dvi-am \ 740 install-exec install-exec-am install-html install-html-am \ 741 install-info install-info-am install-man install-pdf \ 742 install-pdf-am install-ps install-ps-am install-strip \ 743 installcheck installcheck-am installdirs maintainer-clean \ 744 maintainer-clean-generic mostlyclean mostlyclean-compile \ 745 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 746 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS 747 748.PRECIOUS: Makefile 749 750 751# Tell versions [3.59,3.63) of GNU make to not export all variables. 752# Otherwise a system limit (for SysV at least) may be exceeded. 753.NOEXPORT: 754