Merge branch 'tizen_base' into tizen
[platform/upstream/expat.git] / xmlwf / 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 VPATH = @srcdir@
48 am__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 }
59 am__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
101 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
102 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
103 pkgdatadir = $(datadir)/@PACKAGE@
104 pkgincludedir = $(includedir)/@PACKAGE@
105 pkglibdir = $(libdir)/@PACKAGE@
106 pkglibexecdir = $(libexecdir)/@PACKAGE@
107 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
108 install_sh_DATA = $(install_sh) -c -m 644
109 install_sh_PROGRAM = $(install_sh) -c
110 install_sh_SCRIPT = $(install_sh) -c
111 INSTALL_HEADER = $(INSTALL_DATA)
112 transform = $(program_transform_name)
113 NORMAL_INSTALL = :
114 PRE_INSTALL = :
115 POST_INSTALL = :
116 NORMAL_UNINSTALL = :
117 PRE_UNINSTALL = :
118 POST_UNINSTALL = :
119 build_triplet = @build@
120 host_triplet = @host@
121 bin_PROGRAMS = xmlwf$(EXEEXT)
122 @MINGW_TRUE@@UNICODE_TRUE@am__append_1 = -mwindows
123 subdir = xmlwf
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 $(am__DIST_COMMON)
133 mkinstalldirs = $(install_sh) -d
134 CONFIG_HEADER = $(top_builddir)/expat_config.h
135 CONFIG_CLEAN_FILES =
136 CONFIG_CLEAN_VPATH_FILES =
137 am__installdirs = "$(DESTDIR)$(bindir)"
138 PROGRAMS = $(bin_PROGRAMS)
139 am_xmlwf_OBJECTS = xmlwf-xmlwf.$(OBJEXT) xmlwf-xmlfile.$(OBJEXT) \
140         xmlwf-codepage.$(OBJEXT) xmlwf-@FILEMAP@.$(OBJEXT)
141 xmlwf_OBJECTS = $(am_xmlwf_OBJECTS)
142 xmlwf_DEPENDENCIES = ../lib/libexpat.la
143 AM_V_lt = $(am__v_lt_@AM_V@)
144 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
145 am__v_lt_0 = --silent
146 am__v_lt_1 = 
147 xmlwf_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149         $(xmlwf_LDFLAGS) $(LDFLAGS) -o $@
150 AM_V_P = $(am__v_P_@AM_V@)
151 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
152 am__v_P_0 = false
153 am__v_P_1 = :
154 AM_V_GEN = $(am__v_GEN_@AM_V@)
155 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
156 am__v_GEN_0 = @echo "  GEN     " $@;
157 am__v_GEN_1 = 
158 AM_V_at = $(am__v_at_@AM_V@)
159 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160 am__v_at_0 = @
161 am__v_at_1 = 
162 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
163 depcomp = $(SHELL) $(top_srcdir)/conftools/depcomp
164 am__depfiles_maybe = depfiles
165 am__mv = mv -f
166 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
167         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
168 LTCOMPILE = $(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)
172 AM_V_CC = $(am__v_CC_@AM_V@)
173 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174 am__v_CC_0 = @echo "  CC      " $@;
175 am__v_CC_1 = 
176 CCLD = $(CC)
177 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
179         $(AM_LDFLAGS) $(LDFLAGS) -o $@
180 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
181 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
182 am__v_CCLD_0 = @echo "  CCLD    " $@;
183 am__v_CCLD_1 = 
184 SOURCES = $(xmlwf_SOURCES)
185 DIST_SOURCES = $(xmlwf_SOURCES)
186 am__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
191 am__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.
195 am__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.
203 am__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)`
208 ETAGS = etags
209 CTAGS = ctags
210 am__DIST_COMMON = $(srcdir)/Makefile.in \
211         $(top_srcdir)/conftools/depcomp
212 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
213 ACLOCAL = @ACLOCAL@
214 AMTAR = @AMTAR@
215 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
216 AR = @AR@
217 AS = @AS@
218 AUTOCONF = @AUTOCONF@
219 AUTOHEADER = @AUTOHEADER@
220 AUTOMAKE = @AUTOMAKE@
221 AWK = @AWK@
222 CC = @CC@
223 CCDEPMODE = @CCDEPMODE@
224 CFLAGS = @CFLAGS@
225 CPP = @CPP@
226 CPPFLAGS = @CPPFLAGS@
227 CXX = @CXX@
228 CXXCPP = @CXXCPP@
229 CXXDEPMODE = @CXXDEPMODE@
230 CXXFLAGS = @CXXFLAGS@
231 CYGPATH_W = @CYGPATH_W@
232 DEFS = @DEFS@
233 DEPDIR = @DEPDIR@
234 DLLTOOL = @DLLTOOL@
235 DOCBOOK_TO_MAN = @DOCBOOK_TO_MAN@
236 DSYMUTIL = @DSYMUTIL@
237 DUMPBIN = @DUMPBIN@
238 ECHO_C = @ECHO_C@
239 ECHO_N = @ECHO_N@
240 ECHO_T = @ECHO_T@
241 EGREP = @EGREP@
242 EXEEXT = @EXEEXT@
243 FGREP = @FGREP@
244 FILEMAP = @FILEMAP@
245 GREP = @GREP@
246 INSTALL = @INSTALL@
247 INSTALL_DATA = @INSTALL_DATA@
248 INSTALL_PROGRAM = @INSTALL_PROGRAM@
249 INSTALL_SCRIPT = @INSTALL_SCRIPT@
250 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
251 LD = @LD@
252 LDFLAGS = @LDFLAGS@
253 LIBAGE = @LIBAGE@
254 LIBCURRENT = @LIBCURRENT@
255 LIBOBJS = @LIBOBJS@
256 LIBREVISION = @LIBREVISION@
257 LIBS = @LIBS@
258 LIBTOOL = @LIBTOOL@
259 LIPO = @LIPO@
260 LN_S = @LN_S@
261 LTLIBOBJS = @LTLIBOBJS@
262 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
263 MAKEINFO = @MAKEINFO@
264 MANIFEST_TOOL = @MANIFEST_TOOL@
265 MKDIR_P = @MKDIR_P@
266 NM = @NM@
267 NMEDIT = @NMEDIT@
268 OBJDUMP = @OBJDUMP@
269 OBJEXT = @OBJEXT@
270 OTOOL = @OTOOL@
271 OTOOL64 = @OTOOL64@
272 PACKAGE = @PACKAGE@
273 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
274 PACKAGE_NAME = @PACKAGE_NAME@
275 PACKAGE_STRING = @PACKAGE_STRING@
276 PACKAGE_TARNAME = @PACKAGE_TARNAME@
277 PACKAGE_URL = @PACKAGE_URL@
278 PACKAGE_VERSION = @PACKAGE_VERSION@
279 PATH_SEPARATOR = @PATH_SEPARATOR@
280 RANLIB = @RANLIB@
281 SED = @SED@
282 SET_MAKE = @SET_MAKE@
283 SHELL = @SHELL@
284 STRIP = @STRIP@
285 VERSION = @VERSION@
286 abs_builddir = @abs_builddir@
287 abs_srcdir = @abs_srcdir@
288 abs_top_builddir = @abs_top_builddir@
289 abs_top_srcdir = @abs_top_srcdir@
290 ac_ct_AR = @ac_ct_AR@
291 ac_ct_CC = @ac_ct_CC@
292 ac_ct_CXX = @ac_ct_CXX@
293 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
294 am__include = @am__include@
295 am__leading_dot = @am__leading_dot@
296 am__quote = @am__quote@
297 am__tar = @am__tar@
298 am__untar = @am__untar@
299 bindir = @bindir@
300 build = @build@
301 build_alias = @build_alias@
302 build_cpu = @build_cpu@
303 build_os = @build_os@
304 build_vendor = @build_vendor@
305 builddir = @builddir@
306 datadir = @datadir@
307 datarootdir = @datarootdir@
308 docdir = @docdir@
309 dvidir = @dvidir@
310 exec_prefix = @exec_prefix@
311 host = @host@
312 host_alias = @host_alias@
313 host_cpu = @host_cpu@
314 host_os = @host_os@
315 host_vendor = @host_vendor@
316 htmldir = @htmldir@
317 includedir = @includedir@
318 infodir = @infodir@
319 install_sh = @install_sh@
320 libdir = @libdir@
321 libexecdir = @libexecdir@
322 localedir = @localedir@
323 localstatedir = @localstatedir@
324 mandir = @mandir@
325 mkdir_p = @mkdir_p@
326 oldincludedir = @oldincludedir@
327 pdfdir = @pdfdir@
328 prefix = @prefix@
329 program_transform_name = @program_transform_name@
330 psdir = @psdir@
331 sbindir = @sbindir@
332 sharedstatedir = @sharedstatedir@
333 srcdir = @srcdir@
334 sysconfdir = @sysconfdir@
335 target_alias = @target_alias@
336 top_build_prefix = @top_build_prefix@
337 top_builddir = @top_builddir@
338 top_srcdir = @top_srcdir@
339 xmlwf_LDADD = ../lib/libexpat.la
340 xmlwf_SOURCES = \
341     xmlwf.c \
342     xmlfile.c \
343     codepage.c \
344     @FILEMAP@.c
345
346 xmlwf_CPPFLAGS = -I$(srcdir)/../lib $(am__append_1)
347 @MINGW_TRUE@@UNICODE_TRUE@xmlwf_LDFLAGS = -municode
348 EXTRA_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
362 all: 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
378 Makefile: $(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):
395 install-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
425 uninstall-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
436 clean-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
445 xmlwf$(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
449 mostlyclean-compile:
450         -rm -f *.$(OBJEXT)
451
452 distclean-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
481 xmlwf-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
488 xmlwf-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
495 xmlwf-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
502 xmlwf-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
509 xmlwf-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
516 xmlwf-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
523 xmlwf-@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
530 xmlwf-@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
537 mostlyclean-libtool:
538         -rm -f *.lo
539
540 clean-libtool:
541         -rm -rf .libs _libs
542
543 ID: $(am__tagged_files)
544         $(am__define_uniq_tagged_files); mkid -fID $$unique
545 tags: tags-am
546 TAGS: tags
547
548 tags-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
563 ctags: ctags-am
564
565 CTAGS: ctags
566 ctags-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
572 GTAGS:
573         here=`$(am__cd) $(top_builddir) && pwd` \
574           && $(am__cd) $(top_srcdir) \
575           && gtags -i $(GTAGS_ARGS) "$$here"
576 cscopelist: cscopelist-am
577
578 cscopelist-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
592 distclean-tags:
593         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
594
595 distdir: $(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
625 check-am: all-am
626 check: check-am
627 all-am: Makefile $(PROGRAMS)
628 installdirs:
629         for dir in "$(DESTDIR)$(bindir)"; do \
630           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
631         done
632 install: install-am
633 install-exec: install-exec-am
634 install-data: install-data-am
635 uninstall: uninstall-am
636
637 install-am: all-am
638         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
639
640 installcheck: installcheck-am
641 install-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
651 mostlyclean-generic:
652
653 clean-generic:
654
655 distclean-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
659 maintainer-clean-generic:
660         @echo "This command is intended for maintainers to use"
661         @echo "it deletes files that may require special tools to rebuild."
662 clean: clean-am
663
664 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
665
666 distclean: distclean-am
667         -rm -rf ./$(DEPDIR)
668         -rm -f Makefile
669 distclean-am: clean-am distclean-compile distclean-generic \
670         distclean-tags
671
672 dvi: dvi-am
673
674 dvi-am:
675
676 html: html-am
677
678 html-am:
679
680 info: info-am
681
682 info-am:
683
684 install-data-am:
685
686 install-dvi: install-dvi-am
687
688 install-dvi-am:
689
690 install-exec-am: install-binPROGRAMS
691
692 install-html: install-html-am
693
694 install-html-am:
695
696 install-info: install-info-am
697
698 install-info-am:
699
700 install-man:
701
702 install-pdf: install-pdf-am
703
704 install-pdf-am:
705
706 install-ps: install-ps-am
707
708 install-ps-am:
709
710 installcheck-am:
711
712 maintainer-clean: maintainer-clean-am
713         -rm -rf ./$(DEPDIR)
714         -rm -f Makefile
715 maintainer-clean-am: distclean-am maintainer-clean-generic
716
717 mostlyclean: mostlyclean-am
718
719 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
720         mostlyclean-libtool
721
722 pdf: pdf-am
723
724 pdf-am:
725
726 ps: ps-am
727
728 ps-am:
729
730 uninstall-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: