1# Makefile.in generated by automake 1.6.1 from Makefile.am.
2# @configure_input@
3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5# 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#  Makefile.am
19#
20#
21#  Part of TREE-PUZZLE 5.2 (July 2004)
22#
23#  (c) 2003-2004 by Heiko A. Schmidt, Korbinian Strimmer, and Arndt von Haeseler
24#  (c) 1999-2003 by Heiko A. Schmidt, Korbinian Strimmer,
25#                   M. Vingron, and Arndt von Haeseler
26#  (c) 1995-1999 by Korbinian Strimmer and Arndt von Haeseler
27#
28#  All parts of the source except where indicated are distributed under
29#  the GNU public licence.  See http://www.opensource.org for details.
30#
31#  ($Id$)
32#
33SHELL = @SHELL@
34
35srcdir = @srcdir@
36top_srcdir = @top_srcdir@
37VPATH = @srcdir@
38prefix = @prefix@
39exec_prefix = @exec_prefix@
40
41bindir = @bindir@
42sbindir = @sbindir@
43libexecdir = @libexecdir@
44datadir = @datadir@
45sysconfdir = @sysconfdir@
46sharedstatedir = @sharedstatedir@
47localstatedir = @localstatedir@
48libdir = @libdir@
49infodir = @infodir@
50mandir = @mandir@
51includedir = @includedir@
52oldincludedir = /usr/include
53pkgdatadir = $(datadir)/@PACKAGE@
54pkglibdir = $(libdir)/@PACKAGE@
55pkgincludedir = $(includedir)/@PACKAGE@
56top_builddir = .
57
58ACLOCAL = @ACLOCAL@
59AUTOCONF = @AUTOCONF@
60AUTOMAKE = @AUTOMAKE@
61AUTOHEADER = @AUTOHEADER@
62
63am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64INSTALL = @INSTALL@
65INSTALL_PROGRAM = @INSTALL_PROGRAM@
66INSTALL_DATA = @INSTALL_DATA@
67install_sh_DATA = $(install_sh) -c -m 644
68install_sh_PROGRAM = $(install_sh) -c
69INSTALL_SCRIPT = @INSTALL_SCRIPT@
70INSTALL_HEADER = $(INSTALL_DATA)
71transform = @program_transform_name@
72NORMAL_INSTALL = :
73PRE_INSTALL = :
74POST_INSTALL = :
75NORMAL_UNINSTALL = :
76PRE_UNINSTALL = :
77POST_UNINSTALL = :
78
79EXEEXT = @EXEEXT@
80OBJEXT = @OBJEXT@
81PATH_SEPARATOR = @PATH_SEPARATOR@
82AMTAR = @AMTAR@
83AWK = @AWK@
84CC = @CC@
85DEPDIR = @DEPDIR@
86INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
87MPICC = @MPICC@
88MPICC0 = @MPICC0@
89MPICC1 = @MPICC1@
90MPICC2 = @MPICC2@
91MPICC3 = @MPICC3@
92MPICC4 = @MPICC4@
93MPICC5 = @MPICC5@
94MPICC6 = @MPICC6@
95MPICFLAGS = @MPICFLAGS@
96MPIDEFS = @MPIDEFS@
97MPILIBS = @MPILIBS@
98PACKAGE = @PACKAGE@
99PPUZZLE = @PPUZZLE@
100STRIP = @STRIP@
101VERSION = @VERSION@
102am__include = @am__include@
103am__quote = @am__quote@
104install_sh = @install_sh@
105
106EXTRA_DIST =
107SUBDIRS = src doc data tests
108subdir = .
109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
110mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
111CONFIG_HEADER = $(top_builddir)/src/config.h
112CONFIG_CLEAN_FILES =
113DIST_SOURCES =
114
115RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
116	uninstall-info-recursive all-recursive install-data-recursive \
117	install-exec-recursive installdirs-recursive install-recursive \
118	uninstall-recursive check-recursive installcheck-recursive
119DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
120	Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
121	configure.ac depcomp install-sh missing mkinstalldirs
122DIST_SUBDIRS = $(SUBDIRS)
123all: all-recursive
124
125.SUFFIXES:
126$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.ac $(ACLOCAL_M4)
127	cd $(top_srcdir) && \
128	  $(AUTOMAKE) --gnu  Makefile
129Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
130	cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
131
132$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
133	$(SHELL) ./config.status --recheck
134$(srcdir)/configure:  $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
135	cd $(srcdir) && $(AUTOCONF)
136
137$(ACLOCAL_M4):  configure.ac
138	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
139uninstall-info-am:
140
141# This directory's subdirectories are mostly independent; you can cd
142# into them and run `make' without going through this Makefile.
143# To change the values of `make' variables: instead of editing Makefiles,
144# (1) if the variable is set in `config.status', edit `config.status'
145#     (which will cause the Makefiles to be regenerated when you run `make');
146# (2) otherwise, pass the desired values on the `make' command line.
147$(RECURSIVE_TARGETS):
148	@set fnord $$MAKEFLAGS; amf=$$2; \
149	dot_seen=no; \
150	target=`echo $@ | sed s/-recursive//`; \
151	list='$(SUBDIRS)'; for subdir in $$list; do \
152	  echo "Making $$target in $$subdir"; \
153	  if test "$$subdir" = "."; then \
154	    dot_seen=yes; \
155	    local_target="$$target-am"; \
156	  else \
157	    local_target="$$target"; \
158	  fi; \
159	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
160	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
161	done; \
162	if test "$$dot_seen" = "no"; then \
163	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
164	fi; test -z "$$fail"
165
166mostlyclean-recursive clean-recursive distclean-recursive \
167maintainer-clean-recursive:
168	@set fnord $$MAKEFLAGS; amf=$$2; \
169	dot_seen=no; \
170	case "$@" in \
171	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
172	  *) list='$(SUBDIRS)' ;; \
173	esac; \
174	rev=''; for subdir in $$list; do \
175	  if test "$$subdir" = "."; then :; else \
176	    rev="$$subdir $$rev"; \
177	  fi; \
178	done; \
179	rev="$$rev ."; \
180	target=`echo $@ | sed s/-recursive//`; \
181	for subdir in $$rev; do \
182	  echo "Making $$target in $$subdir"; \
183	  if test "$$subdir" = "."; then \
184	    local_target="$$target-am"; \
185	  else \
186	    local_target="$$target"; \
187	  fi; \
188	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
189	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
190	done && test -z "$$fail"
191tags-recursive:
192	list='$(SUBDIRS)'; for subdir in $$list; do \
193	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
194	done
195
196ETAGS = etags
197ETAGSFLAGS =
198
199tags: TAGS
200
201ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
202	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
203	unique=`for i in $$list; do \
204	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205	  done | \
206	  $(AWK) '    { files[$$0] = 1; } \
207	       END { for (i in files) print i; }'`; \
208	mkid -fID $$unique
209
210TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
211		$(TAGS_FILES) $(LISP)
212	tags=; \
213	here=`pwd`; \
214	list='$(SUBDIRS)'; for subdir in $$list; do \
215	  if test "$$subdir" = .; then :; else \
216	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
217	  fi; \
218	done; \
219	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
220	unique=`for i in $$list; do \
221	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222	  done | \
223	  $(AWK) '    { files[$$0] = 1; } \
224	       END { for (i in files) print i; }'`; \
225	test -z "$(ETAGS_ARGS)$$tags$$unique" \
226	  || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
227	     $$tags $$unique
228
229GTAGS:
230	here=`$(am__cd) $(top_builddir) && pwd` \
231	  && cd $(top_srcdir) \
232	  && gtags -i $(GTAGS_ARGS) $$here
233
234distclean-tags:
235	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
236DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
237
238top_distdir = .
239distdir = $(PACKAGE)-$(VERSION)
240
241am__remove_distdir = \
242  { test ! -d $(distdir) \
243    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
244         && rm -fr $(distdir); }; }
245
246GZIP_ENV = --best
247distcleancheck_listfiles = find . -type f -print
248
249distdir: $(DISTFILES)
250	$(am__remove_distdir)
251	mkdir $(distdir)
252	@for file in $(DISTFILES); do \
253	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
254	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
255	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
256	    dir="/$$dir"; \
257	    $(mkinstalldirs) "$(distdir)$$dir"; \
258	  else \
259	    dir=''; \
260	  fi; \
261	  if test -d $$d/$$file; then \
262	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
263	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
264	    fi; \
265	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
266	  else \
267	    test -f $(distdir)/$$file \
268	    || cp -p $$d/$$file $(distdir)/$$file \
269	    || exit 1; \
270	  fi; \
271	done
272	list='$(SUBDIRS)'; for subdir in $$list; do \
273	  if test "$$subdir" = .; then :; else \
274	    test -d $(distdir)/$$subdir \
275	    || mkdir $(distdir)/$$subdir \
276	    || exit 1; \
277	    (cd $$subdir && \
278	      $(MAKE) $(AM_MAKEFLAGS) \
279	        top_distdir="$(top_distdir)" \
280	        distdir=../$(distdir)/$$subdir \
281	        distdir) \
282	      || exit 1; \
283	  fi; \
284	done
285	-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
286	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
287	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
288	  ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
289	|| chmod -R a+r $(distdir)
290dist-gzip: distdir
291	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
292	$(am__remove_distdir)
293
294dist dist-all: distdir
295	$(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
296	$(am__remove_distdir)
297
298# This target untars the dist file and tries a VPATH configuration.  Then
299# it guarantees that the distribution is self-contained by making another
300# tarfile.
301distcheck: dist
302	$(am__remove_distdir)
303	GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
304	chmod -R a-w $(distdir); chmod a+w $(distdir)
305	mkdir $(distdir)/=build
306	mkdir $(distdir)/=inst
307	chmod a-w $(distdir)
308	dc_install_base=`$(am__cd) $(distdir)/=inst && pwd` \
309	  && cd $(distdir)/=build \
310	  && ../configure --srcdir=.. --prefix=$$dc_install_base \
311	    $(DISTCHECK_CONFIGURE_FLAGS) \
312	  && $(MAKE) $(AM_MAKEFLAGS) \
313	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
314	  && $(MAKE) $(AM_MAKEFLAGS) check \
315	  && $(MAKE) $(AM_MAKEFLAGS) install \
316	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
317	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
318	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
319	      || { echo "ERROR: files left after uninstall:" ; \
320	           find $$dc_install_base -type f -print ; \
321	           exit 1; } >&2 ) \
322	  && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
323	  && rm -f $(distdir).tar.gz \
324	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
325	$(am__remove_distdir)
326	@echo "$(distdir).tar.gz is ready for distribution" | \
327	  sed 'h;s/./=/g;p;x;p;x'
328distcleancheck: distclean
329	if test '$(srcdir)' = . ; then \
330	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
331	  exit 1 ; \
332	fi
333	test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
334	  || { echo "ERROR: files left after distclean:" ; \
335	       $(distcleancheck_listfiles) ; \
336	       exit 1; } >&2
337check-am: all-am
338check: check-recursive
339all-am: Makefile
340installdirs: installdirs-recursive
341installdirs-am:
342
343install: install-recursive
344install-exec: install-exec-recursive
345install-data: install-data-recursive
346uninstall: uninstall-recursive
347
348install-am: all-am
349	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
350
351installcheck: installcheck-recursive
352install-strip:
353	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
354	  INSTALL_STRIP_FLAG=-s \
355	  `test -z '$(STRIP)' || \
356	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
357mostlyclean-generic:
358
359clean-generic:
360
361distclean-generic:
362	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
363
364maintainer-clean-generic:
365	@echo "This command is intended for maintainers to use"
366	@echo "it deletes files that may require special tools to rebuild."
367clean: clean-recursive
368
369clean-am: clean-generic mostlyclean-am
370
371distclean: distclean-recursive
372	-rm -f config.status config.cache config.log
373distclean-am: clean-am distclean-generic distclean-tags
374
375dvi: dvi-recursive
376
377dvi-am:
378
379info: info-recursive
380
381info-am:
382
383install-data-am:
384
385install-exec-am:
386
387install-info: install-info-recursive
388
389install-man:
390
391installcheck-am:
392
393maintainer-clean: maintainer-clean-recursive
394
395maintainer-clean-am: distclean-am maintainer-clean-generic
396
397mostlyclean: mostlyclean-recursive
398
399mostlyclean-am: mostlyclean-generic
400
401uninstall-am: uninstall-info-am
402
403uninstall-info: uninstall-info-recursive
404
405.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
406	clean-generic clean-recursive dist dist-all dist-gzip distcheck \
407	distclean distclean-generic distclean-recursive distclean-tags \
408	distcleancheck distdir dvi dvi-am dvi-recursive info info-am \
409	info-recursive install install-am install-data install-data-am \
410	install-data-recursive install-exec install-exec-am \
411	install-exec-recursive install-info install-info-am \
412	install-info-recursive install-man install-recursive \
413	install-strip installcheck installcheck-am installdirs \
414	installdirs-am installdirs-recursive maintainer-clean \
415	maintainer-clean-generic maintainer-clean-recursive mostlyclean \
416	mostlyclean-generic mostlyclean-recursive tags tags-recursive \
417	uninstall uninstall-am uninstall-info-am \
418	uninstall-info-recursive uninstall-recursive
419
420# Tell versions [3.59,3.63) of GNU make to not export all variables.
421# Otherwise a system limit (for SysV at least) may be exceeded.
422.NOEXPORT:
423