comparison mupdf-source/thirdparty/lcms2/plugins/threaded/src/Makefile.in @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 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 #
18 # Makefile for building lcms2_threaded plugin
19 #
20
21 VPATH = @srcdir@
22 am__is_gnu_make = { \
23 if test -z '$(MAKELEVEL)'; then \
24 false; \
25 elif test -n '$(MAKE_HOST)'; then \
26 true; \
27 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28 true; \
29 else \
30 false; \
31 fi; \
32 }
33 am__make_running_with_option = \
34 case $${target_option-} in \
35 ?) ;; \
36 *) echo "am__make_running_with_option: internal error: invalid" \
37 "target option '$${target_option-}' specified" >&2; \
38 exit 1;; \
39 esac; \
40 has_opt=no; \
41 sane_makeflags=$$MAKEFLAGS; \
42 if $(am__is_gnu_make); then \
43 sane_makeflags=$$MFLAGS; \
44 else \
45 case $$MAKEFLAGS in \
46 *\\[\ \ ]*) \
47 bs=\\; \
48 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
50 esac; \
51 fi; \
52 skip_next=no; \
53 strip_trailopt () \
54 { \
55 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56 }; \
57 for flg in $$sane_makeflags; do \
58 test $$skip_next = yes && { skip_next=no; continue; }; \
59 case $$flg in \
60 *=*|--*) 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;; \
69 esac; \
70 case $$flg in \
71 *$$target_option*) has_opt=yes; break;; \
72 esac; \
73 done; \
74 test $$has_opt = yes
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)
87 NORMAL_INSTALL = :
88 PRE_INSTALL = :
89 POST_INSTALL = :
90 NORMAL_UNINSTALL = :
91 PRE_UNINSTALL = :
92 POST_UNINSTALL = :
93 build_triplet = @build@
94 host_triplet = @host@
95 subdir = plugins/threaded/src
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) \
107 $(ACLOCAL_M4)
108 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
109 mkinstalldirs = $(install_sh) -d
110 CONFIG_CLEAN_FILES =
111 CONFIG_CLEAN_VPATH_FILES =
112 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
113 am__vpath_adj = case $$p in \
114 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
115 *) f=$$p;; \
116 esac;
117 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
118 am__install_max = 40
119 am__nobase_strip_setup = \
120 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
121 am__nobase_strip = \
122 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
123 am__nobase_list = $(am__nobase_strip_setup); \
124 for p in $$list; do echo "$$p $$p"; done | \
125 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
126 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
127 if (++n[$$2] == $(am__install_max)) \
128 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
129 END { for (dir in files) print dir, files[dir] }'
130 am__base_list = \
131 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
132 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
133 am__uninstall_files_from_dir = { \
134 test -z "$$files" \
135 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
136 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
137 $(am__cd) "$$dir" && rm -f $$files; }; \
138 }
139 am__installdirs = "$(DESTDIR)$(libdir)"
140 LTLIBRARIES = $(lib_LTLIBRARIES)
141 am__DEPENDENCIES_1 =
142 liblcms2_threaded_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
143 $(top_builddir)/src/liblcms2.la
144 am_liblcms2_threaded_la_OBJECTS = threaded_split.lo threaded_core.lo \
145 threaded_main.lo threaded_scheduler.lo
146 liblcms2_threaded_la_OBJECTS = $(am_liblcms2_threaded_la_OBJECTS)
147 AM_V_lt = $(am__v_lt_@AM_V@)
148 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149 am__v_lt_0 = --silent
150 am__v_lt_1 =
151 liblcms2_threaded_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
152 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
153 $(AM_CFLAGS) $(CFLAGS) $(liblcms2_threaded_la_LDFLAGS) \
154 $(LDFLAGS) -o $@
155 AM_V_P = $(am__v_P_@AM_V@)
156 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157 am__v_P_0 = false
158 am__v_P_1 = :
159 AM_V_GEN = $(am__v_GEN_@AM_V@)
160 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161 am__v_GEN_0 = @echo " GEN " $@;
162 am__v_GEN_1 =
163 AM_V_at = $(am__v_at_@AM_V@)
164 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165 am__v_at_0 = @
166 am__v_at_1 =
167 DEFAULT_INCLUDES = -I.@am__isrc@
168 depcomp = $(SHELL) $(top_srcdir)/depcomp
169 am__maybe_remake_depfiles = depfiles
170 am__depfiles_remade = ./$(DEPDIR)/threaded_core.Plo \
171 ./$(DEPDIR)/threaded_main.Plo \
172 ./$(DEPDIR)/threaded_scheduler.Plo \
173 ./$(DEPDIR)/threaded_split.Plo
174 am__mv = mv -f
175 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
179 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180 $(AM_CFLAGS) $(CFLAGS)
181 AM_V_CC = $(am__v_CC_@AM_V@)
182 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183 am__v_CC_0 = @echo " CC " $@;
184 am__v_CC_1 =
185 CCLD = $(CC)
186 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188 $(AM_LDFLAGS) $(LDFLAGS) -o $@
189 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191 am__v_CCLD_0 = @echo " CCLD " $@;
192 am__v_CCLD_1 =
193 SOURCES = $(liblcms2_threaded_la_SOURCES)
194 DIST_SOURCES = $(liblcms2_threaded_la_SOURCES)
195 am__can_run_installinfo = \
196 case $$AM_UPDATE_INFO_DIR in \
197 n|no|NO) false;; \
198 *) (install-info --version) >/dev/null 2>&1;; \
199 esac
200 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
201 # Read a list of newline-separated strings from the standard input,
202 # and print each of them once, without duplicates. Input order is
203 # *not* preserved.
204 am__uniquify_input = $(AWK) '\
205 BEGIN { nonempty = 0; } \
206 { items[$$0] = 1; nonempty = 1; } \
207 END { if (nonempty) { for (i in items) print i; }; } \
208 '
209 # Make sure the list of sources is unique. This is necessary because,
210 # e.g., the same source file might be shared among _SOURCES variables
211 # for different programs/libraries.
212 am__define_uniq_tagged_files = \
213 list='$(am__tagged_files)'; \
214 unique=`for i in $$list; do \
215 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216 done | $(am__uniquify_input)`
217 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219 ACLOCAL = @ACLOCAL@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AR = @AR@
223 AS = @AS@
224 AUTOCONF = @AUTOCONF@
225 AUTOHEADER = @AUTOHEADER@
226 AUTOMAKE = @AUTOMAKE@
227 AWK = @AWK@
228 CC = @CC@
229 CCDEPMODE = @CCDEPMODE@
230 CFLAGS = @CFLAGS@
231 CPP = @CPP@
232 CPPFLAGS = @CPPFLAGS@
233 CSCOPE = @CSCOPE@
234 CTAGS = @CTAGS@
235 CXX = @CXX@
236 CXXCPP = @CXXCPP@
237 CXXDEPMODE = @CXXDEPMODE@
238 CXXFLAGS = @CXXFLAGS@
239 CYGPATH_W = @CYGPATH_W@
240 DEFS = @DEFS@
241 DEPDIR = @DEPDIR@
242 DLLTOOL = @DLLTOOL@
243 DSYMUTIL = @DSYMUTIL@
244 DUMPBIN = @DUMPBIN@
245 ECHO_C = @ECHO_C@
246 ECHO_N = @ECHO_N@
247 ECHO_T = @ECHO_T@
248 EGREP = @EGREP@
249 ETAGS = @ETAGS@
250 EXEEXT = @EXEEXT@
251 FGREP = @FGREP@
252 FILECMD = @FILECMD@
253 GREP = @GREP@
254 INSTALL = @INSTALL@
255 INSTALL_DATA = @INSTALL_DATA@
256 INSTALL_PROGRAM = @INSTALL_PROGRAM@
257 INSTALL_SCRIPT = @INSTALL_SCRIPT@
258 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
259 JPEGICC_DEPLIBS = @JPEGICC_DEPLIBS@
260 LCMS_LIB_DEPLIBS = @LCMS_LIB_DEPLIBS@
261 LD = @LD@
262 LDFLAGS = @LDFLAGS@
263 LIBOBJS = @LIBOBJS@
264 LIBRARY_AGE = 0
265 LIBRARY_CURRENT = 1
266 LIBRARY_REVISION = 0
267 LIBS = @LIBS@
268 LIBTOOL = @LIBTOOL@
269 LIBTOOL_DEPS = @LIBTOOL_DEPS@
270 LIB_JPEG = @LIB_JPEG@
271 LIB_MATH = @LIB_MATH@
272 LIB_PLUGINS = @LIB_PLUGINS@
273 LIB_THREAD = @LIB_THREAD@
274 LIB_TIFF = @LIB_TIFF@
275 LIB_ZLIB = @LIB_ZLIB@
276 LIPO = @LIPO@
277 LN_S = @LN_S@
278 LTLIBOBJS = @LTLIBOBJS@
279 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
280 MAINT = @MAINT@
281 MAKEINFO = @MAKEINFO@
282 MANIFEST_TOOL = @MANIFEST_TOOL@
283 MKDIR_P = @MKDIR_P@
284 NM = @NM@
285 NMEDIT = @NMEDIT@
286 OBJDUMP = @OBJDUMP@
287 OBJEXT = @OBJEXT@
288 OTOOL = @OTOOL@
289 OTOOL64 = @OTOOL64@
290 PACKAGE = @PACKAGE@
291 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
292 PACKAGE_NAME = @PACKAGE_NAME@
293 PACKAGE_STRING = @PACKAGE_STRING@
294 PACKAGE_TARNAME = @PACKAGE_TARNAME@
295 PACKAGE_URL = @PACKAGE_URL@
296 PACKAGE_VERSION = @PACKAGE_VERSION@
297 PATH_SEPARATOR = @PATH_SEPARATOR@
298 PTHREAD_CC = @PTHREAD_CC@
299 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
300 PTHREAD_CXX = @PTHREAD_CXX@
301 PTHREAD_LIBS = @PTHREAD_LIBS@
302 RANLIB = @RANLIB@
303 SED = @SED@
304 SET_MAKE = @SET_MAKE@
305 SHELL = @SHELL@
306 STRIP = @STRIP@
307 TIFFICC_DEPLIBS = @TIFFICC_DEPLIBS@
308 VERSION = @VERSION@
309 abs_builddir = @abs_builddir@
310 abs_srcdir = @abs_srcdir@
311 abs_top_builddir = @abs_top_builddir@
312 abs_top_srcdir = @abs_top_srcdir@
313 ac_ct_AR = @ac_ct_AR@
314 ac_ct_CC = @ac_ct_CC@
315 ac_ct_CXX = @ac_ct_CXX@
316 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
317 am__include = @am__include@
318 am__leading_dot = @am__leading_dot@
319 am__quote = @am__quote@
320 am__tar = @am__tar@
321 am__untar = @am__untar@
322 ax_pthread_config = @ax_pthread_config@
323 bindir = @bindir@
324 build = @build@
325 build_alias = @build_alias@
326 build_cpu = @build_cpu@
327 build_os = @build_os@
328 build_vendor = @build_vendor@
329 builddir = @builddir@
330 datadir = @datadir@
331 datarootdir = @datarootdir@
332 docdir = @docdir@
333 dvidir = @dvidir@
334 exec_prefix = @exec_prefix@
335 host = @host@
336 host_alias = @host_alias@
337 host_cpu = @host_cpu@
338 host_os = @host_os@
339 host_vendor = @host_vendor@
340 htmldir = @htmldir@
341 includedir = ${prefix}/include
342 infodir = @infodir@
343 inline = @inline@
344 install_sh = @install_sh@
345 libdir = @libdir@
346 libexecdir = @libexecdir@
347 localedir = @localedir@
348 localstatedir = @localstatedir@
349 mandir = @mandir@
350 mkdir_p = @mkdir_p@
351 oldincludedir = @oldincludedir@
352 pdfdir = @pdfdir@
353 prefix = @prefix@
354 program_transform_name = @program_transform_name@
355 psdir = @psdir@
356 runstatedir = @runstatedir@
357 sbindir = @sbindir@
358 sharedstatedir = @sharedstatedir@
359 srcdir = @srcdir@
360 sysconfdir = @sysconfdir@
361 target_alias = @target_alias@
362 top_build_prefix = @top_build_prefix@
363 top_builddir = @top_builddir@
364 top_srcdir = @top_srcdir@
365
366 # Don't require all the GNU mandated files
367 AUTOMAKE_OPTIONS = 1.7 foreign
368
369 # Shared libraries built in this directory
370 lib_LTLIBRARIES = liblcms2_threaded.la
371 AM_CPPFLAGS = -Ofast -I$(top_builddir)/include -I$(top_srcdir)/include -I$(srcdir)/../include -I$(builddir)/../include
372 liblcms2_threaded_la_LDFLAGS = -no-undefined \
373 -version-info $(LIBRARY_CURRENT):$(LIBRARY_REVISION):$(LIBRARY_AGE)
374
375 liblcms2_threaded_la_LIBADD = $(LCMS_LIB_DEPLIBS) $(top_builddir)/src/liblcms2.la
376 liblcms2_threaded_la_SOURCES = threaded_split.c threaded_core.c threaded_main.c threaded_scheduler.c threaded_internal.h
377 all: all-am
378
379 .SUFFIXES:
380 .SUFFIXES: .c .lo .o .obj
381 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
386 && { if test -f $@; then exit 0; else break; fi; }; \
387 exit 1;; \
388 esac; \
389 done; \
390 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign plugins/threaded/src/Makefile'; \
391 $(am__cd) $(top_srcdir) && \
392 $(AUTOMAKE) --foreign plugins/threaded/src/Makefile
393 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
394 @case '$?' in \
395 *config.status*) \
396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
397 *) \
398 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
399 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
400 esac;
401
402 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
403 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
404
405 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
406 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
407 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
408 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409 $(am__aclocal_m4_deps):
410
411 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
412 @$(NORMAL_INSTALL)
413 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
414 list2=; for p in $$list; do \
415 if test -f $$p; then \
416 list2="$$list2 $$p"; \
417 else :; fi; \
418 done; \
419 test -z "$$list2" || { \
420 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
421 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
422 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
423 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
424 }
425
426 uninstall-libLTLIBRARIES:
427 @$(NORMAL_UNINSTALL)
428 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
429 for p in $$list; do \
430 $(am__strip_dir) \
431 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
432 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
433 done
434
435 clean-libLTLIBRARIES:
436 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
437 @list='$(lib_LTLIBRARIES)'; \
438 locs=`for p in $$list; do echo $$p; done | \
439 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
440 sort -u`; \
441 test -z "$$locs" || { \
442 echo rm -f $${locs}; \
443 rm -f $${locs}; \
444 }
445
446 liblcms2_threaded.la: $(liblcms2_threaded_la_OBJECTS) $(liblcms2_threaded_la_DEPENDENCIES) $(EXTRA_liblcms2_threaded_la_DEPENDENCIES)
447 $(AM_V_CCLD)$(liblcms2_threaded_la_LINK) -rpath $(libdir) $(liblcms2_threaded_la_OBJECTS) $(liblcms2_threaded_la_LIBADD) $(LIBS)
448
449 mostlyclean-compile:
450 -rm -f *.$(OBJEXT)
451
452 distclean-compile:
453 -rm -f *.tab.c
454
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_core.Plo@am__quote@ # am--include-marker
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_main.Plo@am__quote@ # am--include-marker
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_scheduler.Plo@am__quote@ # am--include-marker
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded_split.Plo@am__quote@ # am--include-marker
459
460 $(am__depfiles_remade):
461 @$(MKDIR_P) $(@D)
462 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
463
464 am--depfiles: $(am__depfiles_remade)
465
466 .c.o:
467 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
468 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
469 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
470 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
473
474 .c.obj:
475 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
476 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
477 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
478 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
480 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
481
482 .c.lo:
483 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
484 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
485 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
486 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
489
490 mostlyclean-libtool:
491 -rm -f *.lo
492
493 clean-libtool:
494 -rm -rf .libs _libs
495
496 ID: $(am__tagged_files)
497 $(am__define_uniq_tagged_files); mkid -fID $$unique
498 tags: tags-am
499 TAGS: tags
500
501 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
502 set x; \
503 here=`pwd`; \
504 $(am__define_uniq_tagged_files); \
505 shift; \
506 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507 test -n "$$unique" || unique=$$empty_fix; \
508 if test $$# -gt 0; then \
509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
510 "$$@" $$unique; \
511 else \
512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513 $$unique; \
514 fi; \
515 fi
516 ctags: ctags-am
517
518 CTAGS: ctags
519 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
520 $(am__define_uniq_tagged_files); \
521 test -z "$(CTAGS_ARGS)$$unique" \
522 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
523 $$unique
524
525 GTAGS:
526 here=`$(am__cd) $(top_builddir) && pwd` \
527 && $(am__cd) $(top_srcdir) \
528 && gtags -i $(GTAGS_ARGS) "$$here"
529 cscopelist: cscopelist-am
530
531 cscopelist-am: $(am__tagged_files)
532 list='$(am__tagged_files)'; \
533 case "$(srcdir)" in \
534 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
535 *) sdir=$(subdir)/$(srcdir) ;; \
536 esac; \
537 for i in $$list; do \
538 if test -f "$$i"; then \
539 echo "$(subdir)/$$i"; \
540 else \
541 echo "$$sdir/$$i"; \
542 fi; \
543 done >> $(top_builddir)/cscope.files
544
545 distclean-tags:
546 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
547 distdir: $(BUILT_SOURCES)
548 $(MAKE) $(AM_MAKEFLAGS) distdir-am
549
550 distdir-am: $(DISTFILES)
551 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
552 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553 list='$(DISTFILES)'; \
554 dist_files=`for file in $$list; do echo $$file; done | \
555 sed -e "s|^$$srcdirstrip/||;t" \
556 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
557 case $$dist_files in \
558 */*) $(MKDIR_P) `echo "$$dist_files" | \
559 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
560 sort -u` ;; \
561 esac; \
562 for file in $$dist_files; do \
563 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
564 if test -d $$d/$$file; then \
565 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
566 if test -d "$(distdir)/$$file"; then \
567 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
568 fi; \
569 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
570 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
571 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
572 fi; \
573 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
574 else \
575 test -f "$(distdir)/$$file" \
576 || cp -p $$d/$$file "$(distdir)/$$file" \
577 || exit 1; \
578 fi; \
579 done
580 check-am: all-am
581 check: check-am
582 all-am: Makefile $(LTLIBRARIES)
583 installdirs:
584 for dir in "$(DESTDIR)$(libdir)"; do \
585 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
586 done
587 install: install-am
588 install-exec: install-exec-am
589 install-data: install-data-am
590 uninstall: uninstall-am
591
592 install-am: all-am
593 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
594
595 installcheck: installcheck-am
596 install-strip:
597 if test -z '$(STRIP)'; then \
598 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600 install; \
601 else \
602 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
603 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
604 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
605 fi
606 mostlyclean-generic:
607
608 clean-generic:
609
610 distclean-generic:
611 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
612 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
613
614 maintainer-clean-generic:
615 @echo "This command is intended for maintainers to use"
616 @echo "it deletes files that may require special tools to rebuild."
617 clean: clean-am
618
619 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
620 mostlyclean-am
621
622 distclean: distclean-am
623 -rm -f ./$(DEPDIR)/threaded_core.Plo
624 -rm -f ./$(DEPDIR)/threaded_main.Plo
625 -rm -f ./$(DEPDIR)/threaded_scheduler.Plo
626 -rm -f ./$(DEPDIR)/threaded_split.Plo
627 -rm -f Makefile
628 distclean-am: clean-am distclean-compile distclean-generic \
629 distclean-tags
630
631 dvi: dvi-am
632
633 dvi-am:
634
635 html: html-am
636
637 html-am:
638
639 info: info-am
640
641 info-am:
642
643 install-data-am:
644
645 install-dvi: install-dvi-am
646
647 install-dvi-am:
648
649 install-exec-am: install-libLTLIBRARIES
650
651 install-html: install-html-am
652
653 install-html-am:
654
655 install-info: install-info-am
656
657 install-info-am:
658
659 install-man:
660
661 install-pdf: install-pdf-am
662
663 install-pdf-am:
664
665 install-ps: install-ps-am
666
667 install-ps-am:
668
669 installcheck-am:
670
671 maintainer-clean: maintainer-clean-am
672 -rm -f ./$(DEPDIR)/threaded_core.Plo
673 -rm -f ./$(DEPDIR)/threaded_main.Plo
674 -rm -f ./$(DEPDIR)/threaded_scheduler.Plo
675 -rm -f ./$(DEPDIR)/threaded_split.Plo
676 -rm -f Makefile
677 maintainer-clean-am: distclean-am maintainer-clean-generic
678
679 mostlyclean: mostlyclean-am
680
681 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
682 mostlyclean-libtool
683
684 pdf: pdf-am
685
686 pdf-am:
687
688 ps: ps-am
689
690 ps-am:
691
692 uninstall-am: uninstall-libLTLIBRARIES
693
694 .MAKE: install-am install-strip
695
696 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
697 clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \
698 ctags ctags-am distclean distclean-compile distclean-generic \
699 distclean-libtool distclean-tags distdir dvi dvi-am html \
700 html-am info info-am install install-am install-data \
701 install-data-am install-dvi install-dvi-am install-exec \
702 install-exec-am install-html install-html-am install-info \
703 install-info-am install-libLTLIBRARIES install-man install-pdf \
704 install-pdf-am install-ps install-ps-am install-strip \
705 installcheck installcheck-am installdirs maintainer-clean \
706 maintainer-clean-generic mostlyclean mostlyclean-compile \
707 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
708 tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
709
710 .PRECIOUS: Makefile
711
712
713 # Tell versions [3.59,3.63) of GNU make to not export all variables.
714 # Otherwise a system limit (for SysV at least) may be exceeded.
715 .NOEXPORT: