comparison mupdf-source/thirdparty/lcms2/Makefile.in @ 2:b50eed0cc0ef upstream

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