Makefile.in 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922
  1. # Makefile.in generated by automake 1.16.5 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2021 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. #
  13. # Top-Level Makefile for building LittleCMS 2
  14. #
  15. VPATH = @srcdir@
  16. am__is_gnu_make = { \
  17. if test -z '$(MAKELEVEL)'; then \
  18. false; \
  19. elif test -n '$(MAKE_HOST)'; then \
  20. true; \
  21. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  22. true; \
  23. else \
  24. false; \
  25. fi; \
  26. }
  27. am__make_running_with_option = \
  28. case $${target_option-} in \
  29. ?) ;; \
  30. *) echo "am__make_running_with_option: internal error: invalid" \
  31. "target option '$${target_option-}' specified" >&2; \
  32. exit 1;; \
  33. esac; \
  34. has_opt=no; \
  35. sane_makeflags=$$MAKEFLAGS; \
  36. if $(am__is_gnu_make); then \
  37. sane_makeflags=$$MFLAGS; \
  38. else \
  39. case $$MAKEFLAGS in \
  40. *\\[\ \ ]*) \
  41. bs=\\; \
  42. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  43. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  44. esac; \
  45. fi; \
  46. skip_next=no; \
  47. strip_trailopt () \
  48. { \
  49. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  50. }; \
  51. for flg in $$sane_makeflags; do \
  52. test $$skip_next = yes && { skip_next=no; continue; }; \
  53. case $$flg in \
  54. *=*|--*) continue;; \
  55. -*I) strip_trailopt 'I'; skip_next=yes;; \
  56. -*I?*) strip_trailopt 'I';; \
  57. -*O) strip_trailopt 'O'; skip_next=yes;; \
  58. -*O?*) strip_trailopt 'O';; \
  59. -*l) strip_trailopt 'l'; skip_next=yes;; \
  60. -*l?*) strip_trailopt 'l';; \
  61. -[dEDm]) skip_next=yes;; \
  62. -[JT]) skip_next=yes;; \
  63. esac; \
  64. case $$flg in \
  65. *$$target_option*) has_opt=yes; break;; \
  66. esac; \
  67. done; \
  68. test $$has_opt = yes
  69. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  70. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  71. pkgdatadir = $(datadir)/@PACKAGE@
  72. pkgincludedir = $(includedir)/@PACKAGE@
  73. pkglibdir = $(libdir)/@PACKAGE@
  74. pkglibexecdir = $(libexecdir)/@PACKAGE@
  75. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  76. install_sh_DATA = $(install_sh) -c -m 644
  77. install_sh_PROGRAM = $(install_sh) -c
  78. install_sh_SCRIPT = $(install_sh) -c
  79. INSTALL_HEADER = $(INSTALL_DATA)
  80. transform = $(program_transform_name)
  81. NORMAL_INSTALL = :
  82. PRE_INSTALL = :
  83. POST_INSTALL = :
  84. NORMAL_UNINSTALL = :
  85. PRE_UNINSTALL = :
  86. POST_UNINSTALL = :
  87. build_triplet = @build@
  88. host_triplet = @host@
  89. @COND_FASTFLOAT_TRUE@am__append_1 = plugins/fast_float
  90. @COND_THREADED_TRUE@am__append_2 = plugins/threaded
  91. subdir = .
  92. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  93. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_append_compile_flags.m4 \
  94. $(top_srcdir)/m4/ax_append_flag.m4 \
  95. $(top_srcdir)/m4/ax_check_compile_flag.m4 \
  96. $(top_srcdir)/m4/ax_gcc_func_attribute.m4 \
  97. $(top_srcdir)/m4/ax_pthread.m4 \
  98. $(top_srcdir)/m4/ax_require_defined.m4 \
  99. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  100. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  101. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  102. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  103. $(ACLOCAL_M4)
  104. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  105. $(am__configure_deps) $(am__DIST_COMMON)
  106. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  107. configure.lineno config.status.lineno
  108. mkinstalldirs = $(install_sh) -d
  109. CONFIG_CLEAN_FILES = lcms2mt.pc
  110. CONFIG_CLEAN_VPATH_FILES =
  111. AM_V_P = $(am__v_P_@AM_V@)
  112. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  113. am__v_P_0 = false
  114. am__v_P_1 = :
  115. AM_V_GEN = $(am__v_GEN_@AM_V@)
  116. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  117. am__v_GEN_0 = @echo " GEN " $@;
  118. am__v_GEN_1 =
  119. AM_V_at = $(am__v_at_@AM_V@)
  120. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  121. am__v_at_0 = @
  122. am__v_at_1 =
  123. SOURCES =
  124. DIST_SOURCES =
  125. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  126. ctags-recursive dvi-recursive html-recursive info-recursive \
  127. install-data-recursive install-dvi-recursive \
  128. install-exec-recursive install-html-recursive \
  129. install-info-recursive install-pdf-recursive \
  130. install-ps-recursive install-recursive installcheck-recursive \
  131. installdirs-recursive pdf-recursive ps-recursive \
  132. tags-recursive uninstall-recursive
  133. am__can_run_installinfo = \
  134. case $$AM_UPDATE_INFO_DIR in \
  135. n|no|NO) false;; \
  136. *) (install-info --version) >/dev/null 2>&1;; \
  137. esac
  138. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  139. am__vpath_adj = case $$p in \
  140. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  141. *) f=$$p;; \
  142. esac;
  143. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  144. am__install_max = 40
  145. am__nobase_strip_setup = \
  146. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  147. am__nobase_strip = \
  148. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  149. am__nobase_list = $(am__nobase_strip_setup); \
  150. for p in $$list; do echo "$$p $$p"; done | \
  151. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  152. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  153. if (++n[$$2] == $(am__install_max)) \
  154. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  155. END { for (dir in files) print dir, files[dir] }'
  156. am__base_list = \
  157. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  158. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  159. am__uninstall_files_from_dir = { \
  160. test -z "$$files" \
  161. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  162. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  163. $(am__cd) "$$dir" && rm -f $$files; }; \
  164. }
  165. am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
  166. DATA = $(pkgconfig_DATA)
  167. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  168. distclean-recursive maintainer-clean-recursive
  169. am__recursive_targets = \
  170. $(RECURSIVE_TARGETS) \
  171. $(RECURSIVE_CLEAN_TARGETS) \
  172. $(am__extra_recursive_targets)
  173. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  174. cscope distdir dist dist-all distcheck
  175. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  176. # Read a list of newline-separated strings from the standard input,
  177. # and print each of them once, without duplicates. Input order is
  178. # *not* preserved.
  179. am__uniquify_input = $(AWK) '\
  180. BEGIN { nonempty = 0; } \
  181. { items[$$0] = 1; nonempty = 1; } \
  182. END { if (nonempty) { for (i in items) print i; }; } \
  183. '
  184. # Make sure the list of sources is unique. This is necessary because,
  185. # e.g., the same source file might be shared among _SOURCES variables
  186. # for different programs/libraries.
  187. am__define_uniq_tagged_files = \
  188. list='$(am__tagged_files)'; \
  189. unique=`for i in $$list; do \
  190. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  191. done | $(am__uniquify_input)`
  192. DIST_SUBDIRS = src include utils/tificc utils/transicc utils/linkicc \
  193. utils/jpgicc utils/psicc testbed plugins/fast_float \
  194. plugins/threaded
  195. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lcms2mt.pc.in AUTHORS \
  196. ChangeLog INSTALL README.md compile config.guess config.sub \
  197. install-sh ltmain.sh missing
  198. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  199. distdir = $(PACKAGE)-$(VERSION)
  200. top_distdir = $(distdir)
  201. am__remove_distdir = \
  202. if test -d "$(distdir)"; then \
  203. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  204. && rm -rf "$(distdir)" \
  205. || { sleep 5 && rm -rf "$(distdir)"; }; \
  206. else :; fi
  207. am__post_remove_distdir = $(am__remove_distdir)
  208. am__relativize = \
  209. dir0=`pwd`; \
  210. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  211. sed_rest='s,^[^/]*/*,,'; \
  212. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  213. sed_butlast='s,/*[^/]*$$,,'; \
  214. while test -n "$$dir1"; do \
  215. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  216. if test "$$first" != "."; then \
  217. if test "$$first" = ".."; then \
  218. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  219. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  220. else \
  221. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  222. if test "$$first2" = "$$first"; then \
  223. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  224. else \
  225. dir2="../$$dir2"; \
  226. fi; \
  227. dir0="$$dir0"/"$$first"; \
  228. fi; \
  229. fi; \
  230. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  231. done; \
  232. reldir="$$dir2"
  233. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).zip
  234. GZIP_ENV = --best
  235. DIST_TARGETS = dist-gzip dist-zip
  236. # Exists only to be overridden by the user if desired.
  237. AM_DISTCHECK_DVI_TARGET = dvi
  238. distuninstallcheck_listfiles = find . -type f -print
  239. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  240. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  241. distcleancheck_listfiles = find . -type f -print
  242. ACLOCAL = @ACLOCAL@
  243. AMTAR = @AMTAR@
  244. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  245. AR = @AR@
  246. AS = @AS@
  247. AUTOCONF = @AUTOCONF@
  248. AUTOHEADER = @AUTOHEADER@
  249. AUTOMAKE = @AUTOMAKE@
  250. AWK = @AWK@
  251. CC = @CC@
  252. CCDEPMODE = @CCDEPMODE@
  253. CFLAGS = @CFLAGS@
  254. CPP = @CPP@
  255. CPPFLAGS = @CPPFLAGS@
  256. CSCOPE = @CSCOPE@
  257. CTAGS = @CTAGS@
  258. CXX = @CXX@
  259. CXXCPP = @CXXCPP@
  260. CXXDEPMODE = @CXXDEPMODE@
  261. CXXFLAGS = @CXXFLAGS@
  262. CYGPATH_W = @CYGPATH_W@
  263. DEFS = @DEFS@
  264. DEPDIR = @DEPDIR@
  265. DLLTOOL = @DLLTOOL@
  266. DSYMUTIL = @DSYMUTIL@
  267. DUMPBIN = @DUMPBIN@
  268. ECHO_C = @ECHO_C@
  269. ECHO_N = @ECHO_N@
  270. ECHO_T = @ECHO_T@
  271. EGREP = @EGREP@
  272. ETAGS = @ETAGS@
  273. EXEEXT = @EXEEXT@
  274. FGREP = @FGREP@
  275. FILECMD = @FILECMD@
  276. GREP = @GREP@
  277. INSTALL = @INSTALL@
  278. INSTALL_DATA = @INSTALL_DATA@
  279. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  280. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  281. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  282. JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
  283. LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
  284. LD = @LD@
  285. LDFLAGS = @LDFLAGS@
  286. LIBOBJS = @LIBOBJS@
  287. LIBRARY_AGE = @LIBRARY_AGE@
  288. LIBRARY_CURRENT = @LIBRARY_CURRENT@
  289. LIBRARY_REVISION = @LIBRARY_REVISION@
  290. LIBS = @LIBS@
  291. LIBTOOL = @LIBTOOL@
  292. LIBTOOL_DEPS = @LIBTOOL_DEPS@
  293. LIB_JPEG = @LIB_JPEG@
  294. LIB_MATH = @LIB_MATH@
  295. LIB_PLUGINS = @LIB_PLUGINS@
  296. LIB_THREAD = @LIB_THREAD@
  297. LIB_TIFF = @LIB_TIFF@
  298. LIB_ZLIB = @LIB_ZLIB@
  299. LIPO = @LIPO@
  300. LN_S = @LN_S@
  301. LTLIBOBJS = @LTLIBOBJS@
  302. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  303. MAINT = @MAINT@
  304. MAKEINFO = @MAKEINFO@
  305. MANIFEST_TOOL = @MANIFEST_TOOL@
  306. MKDIR_P = @MKDIR_P@
  307. NM = @NM@
  308. NMEDIT = @NMEDIT@
  309. OBJDUMP = @OBJDUMP@
  310. OBJEXT = @OBJEXT@
  311. OTOOL = @OTOOL@
  312. OTOOL64 = @OTOOL64@
  313. PACKAGE = @PACKAGE@
  314. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  315. PACKAGE_NAME = @PACKAGE_NAME@
  316. PACKAGE_STRING = @PACKAGE_STRING@
  317. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  318. PACKAGE_URL = @PACKAGE_URL@
  319. PACKAGE_VERSION = @PACKAGE_VERSION@
  320. PATH_SEPARATOR = @PATH_SEPARATOR@
  321. PTHREAD_CC = @PTHREAD_CC@
  322. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  323. PTHREAD_CXX = @PTHREAD_CXX@
  324. PTHREAD_LIBS = @PTHREAD_LIBS@
  325. RANLIB = @RANLIB@
  326. SED = @SED@
  327. SET_MAKE = @SET_MAKE@
  328. SHELL = @SHELL@
  329. STRIP = @STRIP@
  330. TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
  331. VERSION = @VERSION@
  332. abs_builddir = @abs_builddir@
  333. abs_srcdir = @abs_srcdir@
  334. abs_top_builddir = @abs_top_builddir@
  335. abs_top_srcdir = @abs_top_srcdir@
  336. ac_ct_AR = @ac_ct_AR@
  337. ac_ct_CC = @ac_ct_CC@
  338. ac_ct_CXX = @ac_ct_CXX@
  339. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  340. am__include = @am__include@
  341. am__leading_dot = @am__leading_dot@
  342. am__quote = @am__quote@
  343. am__tar = @am__tar@
  344. am__untar = @am__untar@
  345. ax_pthread_config = @ax_pthread_config@
  346. bindir = @bindir@
  347. build = @build@
  348. build_alias = @build_alias@
  349. build_cpu = @build_cpu@
  350. build_os = @build_os@
  351. build_vendor = @build_vendor@
  352. builddir = @builddir@
  353. datadir = @datadir@
  354. datarootdir = @datarootdir@
  355. docdir = @docdir@
  356. dvidir = @dvidir@
  357. exec_prefix = @exec_prefix@
  358. host = @host@
  359. host_alias = @host_alias@
  360. host_cpu = @host_cpu@
  361. host_os = @host_os@
  362. host_vendor = @host_vendor@
  363. htmldir = @htmldir@
  364. includedir = @includedir@
  365. infodir = @infodir@
  366. inline = @inline@
  367. install_sh = @install_sh@
  368. libdir = @libdir@
  369. libexecdir = @libexecdir@
  370. localedir = @localedir@
  371. localstatedir = @localstatedir@
  372. mandir = @mandir@
  373. mkdir_p = @mkdir_p@
  374. oldincludedir = @oldincludedir@
  375. pdfdir = @pdfdir@
  376. prefix = @prefix@
  377. program_transform_name = @program_transform_name@
  378. psdir = @psdir@
  379. runstatedir = @runstatedir@
  380. sbindir = @sbindir@
  381. sharedstatedir = @sharedstatedir@
  382. srcdir = @srcdir@
  383. sysconfdir = @sysconfdir@
  384. target_alias = @target_alias@
  385. top_build_prefix = @top_build_prefix@
  386. top_builddir = @top_builddir@
  387. top_srcdir = @top_srcdir@
  388. # Don't require all the GNU mandated files
  389. AUTOMAKE_OPTIONS = 1.7.2 dist-zip foreign
  390. ACLOCAL_AMFLAGS = -I m4
  391. USER_PLUGINS = $(am__append_1) $(am__append_2)
  392. # Directories containing Makefiles to 'make'
  393. SUBDIRS = src include utils/tificc utils/transicc utils/linkicc utils/jpgicc utils/psicc testbed $(USER_PLUGINS)
  394. # Additional files to distribute
  395. EXTRA_DIST = AUTHORS COPYING ChangeLog doc Projects include bin Lib INSTALL README.md autogen.sh lcms2.pc.in plugins
  396. pkgconfigdir = $(libdir)/pkgconfig
  397. pkgconfig_DATA = lcms2mt.pc
  398. all: all-recursive
  399. .SUFFIXES:
  400. am--refresh: Makefile
  401. @:
  402. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  403. @for dep in $?; do \
  404. case '$(am__configure_deps)' in \
  405. *$$dep*) \
  406. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  407. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  408. && exit 0; \
  409. exit 1;; \
  410. esac; \
  411. done; \
  412. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  413. $(am__cd) $(top_srcdir) && \
  414. $(AUTOMAKE) --foreign Makefile
  415. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  416. @case '$?' in \
  417. *config.status*) \
  418. echo ' $(SHELL) ./config.status'; \
  419. $(SHELL) ./config.status;; \
  420. *) \
  421. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  422. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  423. esac;
  424. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  425. $(SHELL) ./config.status --recheck
  426. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  427. $(am__cd) $(srcdir) && $(AUTOCONF)
  428. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  429. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  430. $(am__aclocal_m4_deps):
  431. lcms2mt.pc: $(top_builddir)/config.status $(srcdir)/lcms2mt.pc.in
  432. cd $(top_builddir) && $(SHELL) ./config.status $@
  433. mostlyclean-libtool:
  434. -rm -f *.lo
  435. clean-libtool:
  436. -rm -rf .libs _libs
  437. distclean-libtool:
  438. -rm -f libtool config.lt
  439. install-pkgconfigDATA: $(pkgconfig_DATA)
  440. @$(NORMAL_INSTALL)
  441. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  442. if test -n "$$list"; then \
  443. echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
  444. $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
  445. fi; \
  446. for p in $$list; do \
  447. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  448. echo "$$d$$p"; \
  449. done | $(am__base_list) | \
  450. while read files; do \
  451. echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
  452. $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
  453. done
  454. uninstall-pkgconfigDATA:
  455. @$(NORMAL_UNINSTALL)
  456. @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
  457. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  458. dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
  459. # This directory's subdirectories are mostly independent; you can cd
  460. # into them and run 'make' without going through this Makefile.
  461. # To change the values of 'make' variables: instead of editing Makefiles,
  462. # (1) if the variable is set in 'config.status', edit 'config.status'
  463. # (which will cause the Makefiles to be regenerated when you run 'make');
  464. # (2) otherwise, pass the desired values on the 'make' command line.
  465. $(am__recursive_targets):
  466. @fail=; \
  467. if $(am__make_keepgoing); then \
  468. failcom='fail=yes'; \
  469. else \
  470. failcom='exit 1'; \
  471. fi; \
  472. dot_seen=no; \
  473. target=`echo $@ | sed s/-recursive//`; \
  474. case "$@" in \
  475. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  476. *) list='$(SUBDIRS)' ;; \
  477. esac; \
  478. for subdir in $$list; do \
  479. echo "Making $$target in $$subdir"; \
  480. if test "$$subdir" = "."; then \
  481. dot_seen=yes; \
  482. local_target="$$target-am"; \
  483. else \
  484. local_target="$$target"; \
  485. fi; \
  486. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  487. || eval $$failcom; \
  488. done; \
  489. if test "$$dot_seen" = "no"; then \
  490. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  491. fi; test -z "$$fail"
  492. ID: $(am__tagged_files)
  493. $(am__define_uniq_tagged_files); mkid -fID $$unique
  494. tags: tags-recursive
  495. TAGS: tags
  496. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  497. set x; \
  498. here=`pwd`; \
  499. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  500. include_option=--etags-include; \
  501. empty_fix=.; \
  502. else \
  503. include_option=--include; \
  504. empty_fix=; \
  505. fi; \
  506. list='$(SUBDIRS)'; for subdir in $$list; do \
  507. if test "$$subdir" = .; then :; else \
  508. test ! -f $$subdir/TAGS || \
  509. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  510. fi; \
  511. done; \
  512. $(am__define_uniq_tagged_files); \
  513. shift; \
  514. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  515. test -n "$$unique" || unique=$$empty_fix; \
  516. if test $$# -gt 0; then \
  517. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  518. "$$@" $$unique; \
  519. else \
  520. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  521. $$unique; \
  522. fi; \
  523. fi
  524. ctags: ctags-recursive
  525. CTAGS: ctags
  526. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  527. $(am__define_uniq_tagged_files); \
  528. test -z "$(CTAGS_ARGS)$$unique" \
  529. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  530. $$unique
  531. GTAGS:
  532. here=`$(am__cd) $(top_builddir) && pwd` \
  533. && $(am__cd) $(top_srcdir) \
  534. && gtags -i $(GTAGS_ARGS) "$$here"
  535. cscope: cscope.files
  536. test ! -s cscope.files \
  537. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  538. clean-cscope:
  539. -rm -f cscope.files
  540. cscope.files: clean-cscope cscopelist
  541. cscopelist: cscopelist-recursive
  542. cscopelist-am: $(am__tagged_files)
  543. list='$(am__tagged_files)'; \
  544. case "$(srcdir)" in \
  545. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  546. *) sdir=$(subdir)/$(srcdir) ;; \
  547. esac; \
  548. for i in $$list; do \
  549. if test -f "$$i"; then \
  550. echo "$(subdir)/$$i"; \
  551. else \
  552. echo "$$sdir/$$i"; \
  553. fi; \
  554. done >> $(top_builddir)/cscope.files
  555. distclean-tags:
  556. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  557. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  558. distdir: $(BUILT_SOURCES)
  559. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  560. distdir-am: $(DISTFILES)
  561. $(am__remove_distdir)
  562. test -d "$(distdir)" || mkdir "$(distdir)"
  563. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  564. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  565. list='$(DISTFILES)'; \
  566. dist_files=`for file in $$list; do echo $$file; done | \
  567. sed -e "s|^$$srcdirstrip/||;t" \
  568. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  569. case $$dist_files in \
  570. */*) $(MKDIR_P) `echo "$$dist_files" | \
  571. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  572. sort -u` ;; \
  573. esac; \
  574. for file in $$dist_files; do \
  575. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  576. if test -d $$d/$$file; then \
  577. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  578. if test -d "$(distdir)/$$file"; then \
  579. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  580. fi; \
  581. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  582. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  583. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  584. fi; \
  585. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  586. else \
  587. test -f "$(distdir)/$$file" \
  588. || cp -p $$d/$$file "$(distdir)/$$file" \
  589. || exit 1; \
  590. fi; \
  591. done
  592. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  593. if test "$$subdir" = .; then :; else \
  594. $(am__make_dryrun) \
  595. || test -d "$(distdir)/$$subdir" \
  596. || $(MKDIR_P) "$(distdir)/$$subdir" \
  597. || exit 1; \
  598. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  599. $(am__relativize); \
  600. new_distdir=$$reldir; \
  601. dir1=$$subdir; dir2="$(top_distdir)"; \
  602. $(am__relativize); \
  603. new_top_distdir=$$reldir; \
  604. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  605. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  606. ($(am__cd) $$subdir && \
  607. $(MAKE) $(AM_MAKEFLAGS) \
  608. top_distdir="$$new_top_distdir" \
  609. distdir="$$new_distdir" \
  610. am__remove_distdir=: \
  611. am__skip_length_check=: \
  612. am__skip_mode_fix=: \
  613. distdir) \
  614. || exit 1; \
  615. fi; \
  616. done
  617. -test -n "$(am__skip_mode_fix)" \
  618. || find "$(distdir)" -type d ! -perm -755 \
  619. -exec chmod u+rwx,go+rx {} \; -o \
  620. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  621. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  622. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  623. || chmod -R a+r "$(distdir)"
  624. dist-gzip: distdir
  625. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  626. $(am__post_remove_distdir)
  627. dist-bzip2: distdir
  628. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  629. $(am__post_remove_distdir)
  630. dist-lzip: distdir
  631. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  632. $(am__post_remove_distdir)
  633. dist-xz: distdir
  634. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  635. $(am__post_remove_distdir)
  636. dist-zstd: distdir
  637. tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
  638. $(am__post_remove_distdir)
  639. dist-tarZ: distdir
  640. @echo WARNING: "Support for distribution archives compressed with" \
  641. "legacy program 'compress' is deprecated." >&2
  642. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  643. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  644. $(am__post_remove_distdir)
  645. dist-shar: distdir
  646. @echo WARNING: "Support for shar distribution archives is" \
  647. "deprecated." >&2
  648. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  649. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  650. $(am__post_remove_distdir)
  651. dist-zip: distdir
  652. -rm -f $(distdir).zip
  653. zip -rq $(distdir).zip $(distdir)
  654. $(am__post_remove_distdir)
  655. dist dist-all:
  656. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  657. $(am__post_remove_distdir)
  658. # This target untars the dist file and tries a VPATH configuration. Then
  659. # it guarantees that the distribution is self-contained by making another
  660. # tarfile.
  661. distcheck: dist
  662. case '$(DIST_ARCHIVES)' in \
  663. *.tar.gz*) \
  664. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  665. *.tar.bz2*) \
  666. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  667. *.tar.lz*) \
  668. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  669. *.tar.xz*) \
  670. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  671. *.tar.Z*) \
  672. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  673. *.shar.gz*) \
  674. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  675. *.zip*) \
  676. unzip $(distdir).zip ;;\
  677. *.tar.zst*) \
  678. zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
  679. esac
  680. chmod -R a-w $(distdir)
  681. chmod u+w $(distdir)
  682. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  683. chmod a-w $(distdir)
  684. test -d $(distdir)/_build || exit 0; \
  685. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  686. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  687. && am__cwd=`pwd` \
  688. && $(am__cd) $(distdir)/_build/sub \
  689. && ../../configure \
  690. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  691. $(DISTCHECK_CONFIGURE_FLAGS) \
  692. --srcdir=../.. --prefix="$$dc_install_base" \
  693. && $(MAKE) $(AM_MAKEFLAGS) \
  694. && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
  695. && $(MAKE) $(AM_MAKEFLAGS) check \
  696. && $(MAKE) $(AM_MAKEFLAGS) install \
  697. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  698. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  699. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  700. distuninstallcheck \
  701. && chmod -R a-w "$$dc_install_base" \
  702. && ({ \
  703. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  704. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  705. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  706. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  707. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  708. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  709. && rm -rf "$$dc_destdir" \
  710. && $(MAKE) $(AM_MAKEFLAGS) dist \
  711. && rm -rf $(DIST_ARCHIVES) \
  712. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  713. && cd "$$am__cwd" \
  714. || exit 1
  715. $(am__post_remove_distdir)
  716. @(echo "$(distdir) archives ready for distribution: "; \
  717. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  718. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  719. distuninstallcheck:
  720. @test -n '$(distuninstallcheck_dir)' || { \
  721. echo 'ERROR: trying to run $@ with an empty' \
  722. '$$(distuninstallcheck_dir)' >&2; \
  723. exit 1; \
  724. }; \
  725. $(am__cd) '$(distuninstallcheck_dir)' || { \
  726. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  727. exit 1; \
  728. }; \
  729. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  730. || { echo "ERROR: files left after uninstall:" ; \
  731. if test -n "$(DESTDIR)"; then \
  732. echo " (check DESTDIR support)"; \
  733. fi ; \
  734. $(distuninstallcheck_listfiles) ; \
  735. exit 1; } >&2
  736. distcleancheck: distclean
  737. @if test '$(srcdir)' = . ; then \
  738. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  739. exit 1 ; \
  740. fi
  741. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  742. || { echo "ERROR: files left in build directory after distclean:" ; \
  743. $(distcleancheck_listfiles) ; \
  744. exit 1; } >&2
  745. check-am: all-am
  746. check: check-recursive
  747. all-am: Makefile $(DATA)
  748. installdirs: installdirs-recursive
  749. installdirs-am:
  750. for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
  751. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  752. done
  753. install: install-recursive
  754. install-exec: install-exec-recursive
  755. install-data: install-data-recursive
  756. uninstall: uninstall-recursive
  757. install-am: all-am
  758. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  759. installcheck: installcheck-recursive
  760. install-strip:
  761. if test -z '$(STRIP)'; then \
  762. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  763. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  764. install; \
  765. else \
  766. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  767. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  768. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  769. fi
  770. mostlyclean-generic:
  771. clean-generic:
  772. distclean-generic:
  773. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  774. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  775. maintainer-clean-generic:
  776. @echo "This command is intended for maintainers to use"
  777. @echo "it deletes files that may require special tools to rebuild."
  778. clean: clean-recursive
  779. clean-am: clean-generic clean-libtool clean-local mostlyclean-am
  780. distclean: distclean-recursive
  781. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  782. -rm -f Makefile
  783. distclean-am: clean-am distclean-generic distclean-libtool \
  784. distclean-tags
  785. dvi: dvi-recursive
  786. dvi-am:
  787. html: html-recursive
  788. html-am:
  789. info: info-recursive
  790. info-am:
  791. install-data-am: install-pkgconfigDATA
  792. install-dvi: install-dvi-recursive
  793. install-dvi-am:
  794. install-exec-am:
  795. install-html: install-html-recursive
  796. install-html-am:
  797. install-info: install-info-recursive
  798. install-info-am:
  799. install-man:
  800. install-pdf: install-pdf-recursive
  801. install-pdf-am:
  802. install-ps: install-ps-recursive
  803. install-ps-am:
  804. installcheck-am:
  805. maintainer-clean: maintainer-clean-recursive
  806. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  807. -rm -rf $(top_srcdir)/autom4te.cache
  808. -rm -f Makefile
  809. maintainer-clean-am: distclean-am maintainer-clean-generic
  810. mostlyclean: mostlyclean-recursive
  811. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  812. pdf: pdf-recursive
  813. pdf-am:
  814. ps: ps-recursive
  815. ps-am:
  816. uninstall-am: uninstall-pkgconfigDATA
  817. .MAKE: $(am__recursive_targets) install-am install-strip
  818. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  819. am--refresh check check-am clean clean-cscope clean-generic \
  820. clean-libtool clean-local cscope cscopelist-am ctags ctags-am \
  821. dist dist-all dist-bzip2 dist-gzip dist-lzip dist-shar \
  822. dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
  823. distclean-generic distclean-libtool distclean-tags \
  824. distcleancheck distdir distuninstallcheck dvi dvi-am html \
  825. html-am info info-am install install-am install-data \
  826. install-data-am install-dvi install-dvi-am install-exec \
  827. install-exec-am install-html install-html-am install-info \
  828. install-info-am install-man install-pdf install-pdf-am \
  829. install-pkgconfigDATA install-ps install-ps-am install-strip \
  830. installcheck installcheck-am installdirs installdirs-am \
  831. maintainer-clean maintainer-clean-generic mostlyclean \
  832. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  833. tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA
  834. .PRECIOUS: Makefile
  835. # Make sure get rid of VC stuff...
  836. clean-local:
  837. rm -rf autom4te.cache
  838. find Projects -name "*.user" | xargs rm -rf
  839. find Projects -name "Release" | xargs rm -rf
  840. find Projects -name "Debug" | xargs rm -rf
  841. find Projects -name "*.aps" | xargs rm -rf
  842. find Projects -name "*.suo" | xargs rm -rf
  843. find Projects -name "*.log" | xargs rm -rf
  844. find Projects -name "*.sdf" | xargs rm -rf
  845. find Projects -name "*.opensdf" | xargs rm -rf
  846. find Projects -name "ipch" | xargs rm -rf
  847. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  848. # Otherwise a system limit (for SysV at least) may be exceeded.
  849. .NOEXPORT: