1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 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__is_gnu_make = { \
43  if test -z '$(MAKELEVEL)'; then \
44    false; \
45  elif test -n '$(MAKE_HOST)'; then \
46    true; \
47  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
48    true; \
49  else \
50    false; \
51  fi; \
52}
53am__make_running_with_option = \
54  case $${target_option-} in \
55      ?) ;; \
56      *) echo "am__make_running_with_option: internal error: invalid" \
57              "target option '$${target_option-}' specified" >&2; \
58         exit 1;; \
59  esac; \
60  has_opt=no; \
61  sane_makeflags=$$MAKEFLAGS; \
62  if $(am__is_gnu_make); then \
63    sane_makeflags=$$MFLAGS; \
64  else \
65    case $$MAKEFLAGS in \
66      *\\[\ \	]*) \
67        bs=\\; \
68        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
69          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
70    esac; \
71  fi; \
72  skip_next=no; \
73  strip_trailopt () \
74  { \
75    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
76  }; \
77  for flg in $$sane_makeflags; do \
78    test $$skip_next = yes && { skip_next=no; continue; }; \
79    case $$flg in \
80      *=*|--*) continue;; \
81        -*I) strip_trailopt 'I'; skip_next=yes;; \
82      -*I?*) strip_trailopt 'I';; \
83        -*O) strip_trailopt 'O'; skip_next=yes;; \
84      -*O?*) strip_trailopt 'O';; \
85        -*l) strip_trailopt 'l'; skip_next=yes;; \
86      -*l?*) strip_trailopt 'l';; \
87      -[dEDm]) skip_next=yes;; \
88      -[JT]) skip_next=yes;; \
89    esac; \
90    case $$flg in \
91      *$$target_option*) has_opt=yes; break;; \
92    esac; \
93  done; \
94  test $$has_opt = yes
95am__make_dryrun = (target_option=n; $(am__make_running_with_option))
96am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
97pkgdatadir = $(datadir)/@PACKAGE@
98pkgincludedir = $(includedir)/@PACKAGE@
99pkglibdir = $(libdir)/@PACKAGE@
100pkglibexecdir = $(libexecdir)/@PACKAGE@
101am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
102install_sh_DATA = $(install_sh) -c -m 644
103install_sh_PROGRAM = $(install_sh) -c
104install_sh_SCRIPT = $(install_sh) -c
105INSTALL_HEADER = $(INSTALL_DATA)
106transform = $(program_transform_name)
107NORMAL_INSTALL = :
108PRE_INSTALL = :
109POST_INSTALL = :
110NORMAL_UNINSTALL = :
111PRE_UNINSTALL = :
112POST_UNINSTALL = :
113build_triplet = @build@
114host_triplet = @host@
115subdir = contrib/ras
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
118	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
119	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
120	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
121am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
122	$(ACLOCAL_M4)
123DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
124mkinstalldirs = $(install_sh) -d
125CONFIG_HEADER = $(top_builddir)/libtiff/tif_config.h \
126	$(top_builddir)/libtiff/tiffconf.h
127CONFIG_CLEAN_FILES =
128CONFIG_CLEAN_VPATH_FILES =
129AM_V_P = $(am__v_P_@AM_V@)
130am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
131am__v_P_0 = false
132am__v_P_1 = :
133AM_V_GEN = $(am__v_GEN_@AM_V@)
134am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135am__v_GEN_0 = @echo "  GEN     " $@;
136am__v_GEN_1 =
137AM_V_at = $(am__v_at_@AM_V@)
138am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139am__v_at_0 = @
140am__v_at_1 =
141SOURCES =
142DIST_SOURCES =
143am__can_run_installinfo = \
144  case $$AM_UPDATE_INFO_DIR in \
145    n|no|NO) false;; \
146    *) (install-info --version) >/dev/null 2>&1;; \
147  esac
148am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
149am__DIST_COMMON = $(srcdir)/Makefile.in README
150DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151ACLOCAL = @ACLOCAL@
152AMTAR = @AMTAR@
153AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
154AR = @AR@
155AS = @AS@
156AUTOCONF = @AUTOCONF@
157AUTOHEADER = @AUTOHEADER@
158AUTOMAKE = @AUTOMAKE@
159AWK = @AWK@
160CC = @CC@
161CCDEPMODE = @CCDEPMODE@
162CFLAGS = @CFLAGS@
163CMAKE = @CMAKE@
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@
211LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
212MAINT = @MAINT@
213MAKEINFO = @MAKEINFO@
214MANIFEST_TOOL = @MANIFEST_TOOL@
215MKDIR_P = @MKDIR_P@
216NM = @NM@
217NMEDIT = @NMEDIT@
218OBJDUMP = @OBJDUMP@
219OBJEXT = @OBJEXT@
220OTOOL = @OTOOL@
221OTOOL64 = @OTOOL64@
222PACKAGE = @PACKAGE@
223PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
224PACKAGE_NAME = @PACKAGE_NAME@
225PACKAGE_STRING = @PACKAGE_STRING@
226PACKAGE_TARNAME = @PACKAGE_TARNAME@
227PACKAGE_URL = @PACKAGE_URL@
228PACKAGE_VERSION = @PACKAGE_VERSION@
229PATH_SEPARATOR = @PATH_SEPARATOR@
230PTHREAD_CC = @PTHREAD_CC@
231PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
232PTHREAD_LIBS = @PTHREAD_LIBS@
233RANLIB = @RANLIB@
234SED = @SED@
235SET_MAKE = @SET_MAKE@
236SHELL = @SHELL@
237STRIP = @STRIP@
238VERSION = @VERSION@
239XMKMF = @XMKMF@
240X_CFLAGS = @X_CFLAGS@
241X_EXTRA_LIBS = @X_EXTRA_LIBS@
242X_LIBS = @X_LIBS@
243X_PRE_LIBS = @X_PRE_LIBS@
244abs_builddir = @abs_builddir@
245abs_srcdir = @abs_srcdir@
246abs_top_builddir = @abs_top_builddir@
247abs_top_srcdir = @abs_top_srcdir@
248ac_ct_AR = @ac_ct_AR@
249ac_ct_CC = @ac_ct_CC@
250ac_ct_CXX = @ac_ct_CXX@
251ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
252am__include = @am__include@
253am__leading_dot = @am__leading_dot@
254am__quote = @am__quote@
255am__tar = @am__tar@
256am__untar = @am__untar@
257ax_pthread_config = @ax_pthread_config@
258bindir = @bindir@
259build = @build@
260build_alias = @build_alias@
261build_cpu = @build_cpu@
262build_os = @build_os@
263build_vendor = @build_vendor@
264builddir = @builddir@
265datadir = @datadir@
266datarootdir = @datarootdir@
267docdir = @docdir@
268dvidir = @dvidir@
269exec_prefix = @exec_prefix@
270host = @host@
271host_alias = @host_alias@
272host_cpu = @host_cpu@
273host_os = @host_os@
274host_vendor = @host_vendor@
275htmldir = @htmldir@
276includedir = @includedir@
277infodir = @infodir@
278install_sh = @install_sh@
279libdir = @libdir@
280libexecdir = @libexecdir@
281localedir = @localedir@
282localstatedir = @localstatedir@
283mandir = @mandir@
284mkdir_p = @mkdir_p@
285oldincludedir = @oldincludedir@
286pdfdir = @pdfdir@
287prefix = @prefix@
288program_transform_name = @program_transform_name@
289psdir = @psdir@
290sbindir = @sbindir@
291sharedstatedir = @sharedstatedir@
292srcdir = @srcdir@
293sysconfdir = @sysconfdir@
294target_alias = @target_alias@
295tiff_libs_private = @tiff_libs_private@
296top_build_prefix = @top_build_prefix@
297top_builddir = @top_builddir@
298top_srcdir = @top_srcdir@
299EXTRA_DIST = \
300	CMakeLists.txt \
301	README \
302	ras2tif.c \
303	tif2ras.c
304
305all: all-am
306
307.SUFFIXES:
308$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
309	@for dep in $?; do \
310	  case '$(am__configure_deps)' in \
311	    *$$dep*) \
312	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
313	        && { if test -f $@; then exit 0; else break; fi; }; \
314	      exit 1;; \
315	  esac; \
316	done; \
317	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/ras/Makefile'; \
318	$(am__cd) $(top_srcdir) && \
319	  $(AUTOMAKE) --foreign contrib/ras/Makefile
320Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
321	@case '$?' in \
322	  *config.status*) \
323	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
324	  *) \
325	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
326	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
327	esac;
328
329$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
330	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
332$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
333	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
334$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
335	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336$(am__aclocal_m4_deps):
337
338mostlyclean-libtool:
339	-rm -f *.lo
340
341clean-libtool:
342	-rm -rf .libs _libs
343tags TAGS:
344
345ctags CTAGS:
346
347cscope cscopelist:
348
349
350distdir: $(BUILT_SOURCES)
351	$(MAKE) $(AM_MAKEFLAGS) distdir-am
352
353distdir-am: $(DISTFILES)
354	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
355	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
356	list='$(DISTFILES)'; \
357	  dist_files=`for file in $$list; do echo $$file; done | \
358	  sed -e "s|^$$srcdirstrip/||;t" \
359	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
360	case $$dist_files in \
361	  */*) $(MKDIR_P) `echo "$$dist_files" | \
362			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
363			   sort -u` ;; \
364	esac; \
365	for file in $$dist_files; do \
366	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
367	  if test -d $$d/$$file; then \
368	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
369	    if test -d "$(distdir)/$$file"; then \
370	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
371	    fi; \
372	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
373	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
374	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375	    fi; \
376	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377	  else \
378	    test -f "$(distdir)/$$file" \
379	    || cp -p $$d/$$file "$(distdir)/$$file" \
380	    || exit 1; \
381	  fi; \
382	done
383check-am: all-am
384check: check-am
385all-am: Makefile
386installdirs:
387install: install-am
388install-exec: install-exec-am
389install-data: install-data-am
390uninstall: uninstall-am
391
392install-am: all-am
393	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
394
395installcheck: installcheck-am
396install-strip:
397	if test -z '$(STRIP)'; then \
398	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
399	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
400	      install; \
401	else \
402	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
403	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
404	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
405	fi
406mostlyclean-generic:
407
408clean-generic:
409
410distclean-generic:
411	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
412	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
413
414maintainer-clean-generic:
415	@echo "This command is intended for maintainers to use"
416	@echo "it deletes files that may require special tools to rebuild."
417clean: clean-am
418
419clean-am: clean-generic clean-libtool mostlyclean-am
420
421distclean: distclean-am
422	-rm -f Makefile
423distclean-am: clean-am distclean-generic
424
425dvi: dvi-am
426
427dvi-am:
428
429html: html-am
430
431html-am:
432
433info: info-am
434
435info-am:
436
437install-data-am:
438
439install-dvi: install-dvi-am
440
441install-dvi-am:
442
443install-exec-am:
444
445install-html: install-html-am
446
447install-html-am:
448
449install-info: install-info-am
450
451install-info-am:
452
453install-man:
454
455install-pdf: install-pdf-am
456
457install-pdf-am:
458
459install-ps: install-ps-am
460
461install-ps-am:
462
463installcheck-am:
464
465maintainer-clean: maintainer-clean-am
466	-rm -f Makefile
467maintainer-clean-am: distclean-am maintainer-clean-generic
468
469mostlyclean: mostlyclean-am
470
471mostlyclean-am: mostlyclean-generic mostlyclean-libtool
472
473pdf: pdf-am
474
475pdf-am:
476
477ps: ps-am
478
479ps-am:
480
481uninstall-am:
482
483.MAKE: install-am install-strip
484
485.PHONY: all all-am check check-am clean clean-generic clean-libtool \
486	cscopelist-am ctags-am distclean distclean-generic \
487	distclean-libtool distdir dvi dvi-am html html-am info info-am \
488	install install-am install-data install-data-am install-dvi \
489	install-dvi-am install-exec install-exec-am install-html \
490	install-html-am install-info install-info-am install-man \
491	install-pdf install-pdf-am install-ps install-ps-am \
492	install-strip installcheck installcheck-am installdirs \
493	maintainer-clean maintainer-clean-generic mostlyclean \
494	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
495	tags-am uninstall uninstall-am
496
497.PRECIOUS: Makefile
498
499
500# Tell versions [3.59,3.63) of GNU make to not export all variables.
501# Otherwise a system limit (for SysV at least) may be exceeded.
502.NOEXPORT:
503