2.5.11.
[asdcplib-cth.git] / win32 / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 # $Id: Makefile.am,v 1.5 2009/04/12 20:34:38 msheby Exp $
19 # Copyright (c) 2007-2008 John Hurst. All rights reserved.
20 #
21 # Redistribution and use in source and binary forms, with or without
22 # modification, are permitted provided that the following conditions
23 # are met:
24 # 1. Redistributions of source code must retain the above copyright
25 #    notice, this list of conditions and the following disclaimer.
26 # 2. Redistributions in binary form must reproduce the above copyright
27 #    notice, this list of conditions and the following disclaimer in the
28 #    documentation and/or other materials provided with the distribution.
29 # 3. The name of the author may not be used to endorse or promote products
30 #    derived from this software without specific prior written permission.
31 #
32 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
33 # IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
34 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
35 # IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
36 # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
37 # NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
38 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
39 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
40 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
41 # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42 VPATH = @srcdir@
43 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
44 am__make_running_with_option = \
45   case $${target_option-} in \
46       ?) ;; \
47       *) echo "am__make_running_with_option: internal error: invalid" \
48               "target option '$${target_option-}' specified" >&2; \
49          exit 1;; \
50   esac; \
51   has_opt=no; \
52   sane_makeflags=$$MAKEFLAGS; \
53   if $(am__is_gnu_make); then \
54     sane_makeflags=$$MFLAGS; \
55   else \
56     case $$MAKEFLAGS in \
57       *\\[\ \   ]*) \
58         bs=\\; \
59         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
60           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
61     esac; \
62   fi; \
63   skip_next=no; \
64   strip_trailopt () \
65   { \
66     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
67   }; \
68   for flg in $$sane_makeflags; do \
69     test $$skip_next = yes && { skip_next=no; continue; }; \
70     case $$flg in \
71       *=*|--*) continue;; \
72         -*I) strip_trailopt 'I'; skip_next=yes;; \
73       -*I?*) strip_trailopt 'I';; \
74         -*O) strip_trailopt 'O'; skip_next=yes;; \
75       -*O?*) strip_trailopt 'O';; \
76         -*l) strip_trailopt 'l'; skip_next=yes;; \
77       -*l?*) strip_trailopt 'l';; \
78       -[dEDm]) skip_next=yes;; \
79       -[JT]) skip_next=yes;; \
80     esac; \
81     case $$flg in \
82       *$$target_option*) has_opt=yes; break;; \
83     esac; \
84   done; \
85   test $$has_opt = yes
86 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
87 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
88 pkgdatadir = $(datadir)/@PACKAGE@
89 pkgincludedir = $(includedir)/@PACKAGE@
90 pkglibdir = $(libdir)/@PACKAGE@
91 pkglibexecdir = $(libexecdir)/@PACKAGE@
92 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
93 install_sh_DATA = $(install_sh) -c -m 644
94 install_sh_PROGRAM = $(install_sh) -c
95 install_sh_SCRIPT = $(install_sh) -c
96 INSTALL_HEADER = $(INSTALL_DATA)
97 transform = $(program_transform_name)
98 NORMAL_INSTALL = :
99 PRE_INSTALL = :
100 POST_INSTALL = :
101 NORMAL_UNINSTALL = :
102 PRE_UNINSTALL = :
103 POST_UNINSTALL = :
104 build_triplet = @build@
105 host_triplet = @host@
106 subdir = win32
107 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
108         $(srcdir)/Makefile.wmk
109 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_lib_expat.m4 \
111         $(top_srcdir)/m4/ax_lib_openssl.m4 \
112         $(top_srcdir)/m4/ax_lib_xerces.m4 \
113         $(top_srcdir)/m4/az_python.m4 $(top_srcdir)/m4/libtool.m4 \
114         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
115         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
116         $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118         $(ACLOCAL_M4)
119 mkinstalldirs = $(install_sh) -d
120 CONFIG_CLEAN_FILES = Makefile.mak
121 CONFIG_CLEAN_VPATH_FILES =
122 AM_V_P = $(am__v_P_@AM_V@)
123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124 am__v_P_0 = false
125 am__v_P_1 = :
126 AM_V_GEN = $(am__v_GEN_@AM_V@)
127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128 am__v_GEN_0 = @echo "  GEN     " $@;
129 am__v_GEN_1 = 
130 AM_V_at = $(am__v_at_@AM_V@)
131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132 am__v_at_0 = @
133 am__v_at_1 = 
134 SOURCES =
135 DIST_SOURCES =
136 am__can_run_installinfo = \
137   case $$AM_UPDATE_INFO_DIR in \
138     n|no|NO) false;; \
139     *) (install-info --version) >/dev/null 2>&1;; \
140   esac
141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
142 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
143 ACLOCAL = @ACLOCAL@
144 AMTAR = @AMTAR@
145 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
146 AR = @AR@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CC = @CC@
152 CCDEPMODE = @CCDEPMODE@
153 CFLAGS = @CFLAGS@
154 CPP = @CPP@
155 CPPFLAGS = @CPPFLAGS@
156 CXX = @CXX@
157 CXXCPP = @CXXCPP@
158 CXXDEPMODE = @CXXDEPMODE@
159 CXXFLAGS = @CXXFLAGS@
160 CYGPATH_W = @CYGPATH_W@
161 DEFS = @DEFS@
162 DEPDIR = @DEPDIR@
163 DLLTOOL = @DLLTOOL@
164 DSYMUTIL = @DSYMUTIL@
165 DUMPBIN = @DUMPBIN@
166 ECHO_C = @ECHO_C@
167 ECHO_N = @ECHO_N@
168 ECHO_T = @ECHO_T@
169 EGREP = @EGREP@
170 EXEEXT = @EXEEXT@
171 EXPAT_CFLAGS = @EXPAT_CFLAGS@
172 EXPAT_LDFLAGS = @EXPAT_LDFLAGS@
173 EXPAT_VERSION = @EXPAT_VERSION@
174 FGREP = @FGREP@
175 GREP = @GREP@
176 INSTALL = @INSTALL@
177 INSTALL_DATA = @INSTALL_DATA@
178 INSTALL_PROGRAM = @INSTALL_PROGRAM@
179 INSTALL_SCRIPT = @INSTALL_SCRIPT@
180 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
181 LD = @LD@
182 LDFLAGS = @LDFLAGS@
183 LIBOBJS = @LIBOBJS@
184 LIBS = @LIBS@
185 LIBTOOL = @LIBTOOL@
186 LIPO = @LIPO@
187 LN_S = @LN_S@
188 LTLIBOBJS = @LTLIBOBJS@
189 MAKEINFO = @MAKEINFO@
190 MANIFEST_TOOL = @MANIFEST_TOOL@
191 MKDIR_P = @MKDIR_P@
192 NM = @NM@
193 NMEDIT = @NMEDIT@
194 OBJDUMP = @OBJDUMP@
195 OBJEXT = @OBJEXT@
196 OPENSSL_CPPFLAGS = @OPENSSL_CPPFLAGS@
197 OPENSSL_LDFLAGS = @OPENSSL_LDFLAGS@
198 OPENSSL_LIBS = @OPENSSL_LIBS@
199 OPENSSL_VERSION = @OPENSSL_VERSION@
200 OTOOL = @OTOOL@
201 OTOOL64 = @OTOOL64@
202 PACKAGE = @PACKAGE@
203 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204 PACKAGE_NAME = @PACKAGE_NAME@
205 PACKAGE_STRING = @PACKAGE_STRING@
206 PACKAGE_TARNAME = @PACKAGE_TARNAME@
207 PACKAGE_URL = @PACKAGE_URL@
208 PACKAGE_VERSION = @PACKAGE_VERSION@
209 PATH_SEPARATOR = @PATH_SEPARATOR@
210 PYTHON = @PYTHON@
211 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
212 PYTHON_CSPEC = @PYTHON_CSPEC@
213 PYTHON_EXECDIR = @PYTHON_EXECDIR@
214 PYTHON_EXECPREFIX = @PYTHON_EXECPREFIX@
215 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
216 PYTHON_LSPEC = @PYTHON_LSPEC@
217 PYTHON_PREFIX = @PYTHON_PREFIX@
218 PYTHON_SHORTVERSION = @PYTHON_SHORTVERSION@
219 RANLIB = @RANLIB@
220 SED = @SED@
221 SET_MAKE = @SET_MAKE@
222 SHELL = @SHELL@
223 STRIP = @STRIP@
224 VERSION = @VERSION@
225 XERCES_CPPFLAGS = @XERCES_CPPFLAGS@
226 XERCES_LDFLAGS = @XERCES_LDFLAGS@
227 XERCES_LIBS = @XERCES_LIBS@
228 XERCES_VERSION = @XERCES_VERSION@
229 abs_builddir = @abs_builddir@
230 abs_srcdir = @abs_srcdir@
231 abs_top_builddir = @abs_top_builddir@
232 abs_top_srcdir = @abs_top_srcdir@
233 ac_ct_AR = @ac_ct_AR@
234 ac_ct_CC = @ac_ct_CC@
235 ac_ct_CXX = @ac_ct_CXX@
236 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
237 am__include = @am__include@
238 am__leading_dot = @am__leading_dot@
239 am__quote = @am__quote@
240 am__tar = @am__tar@
241 am__untar = @am__untar@
242 bindir = @bindir@
243 build = @build@
244 build_alias = @build_alias@
245 build_cpu = @build_cpu@
246 build_os = @build_os@
247 build_vendor = @build_vendor@
248 builddir = @builddir@
249 datadir = @datadir@
250 datarootdir = @datarootdir@
251 docdir = @docdir@
252 dvidir = @dvidir@
253 exec_prefix = @exec_prefix@
254 host = @host@
255 host_alias = @host_alias@
256 host_cpu = @host_cpu@
257 host_os = @host_os@
258 host_vendor = @host_vendor@
259 htmldir = @htmldir@
260 includedir = @includedir@
261 infodir = @infodir@
262 install_sh = @install_sh@
263 libdir = @libdir@
264 libexecdir = @libexecdir@
265 localedir = @localedir@
266 localstatedir = @localstatedir@
267 mandir = @mandir@
268 mkdir_p = @mkdir_p@
269 oldincludedir = @oldincludedir@
270 pdfdir = @pdfdir@
271 prefix = @prefix@
272 program_transform_name = @program_transform_name@
273 psdir = @psdir@
274 sbindir = @sbindir@
275 sharedstatedir = @sharedstatedir@
276 srcdir = @srcdir@
277 sysconfdir = @sysconfdir@
278 target_alias = @target_alias@
279 top_build_prefix = @top_build_prefix@
280 top_builddir = @top_builddir@
281 top_srcdir = @top_srcdir@
282 EXTRA_DIST = Makefile.mak README.txt
283 all: all-am
284
285 .SUFFIXES:
286 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
287         @for dep in $?; do \
288           case '$(am__configure_deps)' in \
289             *$$dep*) \
290               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
291                 && { if test -f $@; then exit 0; else break; fi; }; \
292               exit 1;; \
293           esac; \
294         done; \
295         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign win32/Makefile'; \
296         $(am__cd) $(top_srcdir) && \
297           $(AUTOMAKE) --foreign win32/Makefile
298 .PRECIOUS: Makefile
299 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
300         @case '$?' in \
301           *config.status*) \
302             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
303           *) \
304             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
305             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
306         esac;
307
308 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
309         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
310
311 $(top_srcdir)/configure:  $(am__configure_deps)
312         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
313 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
314         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
315 $(am__aclocal_m4_deps):
316 Makefile.mak: $(top_builddir)/config.status $(srcdir)/Makefile.wmk
317         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
318
319 mostlyclean-libtool:
320         -rm -f *.lo
321
322 clean-libtool:
323         -rm -rf .libs _libs
324 tags TAGS:
325
326 ctags CTAGS:
327
328 cscope cscopelist:
329
330
331 distdir: $(DISTFILES)
332         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
333         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334         list='$(DISTFILES)'; \
335           dist_files=`for file in $$list; do echo $$file; done | \
336           sed -e "s|^$$srcdirstrip/||;t" \
337               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
338         case $$dist_files in \
339           */*) $(MKDIR_P) `echo "$$dist_files" | \
340                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
341                            sort -u` ;; \
342         esac; \
343         for file in $$dist_files; do \
344           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
345           if test -d $$d/$$file; then \
346             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
347             if test -d "$(distdir)/$$file"; then \
348               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
349             fi; \
350             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
351               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
352               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
353             fi; \
354             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
355           else \
356             test -f "$(distdir)/$$file" \
357             || cp -p $$d/$$file "$(distdir)/$$file" \
358             || exit 1; \
359           fi; \
360         done
361 check-am: all-am
362 check: check-am
363 all-am: Makefile
364 installdirs:
365 install: install-am
366 install-exec: install-exec-am
367 install-data: install-data-am
368 uninstall: uninstall-am
369
370 install-am: all-am
371         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
372
373 installcheck: installcheck-am
374 install-strip:
375         if test -z '$(STRIP)'; then \
376           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
377             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
378               install; \
379         else \
380           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
383         fi
384 mostlyclean-generic:
385
386 clean-generic:
387
388 distclean-generic:
389         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
390         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
391
392 maintainer-clean-generic:
393         @echo "This command is intended for maintainers to use"
394         @echo "it deletes files that may require special tools to rebuild."
395 clean: clean-am
396
397 clean-am: clean-generic clean-libtool mostlyclean-am
398
399 distclean: distclean-am
400         -rm -f Makefile
401 distclean-am: clean-am distclean-generic
402
403 dvi: dvi-am
404
405 dvi-am:
406
407 html: html-am
408
409 html-am:
410
411 info: info-am
412
413 info-am:
414
415 install-data-am:
416
417 install-dvi: install-dvi-am
418
419 install-dvi-am:
420
421 install-exec-am:
422
423 install-html: install-html-am
424
425 install-html-am:
426
427 install-info: install-info-am
428
429 install-info-am:
430
431 install-man:
432
433 install-pdf: install-pdf-am
434
435 install-pdf-am:
436
437 install-ps: install-ps-am
438
439 install-ps-am:
440
441 installcheck-am:
442
443 maintainer-clean: maintainer-clean-am
444         -rm -f Makefile
445 maintainer-clean-am: distclean-am maintainer-clean-generic
446
447 mostlyclean: mostlyclean-am
448
449 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
450
451 pdf: pdf-am
452
453 pdf-am:
454
455 ps: ps-am
456
457 ps-am:
458
459 uninstall-am:
460
461 .MAKE: install-am install-strip
462
463 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
464         cscopelist-am ctags-am distclean distclean-generic \
465         distclean-libtool distdir dvi dvi-am html html-am info info-am \
466         install install-am install-data install-data-am install-dvi \
467         install-dvi-am install-exec install-exec-am install-html \
468         install-html-am install-info install-info-am install-man \
469         install-pdf install-pdf-am install-ps install-ps-am \
470         install-strip installcheck installcheck-am installdirs \
471         maintainer-clean maintainer-clean-generic mostlyclean \
472         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
473         tags-am uninstall uninstall-am
474
475
476 # Tell versions [3.59,3.63) of GNU make to not export all variables.
477 # Otherwise a system limit (for SysV at least) may be exceeded.
478 .NOEXPORT: