1# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
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@
17pkgdatadir = $(datadir)/@PACKAGE@
18pkglibdir = $(libdir)/@PACKAGE@
19pkgincludedir = $(includedir)/@PACKAGE@
20am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21install_sh_DATA = $(install_sh) -c -m 644
22install_sh_PROGRAM = $(install_sh) -c
23install_sh_SCRIPT = $(install_sh) -c
24INSTALL_HEADER = $(INSTALL_DATA)
25transform = $(program_transform_name)
26NORMAL_INSTALL = :
27PRE_INSTALL = :
28POST_INSTALL = :
29NORMAL_UNINSTALL = :
30PRE_UNINSTALL = :
31POST_UNINSTALL = :
32build_triplet = @build@
33host_triplet = @host@
34subdir = .
35DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36	$(srcdir)/Makefile.in $(srcdir)/libgnomecanvasmm.spec.in \
37	$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
38	TODO
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/scripts/macros.m4 \
41	$(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45 configure.lineno config.status.lineno
46mkinstalldirs = $(install_sh) -d
47CONFIG_HEADER =  \
48	$(top_builddir)/libgnomecanvas/libgnomecanvasmmconfig.h
49CONFIG_CLEAN_FILES = libgnomecanvasmm.spec
50SOURCES =
51DIST_SOURCES =
52RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
53	html-recursive info-recursive install-data-recursive \
54	install-dvi-recursive install-exec-recursive \
55	install-html-recursive install-info-recursive \
56	install-pdf-recursive install-ps-recursive install-recursive \
57	installcheck-recursive installdirs-recursive pdf-recursive \
58	ps-recursive uninstall-recursive
59RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
60  distclean-recursive maintainer-clean-recursive
61ETAGS = etags
62CTAGS = ctags
63DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
64distdir = $(PACKAGE)-$(VERSION)
65top_distdir = $(distdir)
66am__remove_distdir = \
67  { test ! -d $(distdir) \
68    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
69         && rm -fr $(distdir); }; }
70DIST_ARCHIVES = $(distdir).tar.gz
71GZIP_ENV = --best
72distuninstallcheck_listfiles = find . -type f -print
73distcleancheck_listfiles = find . -type f -print
74ACLOCAL = @ACLOCAL@
75AMTAR = @AMTAR@
76AR = @AR@
77AS = @AS@
78AUTOCONF = @AUTOCONF@
79AUTOHEADER = @AUTOHEADER@
80AUTOMAKE = @AUTOMAKE@
81AWK = @AWK@
82CC = @CC@
83CCDEPMODE = @CCDEPMODE@
84CFLAGS = @CFLAGS@
85CPP = @CPP@
86CPPFLAGS = @CPPFLAGS@
87CXX = @CXX@
88CXXCPP = @CXXCPP@
89CXXDEPMODE = @CXXDEPMODE@
90CXXFLAGS = @CXXFLAGS@
91CYGPATH_W = @CYGPATH_W@
92DEFS = @DEFS@
93DEPDIR = @DEPDIR@
94DLLTOOL = @DLLTOOL@
95DSYMUTIL = @DSYMUTIL@
96ECHO = @ECHO@
97ECHO_C = @ECHO_C@
98ECHO_N = @ECHO_N@
99ECHO_T = @ECHO_T@
100EGREP = @EGREP@
101EXEEXT = @EXEEXT@
102F77 = @F77@
103FFLAGS = @FFLAGS@
104GMM_PROC = @GMM_PROC@
105GMM_PROCDIR = @GMM_PROCDIR@
106GREP = @GREP@
107GTKMM_VERSION_NEEDED = @GTKMM_VERSION_NEEDED@
108INSTALL = @INSTALL@
109INSTALL_DATA = @INSTALL_DATA@
110INSTALL_PROGRAM = @INSTALL_PROGRAM@
111INSTALL_SCRIPT = @INSTALL_SCRIPT@
112INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
113LDFLAGS = @LDFLAGS@
114LIBGNOMECANVASMM_CFLAGS = @LIBGNOMECANVASMM_CFLAGS@
115LIBGNOMECANVASMM_LIBS = @LIBGNOMECANVASMM_LIBS@
116LIBGNOMECANVASMM_RELEASE = @LIBGNOMECANVASMM_RELEASE@
117LIBGNOMECANVASMM_SO_VERSION = @LIBGNOMECANVASMM_SO_VERSION@
118LIBGNOMECANVASMM_VERSION = @LIBGNOMECANVASMM_VERSION@
119LIBGNOMECANVAS_VERSION_NEEDED = @LIBGNOMECANVAS_VERSION_NEEDED@
120LIBOBJS = @LIBOBJS@
121LIBS = @LIBS@
122LIBTOOL = @LIBTOOL@
123LN_S = @LN_S@
124LTLIBOBJS = @LTLIBOBJS@
125M4 = @M4@
126MAINT = @MAINT@
127MAKEINFO = @MAKEINFO@
128MKDIR_P = @MKDIR_P@
129NMEDIT = @NMEDIT@
130OBJDUMP = @OBJDUMP@
131OBJEXT = @OBJEXT@
132PACKAGE = @PACKAGE@
133PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
134PACKAGE_NAME = @PACKAGE_NAME@
135PACKAGE_STRING = @PACKAGE_STRING@
136PACKAGE_TARNAME = @PACKAGE_TARNAME@
137PACKAGE_VERSION = @PACKAGE_VERSION@
138PATH_SEPARATOR = @PATH_SEPARATOR@
139PKG_CONFIG = @PKG_CONFIG@
140RANLIB = @RANLIB@
141SED = @SED@
142SET_MAKE = @SET_MAKE@
143SHELL = @SHELL@
144STRIP = @STRIP@
145VERSION = @VERSION@
146abs_builddir = @abs_builddir@
147abs_srcdir = @abs_srcdir@
148abs_top_builddir = @abs_top_builddir@
149abs_top_srcdir = @abs_top_srcdir@
150ac_ct_CC = @ac_ct_CC@
151ac_ct_CXX = @ac_ct_CXX@
152ac_ct_F77 = @ac_ct_F77@
153am__include = @am__include@
154am__leading_dot = @am__leading_dot@
155am__quote = @am__quote@
156am__tar = @am__tar@
157am__untar = @am__untar@
158bindir = @bindir@
159build = @build@
160build_alias = @build_alias@
161build_cpu = @build_cpu@
162build_os = @build_os@
163build_vendor = @build_vendor@
164builddir = @builddir@
165datadir = @datadir@
166datarootdir = @datarootdir@
167docdir = @docdir@
168dvidir = @dvidir@
169exec_prefix = @exec_prefix@
170host = @host@
171host_alias = @host_alias@
172host_cpu = @host_cpu@
173host_os = @host_os@
174host_vendor = @host_vendor@
175htmldir = @htmldir@
176includedir = @includedir@
177infodir = @infodir@
178install_sh = @install_sh@
179libdir = @libdir@
180libexecdir = @libexecdir@
181localedir = @localedir@
182localstatedir = @localstatedir@
183mandir = @mandir@
184mkdir_p = @mkdir_p@
185oldincludedir = @oldincludedir@
186pdfdir = @pdfdir@
187prefix = @prefix@
188program_transform_name = @program_transform_name@
189psdir = @psdir@
190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192srcdir = @srcdir@
193sysconfdir = @sysconfdir@
194target_alias = @target_alias@
195top_build_prefix = @top_build_prefix@
196top_builddir = @top_builddir@
197top_srcdir = @top_srcdir@
198SUBDIRS = tools libgnomecanvas docs  demos
199DIST_SUBDIRS = $(SUBDIRS) scripts
200EXTRA_DIST = libgnomecanvasmm.spec.in \
201		  build_shared/Makefile_build.am_fragment \
202		  build_shared/Makefile_build_gensrc.am_fragment \
203		  build_shared/Makefile_gensrc.am_fragment
204
205all: all-recursive
206
207.SUFFIXES:
208am--refresh:
209	@:
210$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
211	@for dep in $?; do \
212	  case '$(am__configure_deps)' in \
213	    *$$dep*) \
214	      echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
215	      cd $(srcdir) && $(AUTOMAKE) --gnu  \
216		&& exit 0; \
217	      exit 1;; \
218	  esac; \
219	done; \
220	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
221	cd $(top_srcdir) && \
222	  $(AUTOMAKE) --gnu  Makefile
223.PRECIOUS: Makefile
224Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225	@case '$?' in \
226	  *config.status*) \
227	    echo ' $(SHELL) ./config.status'; \
228	    $(SHELL) ./config.status;; \
229	  *) \
230	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
231	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
232	esac;
233
234$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
235	$(SHELL) ./config.status --recheck
236
237$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
238	cd $(srcdir) && $(AUTOCONF)
239$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
240	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
241libgnomecanvasmm.spec: $(top_builddir)/config.status $(srcdir)/libgnomecanvasmm.spec.in
242	cd $(top_builddir) && $(SHELL) ./config.status $@
243
244mostlyclean-libtool:
245	-rm -f *.lo
246
247clean-libtool:
248	-rm -rf .libs _libs
249
250distclean-libtool:
251	-rm -f libtool
252
253# This directory's subdirectories are mostly independent; you can cd
254# into them and run `make' without going through this Makefile.
255# To change the values of `make' variables: instead of editing Makefiles,
256# (1) if the variable is set in `config.status', edit `config.status'
257#     (which will cause the Makefiles to be regenerated when you run `make');
258# (2) otherwise, pass the desired values on the `make' command line.
259$(RECURSIVE_TARGETS):
260	@failcom='exit 1'; \
261	for f in x $$MAKEFLAGS; do \
262	  case $$f in \
263	    *=* | --[!k]*);; \
264	    *k*) failcom='fail=yes';; \
265	  esac; \
266	done; \
267	dot_seen=no; \
268	target=`echo $@ | sed s/-recursive//`; \
269	list='$(SUBDIRS)'; for subdir in $$list; do \
270	  echo "Making $$target in $$subdir"; \
271	  if test "$$subdir" = "."; then \
272	    dot_seen=yes; \
273	    local_target="$$target-am"; \
274	  else \
275	    local_target="$$target"; \
276	  fi; \
277	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
278	  || eval $$failcom; \
279	done; \
280	if test "$$dot_seen" = "no"; then \
281	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
282	fi; test -z "$$fail"
283
284$(RECURSIVE_CLEAN_TARGETS):
285	@failcom='exit 1'; \
286	for f in x $$MAKEFLAGS; do \
287	  case $$f in \
288	    *=* | --[!k]*);; \
289	    *k*) failcom='fail=yes';; \
290	  esac; \
291	done; \
292	dot_seen=no; \
293	case "$@" in \
294	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
295	  *) list='$(SUBDIRS)' ;; \
296	esac; \
297	rev=''; for subdir in $$list; do \
298	  if test "$$subdir" = "."; then :; else \
299	    rev="$$subdir $$rev"; \
300	  fi; \
301	done; \
302	rev="$$rev ."; \
303	target=`echo $@ | sed s/-recursive//`; \
304	for subdir in $$rev; do \
305	  echo "Making $$target in $$subdir"; \
306	  if test "$$subdir" = "."; then \
307	    local_target="$$target-am"; \
308	  else \
309	    local_target="$$target"; \
310	  fi; \
311	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
312	  || eval $$failcom; \
313	done && test -z "$$fail"
314tags-recursive:
315	list='$(SUBDIRS)'; for subdir in $$list; do \
316	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
317	done
318ctags-recursive:
319	list='$(SUBDIRS)'; for subdir in $$list; do \
320	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
321	done
322
323ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
324	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
325	unique=`for i in $$list; do \
326	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327	  done | \
328	  $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
329	      END { if (nonempty) { for (i in files) print i; }; }'`; \
330	mkid -fID $$unique
331tags: TAGS
332
333TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
334		$(TAGS_FILES) $(LISP)
335	tags=; \
336	here=`pwd`; \
337	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
338	  include_option=--etags-include; \
339	  empty_fix=.; \
340	else \
341	  include_option=--include; \
342	  empty_fix=; \
343	fi; \
344	list='$(SUBDIRS)'; for subdir in $$list; do \
345	  if test "$$subdir" = .; then :; else \
346	    test ! -f $$subdir/TAGS || \
347	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
348	  fi; \
349	done; \
350	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
351	unique=`for i in $$list; do \
352	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353	  done | \
354	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
355	      END { if (nonempty) { for (i in files) print i; }; }'`; \
356	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
357	  test -n "$$unique" || unique=$$empty_fix; \
358	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
359	    $$tags $$unique; \
360	fi
361ctags: CTAGS
362CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363		$(TAGS_FILES) $(LISP)
364	tags=; \
365	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
366	unique=`for i in $$list; do \
367	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368	  done | \
369	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370	      END { if (nonempty) { for (i in files) print i; }; }'`; \
371	test -z "$(CTAGS_ARGS)$$tags$$unique" \
372	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
373	     $$tags $$unique
374
375GTAGS:
376	here=`$(am__cd) $(top_builddir) && pwd` \
377	  && cd $(top_srcdir) \
378	  && gtags -i $(GTAGS_ARGS) $$here
379
380distclean-tags:
381	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
382
383distdir: $(DISTFILES)
384	$(am__remove_distdir)
385	test -d $(distdir) || mkdir $(distdir)
386	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
387	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388	list='$(DISTFILES)'; \
389	  dist_files=`for file in $$list; do echo $$file; done | \
390	  sed -e "s|^$$srcdirstrip/||;t" \
391	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
392	case $$dist_files in \
393	  */*) $(MKDIR_P) `echo "$$dist_files" | \
394			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
395			   sort -u` ;; \
396	esac; \
397	for file in $$dist_files; do \
398	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
399	  if test -d $$d/$$file; then \
400	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
401	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
402	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
403	    fi; \
404	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
405	  else \
406	    test -f $(distdir)/$$file \
407	    || cp -p $$d/$$file $(distdir)/$$file \
408	    || exit 1; \
409	  fi; \
410	done
411	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
412	  if test "$$subdir" = .; then :; else \
413	    test -d "$(distdir)/$$subdir" \
414	    || $(MKDIR_P) "$(distdir)/$$subdir" \
415	    || exit 1; \
416	    distdir=`$(am__cd) $(distdir) && pwd`; \
417	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
418	    (cd $$subdir && \
419	      $(MAKE) $(AM_MAKEFLAGS) \
420	        top_distdir="$$top_distdir" \
421	        distdir="$$distdir/$$subdir" \
422		am__remove_distdir=: \
423		am__skip_length_check=: \
424	        distdir) \
425	      || exit 1; \
426	  fi; \
427	done
428	$(MAKE) $(AM_MAKEFLAGS) \
429	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
430	  dist-hook
431	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
432	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
433	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
434	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
435	|| chmod -R a+r $(distdir)
436dist-gzip: distdir
437	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
438	$(am__remove_distdir)
439
440dist-bzip2: distdir
441	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
442	$(am__remove_distdir)
443
444dist-lzma: distdir
445	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
446	$(am__remove_distdir)
447
448dist-tarZ: distdir
449	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
450	$(am__remove_distdir)
451
452dist-shar: distdir
453	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
454	$(am__remove_distdir)
455
456dist-zip: distdir
457	-rm -f $(distdir).zip
458	zip -rq $(distdir).zip $(distdir)
459	$(am__remove_distdir)
460
461dist dist-all: distdir
462	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
463	$(am__remove_distdir)
464
465# This target untars the dist file and tries a VPATH configuration.  Then
466# it guarantees that the distribution is self-contained by making another
467# tarfile.
468distcheck: dist
469	case '$(DIST_ARCHIVES)' in \
470	*.tar.gz*) \
471	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
472	*.tar.bz2*) \
473	  bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
474	*.tar.lzma*) \
475	  unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
476	*.tar.Z*) \
477	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
478	*.shar.gz*) \
479	  GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
480	*.zip*) \
481	  unzip $(distdir).zip ;;\
482	esac
483	chmod -R a-w $(distdir); chmod a+w $(distdir)
484	mkdir $(distdir)/_build
485	mkdir $(distdir)/_inst
486	chmod a-w $(distdir)
487	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
488	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
489	  && cd $(distdir)/_build \
490	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
491	    $(DISTCHECK_CONFIGURE_FLAGS) \
492	  && $(MAKE) $(AM_MAKEFLAGS) \
493	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
494	  && $(MAKE) $(AM_MAKEFLAGS) check \
495	  && $(MAKE) $(AM_MAKEFLAGS) install \
496	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
497	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
498	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
499	        distuninstallcheck \
500	  && chmod -R a-w "$$dc_install_base" \
501	  && ({ \
502	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
503	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
504	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
505	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
506	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
507	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
508	  && rm -rf "$$dc_destdir" \
509	  && $(MAKE) $(AM_MAKEFLAGS) dist \
510	  && rm -rf $(DIST_ARCHIVES) \
511	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
512	$(am__remove_distdir)
513	@(echo "$(distdir) archives ready for distribution: "; \
514	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
515	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
516distuninstallcheck:
517	@cd $(distuninstallcheck_dir) \
518	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
519	   || { echo "ERROR: files left after uninstall:" ; \
520	        if test -n "$(DESTDIR)"; then \
521	          echo "  (check DESTDIR support)"; \
522	        fi ; \
523	        $(distuninstallcheck_listfiles) ; \
524	        exit 1; } >&2
525distcleancheck: distclean
526	@if test '$(srcdir)' = . ; then \
527	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
528	  exit 1 ; \
529	fi
530	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
531	  || { echo "ERROR: files left in build directory after distclean:" ; \
532	       $(distcleancheck_listfiles) ; \
533	       exit 1; } >&2
534check-am: all-am
535check: check-recursive
536all-am: Makefile all-local
537installdirs: installdirs-recursive
538installdirs-am:
539install: install-recursive
540install-exec: install-exec-recursive
541install-data: install-data-recursive
542uninstall: uninstall-recursive
543
544install-am: all-am
545	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-recursive
548install-strip:
549	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
550	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
551	  `test -z '$(STRIP)' || \
552	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
553mostlyclean-generic:
554
555clean-generic:
556
557distclean-generic:
558	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
559
560maintainer-clean-generic:
561	@echo "This command is intended for maintainers to use"
562	@echo "it deletes files that may require special tools to rebuild."
563clean: clean-recursive
564
565clean-am: clean-generic clean-libtool mostlyclean-am
566
567distclean: distclean-recursive
568	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
569	-rm -f Makefile
570distclean-am: clean-am distclean-generic distclean-libtool \
571	distclean-tags
572
573dvi: dvi-recursive
574
575dvi-am:
576
577html: html-recursive
578
579info: info-recursive
580
581info-am:
582
583install-data-am:
584
585install-dvi: install-dvi-recursive
586
587install-exec-am:
588
589install-html: install-html-recursive
590
591install-info: install-info-recursive
592
593install-man:
594
595install-pdf: install-pdf-recursive
596
597install-ps: install-ps-recursive
598
599installcheck-am:
600
601maintainer-clean: maintainer-clean-recursive
602	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
603	-rm -rf $(top_srcdir)/autom4te.cache
604	-rm -f Makefile
605maintainer-clean-am: distclean-am maintainer-clean-generic
606
607mostlyclean: mostlyclean-recursive
608
609mostlyclean-am: mostlyclean-generic mostlyclean-libtool
610
611pdf: pdf-recursive
612
613pdf-am:
614
615ps: ps-recursive
616
617ps-am:
618
619uninstall-am:
620
621.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
622	install-strip
623
624.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
625	all all-am all-local am--refresh check check-am clean \
626	clean-generic clean-libtool ctags ctags-recursive dist \
627	dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
628	dist-tarZ dist-zip distcheck distclean distclean-generic \
629	distclean-libtool distclean-tags distcleancheck distdir \
630	distuninstallcheck dvi dvi-am html html-am info info-am \
631	install install-am install-data install-data-am install-dvi \
632	install-dvi-am install-exec install-exec-am install-html \
633	install-html-am install-info install-info-am install-man \
634	install-pdf install-pdf-am install-ps install-ps-am \
635	install-strip installcheck installcheck-am installdirs \
636	installdirs-am maintainer-clean maintainer-clean-generic \
637	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
638	ps ps-am tags tags-recursive uninstall uninstall-am
639
640
641all-local:
642	@echo "*** Everything completed ***"
643
644dist-hook:
645	@echo; echo; \
646	echo "**********************************************************"; \
647	echo "* IMPORTANT NOTICE:                                      *"; \
648	echo "*                                                        *"; \
649	echo "* Be sure you have done a complete build before running  *"; \
650	echo "* 'make dist' or 'make distcheck', because otherwise     *"; \
651	echo "* the tarball will _not_ contain the dependency rules    *"; \
652	echo "* generated by the compiler.                             *"; \
653	echo "**********************************************************"; \
654	echo; echo
655# Tell versions [3.59,3.63) of GNU make to not export all variables.
656# Otherwise a system limit (for SysV at least) may be exceeded.
657.NOEXPORT:
658