1# Makefile.in generated by automake 1.12.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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.
41VPATH = @srcdir@
42am__make_dryrun = \
43  { \
44    am__dry=no; \
45    case $$MAKEFLAGS in \
46      *\\[\ \	]*) \
47        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
48          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
49      *) \
50        for am__flg in $$MAKEFLAGS; do \
51          case $$am__flg in \
52            *=*|--*) ;; \
53            *n*) am__dry=yes; break;; \
54          esac; \
55        done;; \
56    esac; \
57    test $$am__dry = yes; \
58  }
59pkgdatadir = $(datadir)/@PACKAGE@
60pkgincludedir = $(includedir)/@PACKAGE@
61pkglibdir = $(libdir)/@PACKAGE@
62pkglibexecdir = $(libexecdir)/@PACKAGE@
63am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
64install_sh_DATA = $(install_sh) -c -m 644
65install_sh_PROGRAM = $(install_sh) -c
66install_sh_SCRIPT = $(install_sh) -c
67INSTALL_HEADER = $(INSTALL_DATA)
68transform = $(program_transform_name)
69NORMAL_INSTALL = :
70PRE_INSTALL = :
71POST_INSTALL = :
72NORMAL_UNINSTALL = :
73PRE_UNINSTALL = :
74POST_UNINSTALL = :
75build_triplet = @build@
76host_triplet = @host@
77subdir = contrib
78DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
79	$(top_srcdir)/config/mkinstalldirs
80ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
82	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
83	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
84	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
85am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
86	$(ACLOCAL_M4)
87mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
88CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
89	$(top_builddir)/libtiff/tiffconf.h
90CONFIG_CLEAN_FILES =
91CONFIG_CLEAN_VPATH_FILES =
92AM_V_P = $(am__v_P_@AM_V@)
93am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
94am__v_P_0 = false
95am__v_P_1 = :
96AM_V_GEN = $(am__v_GEN_@AM_V@)
97am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
98am__v_GEN_0 = @echo "  GEN     " $@;
99am__v_GEN_1 =
100AM_V_at = $(am__v_at_@AM_V@)
101am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
102am__v_at_0 = @
103am__v_at_1 =
104SOURCES =
105DIST_SOURCES =
106RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
107	html-recursive info-recursive install-data-recursive \
108	install-dvi-recursive install-exec-recursive \
109	install-html-recursive install-info-recursive \
110	install-pdf-recursive install-ps-recursive install-recursive \
111	installcheck-recursive installdirs-recursive pdf-recursive \
112	ps-recursive uninstall-recursive
113am__can_run_installinfo = \
114  case $$AM_UPDATE_INFO_DIR in \
115    n|no|NO) false;; \
116    *) (install-info --version) >/dev/null 2>&1;; \
117  esac
118RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
119  distclean-recursive maintainer-clean-recursive
120AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
121	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
122	distdir
123ETAGS = etags
124CTAGS = ctags
125DIST_SUBDIRS = $(SUBDIRS)
126DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
127am__relativize = \
128  dir0=`pwd`; \
129  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
130  sed_rest='s,^[^/]*/*,,'; \
131  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
132  sed_butlast='s,/*[^/]*$$,,'; \
133  while test -n "$$dir1"; do \
134    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
135    if test "$$first" != "."; then \
136      if test "$$first" = ".."; then \
137        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
138        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
139      else \
140        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
141        if test "$$first2" = "$$first"; then \
142          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
143        else \
144          dir2="../$$dir2"; \
145        fi; \
146        dir0="$$dir0"/"$$first"; \
147      fi; \
148    fi; \
149    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
150  done; \
151  reldir="$$dir2"
152ACLOCAL = @ACLOCAL@
153AMTAR = @AMTAR@
154AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
155AR = @AR@
156AS = @AS@
157AUTOCONF = @AUTOCONF@
158AUTOHEADER = @AUTOHEADER@
159AUTOMAKE = @AUTOMAKE@
160AWK = @AWK@
161CC = @CC@
162CCDEPMODE = @CCDEPMODE@
163CFLAGS = @CFLAGS@
164CPP = @CPP@
165CPPFLAGS = @CPPFLAGS@
166CXX = @CXX@
167CXXCPP = @CXXCPP@
168CXXDEPMODE = @CXXDEPMODE@
169CXXFLAGS = @CXXFLAGS@
170CYGPATH_W = @CYGPATH_W@
171DEFS = @DEFS@
172DEPDIR = @DEPDIR@
173DLLTOOL = @DLLTOOL@
174DSYMUTIL = @DSYMUTIL@
175DUMPBIN = @DUMPBIN@
176ECHO_C = @ECHO_C@
177ECHO_N = @ECHO_N@
178ECHO_T = @ECHO_T@
179EGREP = @EGREP@
180EXEEXT = @EXEEXT@
181FGREP = @FGREP@
182GLUT_CFLAGS = @GLUT_CFLAGS@
183GLUT_LIBS = @GLUT_LIBS@
184GLU_CFLAGS = @GLU_CFLAGS@
185GLU_LIBS = @GLU_LIBS@
186GL_CFLAGS = @GL_CFLAGS@
187GL_LIBS = @GL_LIBS@
188GREP = @GREP@
189INSTALL = @INSTALL@
190INSTALL_DATA = @INSTALL_DATA@
191INSTALL_PROGRAM = @INSTALL_PROGRAM@
192INSTALL_SCRIPT = @INSTALL_SCRIPT@
193INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
194LD = @LD@
195LDFLAGS = @LDFLAGS@
196LIBDIR = @LIBDIR@
197LIBOBJS = @LIBOBJS@
198LIBS = @LIBS@
199LIBTIFF_ALPHA_VERSION = @LIBTIFF_ALPHA_VERSION@
200LIBTIFF_DOCDIR = @LIBTIFF_DOCDIR@
201LIBTIFF_MAJOR_VERSION = @LIBTIFF_MAJOR_VERSION@
202LIBTIFF_MICRO_VERSION = @LIBTIFF_MICRO_VERSION@
203LIBTIFF_MINOR_VERSION = @LIBTIFF_MINOR_VERSION@
204LIBTIFF_RELEASE_DATE = @LIBTIFF_RELEASE_DATE@
205LIBTIFF_VERSION = @LIBTIFF_VERSION@
206LIBTIFF_VERSION_INFO = @LIBTIFF_VERSION_INFO@
207LIBTOOL = @LIBTOOL@
208LIPO = @LIPO@
209LN_S = @LN_S@
210LTLIBOBJS = @LTLIBOBJS@
211MAINT = @MAINT@
212MAKEINFO = @MAKEINFO@
213MANIFEST_TOOL = @MANIFEST_TOOL@
214MKDIR_P = @MKDIR_P@
215NM = @NM@
216NMEDIT = @NMEDIT@
217OBJDUMP = @OBJDUMP@
218OBJEXT = @OBJEXT@
219OTOOL = @OTOOL@
220OTOOL64 = @OTOOL64@
221PACKAGE = @PACKAGE@
222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
223PACKAGE_NAME = @PACKAGE_NAME@
224PACKAGE_STRING = @PACKAGE_STRING@
225PACKAGE_TARNAME = @PACKAGE_TARNAME@
226PACKAGE_URL = @PACKAGE_URL@
227PACKAGE_VERSION = @PACKAGE_VERSION@
228PATH_SEPARATOR = @PATH_SEPARATOR@
229PTHREAD_CC = @PTHREAD_CC@
230PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
231PTHREAD_LIBS = @PTHREAD_LIBS@
232RANLIB = @RANLIB@
233SED = @SED@
234SET_MAKE = @SET_MAKE@
235SHELL = @SHELL@
236STRIP = @STRIP@
237VERSION = @VERSION@
238XMKMF = @XMKMF@
239X_CFLAGS = @X_CFLAGS@
240X_EXTRA_LIBS = @X_EXTRA_LIBS@
241X_LIBS = @X_LIBS@
242X_PRE_LIBS = @X_PRE_LIBS@
243abs_builddir = @abs_builddir@
244abs_srcdir = @abs_srcdir@
245abs_top_builddir = @abs_top_builddir@
246abs_top_srcdir = @abs_top_srcdir@
247ac_ct_AR = @ac_ct_AR@
248ac_ct_CC = @ac_ct_CC@
249ac_ct_CXX = @ac_ct_CXX@
250ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251am__include = @am__include@
252am__leading_dot = @am__leading_dot@
253am__quote = @am__quote@
254am__tar = @am__tar@
255am__untar = @am__untar@
256ax_pthread_config = @ax_pthread_config@
257bindir = @bindir@
258build = @build@
259build_alias = @build_alias@
260build_cpu = @build_cpu@
261build_os = @build_os@
262build_vendor = @build_vendor@
263builddir = @builddir@
264datadir = @datadir@
265datarootdir = @datarootdir@
266docdir = @docdir@
267dvidir = @dvidir@
268exec_prefix = @exec_prefix@
269host = @host@
270host_alias = @host_alias@
271host_cpu = @host_cpu@
272host_os = @host_os@
273host_vendor = @host_vendor@
274htmldir = @htmldir@
275includedir = @includedir@
276infodir = @infodir@
277install_sh = @install_sh@
278libdir = @libdir@
279libexecdir = @libexecdir@
280localedir = @localedir@
281localstatedir = @localstatedir@
282mandir = @mandir@
283mkdir_p = @mkdir_p@
284oldincludedir = @oldincludedir@
285pdfdir = @pdfdir@
286prefix = @prefix@
287program_transform_name = @program_transform_name@
288psdir = @psdir@
289sbindir = @sbindir@
290sharedstatedir = @sharedstatedir@
291srcdir = @srcdir@
292sysconfdir = @sysconfdir@
293target_alias = @target_alias@
294tiff_libs_private = @tiff_libs_private@
295top_build_prefix = @top_build_prefix@
296top_builddir = @top_builddir@
297top_srcdir = @top_srcdir@
298EXTRA_DIST = README
299SUBDIRS = addtiffo dbs iptcutil mfs pds ras stream tags win_dib
300all: all-recursive
301
302.SUFFIXES:
303$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
304	@for dep in $?; do \
305	  case '$(am__configure_deps)' in \
306	    *$$dep*) \
307	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
308	        && { if test -f $@; then exit 0; else break; fi; }; \
309	      exit 1;; \
310	  esac; \
311	done; \
312	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/Makefile'; \
313	$(am__cd) $(top_srcdir) && \
314	  $(AUTOMAKE) --foreign contrib/Makefile
315.PRECIOUS: Makefile
316Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
317	@case '$?' in \
318	  *config.status*) \
319	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
320	  *) \
321	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
322	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
323	esac;
324
325$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
326	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327
328$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
329	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
331	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
332$(am__aclocal_m4_deps):
333
334mostlyclean-libtool:
335	-rm -f *.lo
336
337clean-libtool:
338	-rm -rf .libs _libs
339
340# This directory's subdirectories are mostly independent; you can cd
341# into them and run 'make' without going through this Makefile.
342# To change the values of 'make' variables: instead of editing Makefiles,
343# (1) if the variable is set in 'config.status', edit 'config.status'
344#     (which will cause the Makefiles to be regenerated when you run 'make');
345# (2) otherwise, pass the desired values on the 'make' command line.
346$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
347	@fail= failcom='exit 1'; \
348	for f in x $$MAKEFLAGS; do \
349	  case $$f in \
350	    *=* | --[!k]*);; \
351	    *k*) failcom='fail=yes';; \
352	  esac; \
353	done; \
354	dot_seen=no; \
355	target=`echo $@ | sed s/-recursive//`; \
356	case "$@" in \
357	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
358	  *) list='$(SUBDIRS)' ;; \
359	esac; \
360	for subdir in $$list; do \
361	  echo "Making $$target in $$subdir"; \
362	  if test "$$subdir" = "."; then \
363	    dot_seen=yes; \
364	    local_target="$$target-am"; \
365	  else \
366	    local_target="$$target"; \
367	  fi; \
368	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
369	  || eval $$failcom; \
370	done; \
371	if test "$$dot_seen" = "no"; then \
372	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
373	fi; test -z "$$fail"
374tags-recursive:
375	list='$(SUBDIRS)'; for subdir in $$list; do \
376	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
377	done
378ctags-recursive:
379	list='$(SUBDIRS)'; for subdir in $$list; do \
380	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
381	done
382cscopelist-recursive:
383	list='$(SUBDIRS)'; for subdir in $$list; do \
384	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
385	done
386
387ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
388	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
389	unique=`for i in $$list; do \
390	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
391	  done | \
392	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
393	      END { if (nonempty) { for (i in files) print i; }; }'`; \
394	mkid -fID $$unique
395tags: TAGS
396
397TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398		$(TAGS_FILES) $(LISP)
399	set x; \
400	here=`pwd`; \
401	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
402	  include_option=--etags-include; \
403	  empty_fix=.; \
404	else \
405	  include_option=--include; \
406	  empty_fix=; \
407	fi; \
408	list='$(SUBDIRS)'; for subdir in $$list; do \
409	  if test "$$subdir" = .; then :; else \
410	    test ! -f $$subdir/TAGS || \
411	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
412	  fi; \
413	done; \
414	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415	unique=`for i in $$list; do \
416	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417	  done | \
418	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419	      END { if (nonempty) { for (i in files) print i; }; }'`; \
420	shift; \
421	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
422	  test -n "$$unique" || unique=$$empty_fix; \
423	  if test $$# -gt 0; then \
424	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425	      "$$@" $$unique; \
426	  else \
427	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
428	      $$unique; \
429	  fi; \
430	fi
431ctags: CTAGS
432CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433		$(TAGS_FILES) $(LISP)
434	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435	unique=`for i in $$list; do \
436	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437	  done | \
438	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439	      END { if (nonempty) { for (i in files) print i; }; }'`; \
440	test -z "$(CTAGS_ARGS)$$unique" \
441	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
442	     $$unique
443
444GTAGS:
445	here=`$(am__cd) $(top_builddir) && pwd` \
446	  && $(am__cd) $(top_srcdir) \
447	  && gtags -i $(GTAGS_ARGS) "$$here"
448
449cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
450	list='$(SOURCES) $(HEADERS) $(LISP)'; \
451	case "$(srcdir)" in \
452	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
453	  *) sdir=$(subdir)/$(srcdir) ;; \
454	esac; \
455	for i in $$list; do \
456	  if test -f "$$i"; then \
457	    echo "$(subdir)/$$i"; \
458	  else \
459	    echo "$$sdir/$$i"; \
460	  fi; \
461	done >> $(top_builddir)/cscope.files
462
463distclean-tags:
464	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
465
466distdir: $(DISTFILES)
467	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469	list='$(DISTFILES)'; \
470	  dist_files=`for file in $$list; do echo $$file; done | \
471	  sed -e "s|^$$srcdirstrip/||;t" \
472	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473	case $$dist_files in \
474	  */*) $(MKDIR_P) `echo "$$dist_files" | \
475			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476			   sort -u` ;; \
477	esac; \
478	for file in $$dist_files; do \
479	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480	  if test -d $$d/$$file; then \
481	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482	    if test -d "$(distdir)/$$file"; then \
483	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484	    fi; \
485	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
487	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488	    fi; \
489	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490	  else \
491	    test -f "$(distdir)/$$file" \
492	    || cp -p $$d/$$file "$(distdir)/$$file" \
493	    || exit 1; \
494	  fi; \
495	done
496	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
497	  if test "$$subdir" = .; then :; else \
498	    $(am__make_dryrun) \
499	      || test -d "$(distdir)/$$subdir" \
500	      || $(MKDIR_P) "$(distdir)/$$subdir" \
501	      || exit 1; \
502	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
503	    $(am__relativize); \
504	    new_distdir=$$reldir; \
505	    dir1=$$subdir; dir2="$(top_distdir)"; \
506	    $(am__relativize); \
507	    new_top_distdir=$$reldir; \
508	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
509	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
510	    ($(am__cd) $$subdir && \
511	      $(MAKE) $(AM_MAKEFLAGS) \
512	        top_distdir="$$new_top_distdir" \
513	        distdir="$$new_distdir" \
514		am__remove_distdir=: \
515		am__skip_length_check=: \
516		am__skip_mode_fix=: \
517	        distdir) \
518	      || exit 1; \
519	  fi; \
520	done
521check-am: all-am
522check: check-recursive
523all-am: Makefile
524installdirs: installdirs-recursive
525installdirs-am:
526install: install-recursive
527install-exec: install-exec-recursive
528install-data: install-data-recursive
529uninstall: uninstall-recursive
530
531install-am: all-am
532	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
533
534installcheck: installcheck-recursive
535install-strip:
536	if test -z '$(STRIP)'; then \
537	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
538	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
539	      install; \
540	else \
541	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
544	fi
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
550	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
551	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
552
553maintainer-clean-generic:
554	@echo "This command is intended for maintainers to use"
555	@echo "it deletes files that may require special tools to rebuild."
556clean: clean-recursive
557
558clean-am: clean-generic clean-libtool mostlyclean-am
559
560distclean: distclean-recursive
561	-rm -f Makefile
562distclean-am: clean-am distclean-generic distclean-tags
563
564dvi: dvi-recursive
565
566dvi-am:
567
568html: html-recursive
569
570html-am:
571
572info: info-recursive
573
574info-am:
575
576install-data-am:
577
578install-dvi: install-dvi-recursive
579
580install-dvi-am:
581
582install-exec-am:
583
584install-html: install-html-recursive
585
586install-html-am:
587
588install-info: install-info-recursive
589
590install-info-am:
591
592install-man:
593
594install-pdf: install-pdf-recursive
595
596install-pdf-am:
597
598install-ps: install-ps-recursive
599
600install-ps-am:
601
602installcheck-am:
603
604maintainer-clean: maintainer-clean-recursive
605	-rm -f Makefile
606maintainer-clean-am: distclean-am maintainer-clean-generic
607
608mostlyclean: mostlyclean-recursive
609
610mostlyclean-am: mostlyclean-generic mostlyclean-libtool
611
612pdf: pdf-recursive
613
614pdf-am:
615
616ps: ps-recursive
617
618ps-am:
619
620uninstall-am:
621
622.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
623	cscopelist-recursive ctags-recursive install-am install-strip \
624	tags-recursive
625
626.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
627	all all-am check check-am clean clean-generic clean-libtool \
628	cscopelist cscopelist-recursive ctags ctags-recursive \
629	distclean distclean-generic distclean-libtool distclean-tags \
630	distdir dvi dvi-am html html-am info info-am install \
631	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
641# Tell versions [3.59,3.63) of GNU make to not export all variables.
642# Otherwise a system limit (for SysV at least) may be exceeded.
643.NOEXPORT:
644