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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90target_triplet = @target@
91subdir = msi/unmanaged/custom/etc
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/configure.in
94am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95	$(ACLOCAL_M4)
96DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
97mkinstalldirs = $(install_sh) -d
98CONFIG_HEADER = $(top_builddir)/config.h
99CONFIG_CLEAN_FILES =
100CONFIG_CLEAN_VPATH_FILES =
101AM_V_P = $(am__v_P_@AM_V@)
102am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
103am__v_P_0 = false
104am__v_P_1 = :
105AM_V_GEN = $(am__v_GEN_@AM_V@)
106am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
107am__v_GEN_0 = @echo "  GEN     " $@;
108am__v_GEN_1 =
109AM_V_at = $(am__v_at_@AM_V@)
110am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
111am__v_at_0 = @
112am__v_at_1 =
113SOURCES =
114DIST_SOURCES =
115RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
116	ctags-recursive dvi-recursive html-recursive info-recursive \
117	install-data-recursive install-dvi-recursive \
118	install-exec-recursive install-html-recursive \
119	install-info-recursive install-pdf-recursive \
120	install-ps-recursive install-recursive installcheck-recursive \
121	installdirs-recursive pdf-recursive ps-recursive \
122	tags-recursive uninstall-recursive
123am__can_run_installinfo = \
124  case $$AM_UPDATE_INFO_DIR in \
125    n|no|NO) false;; \
126    *) (install-info --version) >/dev/null 2>&1;; \
127  esac
128RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
129  distclean-recursive maintainer-clean-recursive
130am__recursive_targets = \
131  $(RECURSIVE_TARGETS) \
132  $(RECURSIVE_CLEAN_TARGETS) \
133  $(am__extra_recursive_targets)
134AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
135	distdir
136am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
137# Read a list of newline-separated strings from the standard input,
138# and print each of them once, without duplicates.  Input order is
139# *not* preserved.
140am__uniquify_input = $(AWK) '\
141  BEGIN { nonempty = 0; } \
142  { items[$$0] = 1; nonempty = 1; } \
143  END { if (nonempty) { for (i in items) print i; }; } \
144'
145# Make sure the list of sources is unique.  This is necessary because,
146# e.g., the same source file might be shared among _SOURCES variables
147# for different programs/libraries.
148am__define_uniq_tagged_files = \
149  list='$(am__tagged_files)'; \
150  unique=`for i in $$list; do \
151    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
152  done | $(am__uniquify_input)`
153ETAGS = etags
154CTAGS = ctags
155DIST_SUBDIRS = $(SUBDIRS)
156am__DIST_COMMON = $(srcdir)/Makefile.in
157DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158am__relativize = \
159  dir0=`pwd`; \
160  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
161  sed_rest='s,^[^/]*/*,,'; \
162  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
163  sed_butlast='s,/*[^/]*$$,,'; \
164  while test -n "$$dir1"; do \
165    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
166    if test "$$first" != "."; then \
167      if test "$$first" = ".."; then \
168        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
169        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
170      else \
171        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
172        if test "$$first2" = "$$first"; then \
173          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
174        else \
175          dir2="../$$dir2"; \
176        fi; \
177        dir0="$$dir0"/"$$first"; \
178      fi; \
179    fi; \
180    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
181  done; \
182  reldir="$$dir2"
183ACLOCAL = @ACLOCAL@
184AL = @AL@
185AMTAR = @AMTAR@
186AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
187API_VERSION = @API_VERSION@
188AR = @AR@
189AS = @AS@
190ATK_CFLAGS = @ATK_CFLAGS@
191ATK_LIBS = @ATK_LIBS@
192AUTOCONF = @AUTOCONF@
193AUTOHEADER = @AUTOHEADER@
194AUTOMAKE = @AUTOMAKE@
195AWK = @AWK@
196BUILD_EXEEXT = @BUILD_EXEEXT@
197BUILD_GTK_CFLAGS = @BUILD_GTK_CFLAGS@
198BUILD_GTK_LIBS = @BUILD_GTK_LIBS@
199CC = @CC@
200CCDEPMODE = @CCDEPMODE@
201CC_FOR_BUILD = @CC_FOR_BUILD@
202CFLAGS = @CFLAGS@
203CPP = @CPP@
204CPPFLAGS = @CPPFLAGS@
205CSC = @CSC@
206CSFLAGS = @CSFLAGS@
207CYGPATH_W = @CYGPATH_W@
208DEFS = @DEFS@
209DEPDIR = @DEPDIR@
210DLLTOOL = @DLLTOOL@
211DSYMUTIL = @DSYMUTIL@
212DUMPBIN = @DUMPBIN@
213ECHO_C = @ECHO_C@
214ECHO_N = @ECHO_N@
215ECHO_T = @ECHO_T@
216EGREP = @EGREP@
217EXEEXT = @EXEEXT@
218FGREP = @FGREP@
219GACUTIL = @GACUTIL@
220GACUTIL_FLAGS = @GACUTIL_FLAGS@
221GDK_BACKEND = @GDK_BACKEND@
222GENERATED_SOURCES = @GENERATED_SOURCES@
223GLADE_CFLAGS = @GLADE_CFLAGS@
224GLADE_LIBS = @GLADE_LIBS@
225GLIB_2_31_CFLAGS = @GLIB_2_31_CFLAGS@
226GLIB_2_31_LIBS = @GLIB_2_31_LIBS@
227GLIB_CFLAGS = @GLIB_CFLAGS@
228GLIB_LIBS = @GLIB_LIBS@
229GREP = @GREP@
230GTK_CFLAGS = @GTK_CFLAGS@
231GTK_LIBS = @GTK_LIBS@
232GTK_SHARP_VERSION_CFLAGS = @GTK_SHARP_VERSION_CFLAGS@
233HOST_CC = @HOST_CC@
234INSTALL = @INSTALL@
235INSTALL_DATA = @INSTALL_DATA@
236INSTALL_PROGRAM = @INSTALL_PROGRAM@
237INSTALL_SCRIPT = @INSTALL_SCRIPT@
238INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
239LD = @LD@
240LDFLAGS = @LDFLAGS@
241LIBOBJS = @LIBOBJS@
242LIBS = @LIBS@
243LIBTOOL = @LIBTOOL@
244LIB_PREFIX = @LIB_PREFIX@
245LIB_SUFFIX = @LIB_SUFFIX@
246LIPO = @LIPO@
247LN_S = @LN_S@
248LTLIBOBJS = @LTLIBOBJS@
249LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
250MAINT = @MAINT@
251MAKEINFO = @MAKEINFO@
252MANIFEST_TOOL = @MANIFEST_TOOL@
253MDASSEMBLER = @MDASSEMBLER@
254MKDIR_P = @MKDIR_P@
255MONODOCER = @MONODOCER@
256MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
257MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
258MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
259MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
260NM = @NM@
261NMEDIT = @NMEDIT@
262OBJDUMP = @OBJDUMP@
263OBJEXT = @OBJEXT@
264OFF_T_FLAGS = @OFF_T_FLAGS@
265OTOOL = @OTOOL@
266OTOOL64 = @OTOOL64@
267PACKAGE = @PACKAGE@
268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
269PACKAGE_NAME = @PACKAGE_NAME@
270PACKAGE_STRING = @PACKAGE_STRING@
271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
273PACKAGE_VERSION = @PACKAGE_VERSION@
274PANGO_CFLAGS = @PANGO_CFLAGS@
275PANGO_LIBS = @PANGO_LIBS@
276PATH_SEPARATOR = @PATH_SEPARATOR@
277PKG_CONFIG = @PKG_CONFIG@
278PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
279PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
280POLICY_VERSIONS = @POLICY_VERSIONS@
281RANLIB = @RANLIB@
282RUNTIME = @RUNTIME@
283SED = @SED@
284SET_MAKE = @SET_MAKE@
285SHELL = @SHELL@
286STRIP = @STRIP@
287VERSION = @VERSION@
288WIX = @WIX@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
293ac_ct_AR = @ac_ct_AR@
294ac_ct_CC = @ac_ct_CC@
295ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296am__include = @am__include@
297am__leading_dot = @am__leading_dot@
298am__quote = @am__quote@
299am__tar = @am__tar@
300am__untar = @am__untar@
301bindir = @bindir@
302build = @build@
303build_alias = @build_alias@
304build_cpu = @build_cpu@
305build_os = @build_os@
306build_vendor = @build_vendor@
307builddir = @builddir@
308datadir = @datadir@
309datarootdir = @datarootdir@
310docdir = @docdir@
311dvidir = @dvidir@
312exec_prefix = @exec_prefix@
313host = @host@
314host_alias = @host_alias@
315host_cpu = @host_cpu@
316host_os = @host_os@
317host_vendor = @host_vendor@
318htmldir = @htmldir@
319includedir = @includedir@
320infodir = @infodir@
321install_sh = @install_sh@
322libdir = @libdir@
323libexecdir = @libexecdir@
324localedir = @localedir@
325localstatedir = @localstatedir@
326mandir = @mandir@
327mkdir_p = @mkdir_p@
328oldincludedir = @oldincludedir@
329pdfdir = @pdfdir@
330prefix = @prefix@
331program_transform_name = @program_transform_name@
332psdir = @psdir@
333runstatedir = @runstatedir@
334sbindir = @sbindir@
335sharedstatedir = @sharedstatedir@
336srcdir = @srcdir@
337sysconfdir = @sysconfdir@
338target = @target@
339target_alias = @target_alias@
340target_cpu = @target_cpu@
341target_os = @target_os@
342target_vendor = @target_vendor@
343top_build_prefix = @top_build_prefix@
344top_builddir = @top_builddir@
345top_srcdir = @top_srcdir@
346SUBDIRS = gtk-2.0
347all: all-recursive
348
349.SUFFIXES:
350$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
351	@for dep in $?; do \
352	  case '$(am__configure_deps)' in \
353	    *$$dep*) \
354	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
355	        && { if test -f $@; then exit 0; else break; fi; }; \
356	      exit 1;; \
357	  esac; \
358	done; \
359	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign msi/unmanaged/custom/etc/Makefile'; \
360	$(am__cd) $(top_srcdir) && \
361	  $(AUTOMAKE) --foreign msi/unmanaged/custom/etc/Makefile
362Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
363	@case '$?' in \
364	  *config.status*) \
365	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
366	  *) \
367	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
368	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
369	esac;
370
371$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
372	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373
374$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
375	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
377	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378$(am__aclocal_m4_deps):
379
380mostlyclean-libtool:
381	-rm -f *.lo
382
383clean-libtool:
384	-rm -rf .libs _libs
385
386# This directory's subdirectories are mostly independent; you can cd
387# into them and run 'make' without going through this Makefile.
388# To change the values of 'make' variables: instead of editing Makefiles,
389# (1) if the variable is set in 'config.status', edit 'config.status'
390#     (which will cause the Makefiles to be regenerated when you run 'make');
391# (2) otherwise, pass the desired values on the 'make' command line.
392$(am__recursive_targets):
393	@fail=; \
394	if $(am__make_keepgoing); then \
395	  failcom='fail=yes'; \
396	else \
397	  failcom='exit 1'; \
398	fi; \
399	dot_seen=no; \
400	target=`echo $@ | sed s/-recursive//`; \
401	case "$@" in \
402	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
403	  *) list='$(SUBDIRS)' ;; \
404	esac; \
405	for subdir in $$list; do \
406	  echo "Making $$target in $$subdir"; \
407	  if test "$$subdir" = "."; then \
408	    dot_seen=yes; \
409	    local_target="$$target-am"; \
410	  else \
411	    local_target="$$target"; \
412	  fi; \
413	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
414	  || eval $$failcom; \
415	done; \
416	if test "$$dot_seen" = "no"; then \
417	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
418	fi; test -z "$$fail"
419
420ID: $(am__tagged_files)
421	$(am__define_uniq_tagged_files); mkid -fID $$unique
422tags: tags-recursive
423TAGS: tags
424
425tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
426	set x; \
427	here=`pwd`; \
428	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
429	  include_option=--etags-include; \
430	  empty_fix=.; \
431	else \
432	  include_option=--include; \
433	  empty_fix=; \
434	fi; \
435	list='$(SUBDIRS)'; for subdir in $$list; do \
436	  if test "$$subdir" = .; then :; else \
437	    test ! -f $$subdir/TAGS || \
438	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
439	  fi; \
440	done; \
441	$(am__define_uniq_tagged_files); \
442	shift; \
443	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444	  test -n "$$unique" || unique=$$empty_fix; \
445	  if test $$# -gt 0; then \
446	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447	      "$$@" $$unique; \
448	  else \
449	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450	      $$unique; \
451	  fi; \
452	fi
453ctags: ctags-recursive
454
455CTAGS: ctags
456ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
457	$(am__define_uniq_tagged_files); \
458	test -z "$(CTAGS_ARGS)$$unique" \
459	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
460	     $$unique
461
462GTAGS:
463	here=`$(am__cd) $(top_builddir) && pwd` \
464	  && $(am__cd) $(top_srcdir) \
465	  && gtags -i $(GTAGS_ARGS) "$$here"
466cscopelist: cscopelist-recursive
467
468cscopelist-am: $(am__tagged_files)
469	list='$(am__tagged_files)'; \
470	case "$(srcdir)" in \
471	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
472	  *) sdir=$(subdir)/$(srcdir) ;; \
473	esac; \
474	for i in $$list; do \
475	  if test -f "$$i"; then \
476	    echo "$(subdir)/$$i"; \
477	  else \
478	    echo "$$sdir/$$i"; \
479	  fi; \
480	done >> $(top_builddir)/cscope.files
481
482distclean-tags:
483	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488	list='$(DISTFILES)'; \
489	  dist_files=`for file in $$list; do echo $$file; done | \
490	  sed -e "s|^$$srcdirstrip/||;t" \
491	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
492	case $$dist_files in \
493	  */*) $(MKDIR_P) `echo "$$dist_files" | \
494			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
495			   sort -u` ;; \
496	esac; \
497	for file in $$dist_files; do \
498	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
499	  if test -d $$d/$$file; then \
500	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
501	    if test -d "$(distdir)/$$file"; then \
502	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503	    fi; \
504	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
505	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
506	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
507	    fi; \
508	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
509	  else \
510	    test -f "$(distdir)/$$file" \
511	    || cp -p $$d/$$file "$(distdir)/$$file" \
512	    || exit 1; \
513	  fi; \
514	done
515	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
516	  if test "$$subdir" = .; then :; else \
517	    $(am__make_dryrun) \
518	      || test -d "$(distdir)/$$subdir" \
519	      || $(MKDIR_P) "$(distdir)/$$subdir" \
520	      || exit 1; \
521	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
522	    $(am__relativize); \
523	    new_distdir=$$reldir; \
524	    dir1=$$subdir; dir2="$(top_distdir)"; \
525	    $(am__relativize); \
526	    new_top_distdir=$$reldir; \
527	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
528	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
529	    ($(am__cd) $$subdir && \
530	      $(MAKE) $(AM_MAKEFLAGS) \
531	        top_distdir="$$new_top_distdir" \
532	        distdir="$$new_distdir" \
533		am__remove_distdir=: \
534		am__skip_length_check=: \
535		am__skip_mode_fix=: \
536	        distdir) \
537	      || exit 1; \
538	  fi; \
539	done
540check-am: all-am
541check: check-recursive
542all-am: Makefile
543installdirs: installdirs-recursive
544installdirs-am:
545install: install-recursive
546install-exec: install-exec-recursive
547install-data: install-data-recursive
548uninstall: uninstall-recursive
549
550install-am: all-am
551	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
552
553installcheck: installcheck-recursive
554install-strip:
555	if test -z '$(STRIP)'; then \
556	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
557	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
558	      install; \
559	else \
560	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
561	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
562	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
563	fi
564mostlyclean-generic:
565
566clean-generic:
567
568distclean-generic:
569	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
570	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
571
572maintainer-clean-generic:
573	@echo "This command is intended for maintainers to use"
574	@echo "it deletes files that may require special tools to rebuild."
575clean: clean-recursive
576
577clean-am: clean-generic clean-libtool mostlyclean-am
578
579distclean: distclean-recursive
580	-rm -f Makefile
581distclean-am: clean-am distclean-generic distclean-tags
582
583dvi: dvi-recursive
584
585dvi-am:
586
587html: html-recursive
588
589html-am:
590
591info: info-recursive
592
593info-am:
594
595install-data-am:
596
597install-dvi: install-dvi-recursive
598
599install-dvi-am:
600
601install-exec-am:
602
603install-html: install-html-recursive
604
605install-html-am:
606
607install-info: install-info-recursive
608
609install-info-am:
610
611install-man:
612
613install-pdf: install-pdf-recursive
614
615install-pdf-am:
616
617install-ps: install-ps-recursive
618
619install-ps-am:
620
621installcheck-am:
622
623maintainer-clean: maintainer-clean-recursive
624	-rm -f Makefile
625maintainer-clean-am: distclean-am maintainer-clean-generic
626
627mostlyclean: mostlyclean-recursive
628
629mostlyclean-am: mostlyclean-generic mostlyclean-libtool
630
631pdf: pdf-recursive
632
633pdf-am:
634
635ps: ps-recursive
636
637ps-am:
638
639uninstall-am:
640
641.MAKE: $(am__recursive_targets) install-am install-strip
642
643.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
644	check-am clean clean-generic clean-libtool cscopelist-am ctags \
645	ctags-am distclean distclean-generic distclean-libtool \
646	distclean-tags distdir dvi dvi-am html html-am info info-am \
647	install install-am install-data install-data-am install-dvi \
648	install-dvi-am install-exec install-exec-am install-html \
649	install-html-am install-info install-info-am install-man \
650	install-pdf install-pdf-am install-ps install-ps-am \
651	install-strip installcheck installcheck-am installdirs \
652	installdirs-am maintainer-clean maintainer-clean-generic \
653	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
654	ps ps-am tags tags-am uninstall uninstall-am
655
656.PRECIOUS: Makefile
657
658
659# Tell versions [3.59,3.63) of GNU make to not export all variables.
660# Otherwise a system limit (for SysV at least) may be exceeded.
661.NOEXPORT:
662