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