1# Makefile.in generated by automake 1.16.3 from Makefile.am.
2# man/Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2020 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
16
17# TIFFMosaicTools Software
18#
19# Author Christophe Deroulers, 2012-2017
20#
21# License: GNU General Public License v3
22#
23
24# Process this file with automake to produce Makefile.in.
25
26am__is_gnu_make = { \
27  if test -z '$(MAKELEVEL)'; then \
28    false; \
29  elif test -n '$(MAKE_HOST)'; then \
30    true; \
31  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
32    true; \
33  else \
34    false; \
35  fi; \
36}
37am__make_running_with_option = \
38  case $${target_option-} in \
39      ?) ;; \
40      *) echo "am__make_running_with_option: internal error: invalid" \
41              "target option '$${target_option-}' specified" >&2; \
42         exit 1;; \
43  esac; \
44  has_opt=no; \
45  sane_makeflags=$$MAKEFLAGS; \
46  if $(am__is_gnu_make); then \
47    sane_makeflags=$$MFLAGS; \
48  else \
49    case $$MAKEFLAGS in \
50      *\\[\ \	]*) \
51        bs=\\; \
52        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
54    esac; \
55  fi; \
56  skip_next=no; \
57  strip_trailopt () \
58  { \
59    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60  }; \
61  for flg in $$sane_makeflags; do \
62    test $$skip_next = yes && { skip_next=no; continue; }; \
63    case $$flg in \
64      *=*|--*) continue;; \
65        -*I) strip_trailopt 'I'; skip_next=yes;; \
66      -*I?*) strip_trailopt 'I';; \
67        -*O) strip_trailopt 'O'; skip_next=yes;; \
68      -*O?*) strip_trailopt 'O';; \
69        -*l) strip_trailopt 'l'; skip_next=yes;; \
70      -*l?*) strip_trailopt 'l';; \
71      -[dEDm]) skip_next=yes;; \
72      -[JT]) skip_next=yes;; \
73    esac; \
74    case $$flg in \
75      *$$target_option*) has_opt=yes; break;; \
76    esac; \
77  done; \
78  test $$has_opt = yes
79am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
81pkgdatadir = $(datadir)/largetifftools
82pkgincludedir = $(includedir)/largetifftools
83pkglibdir = $(libdir)/largetifftools
84pkglibexecdir = $(libexecdir)/largetifftools
85am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
86install_sh_DATA = $(install_sh) -c -m 644
87install_sh_PROGRAM = $(install_sh) -c
88install_sh_SCRIPT = $(install_sh) -c
89INSTALL_HEADER = $(INSTALL_DATA)
90transform = $(program_transform_name)
91NORMAL_INSTALL = :
92PRE_INSTALL = :
93POST_INSTALL = :
94NORMAL_UNINSTALL = :
95PRE_UNINSTALL = :
96POST_UNINSTALL = :
97subdir = man
98ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99am__aclocal_m4_deps = $(top_srcdir)/configure.ac
100am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101	$(ACLOCAL_M4)
102DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
103mkinstalldirs = $(install_sh) -d
104CONFIG_HEADER = $(top_builddir)/config.h
105CONFIG_CLEAN_FILES =
106CONFIG_CLEAN_VPATH_FILES =
107AM_V_P = $(am__v_P_$(V))
108am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
109am__v_P_0 = false
110am__v_P_1 = :
111AM_V_GEN = $(am__v_GEN_$(V))
112am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113am__v_GEN_0 = @echo "  GEN     " $@;
114am__v_GEN_1 =
115AM_V_at = $(am__v_at_$(V))
116am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
117am__v_at_0 = @
118am__v_at_1 =
119SOURCES =
120DIST_SOURCES =
121am__can_run_installinfo = \
122  case $$AM_UPDATE_INFO_DIR in \
123    n|no|NO) false;; \
124    *) (install-info --version) >/dev/null 2>&1;; \
125  esac
126am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
127am__vpath_adj = case $$p in \
128    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
129    *) f=$$p;; \
130  esac;
131am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
132am__install_max = 40
133am__nobase_strip_setup = \
134  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
135am__nobase_strip = \
136  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
137am__nobase_list = $(am__nobase_strip_setup); \
138  for p in $$list; do echo "$$p $$p"; done | \
139  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
140  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
141    if (++n[$$2] == $(am__install_max)) \
142      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
143    END { for (dir in files) print dir, files[dir] }'
144am__base_list = \
145  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
146  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
147am__uninstall_files_from_dir = { \
148  test -z "$$files" \
149    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
150    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
151         $(am__cd) "$$dir" && rm -f $$files; }; \
152  }
153man1dir = $(mandir)/man1
154am__installdirs = "$(DESTDIR)$(man1dir)"
155NROFF = nroff
156MANS = $(man_MANS)
157am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158am__DIST_COMMON = $(srcdir)/Makefile.in
159DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160ACLOCAL = ${SHELL} '/Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/missing' aclocal-1.16
161AMTAR = $${TAR-tar}
162AM_DEFAULT_VERBOSITY = 1
163AUTOCONF = ${SHELL} '/Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/missing' autoconf
164AUTOHEADER = ${SHELL} '/Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/missing' autoheader
165AUTOMAKE = ${SHELL} '/Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/missing' automake-1.16
166AWK = gawk
167CC = gcc
168CCDEPMODE = depmode=gcc3
169CFLAGS = -g -O2
170CPPFLAGS = -I/opt/local/include
171CYGPATH_W = echo
172DEFS = -DHAVE_CONFIG_H
173DEPDIR = .deps
174ECHO_C = \c
175ECHO_N =
176ECHO_T =
177EXEEXT =
178INSTALL = /opt/local/bin/ginstall -c
179INSTALL_DATA = ${INSTALL} -m 644
180INSTALL_PROGRAM = ${INSTALL}
181INSTALL_SCRIPT = ${INSTALL}
182INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
183LDFLAGS =
184LIBOBJS =
185LIBS = -ltiff -lwebp -lzstd -lpng -ljpeg -lm
186LTLIBOBJS =
187MAKEINFO = ${SHELL} '/Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/missing' makeinfo
188MKDIR_P = /opt/local/bin/gmkdir -p
189OBJEXT = o
190OPENMP_CFLAGS =
191PACKAGE = largetifftools
192PACKAGE_BUGREPORT =
193PACKAGE_NAME = LargeTIFFTools Software
194PACKAGE_STRING = LargeTIFFTools Software 1.4
195PACKAGE_TARNAME = largetifftools
196PACKAGE_URL =
197PACKAGE_VERSION = 1.4
198PATH_SEPARATOR = :
199SET_MAKE =
200SHELL = /bin/sh
201STRIP =
202VERSION = 1.4
203abs_builddir = /Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/man
204abs_srcdir = /Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/man
205abs_top_builddir = /Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4
206abs_top_srcdir = /Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4
207ac_ct_CC = gcc
208am__include = include
209am__leading_dot = .
210am__quote =
211am__tar = $${TAR-tar} chof - "$$tardir"
212am__untar = $${TAR-tar} xf -
213bindir = ${exec_prefix}/bin
214build_alias =
215builddir = .
216datadir = ${datarootdir}
217datarootdir = ${prefix}/share
218docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
219dvidir = ${docdir}
220exec_prefix = ${prefix}
221host_alias =
222htmldir = ${docdir}
223includedir = ${prefix}/include
224infodir = ${datarootdir}/info
225install_sh = ${SHELL} /Users/deroulers/Logiciels/Images/LargeTIFFTools/largetifftools-1.4/install-sh
226libdir = ${exec_prefix}/lib
227libexecdir = ${exec_prefix}/libexec
228localedir = ${datarootdir}/locale
229localstatedir = ${prefix}/var
230mandir = ${datarootdir}/man
231mkdir_p = $(MKDIR_P)
232oldincludedir = /usr/include
233pdfdir = ${docdir}
234prefix = /usr/local
235program_transform_name = s,x,x,
236psdir = ${docdir}
237runstatedir = ${localstatedir}/run
238sbindir = ${exec_prefix}/sbin
239sharedstatedir = ${prefix}/com
240srcdir = .
241sysconfdir = ${prefix}/etc
242target_alias =
243top_build_prefix = ../
244top_builddir = ..
245top_srcdir = ..
246man_MANS = tiffsplittiles.1 tiffmakemosaic.1 tifffastcrop.1
247all: all-am
248
249.SUFFIXES:
250$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
251	@for dep in $?; do \
252	  case '$(am__configure_deps)' in \
253	    *$$dep*) \
254	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
255	        && { if test -f $@; then exit 0; else break; fi; }; \
256	      exit 1;; \
257	  esac; \
258	done; \
259	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
260	$(am__cd) $(top_srcdir) && \
261	  $(AUTOMAKE) --gnu man/Makefile
262Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
263	@case '$?' in \
264	  *config.status*) \
265	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
266	  *) \
267	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
268	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
269	esac;
270
271$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
272	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
273
274$(top_srcdir)/configure:  $(am__configure_deps)
275	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
276$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
277	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
278$(am__aclocal_m4_deps):
279install-man1: $(man_MANS)
280	@$(NORMAL_INSTALL)
281	@list1=''; \
282	list2='$(man_MANS)'; \
283	test -n "$(man1dir)" \
284	  && test -n "`echo $$list1$$list2`" \
285	  || exit 0; \
286	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
287	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
288	{ for i in $$list1; do echo "$$i"; done;  \
289	if test -n "$$list2"; then \
290	  for i in $$list2; do echo "$$i"; done \
291	    | sed -n '/\.1[a-z]*$$/p'; \
292	fi; \
293	} | while read p; do \
294	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
295	  echo "$$d$$p"; echo "$$p"; \
296	done | \
297	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
298	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
299	sed 'N;N;s,\n, ,g' | { \
300	list=; while read file base inst; do \
301	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
302	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
303	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
304	  fi; \
305	done; \
306	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
307	while read files; do \
308	  test -z "$$files" || { \
309	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
310	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
311	done; }
312
313uninstall-man1:
314	@$(NORMAL_UNINSTALL)
315	@list=''; test -n "$(man1dir)" || exit 0; \
316	files=`{ for i in $$list; do echo "$$i"; done; \
317	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
318	  sed -n '/\.1[a-z]*$$/p'; \
319	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
320	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
321	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
322tags TAGS:
323
324ctags CTAGS:
325
326cscope cscopelist:
327
328
329distdir: $(BUILT_SOURCES)
330	$(MAKE) $(AM_MAKEFLAGS) distdir-am
331
332distdir-am: $(DISTFILES)
333	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
334	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
335	list='$(DISTFILES)'; \
336	  dist_files=`for file in $$list; do echo $$file; done | \
337	  sed -e "s|^$$srcdirstrip/||;t" \
338	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
339	case $$dist_files in \
340	  */*) $(MKDIR_P) `echo "$$dist_files" | \
341			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
342			   sort -u` ;; \
343	esac; \
344	for file in $$dist_files; do \
345	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
346	  if test -d $$d/$$file; then \
347	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
348	    if test -d "$(distdir)/$$file"; then \
349	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
350	    fi; \
351	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
352	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
353	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
354	    fi; \
355	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
356	  else \
357	    test -f "$(distdir)/$$file" \
358	    || cp -p $$d/$$file "$(distdir)/$$file" \
359	    || exit 1; \
360	  fi; \
361	done
362check-am: all-am
363check: check-am
364all-am: Makefile $(MANS)
365installdirs:
366	for dir in "$(DESTDIR)$(man1dir)"; do \
367	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
368	done
369install: install-am
370install-exec: install-exec-am
371install-data: install-data-am
372uninstall: uninstall-am
373
374install-am: all-am
375	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
376
377installcheck: installcheck-am
378install-strip:
379	if test -z '$(STRIP)'; then \
380	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
381	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
382	      install; \
383	else \
384	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
385	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
386	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
387	fi
388mostlyclean-generic:
389
390clean-generic:
391
392distclean-generic:
393	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
394	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
395
396maintainer-clean-generic:
397	@echo "This command is intended for maintainers to use"
398	@echo "it deletes files that may require special tools to rebuild."
399clean: clean-am
400
401clean-am: clean-generic mostlyclean-am
402
403distclean: distclean-am
404	-rm -f Makefile
405distclean-am: clean-am distclean-generic
406
407dvi: dvi-am
408
409dvi-am:
410
411html: html-am
412
413html-am:
414
415info: info-am
416
417info-am:
418
419install-data-am: install-man
420
421install-dvi: install-dvi-am
422
423install-dvi-am:
424
425install-exec-am:
426
427install-html: install-html-am
428
429install-html-am:
430
431install-info: install-info-am
432
433install-info-am:
434
435install-man: install-man1
436
437install-pdf: install-pdf-am
438
439install-pdf-am:
440
441install-ps: install-ps-am
442
443install-ps-am:
444
445installcheck-am:
446
447maintainer-clean: maintainer-clean-am
448	-rm -f Makefile
449maintainer-clean-am: distclean-am maintainer-clean-generic
450
451mostlyclean: mostlyclean-am
452
453mostlyclean-am: mostlyclean-generic
454
455pdf: pdf-am
456
457pdf-am:
458
459ps: ps-am
460
461ps-am:
462
463uninstall-am: uninstall-man
464
465uninstall-man: uninstall-man1
466
467.MAKE: install-am install-strip
468
469.PHONY: all all-am check check-am clean clean-generic cscopelist-am \
470	ctags-am distclean distclean-generic distdir dvi dvi-am html \
471	html-am info info-am install install-am install-data \
472	install-data-am install-dvi install-dvi-am install-exec \
473	install-exec-am install-html install-html-am install-info \
474	install-info-am install-man install-man1 install-pdf \
475	install-pdf-am install-ps install-ps-am install-strip \
476	installcheck installcheck-am installdirs maintainer-clean \
477	maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
478	pdf-am ps ps-am tags-am uninstall uninstall-am uninstall-man \
479	uninstall-man1
480
481.PRECIOUS: Makefile
482
483
484# Tell versions [3.59,3.63) of GNU make to not export all variables.
485# Otherwise a system limit (for SysV at least) may be exceeded.
486.NOEXPORT:
487