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