1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17VPATH = @srcdir@
18pkgdatadir = $(datadir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20pkglibdir = $(libdir)/@PACKAGE@
21pkglibexecdir = $(libexecdir)/@PACKAGE@
22am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23install_sh_DATA = $(install_sh) -c -m 644
24install_sh_PROGRAM = $(install_sh) -c
25install_sh_SCRIPT = $(install_sh) -c
26INSTALL_HEADER = $(INSTALL_DATA)
27transform = $(program_transform_name)
28NORMAL_INSTALL = :
29PRE_INSTALL = :
30POST_INSTALL = :
31NORMAL_UNINSTALL = :
32PRE_UNINSTALL = :
33POST_UNINSTALL = :
34build_triplet = @build@
35host_triplet = @host@
36@USE_GLADE_TRUE@am__append_1 = tests
37subdir = .
38DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
39	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
40	$(srcdir)/libgnomecanvas-zip.in $(top_srcdir)/configure \
41	AUTHORS COPYING.LIB ChangeLog INSTALL NEWS config.guess \
42	config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
43ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46	$(ACLOCAL_M4)
47am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
48 configure.lineno config.status.lineno
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = config.h
51CONFIG_CLEAN_FILES = libgnomecanvas-zip
52CONFIG_CLEAN_VPATH_FILES =
53SOURCES =
54DIST_SOURCES =
55RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
56	html-recursive info-recursive install-data-recursive \
57	install-dvi-recursive install-exec-recursive \
58	install-html-recursive install-info-recursive \
59	install-pdf-recursive install-ps-recursive install-recursive \
60	installcheck-recursive installdirs-recursive pdf-recursive \
61	ps-recursive uninstall-recursive
62RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
63  distclean-recursive maintainer-clean-recursive
64AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
65	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
66	distdir dist dist-all distcheck
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = libgnomecanvas glade demos po docs tests
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71distdir = $(PACKAGE)-$(VERSION)
72top_distdir = $(distdir)
73am__remove_distdir = \
74  { test ! -d "$(distdir)" \
75    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
76         && rm -fr "$(distdir)"; }; }
77am__relativize = \
78  dir0=`pwd`; \
79  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
80  sed_rest='s,^[^/]*/*,,'; \
81  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
82  sed_butlast='s,/*[^/]*$$,,'; \
83  while test -n "$$dir1"; do \
84    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
85    if test "$$first" != "."; then \
86      if test "$$first" = ".."; then \
87        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
88        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
89      else \
90        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
91        if test "$$first2" = "$$first"; then \
92          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
93        else \
94          dir2="../$$dir2"; \
95        fi; \
96        dir0="$$dir0"/"$$first"; \
97      fi; \
98    fi; \
99    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
100  done; \
101  reldir="$$dir2"
102DIST_ARCHIVES = $(distdir).tar.gz
103GZIP_ENV = --best
104distuninstallcheck_listfiles = find . -type f -print
105distcleancheck_listfiles = find . -type f -print
106ACLOCAL = @ACLOCAL@
107ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
108ALL_LINGUAS = @ALL_LINGUAS@
109AMTAR = @AMTAR@
110AR = @AR@
111AS = @AS@
112AUTOCONF = @AUTOCONF@
113AUTOHEADER = @AUTOHEADER@
114AUTOMAKE = @AUTOMAKE@
115AWK = @AWK@
116CANVAS_GLADE_CFLAGS = @CANVAS_GLADE_CFLAGS@
117CANVAS_GLADE_LIBS = @CANVAS_GLADE_LIBS@
118CATALOGS = @CATALOGS@
119CATOBJEXT = @CATOBJEXT@
120CC = @CC@
121CCDEPMODE = @CCDEPMODE@
122CFLAGS = @CFLAGS@
123CPP = @CPP@
124CPPFLAGS = @CPPFLAGS@
125CYGPATH_W = @CYGPATH_W@
126DATADIRNAME = @DATADIRNAME@
127DEFS = @DEFS@
128DEPDIR = @DEPDIR@
129DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
130DLLTOOL = @DLLTOOL@
131DSYMUTIL = @DSYMUTIL@
132DUMPBIN = @DUMPBIN@
133ECHO_C = @ECHO_C@
134ECHO_N = @ECHO_N@
135ECHO_T = @ECHO_T@
136EGREP = @EGREP@
137EXEEXT = @EXEEXT@
138FGREP = @FGREP@
139GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
140GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
141GMOFILES = @GMOFILES@
142GMSGFMT = @GMSGFMT@
143GREP = @GREP@
144GTKDOC_CHECK = @GTKDOC_CHECK@
145GTKDOC_MKPDF = @GTKDOC_MKPDF@
146GTKDOC_REBASE = @GTKDOC_REBASE@
147HTML_DIR = @HTML_DIR@
148INSTALL = @INSTALL@
149INSTALL_DATA = @INSTALL_DATA@
150INSTALL_PROGRAM = @INSTALL_PROGRAM@
151INSTALL_SCRIPT = @INSTALL_SCRIPT@
152INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153INSTOBJEXT = @INSTOBJEXT@
154INTLLIBS = @INTLLIBS@
155INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
156INTLTOOL_MERGE = @INTLTOOL_MERGE@
157INTLTOOL_PERL = @INTLTOOL_PERL@
158INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
159LD = @LD@
160LDFLAGS = @LDFLAGS@
161LIBGNOMECANVAS_AGE = @LIBGNOMECANVAS_AGE@
162LIBGNOMECANVAS_CFLAGS = @LIBGNOMECANVAS_CFLAGS@
163LIBGNOMECANVAS_CURRENT = @LIBGNOMECANVAS_CURRENT@
164LIBGNOMECANVAS_CURRENT_MINUS_AGE = @LIBGNOMECANVAS_CURRENT_MINUS_AGE@
165LIBGNOMECANVAS_DEPRECATED_CFLAGS = @LIBGNOMECANVAS_DEPRECATED_CFLAGS@
166LIBGNOMECANVAS_LIBS = @LIBGNOMECANVAS_LIBS@
167LIBGNOMECANVAS_REVISION = @LIBGNOMECANVAS_REVISION@
168LIBOBJS = @LIBOBJS@
169LIBS = @LIBS@
170LIBTOOL = @LIBTOOL@
171LIPO = @LIPO@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174MAINT = @MAINT@
175MAKEINFO = @MAKEINFO@
176MANIFEST_TOOL = @MANIFEST_TOOL@
177MKDIR_P = @MKDIR_P@
178MKINSTALLDIRS = @MKINSTALLDIRS@
179MSGFMT = @MSGFMT@
180MSGFMT_OPTS = @MSGFMT_OPTS@
181MSGMERGE = @MSGMERGE@
182NM = @NM@
183NMEDIT = @NMEDIT@
184OBJDUMP = @OBJDUMP@
185OBJEXT = @OBJEXT@
186OTOOL = @OTOOL@
187OTOOL64 = @OTOOL64@
188PACKAGE = @PACKAGE@
189PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190PACKAGE_NAME = @PACKAGE_NAME@
191PACKAGE_STRING = @PACKAGE_STRING@
192PACKAGE_TARNAME = @PACKAGE_TARNAME@
193PACKAGE_URL = @PACKAGE_URL@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196PERL = @PERL@
197PKG_CONFIG = @PKG_CONFIG@
198PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
199PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
200POFILES = @POFILES@
201POSUB = @POSUB@
202PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
203PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
204RANLIB = @RANLIB@
205REBUILD = @REBUILD@
206SED = @SED@
207SET_MAKE = @SET_MAKE@
208SHELL = @SHELL@
209STRIP = @STRIP@
210USE_NLS = @USE_NLS@
211VERSION = @VERSION@
212WARN_CFLAGS = @WARN_CFLAGS@
213XGETTEXT = @XGETTEXT@
214abs_builddir = @abs_builddir@
215abs_srcdir = @abs_srcdir@
216abs_top_builddir = @abs_top_builddir@
217abs_top_srcdir = @abs_top_srcdir@
218ac_ct_AR = @ac_ct_AR@
219ac_ct_CC = @ac_ct_CC@
220ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
221am__include = @am__include@
222am__leading_dot = @am__leading_dot@
223am__quote = @am__quote@
224am__tar = @am__tar@
225am__untar = @am__untar@
226bindir = @bindir@
227build = @build@
228build_alias = @build_alias@
229build_cpu = @build_cpu@
230build_os = @build_os@
231build_vendor = @build_vendor@
232builddir = @builddir@
233datadir = @datadir@
234datarootdir = @datarootdir@
235docdir = @docdir@
236dvidir = @dvidir@
237exec_prefix = @exec_prefix@
238host = @host@
239host_alias = @host_alias@
240host_cpu = @host_cpu@
241host_os = @host_os@
242host_vendor = @host_vendor@
243htmldir = @htmldir@
244includedir = @includedir@
245infodir = @infodir@
246install_sh = @install_sh@
247libdir = @libdir@
248libexecdir = @libexecdir@
249localedir = @localedir@
250localstatedir = @localstatedir@
251mandir = @mandir@
252mkdir_p = @mkdir_p@
253oldincludedir = @oldincludedir@
254pdfdir = @pdfdir@
255prefix = @prefix@
256program_transform_name = @program_transform_name@
257psdir = @psdir@
258sbindir = @sbindir@
259sharedstatedir = @sharedstatedir@
260srcdir = @srcdir@
261sysconfdir = @sysconfdir@
262target_alias = @target_alias@
263top_build_prefix = @top_build_prefix@
264top_builddir = @top_builddir@
265top_srcdir = @top_srcdir@
266AUTOMAKE_OPTIONS = 1.7
267SUBDIRS = libgnomecanvas glade demos po docs $(am__append_1)
268EXTRA_DIST = \
269	COPYING.LIB		\
270	NEWS			\
271	intltool-extract.in	\
272	intltool-merge.in	\
273	intltool-update.in	\
274	libgnomecanvas-zip.in
275
276DISTCLEANFILES = \
277	intltool-extract \
278	intltool-merge \
279	intltool-update
280
281all: config.h
282	$(MAKE) $(AM_MAKEFLAGS) all-recursive
283
284.SUFFIXES:
285am--refresh:
286	@:
287$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
288	@for dep in $?; do \
289	  case '$(am__configure_deps)' in \
290	    *$$dep*) \
291	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
292	      $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
293		&& exit 0; \
294	      exit 1;; \
295	  esac; \
296	done; \
297	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
298	$(am__cd) $(top_srcdir) && \
299	  $(AUTOMAKE) --gnu Makefile
300.PRECIOUS: Makefile
301Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
302	@case '$?' in \
303	  *config.status*) \
304	    echo ' $(SHELL) ./config.status'; \
305	    $(SHELL) ./config.status;; \
306	  *) \
307	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
308	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
309	esac;
310
311$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
312	$(SHELL) ./config.status --recheck
313
314$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
315	$(am__cd) $(srcdir) && $(AUTOCONF)
316$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
317	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
318$(am__aclocal_m4_deps):
319
320config.h: stamp-h1
321	@if test ! -f $@; then \
322	  rm -f stamp-h1; \
323	  $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
324	else :; fi
325
326stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
327	@rm -f stamp-h1
328	cd $(top_builddir) && $(SHELL) ./config.status config.h
329$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
330	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
331	rm -f stamp-h1
332	touch $@
333
334distclean-hdr:
335	-rm -f config.h stamp-h1
336libgnomecanvas-zip: $(top_builddir)/config.status $(srcdir)/libgnomecanvas-zip.in
337	cd $(top_builddir) && $(SHELL) ./config.status $@
338
339mostlyclean-libtool:
340	-rm -f *.lo
341
342clean-libtool:
343	-rm -rf .libs _libs
344
345distclean-libtool:
346	-rm -f libtool config.lt
347
348# This directory's subdirectories are mostly independent; you can cd
349# into them and run `make' without going through this Makefile.
350# To change the values of `make' variables: instead of editing Makefiles,
351# (1) if the variable is set in `config.status', edit `config.status'
352#     (which will cause the Makefiles to be regenerated when you run `make');
353# (2) otherwise, pass the desired values on the `make' command line.
354$(RECURSIVE_TARGETS):
355	@fail= failcom='exit 1'; \
356	for f in x $$MAKEFLAGS; do \
357	  case $$f in \
358	    *=* | --[!k]*);; \
359	    *k*) failcom='fail=yes';; \
360	  esac; \
361	done; \
362	dot_seen=no; \
363	target=`echo $@ | sed s/-recursive//`; \
364	list='$(SUBDIRS)'; for subdir in $$list; do \
365	  echo "Making $$target in $$subdir"; \
366	  if test "$$subdir" = "."; then \
367	    dot_seen=yes; \
368	    local_target="$$target-am"; \
369	  else \
370	    local_target="$$target"; \
371	  fi; \
372	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
373	  || eval $$failcom; \
374	done; \
375	if test "$$dot_seen" = "no"; then \
376	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
377	fi; test -z "$$fail"
378
379$(RECURSIVE_CLEAN_TARGETS):
380	@fail= failcom='exit 1'; \
381	for f in x $$MAKEFLAGS; do \
382	  case $$f in \
383	    *=* | --[!k]*);; \
384	    *k*) failcom='fail=yes';; \
385	  esac; \
386	done; \
387	dot_seen=no; \
388	case "$@" in \
389	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
390	  *) list='$(SUBDIRS)' ;; \
391	esac; \
392	rev=''; for subdir in $$list; do \
393	  if test "$$subdir" = "."; then :; else \
394	    rev="$$subdir $$rev"; \
395	  fi; \
396	done; \
397	rev="$$rev ."; \
398	target=`echo $@ | sed s/-recursive//`; \
399	for subdir in $$rev; do \
400	  echo "Making $$target in $$subdir"; \
401	  if test "$$subdir" = "."; then \
402	    local_target="$$target-am"; \
403	  else \
404	    local_target="$$target"; \
405	  fi; \
406	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407	  || eval $$failcom; \
408	done && test -z "$$fail"
409tags-recursive:
410	list='$(SUBDIRS)'; for subdir in $$list; do \
411	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
412	done
413ctags-recursive:
414	list='$(SUBDIRS)'; for subdir in $$list; do \
415	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
416	done
417
418ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
419	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
420	unique=`for i in $$list; do \
421	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
422	  done | \
423	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
424	      END { if (nonempty) { for (i in files) print i; }; }'`; \
425	mkid -fID $$unique
426tags: TAGS
427
428TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
429		$(TAGS_FILES) $(LISP)
430	set x; \
431	here=`pwd`; \
432	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
433	  include_option=--etags-include; \
434	  empty_fix=.; \
435	else \
436	  include_option=--include; \
437	  empty_fix=; \
438	fi; \
439	list='$(SUBDIRS)'; for subdir in $$list; do \
440	  if test "$$subdir" = .; then :; else \
441	    test ! -f $$subdir/TAGS || \
442	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
443	  fi; \
444	done; \
445	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
446	unique=`for i in $$list; do \
447	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448	  done | \
449	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
450	      END { if (nonempty) { for (i in files) print i; }; }'`; \
451	shift; \
452	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
453	  test -n "$$unique" || unique=$$empty_fix; \
454	  if test $$# -gt 0; then \
455	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
456	      "$$@" $$unique; \
457	  else \
458	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
459	      $$unique; \
460	  fi; \
461	fi
462ctags: CTAGS
463CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
464		$(TAGS_FILES) $(LISP)
465	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
466	unique=`for i in $$list; do \
467	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468	  done | \
469	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
470	      END { if (nonempty) { for (i in files) print i; }; }'`; \
471	test -z "$(CTAGS_ARGS)$$unique" \
472	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473	     $$unique
474
475GTAGS:
476	here=`$(am__cd) $(top_builddir) && pwd` \
477	  && $(am__cd) $(top_srcdir) \
478	  && gtags -i $(GTAGS_ARGS) "$$here"
479
480distclean-tags:
481	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483distdir: $(DISTFILES)
484	$(am__remove_distdir)
485	test -d "$(distdir)" || mkdir "$(distdir)"
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	    test -d "$(distdir)/$$subdir" \
518	    || $(MKDIR_P) "$(distdir)/$$subdir" \
519	    || exit 1; \
520	  fi; \
521	done
522	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
523	  if test "$$subdir" = .; then :; else \
524	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
525	    $(am__relativize); \
526	    new_distdir=$$reldir; \
527	    dir1=$$subdir; dir2="$(top_distdir)"; \
528	    $(am__relativize); \
529	    new_top_distdir=$$reldir; \
530	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
531	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
532	    ($(am__cd) $$subdir && \
533	      $(MAKE) $(AM_MAKEFLAGS) \
534	        top_distdir="$$new_top_distdir" \
535	        distdir="$$new_distdir" \
536		am__remove_distdir=: \
537		am__skip_length_check=: \
538		am__skip_mode_fix=: \
539	        distdir) \
540	      || exit 1; \
541	  fi; \
542	done
543	-test -n "$(am__skip_mode_fix)" \
544	|| find "$(distdir)" -type d ! -perm -755 \
545		-exec chmod u+rwx,go+rx {} \; -o \
546	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
547	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
548	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
549	|| chmod -R a+r "$(distdir)"
550dist-gzip: distdir
551	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
552	$(am__remove_distdir)
553
554dist-bzip2: distdir
555	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
556	$(am__remove_distdir)
557
558dist-lzma: distdir
559	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
560	$(am__remove_distdir)
561
562dist-xz: distdir
563	tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
564	$(am__remove_distdir)
565
566dist-tarZ: distdir
567	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
568	$(am__remove_distdir)
569
570dist-shar: distdir
571	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
572	$(am__remove_distdir)
573
574dist-zip: distdir
575	-rm -f $(distdir).zip
576	zip -rq $(distdir).zip $(distdir)
577	$(am__remove_distdir)
578
579dist dist-all: distdir
580	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
581	$(am__remove_distdir)
582
583# This target untars the dist file and tries a VPATH configuration.  Then
584# it guarantees that the distribution is self-contained by making another
585# tarfile.
586distcheck: dist
587	case '$(DIST_ARCHIVES)' in \
588	*.tar.gz*) \
589	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
590	*.tar.bz2*) \
591	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
592	*.tar.lzma*) \
593	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
594	*.tar.xz*) \
595	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
596	*.tar.Z*) \
597	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
598	*.shar.gz*) \
599	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
600	*.zip*) \
601	  unzip $(distdir).zip ;;\
602	esac
603	chmod -R a-w $(distdir); chmod a+w $(distdir)
604	mkdir $(distdir)/_build
605	mkdir $(distdir)/_inst
606	chmod a-w $(distdir)
607	test -d $(distdir)/_build || exit 0; \
608	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
609	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
610	  && am__cwd=`pwd` \
611	  && $(am__cd) $(distdir)/_build \
612	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
613	    $(DISTCHECK_CONFIGURE_FLAGS) \
614	  && $(MAKE) $(AM_MAKEFLAGS) \
615	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
616	  && $(MAKE) $(AM_MAKEFLAGS) check \
617	  && $(MAKE) $(AM_MAKEFLAGS) install \
618	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
619	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
620	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
621	        distuninstallcheck \
622	  && chmod -R a-w "$$dc_install_base" \
623	  && ({ \
624	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
625	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
626	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
627	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
628	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
629	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
630	  && rm -rf "$$dc_destdir" \
631	  && $(MAKE) $(AM_MAKEFLAGS) dist \
632	  && rm -rf $(DIST_ARCHIVES) \
633	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
634	  && cd "$$am__cwd" \
635	  || exit 1
636	$(am__remove_distdir)
637	@(echo "$(distdir) archives ready for distribution: "; \
638	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
639	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
640distuninstallcheck:
641	@$(am__cd) '$(distuninstallcheck_dir)' \
642	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
643	   || { echo "ERROR: files left after uninstall:" ; \
644	        if test -n "$(DESTDIR)"; then \
645	          echo "  (check DESTDIR support)"; \
646	        fi ; \
647	        $(distuninstallcheck_listfiles) ; \
648	        exit 1; } >&2
649distcleancheck: distclean
650	@if test '$(srcdir)' = . ; then \
651	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
652	  exit 1 ; \
653	fi
654	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
655	  || { echo "ERROR: files left in build directory after distclean:" ; \
656	       $(distcleancheck_listfiles) ; \
657	       exit 1; } >&2
658check-am: all-am
659check: check-recursive
660all-am: Makefile config.h
661installdirs: installdirs-recursive
662installdirs-am:
663install: install-recursive
664install-exec: install-exec-recursive
665install-data: install-data-recursive
666uninstall: uninstall-recursive
667
668install-am: all-am
669	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
670
671installcheck: installcheck-recursive
672install-strip:
673	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
674	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
675	  `test -z '$(STRIP)' || \
676	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
677mostlyclean-generic:
678
679clean-generic:
680
681distclean-generic:
682	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
683	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
684	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
685
686maintainer-clean-generic:
687	@echo "This command is intended for maintainers to use"
688	@echo "it deletes files that may require special tools to rebuild."
689clean: clean-recursive
690
691clean-am: clean-generic clean-libtool mostlyclean-am
692
693distclean: distclean-recursive
694	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
695	-rm -f Makefile
696distclean-am: clean-am distclean-generic distclean-hdr \
697	distclean-libtool distclean-tags
698
699dvi: dvi-recursive
700
701dvi-am:
702
703html: html-recursive
704
705html-am:
706
707info: info-recursive
708
709info-am:
710
711install-data-am:
712
713install-dvi: install-dvi-recursive
714
715install-dvi-am:
716
717install-exec-am:
718
719install-html: install-html-recursive
720
721install-html-am:
722
723install-info: install-info-recursive
724
725install-info-am:
726
727install-man:
728
729install-pdf: install-pdf-recursive
730
731install-pdf-am:
732
733install-ps: install-ps-recursive
734
735install-ps-am:
736
737installcheck-am:
738
739maintainer-clean: maintainer-clean-recursive
740	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
741	-rm -rf $(top_srcdir)/autom4te.cache
742	-rm -f Makefile
743maintainer-clean-am: distclean-am maintainer-clean-generic
744
745mostlyclean: mostlyclean-recursive
746
747mostlyclean-am: mostlyclean-generic mostlyclean-libtool
748
749pdf: pdf-recursive
750
751pdf-am:
752
753ps: ps-recursive
754
755ps-am:
756
757uninstall-am:
758
759.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
760	ctags-recursive install-am install-strip tags-recursive
761
762.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
763	all all-am am--refresh check check-am clean clean-generic \
764	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
765	dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
766	distcheck distclean distclean-generic distclean-hdr \
767	distclean-libtool distclean-tags distcleancheck distdir \
768	distuninstallcheck dvi dvi-am html html-am info info-am \
769	install install-am install-data install-data-am install-dvi \
770	install-dvi-am install-exec install-exec-am install-html \
771	install-html-am install-info install-info-am install-man \
772	install-pdf install-pdf-am install-ps install-ps-am \
773	install-strip installcheck installcheck-am installdirs \
774	installdirs-am maintainer-clean maintainer-clean-generic \
775	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
776	ps ps-am tags tags-recursive uninstall uninstall-am
777
778
779# Tell versions [3.59,3.63) of GNU make to not export all variables.
780# Otherwise a system limit (for SysV at least) may be exceeded.
781.NOEXPORT:
782