Imported Upstream version 2.50.2
[platform/upstream/glib.git] / build / win32 / Makefile.in
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2014 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 VPATH = @srcdir@
17 am__is_gnu_make = { \
18   if test -z '$(MAKELEVEL)'; then \
19     false; \
20   elif test -n '$(MAKE_HOST)'; then \
21     true; \
22   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23     true; \
24   else \
25     false; \
26   fi; \
27 }
28 am__make_running_with_option = \
29   case $${target_option-} in \
30       ?) ;; \
31       *) echo "am__make_running_with_option: internal error: invalid" \
32               "target option '$${target_option-}' specified" >&2; \
33          exit 1;; \
34   esac; \
35   has_opt=no; \
36   sane_makeflags=$$MAKEFLAGS; \
37   if $(am__is_gnu_make); then \
38     sane_makeflags=$$MFLAGS; \
39   else \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         bs=\\; \
43         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
45     esac; \
46   fi; \
47   skip_next=no; \
48   strip_trailopt () \
49   { \
50     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51   }; \
52   for flg in $$sane_makeflags; do \
53     test $$skip_next = yes && { skip_next=no; continue; }; \
54     case $$flg in \
55       *=*|--*) continue;; \
56         -*I) strip_trailopt 'I'; skip_next=yes;; \
57       -*I?*) strip_trailopt 'I';; \
58         -*O) strip_trailopt 'O'; skip_next=yes;; \
59       -*O?*) strip_trailopt 'O';; \
60         -*l) strip_trailopt 'l'; skip_next=yes;; \
61       -*l?*) strip_trailopt 'l';; \
62       -[dEDm]) skip_next=yes;; \
63       -[JT]) skip_next=yes;; \
64     esac; \
65     case $$flg in \
66       *$$target_option*) has_opt=yes; break;; \
67     esac; \
68   done; \
69   test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = build/win32
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4macros/attributes.m4 \
93         $(top_srcdir)/m4macros/glibtests.m4 \
94         $(top_srcdir)/m4macros/gtk-doc.m4 \
95         $(top_srcdir)/m4macros/libtool.m4 \
96         $(top_srcdir)/m4macros/ltoptions.m4 \
97         $(top_srcdir)/m4macros/ltsugar.m4 \
98         $(top_srcdir)/m4macros/ltversion.m4 \
99         $(top_srcdir)/m4macros/lt~obsolete.m4 \
100         $(top_srcdir)/acinclude.m4 $(top_srcdir)/acglib.m4 \
101         $(top_srcdir)/glib/libcharset/codeset.m4 \
102         $(top_srcdir)/glib/libcharset/glibc21.m4 \
103         $(top_srcdir)/m4macros/glib-gettext.m4 \
104         $(top_srcdir)/configure.ac
105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
106         $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
108 mkinstalldirs = $(install_sh) -d
109 CONFIG_HEADER = $(top_builddir)/config.h
110 CONFIG_CLEAN_FILES =
111 CONFIG_CLEAN_VPATH_FILES =
112 AM_V_P = $(am__v_P_@AM_V@)
113 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114 am__v_P_0 = false
115 am__v_P_1 = :
116 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118 am__v_GEN_0 = @echo "  GEN     " $@;
119 am__v_GEN_1 = 
120 AM_V_at = $(am__v_at_@AM_V@)
121 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122 am__v_at_0 = @
123 am__v_at_1 = 
124 SOURCES =
125 DIST_SOURCES =
126 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
127         ctags-recursive dvi-recursive html-recursive info-recursive \
128         install-data-recursive install-dvi-recursive \
129         install-exec-recursive install-html-recursive \
130         install-info-recursive install-pdf-recursive \
131         install-ps-recursive install-recursive installcheck-recursive \
132         installdirs-recursive pdf-recursive ps-recursive \
133         tags-recursive uninstall-recursive
134 am__can_run_installinfo = \
135   case $$AM_UPDATE_INFO_DIR in \
136     n|no|NO) false;; \
137     *) (install-info --version) >/dev/null 2>&1;; \
138   esac
139 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
140   distclean-recursive maintainer-clean-recursive
141 am__recursive_targets = \
142   $(RECURSIVE_TARGETS) \
143   $(RECURSIVE_CLEAN_TARGETS) \
144   $(am__extra_recursive_targets)
145 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
146         distdir
147 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148 # Read a list of newline-separated strings from the standard input,
149 # and print each of them once, without duplicates.  Input order is
150 # *not* preserved.
151 am__uniquify_input = $(AWK) '\
152   BEGIN { nonempty = 0; } \
153   { items[$$0] = 1; nonempty = 1; } \
154   END { if (nonempty) { for (i in items) print i; }; } \
155 '
156 # Make sure the list of sources is unique.  This is necessary because,
157 # e.g., the same source file might be shared among _SOURCES variables
158 # for different programs/libraries.
159 am__define_uniq_tagged_files = \
160   list='$(am__tagged_files)'; \
161   unique=`for i in $$list; do \
162     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163   done | $(am__uniquify_input)`
164 ETAGS = etags
165 CTAGS = ctags
166 DIST_SUBDIRS = $(SUBDIRS)
167 am__DIST_COMMON = $(srcdir)/Makefile.in
168 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169 am__relativize = \
170   dir0=`pwd`; \
171   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
172   sed_rest='s,^[^/]*/*,,'; \
173   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
174   sed_butlast='s,/*[^/]*$$,,'; \
175   while test -n "$$dir1"; do \
176     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177     if test "$$first" != "."; then \
178       if test "$$first" = ".."; then \
179         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
180         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
181       else \
182         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
183         if test "$$first2" = "$$first"; then \
184           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
185         else \
186           dir2="../$$dir2"; \
187         fi; \
188         dir0="$$dir0"/"$$first"; \
189       fi; \
190     fi; \
191     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
192   done; \
193   reldir="$$dir2"
194 ABS_TAPSET_DIR = @ABS_TAPSET_DIR@
195 ACLOCAL = @ACLOCAL@
196 ALLOCA = @ALLOCA@
197 AMTAR = @AMTAR@
198 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
199 AR = @AR@
200 AS = @AS@
201 AUTOCONF = @AUTOCONF@
202 AUTOHEADER = @AUTOHEADER@
203 AUTOMAKE = @AUTOMAKE@
204 AWK = @AWK@
205 CARBON_LIBS = @CARBON_LIBS@
206 CATALOGS = @CATALOGS@
207 CATOBJEXT = @CATOBJEXT@
208 CC = @CC@
209 CCDEPMODE = @CCDEPMODE@
210 CFLAGS = @CFLAGS@
211 COCOA_LIBS = @COCOA_LIBS@
212 CONFIG_STATUS_DEPENDENCIES = @CONFIG_STATUS_DEPENDENCIES@
213 CPP = @CPP@
214 CPPFLAGS = @CPPFLAGS@
215 CXX = @CXX@
216 CXXCPP = @CXXCPP@
217 CXXDEPMODE = @CXXDEPMODE@
218 CXXFLAGS = @CXXFLAGS@
219 CYGPATH_W = @CYGPATH_W@
220 DATADIRNAME = @DATADIRNAME@
221 DBUS1_CFLAGS = @DBUS1_CFLAGS@
222 DBUS1_LIBS = @DBUS1_LIBS@
223 DBUS_DAEMON = @DBUS_DAEMON@
224 DEFS = @DEFS@
225 DEPDIR = @DEPDIR@
226 DLLTOOL = @DLLTOOL@
227 DSYMUTIL = @DSYMUTIL@
228 DTRACE = @DTRACE@
229 DUMPBIN = @DUMPBIN@
230 ECHO_C = @ECHO_C@
231 ECHO_N = @ECHO_N@
232 ECHO_T = @ECHO_T@
233 EGREP = @EGREP@
234 EXEEXT = @EXEEXT@
235 FAM_LIBS = @FAM_LIBS@
236 FGREP = @FGREP@
237 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
238 GIO = @GIO@
239 GIO_MODULE_DIR = @GIO_MODULE_DIR@
240 GLIBC21 = @GLIBC21@
241 GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
242 GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
243 GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
244 GLIB_HIDDEN_VISIBILITY_CFLAGS = @GLIB_HIDDEN_VISIBILITY_CFLAGS@
245 GLIB_INTERFACE_AGE = @GLIB_INTERFACE_AGE@
246 GLIB_LINK_FLAGS = @GLIB_LINK_FLAGS@
247 GLIB_MAJOR_VERSION = @GLIB_MAJOR_VERSION@
248 GLIB_MICRO_VERSION = @GLIB_MICRO_VERSION@
249 GLIB_MINOR_VERSION = @GLIB_MINOR_VERSION@
250 GLIB_RUNTIME_LIBDIR = @GLIB_RUNTIME_LIBDIR@
251 GLIB_VERSION = @GLIB_VERSION@
252 GLIB_WARN_CFLAGS = @GLIB_WARN_CFLAGS@
253 GLIB_WIN32_STATIC_COMPILATION_DEFINE = @GLIB_WIN32_STATIC_COMPILATION_DEFINE@
254 GMOFILES = @GMOFILES@
255 GMSGFMT = @GMSGFMT@
256 GREP = @GREP@
257 GSPAWN = @GSPAWN@
258 GTHREAD_COMPILE_IMPL_DEFINES = @GTHREAD_COMPILE_IMPL_DEFINES@
259 GTKDOC_CHECK = @GTKDOC_CHECK@
260 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
261 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
262 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
263 GTKDOC_MKPDF = @GTKDOC_MKPDF@
264 GTKDOC_REBASE = @GTKDOC_REBASE@
265 G_LIBS_EXTRA = @G_LIBS_EXTRA@
266 G_MODULE_BROKEN_RTLD_GLOBAL = @G_MODULE_BROKEN_RTLD_GLOBAL@
267 G_MODULE_HAVE_DLERROR = @G_MODULE_HAVE_DLERROR@
268 G_MODULE_IMPL = @G_MODULE_IMPL@
269 G_MODULE_LDFLAGS = @G_MODULE_LDFLAGS@
270 G_MODULE_LIBS = @G_MODULE_LIBS@
271 G_MODULE_LIBS_EXTRA = @G_MODULE_LIBS_EXTRA@
272 G_MODULE_NEED_USCORE = @G_MODULE_NEED_USCORE@
273 G_MODULE_PLUGIN_LIBS = @G_MODULE_PLUGIN_LIBS@
274 G_MODULE_SUPPORTED = @G_MODULE_SUPPORTED@
275 G_THREAD_CFLAGS = @G_THREAD_CFLAGS@
276 G_THREAD_LIBS = @G_THREAD_LIBS@
277 G_THREAD_LIBS_EXTRA = @G_THREAD_LIBS_EXTRA@
278 G_THREAD_LIBS_FOR_GTHREAD = @G_THREAD_LIBS_FOR_GTHREAD@
279 HTML_DIR = @HTML_DIR@
280 ICONV_LIBS = @ICONV_LIBS@
281 INDENT = @INDENT@
282 INSTALL = @INSTALL@
283 INSTALL_DATA = @INSTALL_DATA@
284 INSTALL_PROGRAM = @INSTALL_PROGRAM@
285 INSTALL_SCRIPT = @INSTALL_SCRIPT@
286 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
287 INSTOBJEXT = @INSTOBJEXT@
288 INTLLIBS = @INTLLIBS@
289 LD = @LD@
290 LDFLAGS = @LDFLAGS@
291 LIBELF_CFLAGS = @LIBELF_CFLAGS@
292 LIBELF_LIBS = @LIBELF_LIBS@
293 LIBFFI_CFLAGS = @LIBFFI_CFLAGS@
294 LIBFFI_LIBS = @LIBFFI_LIBS@
295 LIBMOUNT_CFLAGS = @LIBMOUNT_CFLAGS@
296 LIBMOUNT_LIBS = @LIBMOUNT_LIBS@
297 LIBOBJS = @LIBOBJS@
298 LIBS = @LIBS@
299 LIBTOOL = @LIBTOOL@
300 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
301 LIPO = @LIPO@
302 LN_S = @LN_S@
303 LTLIBOBJS = @LTLIBOBJS@
304 LTP = @LTP@
305 LTP_GENHTML = @LTP_GENHTML@
306 LT_AGE = @LT_AGE@
307 LT_CURRENT = @LT_CURRENT@
308 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
309 LT_RELEASE = @LT_RELEASE@
310 LT_REVISION = @LT_REVISION@
311 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
312 MAINT = @MAINT@
313 MAKEINFO = @MAKEINFO@
314 MANIFEST_TOOL = @MANIFEST_TOOL@
315 MKDIR_P = @MKDIR_P@
316 MKINSTALLDIRS = @MKINSTALLDIRS@
317 MSGFMT = @MSGFMT@
318 MSGFMT_OPTS = @MSGFMT_OPTS@
319 NAMESER_COMPAT_INCLUDE = @NAMESER_COMPAT_INCLUDE@
320 NETWORK_LIBS = @NETWORK_LIBS@
321 NM = @NM@
322 NMEDIT = @NMEDIT@
323 OBJDUMP = @OBJDUMP@
324 OBJEXT = @OBJEXT@
325 OTOOL = @OTOOL@
326 OTOOL64 = @OTOOL64@
327 PACKAGE = @PACKAGE@
328 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
329 PACKAGE_NAME = @PACKAGE_NAME@
330 PACKAGE_STRING = @PACKAGE_STRING@
331 PACKAGE_TARNAME = @PACKAGE_TARNAME@
332 PACKAGE_URL = @PACKAGE_URL@
333 PACKAGE_VERSION = @PACKAGE_VERSION@
334 PATH_SEPARATOR = @PATH_SEPARATOR@
335 PCRE_CFLAGS = @PCRE_CFLAGS@
336 PCRE_LIBS = @PCRE_LIBS@
337 PCRE_REQUIRES = @PCRE_REQUIRES@
338 PCRE_WARN_CFLAGS = @PCRE_WARN_CFLAGS@
339 PERL = @PERL@
340 PERL_PATH = @PERL_PATH@
341 PKG_CONFIG = @PKG_CONFIG@
342 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
343 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
344 PLATFORMDEP = @PLATFORMDEP@
345 POFILES = @POFILES@
346 POSUB = @POSUB@
347 PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
348 PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
349 PYTHON = @PYTHON@
350 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
351 PYTHON_PLATFORM = @PYTHON_PLATFORM@
352 PYTHON_PREFIX = @PYTHON_PREFIX@
353 PYTHON_VERSION = @PYTHON_VERSION@
354 RANLIB = @RANLIB@
355 REBUILD = @REBUILD@
356 SED = @SED@
357 SELINUX_LIBS = @SELINUX_LIBS@
358 SET_MAKE = @SET_MAKE@
359 SHELL = @SHELL@
360 SHTOOL = @SHTOOL@
361 STRIP = @STRIP@
362 USE_NLS = @USE_NLS@
363 VERSION = @VERSION@
364 WINDRES = @WINDRES@
365 WSPIAPI_INCLUDE = @WSPIAPI_INCLUDE@
366 XATTR_LIBS = @XATTR_LIBS@
367 XGETTEXT = @XGETTEXT@
368 XMLCATALOG = @XMLCATALOG@
369 XML_CATALOG_FILE = @XML_CATALOG_FILE@
370 XSLTPROC = @XSLTPROC@
371 ZLIB_CFLAGS = @ZLIB_CFLAGS@
372 ZLIB_LIBS = @ZLIB_LIBS@
373 abs_builddir = @abs_builddir@
374 abs_srcdir = @abs_srcdir@
375 abs_top_builddir = @abs_top_builddir@
376 abs_top_srcdir = @abs_top_srcdir@
377 ac_ct_AR = @ac_ct_AR@
378 ac_ct_CC = @ac_ct_CC@
379 ac_ct_CXX = @ac_ct_CXX@
380 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
381 am__include = @am__include@
382 am__leading_dot = @am__leading_dot@
383 am__quote = @am__quote@
384 am__tar = @am__tar@
385 am__untar = @am__untar@
386 bindir = @bindir@
387 build = @build@
388 build_alias = @build_alias@
389 build_cpu = @build_cpu@
390 build_os = @build_os@
391 build_vendor = @build_vendor@
392 builddir = @builddir@
393 config_h_INCLUDES = @config_h_INCLUDES@
394 datadir = @datadir@
395 datarootdir = @datarootdir@
396 docdir = @docdir@
397 dvidir = @dvidir@
398 exec_prefix = @exec_prefix@
399 gio_INCLUDES = @gio_INCLUDES@
400 glib_INCLUDES = @glib_INCLUDES@
401 gmodule_INCLUDES = @gmodule_INCLUDES@
402 gobject_INCLUDES = @gobject_INCLUDES@
403 host = @host@
404 host_alias = @host_alias@
405 host_cpu = @host_cpu@
406 host_os = @host_os@
407 host_vendor = @host_vendor@
408 htmldir = @htmldir@
409 includedir = @includedir@
410 infodir = @infodir@
411 install_sh = @install_sh@
412 installed_test_metadir = @installed_test_metadir@
413 installed_testdir = @installed_testdir@
414 libdir = @libdir@
415 libexecdir = @libexecdir@
416 localedir = @localedir@
417 localstatedir = @localstatedir@
418 mandir = @mandir@
419 mkdir_p = @mkdir_p@
420 ms_librarian = @ms_librarian@
421 oldincludedir = @oldincludedir@
422 pdfdir = @pdfdir@
423 pkgpyexecdir = @pkgpyexecdir@
424 pkgpythondir = @pkgpythondir@
425 prefix = @prefix@
426 program_transform_name = @program_transform_name@
427 psdir = @psdir@
428 pyexecdir = @pyexecdir@
429 pythondir = @pythondir@
430 sbindir = @sbindir@
431 sharedstatedir = @sharedstatedir@
432 srcdir = @srcdir@
433 sysconfdir = @sysconfdir@
434 target_alias = @target_alias@
435 top_build_prefix = @top_build_prefix@
436 top_builddir = @top_builddir@
437 top_srcdir = @top_srcdir@
438 SUBDIRS = \
439         dirent  \
440         vs9     \
441         vs10    \
442         vs11    \
443         vs12    \
444         vs14
445
446 EXTRA_DIST = \
447         glibpc.py       \
448         make.msc        \
449         module.defs     \
450         pc_base.py      \
451         replace.py
452
453 all: all-recursive
454
455 .SUFFIXES:
456 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
457         @for dep in $?; do \
458           case '$(am__configure_deps)' in \
459             *$$dep*) \
460               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
461                 && { if test -f $@; then exit 0; else break; fi; }; \
462               exit 1;; \
463           esac; \
464         done; \
465         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu build/win32/Makefile'; \
466         $(am__cd) $(top_srcdir) && \
467           $(AUTOMAKE) --gnu build/win32/Makefile
468 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
469         @case '$?' in \
470           *config.status*) \
471             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
472           *) \
473             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
474             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
475         esac;
476
477 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
478         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479
480 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
481         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
483         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
484 $(am__aclocal_m4_deps):
485
486 mostlyclean-libtool:
487         -rm -f *.lo
488
489 clean-libtool:
490         -rm -rf .libs _libs
491
492 # This directory's subdirectories are mostly independent; you can cd
493 # into them and run 'make' without going through this Makefile.
494 # To change the values of 'make' variables: instead of editing Makefiles,
495 # (1) if the variable is set in 'config.status', edit 'config.status'
496 #     (which will cause the Makefiles to be regenerated when you run 'make');
497 # (2) otherwise, pass the desired values on the 'make' command line.
498 $(am__recursive_targets):
499         @fail=; \
500         if $(am__make_keepgoing); then \
501           failcom='fail=yes'; \
502         else \
503           failcom='exit 1'; \
504         fi; \
505         dot_seen=no; \
506         target=`echo $@ | sed s/-recursive//`; \
507         case "$@" in \
508           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
509           *) list='$(SUBDIRS)' ;; \
510         esac; \
511         for subdir in $$list; do \
512           echo "Making $$target in $$subdir"; \
513           if test "$$subdir" = "."; then \
514             dot_seen=yes; \
515             local_target="$$target-am"; \
516           else \
517             local_target="$$target"; \
518           fi; \
519           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
520           || eval $$failcom; \
521         done; \
522         if test "$$dot_seen" = "no"; then \
523           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
524         fi; test -z "$$fail"
525
526 ID: $(am__tagged_files)
527         $(am__define_uniq_tagged_files); mkid -fID $$unique
528 tags: tags-recursive
529 TAGS: tags
530
531 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
532         set x; \
533         here=`pwd`; \
534         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
535           include_option=--etags-include; \
536           empty_fix=.; \
537         else \
538           include_option=--include; \
539           empty_fix=; \
540         fi; \
541         list='$(SUBDIRS)'; for subdir in $$list; do \
542           if test "$$subdir" = .; then :; else \
543             test ! -f $$subdir/TAGS || \
544               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
545           fi; \
546         done; \
547         $(am__define_uniq_tagged_files); \
548         shift; \
549         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
550           test -n "$$unique" || unique=$$empty_fix; \
551           if test $$# -gt 0; then \
552             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
553               "$$@" $$unique; \
554           else \
555             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
556               $$unique; \
557           fi; \
558         fi
559 ctags: ctags-recursive
560
561 CTAGS: ctags
562 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
563         $(am__define_uniq_tagged_files); \
564         test -z "$(CTAGS_ARGS)$$unique" \
565           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
566              $$unique
567
568 GTAGS:
569         here=`$(am__cd) $(top_builddir) && pwd` \
570           && $(am__cd) $(top_srcdir) \
571           && gtags -i $(GTAGS_ARGS) "$$here"
572 cscopelist: cscopelist-recursive
573
574 cscopelist-am: $(am__tagged_files)
575         list='$(am__tagged_files)'; \
576         case "$(srcdir)" in \
577           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
578           *) sdir=$(subdir)/$(srcdir) ;; \
579         esac; \
580         for i in $$list; do \
581           if test -f "$$i"; then \
582             echo "$(subdir)/$$i"; \
583           else \
584             echo "$$sdir/$$i"; \
585           fi; \
586         done >> $(top_builddir)/cscope.files
587
588 distclean-tags:
589         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
590
591 distdir: $(DISTFILES)
592         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
593         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
594         list='$(DISTFILES)'; \
595           dist_files=`for file in $$list; do echo $$file; done | \
596           sed -e "s|^$$srcdirstrip/||;t" \
597               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
598         case $$dist_files in \
599           */*) $(MKDIR_P) `echo "$$dist_files" | \
600                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
601                            sort -u` ;; \
602         esac; \
603         for file in $$dist_files; do \
604           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
605           if test -d $$d/$$file; then \
606             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
607             if test -d "$(distdir)/$$file"; then \
608               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
609             fi; \
610             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
611               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
612               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
613             fi; \
614             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
615           else \
616             test -f "$(distdir)/$$file" \
617             || cp -p $$d/$$file "$(distdir)/$$file" \
618             || exit 1; \
619           fi; \
620         done
621         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
622           if test "$$subdir" = .; then :; else \
623             $(am__make_dryrun) \
624               || test -d "$(distdir)/$$subdir" \
625               || $(MKDIR_P) "$(distdir)/$$subdir" \
626               || exit 1; \
627             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
628             $(am__relativize); \
629             new_distdir=$$reldir; \
630             dir1=$$subdir; dir2="$(top_distdir)"; \
631             $(am__relativize); \
632             new_top_distdir=$$reldir; \
633             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
634             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
635             ($(am__cd) $$subdir && \
636               $(MAKE) $(AM_MAKEFLAGS) \
637                 top_distdir="$$new_top_distdir" \
638                 distdir="$$new_distdir" \
639                 am__remove_distdir=: \
640                 am__skip_length_check=: \
641                 am__skip_mode_fix=: \
642                 distdir) \
643               || exit 1; \
644           fi; \
645         done
646 check-am: all-am
647 check: check-recursive
648 all-am: Makefile
649 installdirs: installdirs-recursive
650 installdirs-am:
651 install: install-recursive
652 install-exec: install-exec-recursive
653 install-data: install-data-recursive
654 uninstall: uninstall-recursive
655
656 install-am: all-am
657         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
658
659 installcheck: installcheck-recursive
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-recursive
682
683 clean-am: clean-generic clean-libtool mostlyclean-am
684
685 distclean: distclean-recursive
686         -rm -f Makefile
687 distclean-am: clean-am distclean-generic distclean-tags
688
689 dvi: dvi-recursive
690
691 dvi-am:
692
693 html: html-recursive
694
695 html-am:
696
697 info: info-recursive
698
699 info-am:
700
701 install-data-am:
702
703 install-dvi: install-dvi-recursive
704
705 install-dvi-am:
706
707 install-exec-am:
708
709 install-html: install-html-recursive
710
711 install-html-am:
712
713 install-info: install-info-recursive
714
715 install-info-am:
716
717 install-man:
718
719 install-pdf: install-pdf-recursive
720
721 install-pdf-am:
722
723 install-ps: install-ps-recursive
724
725 install-ps-am:
726
727 installcheck-am:
728
729 maintainer-clean: maintainer-clean-recursive
730         -rm -f Makefile
731 maintainer-clean-am: distclean-am maintainer-clean-generic
732
733 mostlyclean: mostlyclean-recursive
734
735 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
736
737 pdf: pdf-recursive
738
739 pdf-am:
740
741 ps: ps-recursive
742
743 ps-am:
744
745 uninstall-am:
746
747 .MAKE: $(am__recursive_targets) install-am install-strip
748
749 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
750         check-am clean clean-generic clean-libtool cscopelist-am ctags \
751         ctags-am distclean distclean-generic distclean-libtool \
752         distclean-tags distdir dvi dvi-am html html-am info info-am \
753         install install-am install-data install-data-am install-dvi \
754         install-dvi-am install-exec install-exec-am install-html \
755         install-html-am install-info install-info-am install-man \
756         install-pdf install-pdf-am install-ps install-ps-am \
757         install-strip installcheck installcheck-am installdirs \
758         installdirs-am maintainer-clean maintainer-clean-generic \
759         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
760         ps ps-am tags tags-am uninstall uninstall-am
761
762 .PRECIOUS: Makefile
763
764
765 # Tell versions [3.59,3.63) of GNU make to not export all variables.
766 # Otherwise a system limit (for SysV at least) may be exceeded.
767 .NOEXPORT: