Aligning with WRF
[WPS.git] / external / jasper-1.900.29 / test / bin / Makefile.in
blob42530f14643ad9e32fd03e84defcd315a8d0e5b2
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
17 # Copyright (c) 2001-2003 Michael David Adams.
18 # All rights reserved.
20 # __START_OF_JASPER_LICENSE__
22 # JasPer License Version 2.0
24 # Copyright (c) 2001-2006 Michael David Adams
25 # Copyright (c) 1999-2000 Image Power, Inc.
26 # Copyright (c) 1999-2000 The University of British Columbia
28 # All rights reserved.
30 # Permission is hereby granted, free of charge, to any person (the
31 # "User") obtaining a copy of this software and associated documentation
32 # files (the "Software"), to deal in the Software without restriction,
33 # including without limitation the rights to use, copy, modify, merge,
34 # publish, distribute, and/or sell copies of the Software, and to permit
35 # persons to whom the Software is furnished to do so, subject to the
36 # following conditions:
38 # 1. The above copyright notices and this permission notice (which
39 # includes the disclaimer below) shall be included in all copies or
40 # substantial portions of the Software.
42 # 2. The name of a copyright holder shall not be used to endorse or
43 # promote products derived from the Software without specific prior
44 # written permission.
46 # THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
47 # LICENSE. NO USE OF THE SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER
48 # THIS DISCLAIMER. THE SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS
49 # "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
50 # BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
51 # PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO
52 # EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
53 # INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
54 # FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
55 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
56 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NO ASSURANCES ARE
57 # PROVIDED BY THE COPYRIGHT HOLDERS THAT THE SOFTWARE DOES NOT INFRINGE
58 # THE PATENT OR OTHER INTELLECTUAL PROPERTY RIGHTS OF ANY OTHER ENTITY.
59 # EACH COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY TO THE USER FOR CLAIMS
60 # BROUGHT BY ANY OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL
61 # PROPERTY RIGHTS OR OTHERWISE. AS A CONDITION TO EXERCISING THE RIGHTS
62 # GRANTED HEREUNDER, EACH USER HEREBY ASSUMES SOLE RESPONSIBILITY TO SECURE
63 # ANY OTHER INTELLECTUAL PROPERTY RIGHTS NEEDED, IF ANY. THE SOFTWARE
64 # IS NOT FAULT-TOLERANT AND IS NOT INTENDED FOR USE IN MISSION-CRITICAL
65 # SYSTEMS, SUCH AS THOSE USED IN THE OPERATION OF NUCLEAR FACILITIES,
66 # AIRCRAFT NAVIGATION OR COMMUNICATION SYSTEMS, AIR TRAFFIC CONTROL
67 # SYSTEMS, DIRECT LIFE SUPPORT MACHINES, OR WEAPONS SYSTEMS, IN WHICH
68 # THE FAILURE OF THE SOFTWARE OR SYSTEM COULD LEAD DIRECTLY TO DEATH,
69 # PERSONAL INJURY, OR SEVERE PHYSICAL OR ENVIRONMENTAL DAMAGE ("HIGH
70 # RISK ACTIVITIES"). THE COPYRIGHT HOLDERS SPECIFICALLY DISCLAIM ANY
71 # EXPRESS OR IMPLIED WARRANTY OF FITNESS FOR HIGH RISK ACTIVITIES.
73 # __END_OF_JASPER_LICENSE__
74 VPATH = @srcdir@
75 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
76 am__make_running_with_option = \
77 case $${target_option-} in \
78 ?) ;; \
79 *) echo "am__make_running_with_option: internal error: invalid" \
80 "target option '$${target_option-}' specified" >&2; \
81 exit 1;; \
82 esac; \
83 has_opt=no; \
84 sane_makeflags=$$MAKEFLAGS; \
85 if $(am__is_gnu_make); then \
86 sane_makeflags=$$MFLAGS; \
87 else \
88 case $$MAKEFLAGS in \
89 *\\[\ \ ]*) \
90 bs=\\; \
91 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
92 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
93 esac; \
94 fi; \
95 skip_next=no; \
96 strip_trailopt () \
97 { \
98 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
99 }; \
100 for flg in $$sane_makeflags; do \
101 test $$skip_next = yes && { skip_next=no; continue; }; \
102 case $$flg in \
103 *=*|--*) continue;; \
104 -*I) strip_trailopt 'I'; skip_next=yes;; \
105 -*I?*) strip_trailopt 'I';; \
106 -*O) strip_trailopt 'O'; skip_next=yes;; \
107 -*O?*) strip_trailopt 'O';; \
108 -*l) strip_trailopt 'l'; skip_next=yes;; \
109 -*l?*) strip_trailopt 'l';; \
110 -[dEDm]) skip_next=yes;; \
111 -[JT]) skip_next=yes;; \
112 esac; \
113 case $$flg in \
114 *$$target_option*) has_opt=yes; break;; \
115 esac; \
116 done; \
117 test $$has_opt = yes
118 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
119 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
120 pkgdatadir = $(datadir)/@PACKAGE@
121 pkgincludedir = $(includedir)/@PACKAGE@
122 pkglibdir = $(libdir)/@PACKAGE@
123 pkglibexecdir = $(libexecdir)/@PACKAGE@
124 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
125 install_sh_DATA = $(install_sh) -c -m 644
126 install_sh_PROGRAM = $(install_sh) -c
127 install_sh_SCRIPT = $(install_sh) -c
128 INSTALL_HEADER = $(INSTALL_DATA)
129 transform = $(program_transform_name)
130 NORMAL_INSTALL = :
131 PRE_INSTALL = :
132 POST_INSTALL = :
133 NORMAL_UNINSTALL = :
134 PRE_UNINSTALL = :
135 POST_UNINSTALL = :
136 build_triplet = @build@
137 host_triplet = @host@
138 subdir = test/bin
139 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
140 $(top_srcdir)/ac_aux/test-driver
141 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
142 am__aclocal_m4_deps = $(top_srcdir)/ac_m4/libtool.m4 \
143 $(top_srcdir)/ac_m4/ltoptions.m4 \
144 $(top_srcdir)/ac_m4/ltsugar.m4 \
145 $(top_srcdir)/ac_m4/ltversion.m4 \
146 $(top_srcdir)/ac_m4/lt~obsolete.m4 \
147 $(top_srcdir)/ac_m4/m4_ax_generate_changelog.m4 \
148 $(top_srcdir)/ac_m4/m4_ax_cflags_gcc_option.m4 \
149 $(top_srcdir)/ac_m4/m4_ax_check_compile_flag.m4 \
150 $(top_srcdir)/ac_m4/m4_ax_append_flag.m4 \
151 $(top_srcdir)/configure.ac
152 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
153 $(ACLOCAL_M4)
154 mkinstalldirs = $(install_sh) -d
155 CONFIG_HEADER = \
156 $(top_builddir)/src/libjasper/include/jasper/jas_pconf.h
157 CONFIG_CLEAN_FILES =
158 CONFIG_CLEAN_VPATH_FILES =
159 AM_V_P = $(am__v_P_@AM_V@)
160 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161 am__v_P_0 = false
162 am__v_P_1 = :
163 AM_V_GEN = $(am__v_GEN_@AM_V@)
164 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165 am__v_GEN_0 = @echo " GEN " $@;
166 am__v_GEN_1 =
167 AM_V_at = $(am__v_at_@AM_V@)
168 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169 am__v_at_0 = @
170 am__v_at_1 =
171 SOURCES =
172 DIST_SOURCES =
173 am__can_run_installinfo = \
174 case $$AM_UPDATE_INFO_DIR in \
175 n|no|NO) false;; \
176 *) (install-info --version) >/dev/null 2>&1;; \
177 esac
178 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
179 am__tty_colors_dummy = \
180 mgn= red= grn= lgn= blu= brg= std=; \
181 am__color_tests=no
182 am__tty_colors = { \
183 $(am__tty_colors_dummy); \
184 if test "X$(AM_COLOR_TESTS)" = Xno; then \
185 am__color_tests=no; \
186 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
187 am__color_tests=yes; \
188 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
189 am__color_tests=yes; \
190 fi; \
191 if test $$am__color_tests = yes; then \
192 red='\e[0;31m'; \
193 grn='\e[0;32m'; \
194 lgn='\e[1;32m'; \
195 blu='\e[1;34m'; \
196 mgn='\e[0;35m'; \
197 brg='\e[1m'; \
198 std='\e[m'; \
199 fi; \
201 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
202 am__vpath_adj = case $$p in \
203 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
204 *) f=$$p;; \
205 esac;
206 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
207 am__install_max = 40
208 am__nobase_strip_setup = \
209 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
210 am__nobase_strip = \
211 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
212 am__nobase_list = $(am__nobase_strip_setup); \
213 for p in $$list; do echo "$$p $$p"; done | \
214 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
215 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
216 if (++n[$$2] == $(am__install_max)) \
217 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
218 END { for (dir in files) print dir, files[dir] }'
219 am__base_list = \
220 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
221 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
222 am__uninstall_files_from_dir = { \
223 test -z "$$files" \
224 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
225 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
226 $(am__cd) "$$dir" && rm -f $$files; }; \
228 am__recheck_rx = ^[ ]*:recheck:[ ]*
229 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
230 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
231 # A command that, given a newline-separated list of test names on the
232 # standard input, print the name of the tests that are to be re-run
233 # upon "make recheck".
234 am__list_recheck_tests = $(AWK) '{ \
235 recheck = 1; \
236 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
238 if (rc < 0) \
240 if ((getline line2 < ($$0 ".log")) < 0) \
241 recheck = 0; \
242 break; \
244 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
246 recheck = 0; \
247 break; \
249 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
251 break; \
253 }; \
254 if (recheck) \
255 print $$0; \
256 close ($$0 ".trs"); \
257 close ($$0 ".log"); \
259 # A command that, given a newline-separated list of test names on the
260 # standard input, create the global log from their .trs and .log files.
261 am__create_global_log = $(AWK) ' \
262 function fatal(msg) \
264 print "fatal: making $@: " msg | "cat >&2"; \
265 exit 1; \
267 function rst_section(header) \
269 print header; \
270 len = length(header); \
271 for (i = 1; i <= len; i = i + 1) \
272 printf "="; \
273 printf "\n\n"; \
276 copy_in_global_log = 1; \
277 global_test_result = "RUN"; \
278 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
280 if (rc < 0) \
281 fatal("failed to read from " $$0 ".trs"); \
282 if (line ~ /$(am__global_test_result_rx)/) \
284 sub("$(am__global_test_result_rx)", "", line); \
285 sub("[ ]*$$", "", line); \
286 global_test_result = line; \
288 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
289 copy_in_global_log = 0; \
290 }; \
291 if (copy_in_global_log) \
293 rst_section(global_test_result ": " $$0); \
294 while ((rc = (getline line < ($$0 ".log"))) != 0) \
296 if (rc < 0) \
297 fatal("failed to read from " $$0 ".log"); \
298 print line; \
299 }; \
300 printf "\n"; \
301 }; \
302 close ($$0 ".trs"); \
303 close ($$0 ".log"); \
305 # Restructured Text title.
306 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
307 # Solaris 10 'make', and several other traditional 'make' implementations,
308 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
309 # by disabling -e (using the XSI extension "set +e") if it's set.
310 am__sh_e_setup = case $$- in *e*) set +e;; esac
311 # Default flags passed to test drivers.
312 am__common_driver_flags = \
313 --color-tests "$$am__color_tests" \
314 --enable-hard-errors "$$am__enable_hard_errors" \
315 --expect-failure "$$am__expect_failure"
316 # To be inserted before the command running the test. Creates the
317 # directory for the log if needed. Stores in $dir the directory
318 # containing $f, in $tst the test, in $log the log. Executes the
319 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
320 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
321 # will run the test scripts (or their associated LOG_COMPILER, if
322 # thy have one).
323 am__check_pre = \
324 $(am__sh_e_setup); \
325 $(am__vpath_adj_setup) $(am__vpath_adj) \
326 $(am__tty_colors); \
327 srcdir=$(srcdir); export srcdir; \
328 case "$@" in \
329 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
330 *) am__odir=.;; \
331 esac; \
332 test "x$$am__odir" = x"." || test -d "$$am__odir" \
333 || $(MKDIR_P) "$$am__odir" || exit $$?; \
334 if test -f "./$$f"; then dir=./; \
335 elif test -f "$$f"; then dir=; \
336 else dir="$(srcdir)/"; fi; \
337 tst=$$dir$$f; log='$@'; \
338 if test -n '$(DISABLE_HARD_ERRORS)'; then \
339 am__enable_hard_errors=no; \
340 else \
341 am__enable_hard_errors=yes; \
342 fi; \
343 case " $(XFAIL_TESTS) " in \
344 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
345 am__expect_failure=yes;; \
346 *) \
347 am__expect_failure=no;; \
348 esac; \
349 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
350 # A shell command to get the names of the tests scripts with any registered
351 # extension removed (i.e., equivalently, the names of the test logs, with
352 # the '.log' extension removed). The result is saved in the shell variable
353 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
354 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
355 # since that might cause problem with VPATH rewrites for suffix-less tests.
356 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
357 am__set_TESTS_bases = \
358 bases='$(TEST_LOGS)'; \
359 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
360 bases=`echo $$bases`
361 RECHECK_LOGS = $(TEST_LOGS)
362 AM_RECURSIVE_TARGETS = check recheck
363 TEST_SUITE_LOG = test-suite.log
364 TEST_EXTENSIONS = @EXEEXT@ .test
365 LOG_DRIVER = $(SHELL) $(top_srcdir)/ac_aux/test-driver
366 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
367 am__set_b = \
368 case '$@' in \
369 */*) \
370 case '$*' in \
371 */*) b='$*';; \
372 *) b=`echo '$@' | sed 's/\.log$$//'`; \
373 esac;; \
374 *) \
375 b='$*';; \
376 esac
377 am__test_logs1 = $(TESTS:=.log)
378 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
379 TEST_LOGS = $(am__test_logs2:.test.log=.log)
380 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/ac_aux/test-driver
381 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
382 $(TEST_LOG_FLAGS)
383 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
384 ACLOCAL = @ACLOCAL@
385 AMTAR = @AMTAR@
386 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
387 AR = @AR@
388 AUTOCONF = @AUTOCONF@
389 AUTOHEADER = @AUTOHEADER@
390 AUTOMAKE = @AUTOMAKE@
391 AWK = @AWK@
392 CC = @CC@
393 CCDEPMODE = @CCDEPMODE@
394 CFLAGS = @CFLAGS@
395 CPP = @CPP@
396 CPPFLAGS = @CPPFLAGS@
397 CYGPATH_W = @CYGPATH_W@
398 DEFS = @DEFS@
399 DEPDIR = @DEPDIR@
400 DLLTOOL = @DLLTOOL@
401 DSYMUTIL = @DSYMUTIL@
402 DUMPBIN = @DUMPBIN@
403 ECHO_C = @ECHO_C@
404 ECHO_N = @ECHO_N@
405 ECHO_T = @ECHO_T@
406 EGREP = @EGREP@
407 EXEEXT = @EXEEXT@
408 FGREP = @FGREP@
409 GIT = @GIT@
410 GREP = @GREP@
411 INSTALL = @INSTALL@
412 INSTALL_DATA = @INSTALL_DATA@
413 INSTALL_PROGRAM = @INSTALL_PROGRAM@
414 INSTALL_SCRIPT = @INSTALL_SCRIPT@
415 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
416 JAS_HAVE_FCNTL_H = @JAS_HAVE_FCNTL_H@
417 JAS_HAVE_GETRUSAGE = @JAS_HAVE_GETRUSAGE@
418 JAS_HAVE_GETTIMEOFDAY = @JAS_HAVE_GETTIMEOFDAY@
419 JAS_HAVE_IO_H = @JAS_HAVE_IO_H@
420 JAS_HAVE_SYS_TIME_H = @JAS_HAVE_SYS_TIME_H@
421 JAS_HAVE_SYS_TYPES_H = @JAS_HAVE_SYS_TYPES_H@
422 JAS_HAVE_UNISTD_H = @JAS_HAVE_UNISTD_H@
423 JAS_HAVE_WINDOWS_H = @JAS_HAVE_WINDOWS_H@
424 JAS_MAJOR_VERSION = @JAS_MAJOR_VERSION@
425 JAS_MICRO_VERSION = @JAS_MICRO_VERSION@
426 JAS_MINOR_VERSION = @JAS_MINOR_VERSION@
427 JAS_RPM_RELEASE = @JAS_RPM_RELEASE@
428 JAS_VERSION = @JAS_VERSION@
429 LD = @LD@
430 LDFLAGS = @LDFLAGS@
431 LIBOBJS = @LIBOBJS@
432 LIBS = @LIBS@
433 LIBTOOL = @LIBTOOL@
434 LIPO = @LIPO@
435 LN_S = @LN_S@
436 LTLIBOBJS = @LTLIBOBJS@
437 LT_AGE = @LT_AGE@
438 LT_CURRENT = @LT_CURRENT@
439 LT_RELEASE = @LT_RELEASE@
440 LT_REVISION = @LT_REVISION@
441 MAKEINFO = @MAKEINFO@
442 MANIFEST_TOOL = @MANIFEST_TOOL@
443 MKDIR_P = @MKDIR_P@
444 NM = @NM@
445 NMEDIT = @NMEDIT@
446 OBJDUMP = @OBJDUMP@
447 OBJEXT = @OBJEXT@
448 OPENGL_LIBS = @OPENGL_LIBS@
449 OTOOL = @OTOOL@
450 OTOOL64 = @OTOOL64@
451 PACKAGE = @PACKAGE@
452 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
453 PACKAGE_NAME = @PACKAGE_NAME@
454 PACKAGE_STRING = @PACKAGE_STRING@
455 PACKAGE_TARNAME = @PACKAGE_TARNAME@
456 PACKAGE_URL = @PACKAGE_URL@
457 PACKAGE_VERSION = @PACKAGE_VERSION@
458 PATH_SEPARATOR = @PATH_SEPARATOR@
459 RANLIB = @RANLIB@
460 SED = @SED@
461 SET_MAKE = @SET_MAKE@
462 SHELL = @SHELL@
463 STRIP = @STRIP@
464 VERSION = @VERSION@
465 XMKMF = @XMKMF@
466 X_CFLAGS = @X_CFLAGS@
467 X_EXTRA_LIBS = @X_EXTRA_LIBS@
468 X_LIBS = @X_LIBS@
469 X_PRE_LIBS = @X_PRE_LIBS@
470 abs_builddir = @abs_builddir@
471 abs_srcdir = @abs_srcdir@
472 abs_top_builddir = @abs_top_builddir@
473 abs_top_srcdir = @abs_top_srcdir@
474 ac_ct_AR = @ac_ct_AR@
475 ac_ct_CC = @ac_ct_CC@
476 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
477 am__include = @am__include@
478 am__leading_dot = @am__leading_dot@
479 am__quote = @am__quote@
480 am__tar = @am__tar@
481 am__untar = @am__untar@
482 bindir = @bindir@
483 build = @build@
484 build_alias = @build_alias@
485 build_cpu = @build_cpu@
486 build_os = @build_os@
487 build_vendor = @build_vendor@
488 builddir = @builddir@
489 datadir = @datadir@
490 datarootdir = @datarootdir@
491 docdir = @docdir@
492 dvidir = @dvidir@
493 exec_prefix = @exec_prefix@
494 host = @host@
495 host_alias = @host_alias@
496 host_cpu = @host_cpu@
497 host_os = @host_os@
498 host_vendor = @host_vendor@
499 htmldir = @htmldir@
500 includedir = @includedir@
501 infodir = @infodir@
502 install_sh = @install_sh@
503 libdir = @libdir@
504 libexecdir = @libexecdir@
505 localedir = @localedir@
506 localstatedir = @localstatedir@
507 mandir = @mandir@
508 mkdir_p = @mkdir_p@
509 oldincludedir = @oldincludedir@
510 pdfdir = @pdfdir@
511 prefix = @prefix@
512 program_transform_name = @program_transform_name@
513 psdir = @psdir@
514 sbindir = @sbindir@
515 sharedstatedir = @sharedstatedir@
516 srcdir = @srcdir@
517 sysconfdir = @sysconfdir@
518 target_alias = @target_alias@
519 top_build_prefix = @top_build_prefix@
520 top_builddir = @top_builddir@
521 top_srcdir = @top_srcdir@
522 EXTRA_DIST = \
523 run_test_1 \
524 run_test_2 \
525 run_test_3 \
526 run_test_4 \
527 jpcod \
528 jpdec \
529 jpenc \
530 run_codec_test \
531 decoder_tests \
532 codec_tests \
533 utilities
535 AM_TESTS_ENVIRONMENT = \
536 JAS_ABS_TOP_SRCDIR="$(abs_top_srcdir)" \
537 JAS_TOP_SRCDIR="$(top_srcdir)" \
538 JAS_ABS_TOP_BUILDDIR="$(abs_top_builddir)" \
539 JAS_TOP_BUILDDIR="$(top_builddir)"
541 TESTS = \
542 run_test_1 \
543 run_test_2 \
544 run_test_3 \
545 run_test_4
547 all: all-am
549 .SUFFIXES:
550 .SUFFIXES: .log .test .test$(EXEEXT) .trs
551 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
552 @for dep in $?; do \
553 case '$(am__configure_deps)' in \
554 *$$dep*) \
555 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
556 && { if test -f $@; then exit 0; else break; fi; }; \
557 exit 1;; \
558 esac; \
559 done; \
560 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/bin/Makefile'; \
561 $(am__cd) $(top_srcdir) && \
562 $(AUTOMAKE) --foreign test/bin/Makefile
563 .PRECIOUS: Makefile
564 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
565 @case '$?' in \
566 *config.status*) \
567 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
568 *) \
569 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
570 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
571 esac;
573 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
574 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
576 $(top_srcdir)/configure: $(am__configure_deps)
577 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
578 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
579 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
580 $(am__aclocal_m4_deps):
582 mostlyclean-libtool:
583 -rm -f *.lo
585 clean-libtool:
586 -rm -rf .libs _libs
587 tags TAGS:
589 ctags CTAGS:
591 cscope cscopelist:
594 # Recover from deleted '.trs' file; this should ensure that
595 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
596 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
597 # to avoid problems with "make -n".
598 .log.trs:
599 rm -f $< $@
600 $(MAKE) $(AM_MAKEFLAGS) $<
602 # Leading 'am--fnord' is there to ensure the list of targets does not
603 # expand to empty, as could happen e.g. with make check TESTS=''.
604 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
605 am--force-recheck:
608 $(TEST_SUITE_LOG): $(TEST_LOGS)
609 @$(am__set_TESTS_bases); \
610 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
611 redo_bases=`for i in $$bases; do \
612 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
613 done`; \
614 if test -n "$$redo_bases"; then \
615 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
616 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
617 if $(am__make_dryrun); then :; else \
618 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
619 fi; \
620 fi; \
621 if test -n "$$am__remaking_logs"; then \
622 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
623 "recursion detected" >&2; \
624 else \
625 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
626 fi; \
627 if $(am__make_dryrun); then :; else \
628 st=0; \
629 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
630 for i in $$redo_bases; do \
631 test -f $$i.trs && test -r $$i.trs \
632 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
633 test -f $$i.log && test -r $$i.log \
634 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
635 done; \
636 test $$st -eq 0 || exit 1; \
638 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
639 ws='[ ]'; \
640 results=`for b in $$bases; do echo $$b.trs; done`; \
641 test -n "$$results" || results=/dev/null; \
642 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
643 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
644 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
645 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
646 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
647 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
648 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
649 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
650 success=true; \
651 else \
652 success=false; \
653 fi; \
654 br='==================='; br=$$br$$br$$br$$br; \
655 result_count () \
657 if test x"$$1" = x"--maybe-color"; then \
658 maybe_colorize=yes; \
659 elif test x"$$1" = x"--no-color"; then \
660 maybe_colorize=no; \
661 else \
662 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
663 fi; \
664 shift; \
665 desc=$$1 count=$$2; \
666 if test $$maybe_colorize = yes && test $$count -gt 0; then \
667 color_start=$$3 color_end=$$std; \
668 else \
669 color_start= color_end=; \
670 fi; \
671 echo "$${color_start}# $$desc $$count$${color_end}"; \
672 }; \
673 create_testsuite_report () \
675 result_count $$1 "TOTAL:" $$all "$$brg"; \
676 result_count $$1 "PASS: " $$pass "$$grn"; \
677 result_count $$1 "SKIP: " $$skip "$$blu"; \
678 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
679 result_count $$1 "FAIL: " $$fail "$$red"; \
680 result_count $$1 "XPASS:" $$xpass "$$red"; \
681 result_count $$1 "ERROR:" $$error "$$mgn"; \
682 }; \
684 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
685 $(am__rst_title); \
686 create_testsuite_report --no-color; \
687 echo; \
688 echo ".. contents:: :depth: 2"; \
689 echo; \
690 for b in $$bases; do echo $$b; done \
691 | $(am__create_global_log); \
692 } >$(TEST_SUITE_LOG).tmp || exit 1; \
693 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
694 if $$success; then \
695 col="$$grn"; \
696 else \
697 col="$$red"; \
698 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
699 fi; \
700 echo "$${col}$$br$${std}"; \
701 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
702 echo "$${col}$$br$${std}"; \
703 create_testsuite_report --maybe-color; \
704 echo "$$col$$br$$std"; \
705 if $$success; then :; else \
706 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
707 if test -n "$(PACKAGE_BUGREPORT)"; then \
708 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
709 fi; \
710 echo "$$col$$br$$std"; \
711 fi; \
712 $$success || exit 1
714 check-TESTS:
715 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
716 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
717 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
718 @set +e; $(am__set_TESTS_bases); \
719 log_list=`for i in $$bases; do echo $$i.log; done`; \
720 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
721 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
722 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
723 exit $$?;
724 recheck: all
725 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
726 @set +e; $(am__set_TESTS_bases); \
727 bases=`for i in $$bases; do echo $$i; done \
728 | $(am__list_recheck_tests)` || exit 1; \
729 log_list=`for i in $$bases; do echo $$i.log; done`; \
730 log_list=`echo $$log_list`; \
731 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
732 am__force_recheck=am--force-recheck \
733 TEST_LOGS="$$log_list"; \
734 exit $$?
735 run_test_1.log: run_test_1
736 @p='run_test_1'; \
737 b='run_test_1'; \
738 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
739 --log-file $$b.log --trs-file $$b.trs \
740 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
741 "$$tst" $(AM_TESTS_FD_REDIRECT)
742 run_test_2.log: run_test_2
743 @p='run_test_2'; \
744 b='run_test_2'; \
745 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
746 --log-file $$b.log --trs-file $$b.trs \
747 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
748 "$$tst" $(AM_TESTS_FD_REDIRECT)
749 run_test_3.log: run_test_3
750 @p='run_test_3'; \
751 b='run_test_3'; \
752 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
753 --log-file $$b.log --trs-file $$b.trs \
754 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
755 "$$tst" $(AM_TESTS_FD_REDIRECT)
756 run_test_4.log: run_test_4
757 @p='run_test_4'; \
758 b='run_test_4'; \
759 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
760 --log-file $$b.log --trs-file $$b.trs \
761 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
762 "$$tst" $(AM_TESTS_FD_REDIRECT)
763 .test.log:
764 @p='$<'; \
765 $(am__set_b); \
766 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
767 --log-file $$b.log --trs-file $$b.trs \
768 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
769 "$$tst" $(AM_TESTS_FD_REDIRECT)
770 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
771 @am__EXEEXT_TRUE@ @p='$<'; \
772 @am__EXEEXT_TRUE@ $(am__set_b); \
773 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
774 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
775 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
776 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
778 distdir: $(DISTFILES)
779 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
780 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
781 list='$(DISTFILES)'; \
782 dist_files=`for file in $$list; do echo $$file; done | \
783 sed -e "s|^$$srcdirstrip/||;t" \
784 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
785 case $$dist_files in \
786 */*) $(MKDIR_P) `echo "$$dist_files" | \
787 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
788 sort -u` ;; \
789 esac; \
790 for file in $$dist_files; do \
791 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
792 if test -d $$d/$$file; then \
793 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
794 if test -d "$(distdir)/$$file"; then \
795 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
796 fi; \
797 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
798 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
799 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
800 fi; \
801 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
802 else \
803 test -f "$(distdir)/$$file" \
804 || cp -p $$d/$$file "$(distdir)/$$file" \
805 || exit 1; \
806 fi; \
807 done
808 check-am: all-am
809 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
810 check: check-am
811 all-am: Makefile
812 installdirs:
813 install: install-am
814 install-exec: install-exec-am
815 install-data: install-data-am
816 uninstall: uninstall-am
818 install-am: all-am
819 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
821 installcheck: installcheck-am
822 install-strip:
823 if test -z '$(STRIP)'; then \
824 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
825 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
826 install; \
827 else \
828 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
829 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
830 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
832 mostlyclean-generic:
833 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
834 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
835 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
837 clean-generic:
839 distclean-generic:
840 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
841 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
843 maintainer-clean-generic:
844 @echo "This command is intended for maintainers to use"
845 @echo "it deletes files that may require special tools to rebuild."
846 clean: clean-am
848 clean-am: clean-generic clean-libtool mostlyclean-am
850 distclean: distclean-am
851 -rm -f Makefile
852 distclean-am: clean-am distclean-generic
854 dvi: dvi-am
856 dvi-am:
858 html: html-am
860 html-am:
862 info: info-am
864 info-am:
866 install-data-am:
868 install-dvi: install-dvi-am
870 install-dvi-am:
872 install-exec-am:
874 install-html: install-html-am
876 install-html-am:
878 install-info: install-info-am
880 install-info-am:
882 install-man:
884 install-pdf: install-pdf-am
886 install-pdf-am:
888 install-ps: install-ps-am
890 install-ps-am:
892 installcheck-am:
894 maintainer-clean: maintainer-clean-am
895 -rm -f Makefile
896 maintainer-clean-am: distclean-am maintainer-clean-generic
898 mostlyclean: mostlyclean-am
900 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
902 pdf: pdf-am
904 pdf-am:
906 ps: ps-am
908 ps-am:
910 uninstall-am:
912 .MAKE: check-am install-am install-strip
914 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
915 clean-libtool cscopelist-am ctags-am distclean \
916 distclean-generic distclean-libtool distdir dvi dvi-am html \
917 html-am info info-am install install-am install-data \
918 install-data-am install-dvi install-dvi-am install-exec \
919 install-exec-am install-html install-html-am install-info \
920 install-info-am install-man install-pdf install-pdf-am \
921 install-ps install-ps-am install-strip installcheck \
922 installcheck-am installdirs maintainer-clean \
923 maintainer-clean-generic mostlyclean mostlyclean-generic \
924 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags-am \
925 uninstall uninstall-am
928 # Tell versions [3.59,3.63) of GNU make to not export all variables.
929 # Otherwise a system limit (for SysV at least) may be exceeded.
930 .NOEXPORT: