1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
4 # Copyright (C) 1994-2021 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.
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
18 # Makefile for include directory
19 # Based on a work by Bob Friesenhahn
23 if test -z '$(MAKELEVEL)'; then \
25 elif test -n '$(MAKE_HOST)'; then \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
33 am__make_running_with_option = \
34 case $${target_option-} in \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
61 -*I) strip_trailopt 'I'; skip_next=yes;; \
62 -*I?*) strip_trailopt 'I';; \
63 -*O) strip_trailopt 'O'; skip_next=yes;; \
64 -*O?*) strip_trailopt 'O';; \
65 -*l) strip_trailopt 'l'; skip_next=yes;; \
66 -*l?*) strip_trailopt 'l';; \
67 -[dEDm]) skip_next=yes;; \
68 -[JT]) skip_next=yes;; \
71 *$$target_option*) has_opt=yes; break;; \
75 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
76 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
77 pkgdatadir = $(datadir)/@PACKAGE@
78 pkgincludedir = $(includedir)/@PACKAGE@
79 pkglibdir = $(libdir)/@PACKAGE@
80 pkglibexecdir = $(libexecdir)/@PACKAGE@
81 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82 install_sh_DATA = $(install_sh) -c -m 644
83 install_sh_PROGRAM = $(install_sh) -c
84 install_sh_SCRIPT = $(install_sh) -c
85 INSTALL_HEADER = $(INSTALL_DATA)
86 transform = $(program_transform_name)
93 build_triplet = @build@
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
98 $(top_srcdir)/m4/ax_append_flag.m4 \
99 $(top_srcdir)/m4/ax_check_compile_flag.m4 \
100 $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
101 $(top_srcdir)/m4/ax_pthread.m4 \
102 $(top_srcdir)/m4/ax_require_defined.m4 \
103 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
104 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
105 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
106 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
108 DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \
110 mkinstalldirs = $(install_sh) -d
112 CONFIG_CLEAN_VPATH_FILES =
113 AM_V_P = $(am__v_P_@AM_V@)
114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117 AM_V_GEN = $(am__v_GEN_@AM_V@)
118 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
119 am__v_GEN_0 = @echo " GEN " $@;
121 AM_V_at = $(am__v_at_@AM_V@)
122 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
127 am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
130 *) (install-info --version) >/dev/null 2>&1;; \
132 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133 am__vpath_adj = case $$p in \
134 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
139 am__nobase_strip_setup = \
140 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
142 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143 am__nobase_list = $(am__nobase_strip_setup); \
144 for p in $$list; do echo "$$p $$p"; done | \
145 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147 if (++n[$$2] == $(am__install_max)) \
148 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149 END { for (dir in files) print dir, files[dir] }'
151 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153 am__uninstall_files_from_dir = { \
155 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157 $(am__cd) "$$dir" && rm -f $$files; }; \
159 am__installdirs = "$(DESTDIR)$(includedir)"
160 HEADERS = $(include_HEADERS)
161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162 # Read a list of newline-separated strings from the standard input,
163 # and print each of them once, without duplicates. Input order is
165 am__uniquify_input = $(AWK) '\
166 BEGIN { nonempty = 0; } \
167 { items[$$0] = 1; nonempty = 1; } \
168 END { if (nonempty) { for (i in items) print i; }; } \
170 # Make sure the list of sources is unique. This is necessary because,
171 # e.g., the same source file might be shared among _SOURCES variables
172 # for different programs/libraries.
173 am__define_uniq_tagged_files = \
174 list='$(am__tagged_files)'; \
175 unique=`for i in $$list; do \
176 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
177 done | $(am__uniquify_input)`
178 am__DIST_COMMON = $(srcdir)/Makefile.in
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
182 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185 AUTOCONF = @AUTOCONF@
186 AUTOHEADER = @AUTOHEADER@
187 AUTOMAKE = @AUTOMAKE@
190 CCDEPMODE = @CCDEPMODE@
193 CPPFLAGS = @CPPFLAGS@
198 CXXDEPMODE = @CXXDEPMODE@
199 CXXFLAGS = @CXXFLAGS@
200 CYGPATH_W = @CYGPATH_W@
204 DSYMUTIL = @DSYMUTIL@
216 INSTALL_DATA = @INSTALL_DATA@
217 INSTALL_PROGRAM = @INSTALL_PROGRAM@
218 INSTALL_SCRIPT = @INSTALL_SCRIPT@
219 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
220 JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
221 LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
225 LIBRARY_AGE = @LIBRARY_AGE@
226 LIBRARY_CURRENT = @LIBRARY_CURRENT@
227 LIBRARY_REVISION = @LIBRARY_REVISION@
230 LIBTOOL_DEPS = @LIBTOOL_DEPS@
231 LIB_JPEG = @LIB_JPEG@
232 LIB_MATH = @LIB_MATH@
233 LIB_PLUGINS = @LIB_PLUGINS@
234 LIB_THREAD = @LIB_THREAD@
235 LIB_TIFF = @LIB_TIFF@
236 LIB_ZLIB = @LIB_ZLIB@
239 LTLIBOBJS = @LTLIBOBJS@
240 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
242 MAKEINFO = @MAKEINFO@
243 MANIFEST_TOOL = @MANIFEST_TOOL@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_URL = @PACKAGE_URL@
257 PACKAGE_VERSION = @PACKAGE_VERSION@
258 PATH_SEPARATOR = @PATH_SEPARATOR@
259 PTHREAD_CC = @PTHREAD_CC@
260 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
261 PTHREAD_CXX = @PTHREAD_CXX@
262 PTHREAD_LIBS = @PTHREAD_LIBS@
265 SET_MAKE = @SET_MAKE@
268 TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
270 abs_builddir = @abs_builddir@
271 abs_srcdir = @abs_srcdir@
272 abs_top_builddir = @abs_top_builddir@
273 abs_top_srcdir = @abs_top_srcdir@
274 ac_ct_AR = @ac_ct_AR@
275 ac_ct_CC = @ac_ct_CC@
276 ac_ct_CXX = @ac_ct_CXX@
277 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
278 am__include = @am__include@
279 am__leading_dot = @am__leading_dot@
280 am__quote = @am__quote@
282 am__untar = @am__untar@
283 ax_pthread_config = @ax_pthread_config@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
292 datarootdir = @datarootdir@
295 exec_prefix = @exec_prefix@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
300 host_vendor = @host_vendor@
302 includedir = @includedir@
305 install_sh = @install_sh@
307 libexecdir = @libexecdir@
308 localedir = @localedir@
309 localstatedir = @localstatedir@
312 oldincludedir = @oldincludedir@
315 program_transform_name = @program_transform_name@
317 runstatedir = @runstatedir@
319 sharedstatedir = @sharedstatedir@
321 sysconfdir = @sysconfdir@
322 target_alias = @target_alias@
323 top_build_prefix = @top_build_prefix@
324 top_builddir = @top_builddir@
325 top_srcdir = @top_srcdir@
326 include_HEADERS = lcms2.h lcms2_plugin.h
327 EXTRA_DIST = lcms2.h lcms2_plugin.h
331 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
333 case '$(am__configure_deps)' in \
335 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
336 && { if test -f $@; then exit 0; else break; fi; }; \
340 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
341 $(am__cd) $(top_srcdir) && \
342 $(AUTOMAKE) --foreign include/Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
346 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
348 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
349 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
358 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 $(am__aclocal_m4_deps):
366 install-includeHEADERS: $(include_HEADERS)
368 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
369 if test -n "$$list"; then \
370 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
371 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
373 for p in $$list; do \
374 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
376 done | $(am__base_list) | \
377 while read files; do \
378 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
379 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
382 uninstall-includeHEADERS:
384 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
385 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
386 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
388 ID: $(am__tagged_files)
389 $(am__define_uniq_tagged_files); mkid -fID $$unique
393 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
396 $(am__define_uniq_tagged_files); \
398 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
399 test -n "$$unique" || unique=$$empty_fix; \
400 if test $$# -gt 0; then \
401 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
404 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
411 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
412 $(am__define_uniq_tagged_files); \
413 test -z "$(CTAGS_ARGS)$$unique" \
414 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
418 here=`$(am__cd) $(top_builddir) && pwd` \
419 && $(am__cd) $(top_srcdir) \
420 && gtags -i $(GTAGS_ARGS) "$$here"
421 cscopelist: cscopelist-am
423 cscopelist-am: $(am__tagged_files)
424 list='$(am__tagged_files)'; \
425 case "$(srcdir)" in \
426 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
427 *) sdir=$(subdir)/$(srcdir) ;; \
429 for i in $$list; do \
430 if test -f "$$i"; then \
431 echo "$(subdir)/$$i"; \
435 done >> $(top_builddir)/cscope.files
438 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
439 distdir: $(BUILT_SOURCES)
440 $(MAKE) $(AM_MAKEFLAGS) distdir-am
442 distdir-am: $(DISTFILES)
443 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
444 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
445 list='$(DISTFILES)'; \
446 dist_files=`for file in $$list; do echo $$file; done | \
447 sed -e "s|^$$srcdirstrip/||;t" \
448 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
449 case $$dist_files in \
450 */*) $(MKDIR_P) `echo "$$dist_files" | \
451 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
454 for file in $$dist_files; do \
455 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
456 if test -d $$d/$$file; then \
457 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
458 if test -d "$(distdir)/$$file"; then \
459 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
461 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
462 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
463 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
465 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
467 test -f "$(distdir)/$$file" \
468 || cp -p $$d/$$file "$(distdir)/$$file" \
474 all-am: Makefile $(HEADERS)
476 for dir in "$(DESTDIR)$(includedir)"; do \
477 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
480 install-exec: install-exec-am
481 install-data: install-data-am
482 uninstall: uninstall-am
485 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
487 installcheck: installcheck-am
489 if test -z '$(STRIP)'; then \
490 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
491 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
495 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
496 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
503 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
504 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
506 maintainer-clean-generic:
507 @echo "This command is intended for maintainers to use"
508 @echo "it deletes files that may require special tools to rebuild."
511 clean-am: clean-generic clean-libtool mostlyclean-am
513 distclean: distclean-am
515 distclean-am: clean-am distclean-generic distclean-tags
529 install-data-am: install-includeHEADERS
531 install-dvi: install-dvi-am
537 install-html: install-html-am
541 install-info: install-info-am
547 install-pdf: install-pdf-am
551 install-ps: install-ps-am
557 maintainer-clean: maintainer-clean-am
559 maintainer-clean-am: distclean-am maintainer-clean-generic
561 mostlyclean: mostlyclean-am
563 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
573 uninstall-am: uninstall-includeHEADERS
575 .MAKE: install-am install-strip
577 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
578 clean-libtool cscopelist-am ctags ctags-am distclean \
579 distclean-generic distclean-libtool distclean-tags distdir dvi \
580 dvi-am html html-am info info-am install install-am \
581 install-data install-data-am install-dvi install-dvi-am \
582 install-exec install-exec-am install-html install-html-am \
583 install-includeHEADERS install-info install-info-am \
584 install-man install-pdf install-pdf-am install-ps \
585 install-ps-am install-strip installcheck installcheck-am \
586 installdirs maintainer-clean maintainer-clean-generic \
587 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
588 ps ps-am tags tags-am uninstall uninstall-am \
589 uninstall-includeHEADERS
594 # Tell versions [3.59,3.63) of GNU make to not export all variables.
595 # Otherwise a system limit (for SysV at least) may be exceeded.