1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005  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# Tag Image File Format (TIFF) Software
18#
19# Copyright (C) 2004, Andrey Kiselev <dron@ak4719.spb.edu>
20#
21# Permission to use, copy, modify, distribute, and sell this software and
22# its documentation for any purpose is hereby granted without fee, provided
23# that (i) the above copyright notices and this permission notice appear in
24# all copies of the software and related documentation, and (ii) the names of
25# Sam Leffler and Silicon Graphics may not be used in any advertising or
26# publicity relating to the software without the specific, prior written
27# permission of Sam Leffler and Silicon Graphics.
28#
29# THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND,
30# EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY
31# WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
32#
33# IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
34# ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
35# OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
36# WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF
37# LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
38# OF THIS SOFTWARE.
39
40# Process this file with automake to produce Makefile.in.
41srcdir = @srcdir@
42top_srcdir = @top_srcdir@
43VPATH = @srcdir@
44pkgdatadir = $(datadir)/@PACKAGE@
45pkglibdir = $(libdir)/@PACKAGE@
46pkgincludedir = $(includedir)/@PACKAGE@
47top_builddir = ..
48am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49INSTALL = @INSTALL@
50install_sh_DATA = $(install_sh) -c -m 644
51install_sh_PROGRAM = $(install_sh) -c
52install_sh_SCRIPT = $(install_sh) -c
53INSTALL_HEADER = $(INSTALL_DATA)
54transform = $(program_transform_name)
55NORMAL_INSTALL = :
56PRE_INSTALL = :
57POST_INSTALL = :
58NORMAL_UNINSTALL = :
59PRE_UNINSTALL = :
60POST_UNINSTALL = :
61build_triplet = @build@
62host_triplet = @host@
63target_triplet = @target@
64check_PROGRAMS = ascii_tag$(EXEEXT) long_tag$(EXEEXT) \
65	short_tag$(EXEEXT) strip_rw$(EXEEXT)
66subdir = test
67DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
69am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
70	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
71	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
72	$(top_srcdir)/configure.ac
73am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
74	$(ACLOCAL_M4)
75mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
76CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
77	$(top_builddir)/libtiff/tiffconf.h
78CONFIG_CLEAN_FILES =
79am_ascii_tag_OBJECTS = ascii_tag.$(OBJEXT)
80ascii_tag_OBJECTS = $(am_ascii_tag_OBJECTS)
81am__DEPENDENCIES_1 = $(top_builddir)/libtiff/libtiff.la
82ascii_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
83am_long_tag_OBJECTS = long_tag.$(OBJEXT) check_tag.$(OBJEXT)
84long_tag_OBJECTS = $(am_long_tag_OBJECTS)
85long_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
86am_short_tag_OBJECTS = short_tag.$(OBJEXT) check_tag.$(OBJEXT)
87short_tag_OBJECTS = $(am_short_tag_OBJECTS)
88short_tag_DEPENDENCIES = $(am__DEPENDENCIES_1)
89am_strip_rw_OBJECTS = strip_rw.$(OBJEXT) strip.$(OBJEXT) \
90	test_arrays.$(OBJEXT)
91strip_rw_OBJECTS = $(am_strip_rw_OBJECTS)
92strip_rw_DEPENDENCIES = $(am__DEPENDENCIES_1)
93DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/libtiff -I$(top_builddir)/libtiff
94depcomp = $(SHELL) $(top_srcdir)/config/depcomp
95am__depfiles_maybe = depfiles
96COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
97	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
98LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
99	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
100	$(AM_CFLAGS) $(CFLAGS)
101CCLD = $(CC)
102LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
103	$(AM_LDFLAGS) $(LDFLAGS) -o $@
104SOURCES = $(ascii_tag_SOURCES) $(long_tag_SOURCES) \
105	$(short_tag_SOURCES) $(strip_rw_SOURCES)
106DIST_SOURCES = $(ascii_tag_SOURCES) $(long_tag_SOURCES) \
107	$(short_tag_SOURCES) $(strip_rw_SOURCES)
108ETAGS = etags
109CTAGS = ctags
110DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111ACLOCAL = @ACLOCAL@
112AMDEP_FALSE = @AMDEP_FALSE@
113AMDEP_TRUE = @AMDEP_TRUE@
114AMTAR = @AMTAR@
115AR = @AR@
116AS = @AS@
117AUTOCONF = @AUTOCONF@
118AUTOHEADER = @AUTOHEADER@
119AUTOMAKE = @AUTOMAKE@
120AWK = @AWK@
121CC = @CC@
122CCDEPMODE = @CCDEPMODE@
123CFLAGS = @CFLAGS@
124CPP = @CPP@
125CPPFLAGS = @CPPFLAGS@
126CXX = @CXX@
127CXXCPP = @CXXCPP@
128CXXDEPMODE = @CXXDEPMODE@
129CXXFLAGS = @CXXFLAGS@
130CYGPATH_W = @CYGPATH_W@
131DEFS = @DEFS@
132DEPDIR = @DEPDIR@
133DLLTOOL = @DLLTOOL@
134DUMPBIN = @DUMPBIN@
135ECHO_C = @ECHO_C@
136ECHO_N = @ECHO_N@
137ECHO_T = @ECHO_T@
138EGREP = @EGREP@
139EXEEXT = @EXEEXT@
140FGREP = @FGREP@
141GLUT_CFLAGS = @GLUT_CFLAGS@
142GLUT_LIBS = @GLUT_LIBS@
143GLU_CFLAGS = @GLU_CFLAGS@
144GLU_LIBS = @GLU_LIBS@
145GL_CFLAGS = @GL_CFLAGS@
146GL_LIBS = @GL_LIBS@
147GREP = @GREP@
148HAVE_CXX_FALSE = @HAVE_CXX_FALSE@
149HAVE_CXX_TRUE = @HAVE_CXX_TRUE@
150HAVE_OPENGL_FALSE = @HAVE_OPENGL_FALSE@
151HAVE_OPENGL_TRUE = @HAVE_OPENGL_TRUE@
152HAVE_RPATH_FALSE = @HAVE_RPATH_FALSE@
153HAVE_RPATH_TRUE = @HAVE_RPATH_TRUE@
154INSTALL_DATA = @INSTALL_DATA@
155INSTALL_PROGRAM = @INSTALL_PROGRAM@
156INSTALL_SCRIPT = @INSTALL_SCRIPT@
157INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158LD = @LD@
159LDFLAGS = @LDFLAGS@
160LIBDIR = @LIBDIR@
161LIBOBJS = @LIBOBJS@
162LIBS = @LIBS@
163LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
164LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
165LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
166LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
167LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
168LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
169LIBTIFF_VERSION = @LIBTIFF_VERSION@
170LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
171LIBTOOL = @LIBTOOL@
172LN_S = @LN_S@
173LTLIBOBJS = @LTLIBOBJS@
174MAINT = @MAINT@
175MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
176MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
177MAKEINFO = @MAKEINFO@
178NM = @NM@
179OBJDUMP = @OBJDUMP@
180OBJEXT = @OBJEXT@
181PACKAGE = @PACKAGE@
182PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183PACKAGE_NAME = @PACKAGE_NAME@
184PACKAGE_STRING = @PACKAGE_STRING@
185PACKAGE_TARNAME = @PACKAGE_TARNAME@
186PACKAGE_VERSION = @PACKAGE_VERSION@
187PATH_SEPARATOR = @PATH_SEPARATOR@
188PTHREAD_CC = @PTHREAD_CC@
189PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
190PTHREAD_LIBS = @PTHREAD_LIBS@
191RANLIB = @RANLIB@
192SED = @SED@
193SET_MAKE = @SET_MAKE@
194SHELL = @SHELL@
195STRIP = @STRIP@
196VERSION = @VERSION@
197X_CFLAGS = @X_CFLAGS@
198X_EXTRA_LIBS = @X_EXTRA_LIBS@
199X_LIBS = @X_LIBS@
200X_PRE_LIBS = @X_PRE_LIBS@
201ac_ct_AR = @ac_ct_AR@
202ac_ct_AS = @ac_ct_AS@
203ac_ct_CC = @ac_ct_CC@
204ac_ct_CXX = @ac_ct_CXX@
205ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
206ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
207ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
208ac_ct_RANLIB = @ac_ct_RANLIB@
209ac_ct_STRIP = @ac_ct_STRIP@
210acx_pthread_config = @acx_pthread_config@
211am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
212am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
213am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
214am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
215am__include = @am__include@
216am__leading_dot = @am__leading_dot@
217am__quote = @am__quote@
218am__tar = @am__tar@
219am__untar = @am__untar@
220bindir = @bindir@
221build = @build@
222build_alias = @build_alias@
223build_cpu = @build_cpu@
224build_os = @build_os@
225build_vendor = @build_vendor@
226datadir = @datadir@
227exec_prefix = @exec_prefix@
228host = @host@
229host_alias = @host_alias@
230host_cpu = @host_cpu@
231host_os = @host_os@
232host_vendor = @host_vendor@
233includedir = @includedir@
234infodir = @infodir@
235install_sh = @install_sh@
236libdir = @libdir@
237libexecdir = @libexecdir@
238localstatedir = @localstatedir@
239lt_ECHO = @lt_ECHO@
240mandir = @mandir@
241mkdir_p = @mkdir_p@
242oldincludedir = @oldincludedir@
243prefix = @prefix@
244program_transform_name = @program_transform_name@
245sbindir = @sbindir@
246sharedstatedir = @sharedstatedir@
247sysconfdir = @sysconfdir@
248target = @target@
249target_alias = @target_alias@
250target_cpu = @target_cpu@
251target_os = @target_os@
252target_vendor = @target_vendor@
253LIBTIFF = $(top_builddir)/libtiff/libtiff.la
254
255#EXTRA_DIST = Makefile.vc
256TESTS = $(check_PROGRAMS)
257ascii_tag_SOURCES = ascii_tag.c
258ascii_tag_LDADD = $(LIBTIFF)
259long_tag_SOURCES = long_tag.c check_tag.c
260long_tag_LDADD = $(LIBTIFF)
261short_tag_SOURCES = short_tag.c check_tag.c
262short_tag_LDADD = $(LIBTIFF)
263strip_rw_SOURCES = strip_rw.c strip.c test_arrays.c test_arrays.h
264strip_rw_LDADD = $(LIBTIFF)
265INCLUDES = -I$(top_srcdir)/libtiff
266all: all-am
267
268.SUFFIXES:
269.SUFFIXES: .c .lo .o .obj
270$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
271	@for dep in $?; do \
272	  case '$(am__configure_deps)' in \
273	    *$$dep*) \
274	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
275		&& exit 0; \
276	      exit 1;; \
277	  esac; \
278	done; \
279	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  test/Makefile'; \
280	cd $(top_srcdir) && \
281	  $(AUTOMAKE) --foreign  test/Makefile
282.PRECIOUS: Makefile
283Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
284	@case '$?' in \
285	  *config.status*) \
286	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
287	  *) \
288	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
289	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
290	esac;
291
292$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
293	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
294
295$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
296	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
298	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
300clean-checkPROGRAMS:
301	@list='$(check_PROGRAMS)'; for p in $$list; do \
302	  f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
303	  echo " rm -f $$p $$f"; \
304	  rm -f $$p $$f ; \
305	done
306ascii_tag$(EXEEXT): $(ascii_tag_OBJECTS) $(ascii_tag_DEPENDENCIES)
307	@rm -f ascii_tag$(EXEEXT)
308	$(LINK) $(ascii_tag_LDFLAGS) $(ascii_tag_OBJECTS) $(ascii_tag_LDADD) $(LIBS)
309long_tag$(EXEEXT): $(long_tag_OBJECTS) $(long_tag_DEPENDENCIES)
310	@rm -f long_tag$(EXEEXT)
311	$(LINK) $(long_tag_LDFLAGS) $(long_tag_OBJECTS) $(long_tag_LDADD) $(LIBS)
312short_tag$(EXEEXT): $(short_tag_OBJECTS) $(short_tag_DEPENDENCIES)
313	@rm -f short_tag$(EXEEXT)
314	$(LINK) $(short_tag_LDFLAGS) $(short_tag_OBJECTS) $(short_tag_LDADD) $(LIBS)
315strip_rw$(EXEEXT): $(strip_rw_OBJECTS) $(strip_rw_DEPENDENCIES)
316	@rm -f strip_rw$(EXEEXT)
317	$(LINK) $(strip_rw_LDFLAGS) $(strip_rw_OBJECTS) $(strip_rw_LDADD) $(LIBS)
318
319mostlyclean-compile:
320	-rm -f *.$(OBJEXT)
321
322distclean-compile:
323	-rm -f *.tab.c
324
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ascii_tag.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_tag.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/long_tag.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/short_tag.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strip.Po@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strip_rw.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_arrays.Po@am__quote@
332
333.c.o:
334@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
335@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
336@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
337@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
338@am__fastdepCC_FALSE@	$(COMPILE) -c $<
339
340.c.obj:
341@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
342@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
343@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
344@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
345@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
346
347.c.lo:
348@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
349@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
350@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
352@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
353
354mostlyclean-libtool:
355	-rm -f *.lo
356
357clean-libtool:
358	-rm -rf .libs _libs
359
360distclean-libtool:
361	-rm -f libtool
362uninstall-info-am:
363
364ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; } \
370	       END { for (i in files) print i; }'`; \
371	mkid -fID $$unique
372tags: TAGS
373
374TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
375		$(TAGS_FILES) $(LISP)
376	tags=; \
377	here=`pwd`; \
378	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
379	unique=`for i in $$list; do \
380	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381	  done | \
382	  $(AWK) '    { files[$$0] = 1; } \
383	       END { for (i in files) print i; }'`; \
384	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
385	  test -n "$$unique" || unique=$$empty_fix; \
386	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387	    $$tags $$unique; \
388	fi
389ctags: CTAGS
390CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
391		$(TAGS_FILES) $(LISP)
392	tags=; \
393	here=`pwd`; \
394	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395	unique=`for i in $$list; do \
396	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397	  done | \
398	  $(AWK) '    { files[$$0] = 1; } \
399	       END { for (i in files) print i; }'`; \
400	test -z "$(CTAGS_ARGS)$$tags$$unique" \
401	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
402	     $$tags $$unique
403
404GTAGS:
405	here=`$(am__cd) $(top_builddir) && pwd` \
406	  && cd $(top_srcdir) \
407	  && gtags -i $(GTAGS_ARGS) $$here
408
409distclean-tags:
410	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
411
412check-TESTS: $(TESTS)
413	@failed=0; all=0; xfail=0; xpass=0; skip=0; \
414	srcdir=$(srcdir); export srcdir; \
415	list='$(TESTS)'; \
416	if test -n "$$list"; then \
417	  for tst in $$list; do \
418	    if test -f ./$$tst; then dir=./; \
419	    elif test -f $$tst; then dir=; \
420	    else dir="$(srcdir)/"; fi; \
421	    if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
422	      all=`expr $$all + 1`; \
423	      case " $(XFAIL_TESTS) " in \
424	      *" $$tst "*) \
425		xpass=`expr $$xpass + 1`; \
426		failed=`expr $$failed + 1`; \
427		echo "XPASS: $$tst"; \
428	      ;; \
429	      *) \
430		echo "PASS: $$tst"; \
431	      ;; \
432	      esac; \
433	    elif test $$? -ne 77; then \
434	      all=`expr $$all + 1`; \
435	      case " $(XFAIL_TESTS) " in \
436	      *" $$tst "*) \
437		xfail=`expr $$xfail + 1`; \
438		echo "XFAIL: $$tst"; \
439	      ;; \
440	      *) \
441		failed=`expr $$failed + 1`; \
442		echo "FAIL: $$tst"; \
443	      ;; \
444	      esac; \
445	    else \
446	      skip=`expr $$skip + 1`; \
447	      echo "SKIP: $$tst"; \
448	    fi; \
449	  done; \
450	  if test "$$failed" -eq 0; then \
451	    if test "$$xfail" -eq 0; then \
452	      banner="All $$all tests passed"; \
453	    else \
454	      banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
455	    fi; \
456	  else \
457	    if test "$$xpass" -eq 0; then \
458	      banner="$$failed of $$all tests failed"; \
459	    else \
460	      banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
461	    fi; \
462	  fi; \
463	  dashes="$$banner"; \
464	  skipped=""; \
465	  if test "$$skip" -ne 0; then \
466	    skipped="($$skip tests were not run)"; \
467	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
468	      dashes="$$skipped"; \
469	  fi; \
470	  report=""; \
471	  if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
472	    report="Please report to $(PACKAGE_BUGREPORT)"; \
473	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
474	      dashes="$$report"; \
475	  fi; \
476	  dashes=`echo "$$dashes" | sed s/./=/g`; \
477	  echo "$$dashes"; \
478	  echo "$$banner"; \
479	  test -z "$$skipped" || echo "$$skipped"; \
480	  test -z "$$report" || echo "$$report"; \
481	  echo "$$dashes"; \
482	  test "$$failed" -eq 0; \
483	else :; fi
484
485distdir: $(DISTFILES)
486	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
487	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
488	list='$(DISTFILES)'; for file in $$list; do \
489	  case $$file in \
490	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
491	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
492	  esac; \
493	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
494	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
495	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
496	    dir="/$$dir"; \
497	    $(mkdir_p) "$(distdir)$$dir"; \
498	  else \
499	    dir=''; \
500	  fi; \
501	  if test -d $$d/$$file; then \
502	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
504	    fi; \
505	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
506	  else \
507	    test -f $(distdir)/$$file \
508	    || cp -p $$d/$$file $(distdir)/$$file \
509	    || exit 1; \
510	  fi; \
511	done
512check-am: all-am
513	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
514	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
515check: check-am
516all-am: Makefile
517installdirs:
518install: install-am
519install-exec: install-exec-am
520install-data: install-data-am
521uninstall: uninstall-am
522
523install-am: all-am
524	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526installcheck: installcheck-am
527install-strip:
528	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530	  `test -z '$(STRIP)' || \
531	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
532mostlyclean-generic:
533
534clean-generic:
535
536distclean-generic:
537	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538
539maintainer-clean-generic:
540	@echo "This command is intended for maintainers to use"
541	@echo "it deletes files that may require special tools to rebuild."
542clean: clean-am
543
544clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
545	mostlyclean-am
546
547distclean: distclean-am
548	-rm -rf ./$(DEPDIR)
549	-rm -f Makefile
550distclean-am: clean-am distclean-compile distclean-generic \
551	distclean-libtool distclean-tags
552
553dvi: dvi-am
554
555dvi-am:
556
557html: html-am
558
559info: info-am
560
561info-am:
562
563install-data-am:
564
565install-exec-am:
566
567install-info: install-info-am
568
569install-man:
570
571installcheck-am:
572
573maintainer-clean: maintainer-clean-am
574	-rm -rf ./$(DEPDIR)
575	-rm -f Makefile
576maintainer-clean-am: distclean-am maintainer-clean-generic
577
578mostlyclean: mostlyclean-am
579
580mostlyclean-am: mostlyclean-compile mostlyclean-generic \
581	mostlyclean-libtool
582
583pdf: pdf-am
584
585pdf-am:
586
587ps: ps-am
588
589ps-am:
590
591uninstall-am: uninstall-info-am
592
593.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
594	clean-checkPROGRAMS clean-generic clean-libtool ctags \
595	distclean distclean-compile distclean-generic \
596	distclean-libtool distclean-tags distdir dvi dvi-am html \
597	html-am info info-am install install-am install-data \
598	install-data-am install-exec install-exec-am install-info \
599	install-info-am install-man install-strip installcheck \
600	installcheck-am installdirs maintainer-clean \
601	maintainer-clean-generic mostlyclean mostlyclean-compile \
602	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
603	tags uninstall uninstall-am uninstall-info-am
604
605# Tell versions [3.59,3.63) of GNU make to not export all variables.
606# Otherwise a system limit (for SysV at least) may be exceeded.
607.NOEXPORT:
608