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