87869db163abaaedbc5008b85f97152eb56b20f1
[platform/upstream/fontconfig.git] / test / Makefile.in
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20   case $${target_option-} in \
21       ?) ;; \
22       *) echo "am__make_running_with_option: internal error: invalid" \
23               "target option '$${target_option-}' specified" >&2; \
24          exit 1;; \
25   esac; \
26   has_opt=no; \
27   sane_makeflags=$$MAKEFLAGS; \
28   if $(am__is_gnu_make); then \
29     sane_makeflags=$$MFLAGS; \
30   else \
31     case $$MAKEFLAGS in \
32       *\\[\ \   ]*) \
33         bs=\\; \
34         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
36     esac; \
37   fi; \
38   skip_next=no; \
39   strip_trailopt () \
40   { \
41     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42   }; \
43   for flg in $$sane_makeflags; do \
44     test $$skip_next = yes && { skip_next=no; continue; }; \
45     case $$flg in \
46       *=*|--*) continue;; \
47         -*I) strip_trailopt 'I'; skip_next=yes;; \
48       -*I?*) strip_trailopt 'I';; \
49         -*O) strip_trailopt 'O'; skip_next=yes;; \
50       -*O?*) strip_trailopt 'O';; \
51         -*l) strip_trailopt 'l'; skip_next=yes;; \
52       -*l?*) strip_trailopt 'l';; \
53       -[dEDm]) skip_next=yes;; \
54       -[JT]) skip_next=yes;; \
55     esac; \
56     case $$flg in \
57       *$$target_option*) has_opt=yes; break;; \
58     esac; \
59   done; \
60   test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 build_triplet = @build@
80 host_triplet = @host@
81 check_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2)
82 @HAVE_PTHREAD_TRUE@am__append_1 = test-pthread
83 @OS_WIN32_FALSE@am__append_2 = test-migration
84 subdir = test
85 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86         $(top_srcdir)/depcomp $(top_srcdir)/test-driver
87 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \
89         $(top_srcdir)/m4/ax_cc_for_build.m4 \
90         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
91         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
92         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
93         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
94         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
95 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96         $(ACLOCAL_M4)
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_HEADER = $(top_builddir)/config.h
99 CONFIG_CLEAN_FILES =
100 CONFIG_CLEAN_VPATH_FILES =
101 @HAVE_PTHREAD_TRUE@am__EXEEXT_1 = test-pthread$(EXEEXT)
102 @OS_WIN32_FALSE@am__EXEEXT_2 = test-migration$(EXEEXT)
103 PROGRAMS = $(noinst_PROGRAMS)
104 test_migration_SOURCES = test-migration.c
105 test_migration_OBJECTS = test-migration.$(OBJEXT)
106 @OS_WIN32_FALSE@test_migration_DEPENDENCIES =  \
107 @OS_WIN32_FALSE@        $(top_builddir)/src/libfontconfig.la
108 AM_V_lt = $(am__v_lt_@AM_V@)
109 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
110 am__v_lt_0 = --silent
111 am__v_lt_1 = 
112 test_pthread_SOURCES = test-pthread.c
113 test_pthread_OBJECTS = test-pthread.$(OBJEXT)
114 @HAVE_PTHREAD_TRUE@test_pthread_DEPENDENCIES =  \
115 @HAVE_PTHREAD_TRUE@     $(top_builddir)/src/libfontconfig.la
116 AM_V_P = $(am__v_P_@AM_V@)
117 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118 am__v_P_0 = false
119 am__v_P_1 = :
120 AM_V_GEN = $(am__v_GEN_@AM_V@)
121 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
122 am__v_GEN_0 = @echo "  GEN     " $@;
123 am__v_GEN_1 = 
124 AM_V_at = $(am__v_at_@AM_V@)
125 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
126 am__v_at_0 = @
127 am__v_at_1 = 
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
135         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
136         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
137         $(AM_CFLAGS) $(CFLAGS)
138 AM_V_CC = $(am__v_CC_@AM_V@)
139 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
140 am__v_CC_0 = @echo "  CC      " $@;
141 am__v_CC_1 = 
142 CCLD = $(CC)
143 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
145         $(AM_LDFLAGS) $(LDFLAGS) -o $@
146 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148 am__v_CCLD_0 = @echo "  CCLD    " $@;
149 am__v_CCLD_1 = 
150 SOURCES = test-migration.c test-pthread.c
151 DIST_SOURCES = test-migration.c test-pthread.c
152 am__can_run_installinfo = \
153   case $$AM_UPDATE_INFO_DIR in \
154     n|no|NO) false;; \
155     *) (install-info --version) >/dev/null 2>&1;; \
156   esac
157 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158 # Read a list of newline-separated strings from the standard input,
159 # and print each of them once, without duplicates.  Input order is
160 # *not* preserved.
161 am__uniquify_input = $(AWK) '\
162   BEGIN { nonempty = 0; } \
163   { items[$$0] = 1; nonempty = 1; } \
164   END { if (nonempty) { for (i in items) print i; }; } \
165 '
166 # Make sure the list of sources is unique.  This is necessary because,
167 # e.g., the same source file might be shared among _SOURCES variables
168 # for different programs/libraries.
169 am__define_uniq_tagged_files = \
170   list='$(am__tagged_files)'; \
171   unique=`for i in $$list; do \
172     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173   done | $(am__uniquify_input)`
174 ETAGS = etags
175 CTAGS = ctags
176 am__tty_colors_dummy = \
177   mgn= red= grn= lgn= blu= brg= std=; \
178   am__color_tests=no
179 am__tty_colors = { \
180   $(am__tty_colors_dummy); \
181   if test "X$(AM_COLOR_TESTS)" = Xno; then \
182     am__color_tests=no; \
183   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
184     am__color_tests=yes; \
185   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
186     am__color_tests=yes; \
187   fi; \
188   if test $$am__color_tests = yes; then \
189     red='\e[0;31m'; \
190     grn='\e[0;32m'; \
191     lgn='\e[1;32m'; \
192     blu='\e[1;34m'; \
193     mgn='\e[0;35m'; \
194     brg='\e[1m'; \
195     std='\e[m'; \
196   fi; \
197 }
198 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
199 am__vpath_adj = case $$p in \
200     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
201     *) f=$$p;; \
202   esac;
203 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
204 am__install_max = 40
205 am__nobase_strip_setup = \
206   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
207 am__nobase_strip = \
208   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
209 am__nobase_list = $(am__nobase_strip_setup); \
210   for p in $$list; do echo "$$p $$p"; done | \
211   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
212   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
213     if (++n[$$2] == $(am__install_max)) \
214       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
215     END { for (dir in files) print dir, files[dir] }'
216 am__base_list = \
217   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
218   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
219 am__uninstall_files_from_dir = { \
220   test -z "$$files" \
221     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
222     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
223          $(am__cd) "$$dir" && rm -f $$files; }; \
224   }
225 am__recheck_rx = ^[     ]*:recheck:[    ]*
226 am__global_test_result_rx = ^[  ]*:global-test-result:[         ]*
227 am__copy_in_global_log_rx = ^[  ]*:copy-in-global-log:[         ]*
228 # A command that, given a newline-separated list of test names on the
229 # standard input, print the name of the tests that are to be re-run
230 # upon "make recheck".
231 am__list_recheck_tests = $(AWK) '{ \
232   recheck = 1; \
233   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
234     { \
235       if (rc < 0) \
236         { \
237           if ((getline line2 < ($$0 ".log")) < 0) \
238             recheck = 0; \
239           break; \
240         } \
241       else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
242         { \
243           recheck = 0; \
244           break; \
245         } \
246       else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
247         { \
248           break; \
249         } \
250     }; \
251   if (recheck) \
252     print $$0; \
253   close ($$0 ".trs"); \
254   close ($$0 ".log"); \
255 }'
256 # A command that, given a newline-separated list of test names on the
257 # standard input, create the global log from their .trs and .log files.
258 am__create_global_log = $(AWK) ' \
259 function fatal(msg) \
260 { \
261   print "fatal: making $@: " msg | "cat >&2"; \
262   exit 1; \
263 } \
264 function rst_section(header) \
265 { \
266   print header; \
267   len = length(header); \
268   for (i = 1; i <= len; i = i + 1) \
269     printf "="; \
270   printf "\n\n"; \
271 } \
272 { \
273   copy_in_global_log = 1; \
274   global_test_result = "RUN"; \
275   while ((rc = (getline line < ($$0 ".trs"))) != 0) \
276     { \
277       if (rc < 0) \
278          fatal("failed to read from " $$0 ".trs"); \
279       if (line ~ /$(am__global_test_result_rx)/) \
280         { \
281           sub("$(am__global_test_result_rx)", "", line); \
282           sub("[        ]*$$", "", line); \
283           global_test_result = line; \
284         } \
285       else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
286         copy_in_global_log = 0; \
287     }; \
288   if (copy_in_global_log) \
289     { \
290       rst_section(global_test_result ": " $$0); \
291       while ((rc = (getline line < ($$0 ".log"))) != 0) \
292       { \
293         if (rc < 0) \
294           fatal("failed to read from " $$0 ".log"); \
295         print line; \
296       }; \
297       printf "\n"; \
298     }; \
299   close ($$0 ".trs"); \
300   close ($$0 ".log"); \
301 }'
302 # Restructured Text title.
303 am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
304 # Solaris 10 'make', and several other traditional 'make' implementations,
305 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
306 # by disabling -e (using the XSI extension "set +e") if it's set.
307 am__sh_e_setup = case $$- in *e*) set +e;; esac
308 # Default flags passed to test drivers.
309 am__common_driver_flags = \
310   --color-tests "$$am__color_tests" \
311   --enable-hard-errors "$$am__enable_hard_errors" \
312   --expect-failure "$$am__expect_failure"
313 # To be inserted before the command running the test.  Creates the
314 # directory for the log if needed.  Stores in $dir the directory
315 # containing $f, in $tst the test, in $log the log.  Executes the
316 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
317 # passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
318 # will run the test scripts (or their associated LOG_COMPILER, if
319 # thy have one).
320 am__check_pre = \
321 $(am__sh_e_setup);                                      \
322 $(am__vpath_adj_setup) $(am__vpath_adj)                 \
323 $(am__tty_colors);                                      \
324 srcdir=$(srcdir); export srcdir;                        \
325 case "$@" in                                            \
326   */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;    \
327     *) am__odir=.;;                                     \
328 esac;                                                   \
329 test "x$$am__odir" = x"." || test -d "$$am__odir"       \
330   || $(MKDIR_P) "$$am__odir" || exit $$?;               \
331 if test -f "./$$f"; then dir=./;                        \
332 elif test -f "$$f"; then dir=;                          \
333 else dir="$(srcdir)/"; fi;                              \
334 tst=$$dir$$f; log='$@';                                 \
335 if test -n '$(DISABLE_HARD_ERRORS)'; then               \
336   am__enable_hard_errors=no;                            \
337 else                                                    \
338   am__enable_hard_errors=yes;                           \
339 fi;                                                     \
340 case " $(XFAIL_TESTS) " in                              \
341   *[\ \ ]$$f[\ \        ]* | *[\ \      ]$$dir$$f[\ \   ]*) \
342     am__expect_failure=yes;;                            \
343   *)                                                    \
344     am__expect_failure=no;;                             \
345 esac;                                                   \
346 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
347 # A shell command to get the names of the tests scripts with any registered
348 # extension removed (i.e., equivalently, the names of the test logs, with
349 # the '.log' extension removed).  The result is saved in the shell variable
350 # '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
351 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
352 # since that might cause problem with VPATH rewrites for suffix-less tests.
353 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
354 am__set_TESTS_bases = \
355   bases='$(TEST_LOGS)'; \
356   bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
357   bases=`echo $$bases`
358 RECHECK_LOGS = $(TEST_LOGS)
359 AM_RECURSIVE_TARGETS = check recheck
360 TEST_SUITE_LOG = test-suite.log
361 am__test_logs1 = $(TESTS:=.log)
362 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
363 TEST_LOGS = $(am__test_logs2:.sh.log=.log)
364 SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver
365 SH_LOG_COMPILE = $(SH_LOG_COMPILER) $(AM_SH_LOG_FLAGS) $(SH_LOG_FLAGS)
366 am__set_b = \
367   case '$@' in \
368     */*) \
369       case '$*' in \
370         */*) b='$*';; \
371           *) b=`echo '$@' | sed 's/\.log$$//'`; \
372        esac;; \
373     *) \
374       b='$*';; \
375   esac
376 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
377 ACLOCAL = @ACLOCAL@
378 AMTAR = @AMTAR@
379 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
380 AR = @AR@
381 AS = @AS@
382 AUTOCONF = @AUTOCONF@
383 AUTOHEADER = @AUTOHEADER@
384 AUTOMAKE = @AUTOMAKE@
385 AWK = @AWK@
386 BASECONFIGDIR = @BASECONFIGDIR@
387 CC = @CC@
388 CCDEPMODE = @CCDEPMODE@
389 CC_FOR_BUILD = @CC_FOR_BUILD@
390 CFLAGS = @CFLAGS@
391 CONFIGDIR = @CONFIGDIR@
392 CPP = @CPP@
393 CPPFLAGS = @CPPFLAGS@
394 CYGPATH_W = @CYGPATH_W@
395 DEFS = @DEFS@
396 DEPDIR = @DEPDIR@
397 DLLTOOL = @DLLTOOL@
398 DOCMAN3 = @DOCMAN3@
399 DSYMUTIL = @DSYMUTIL@
400 DUMPBIN = @DUMPBIN@
401 ECHO_C = @ECHO_C@
402 ECHO_N = @ECHO_N@
403 ECHO_T = @ECHO_T@
404 EGREP = @EGREP@
405 EXEEXT = @EXEEXT@
406 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
407 EXPAT_CFLAGS = @EXPAT_CFLAGS@
408 EXPAT_LIBS = @EXPAT_LIBS@
409 FC_ADD_FONTS = @FC_ADD_FONTS@
410 FC_CACHEDIR = @FC_CACHEDIR@
411 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
412 FC_FONTDATE = @FC_FONTDATE@
413 FC_FONTPATH = @FC_FONTPATH@
414 FGREP = @FGREP@
415 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
416 FREETYPE_LIBS = @FREETYPE_LIBS@
417 GIT = @GIT@
418 GPERF = @GPERF@
419 GREP = @GREP@
420 HASDOCBOOK = @HASDOCBOOK@
421 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
422 ICONV_CFLAGS = @ICONV_CFLAGS@
423 ICONV_LIBS = @ICONV_LIBS@
424 INSTALL = @INSTALL@
425 INSTALL_DATA = @INSTALL_DATA@
426 INSTALL_PROGRAM = @INSTALL_PROGRAM@
427 INSTALL_SCRIPT = @INSTALL_SCRIPT@
428 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
429 LD = @LD@
430 LDFLAGS = @LDFLAGS@
431 LIBOBJS = @LIBOBJS@
432 LIBS = @LIBS@
433 LIBTOOL = @LIBTOOL@
434 LIBT_CURRENT = @LIBT_CURRENT@
435 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
436 LIBT_REVISION = @LIBT_REVISION@
437 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
438 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
439 LIBXML2_LIBS = @LIBXML2_LIBS@
440 LIPO = @LIPO@
441 LN_S = @LN_S@
442 LTLIBOBJS = @LTLIBOBJS@
443 MAKEINFO = @MAKEINFO@
444 MANIFEST_TOOL = @MANIFEST_TOOL@
445 MKDIR_P = @MKDIR_P@
446 NM = @NM@
447 NMEDIT = @NMEDIT@
448 OBJDUMP = @OBJDUMP@
449 OBJEXT = @OBJEXT@
450 OTOOL = @OTOOL@
451 OTOOL64 = @OTOOL64@
452 PACKAGE = @PACKAGE@
453 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
454 PACKAGE_NAME = @PACKAGE_NAME@
455 PACKAGE_STRING = @PACKAGE_STRING@
456 PACKAGE_TARNAME = @PACKAGE_TARNAME@
457 PACKAGE_URL = @PACKAGE_URL@
458 PACKAGE_VERSION = @PACKAGE_VERSION@
459 PATH_SEPARATOR = @PATH_SEPARATOR@
460 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
461 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
462 PKG_CONFIG = @PKG_CONFIG@
463 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
464 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
465 PTHREAD_CC = @PTHREAD_CC@
466 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
467 PTHREAD_LIBS = @PTHREAD_LIBS@
468 PYTHON = @PYTHON@
469 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
470 PYTHON_PLATFORM = @PYTHON_PLATFORM@
471 PYTHON_PREFIX = @PYTHON_PREFIX@
472 PYTHON_VERSION = @PYTHON_VERSION@
473 RANLIB = @RANLIB@
474 RM = @RM@
475 SED = @SED@
476 SET_MAKE = @SET_MAKE@
477 SHELL = @SHELL@
478 STRIP = @STRIP@
479 TEMPLATEDIR = @TEMPLATEDIR@
480 VERSION = @VERSION@
481 WARN_CFLAGS = @WARN_CFLAGS@
482 XMLDIR = @XMLDIR@
483 abs_builddir = @abs_builddir@
484 abs_srcdir = @abs_srcdir@
485 abs_top_builddir = @abs_top_builddir@
486 abs_top_srcdir = @abs_top_srcdir@
487 ac_ct_AR = @ac_ct_AR@
488 ac_ct_CC = @ac_ct_CC@
489 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
490 am__include = @am__include@
491 am__leading_dot = @am__leading_dot@
492 am__quote = @am__quote@
493 am__tar = @am__tar@
494 am__untar = @am__untar@
495 ax_pthread_config = @ax_pthread_config@
496 bindir = @bindir@
497 build = @build@
498 build_alias = @build_alias@
499 build_cpu = @build_cpu@
500 build_os = @build_os@
501 build_vendor = @build_vendor@
502 builddir = @builddir@
503 datadir = @datadir@
504 datarootdir = @datarootdir@
505 docdir = @docdir@
506 dvidir = @dvidir@
507 exec_prefix = @exec_prefix@
508 fc_cachedir = @fc_cachedir@
509 host = @host@
510 host_alias = @host_alias@
511 host_cpu = @host_cpu@
512 host_os = @host_os@
513 host_vendor = @host_vendor@
514 htmldir = @htmldir@
515 includedir = @includedir@
516 infodir = @infodir@
517 install_sh = @install_sh@
518 libdir = @libdir@
519 libexecdir = @libexecdir@
520 localedir = @localedir@
521 localstatedir = @localstatedir@
522 mandir = @mandir@
523 mkdir_p = @mkdir_p@
524 ms_librarian = @ms_librarian@
525 oldincludedir = @oldincludedir@
526 pdfdir = @pdfdir@
527 pkgconfigdir = @pkgconfigdir@
528 pkgpyexecdir = @pkgpyexecdir@
529 pkgpythondir = @pkgpythondir@
530 prefix = @prefix@
531 program_transform_name = @program_transform_name@
532 psdir = @psdir@
533 pyexecdir = @pyexecdir@
534 pythondir = @pythondir@
535 sbindir = @sbindir@
536 sharedstatedir = @sharedstatedir@
537 srcdir = @srcdir@
538 sysconfdir = @sysconfdir@
539 target_alias = @target_alias@
540 top_build_prefix = @top_build_prefix@
541 top_builddir = @top_builddir@
542 top_srcdir = @top_srcdir@
543 check_SCRIPTS = run-test.sh
544 TEST_EXTENSIONS = \
545         .sh \
546         $(NULL)
547
548 AM_TESTS_ENVIRONMENT = \
549         src=${srcdir}; export src; \
550         EXEEXT=${EXEEXT}; export EXEEXT; \
551         $(NULL)
552
553 SH_LOG_COMPILER = sh
554 TESTS = run-test.sh
555 TESTDATA = 4x6.pcf 8x16.pcf out.expected fonts.conf.in
556 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
557 @HAVE_PTHREAD_TRUE@test_pthread_LDADD = $(top_builddir)/src/libfontconfig.la
558 # We don't enable this test by default because it will require config and fonts
559 # to meaningfully test anything, and we are not installed yet.
560 #TESTS += test-pthread
561 noinst_PROGRAMS = $(check_PROGRAMS)
562 @OS_WIN32_FALSE@test_migration_LDADD = $(top_builddir)/src/libfontconfig.la
563 EXTRA_DIST = $(check_SCRIPTS) $(TESTDATA)
564 CLEANFILES = 
565 all: all-am
566
567 .SUFFIXES:
568 .SUFFIXES: .c .lo .log .o .obj .sh .sh$(EXEEXT) .trs
569 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
570         @for dep in $?; do \
571           case '$(am__configure_deps)' in \
572             *$$dep*) \
573               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
574                 && { if test -f $@; then exit 0; else break; fi; }; \
575               exit 1;; \
576           esac; \
577         done; \
578         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/Makefile'; \
579         $(am__cd) $(top_srcdir) && \
580           $(AUTOMAKE) --gnu test/Makefile
581 .PRECIOUS: Makefile
582 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
583         @case '$?' in \
584           *config.status*) \
585             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
586           *) \
587             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
588             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
589         esac;
590
591 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
592         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
593
594 $(top_srcdir)/configure:  $(am__configure_deps)
595         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
597         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
598 $(am__aclocal_m4_deps):
599
600 clean-checkPROGRAMS:
601         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
602         echo " rm -f" $$list; \
603         rm -f $$list || exit $$?; \
604         test -n "$(EXEEXT)" || exit 0; \
605         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
606         echo " rm -f" $$list; \
607         rm -f $$list
608
609 clean-noinstPROGRAMS:
610         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
611         echo " rm -f" $$list; \
612         rm -f $$list || exit $$?; \
613         test -n "$(EXEEXT)" || exit 0; \
614         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
615         echo " rm -f" $$list; \
616         rm -f $$list
617
618 test-migration$(EXEEXT): $(test_migration_OBJECTS) $(test_migration_DEPENDENCIES) $(EXTRA_test_migration_DEPENDENCIES) 
619         @rm -f test-migration$(EXEEXT)
620         $(AM_V_CCLD)$(LINK) $(test_migration_OBJECTS) $(test_migration_LDADD) $(LIBS)
621
622 test-pthread$(EXEEXT): $(test_pthread_OBJECTS) $(test_pthread_DEPENDENCIES) $(EXTRA_test_pthread_DEPENDENCIES) 
623         @rm -f test-pthread$(EXEEXT)
624         $(AM_V_CCLD)$(LINK) $(test_pthread_OBJECTS) $(test_pthread_LDADD) $(LIBS)
625
626 mostlyclean-compile:
627         -rm -f *.$(OBJEXT)
628
629 distclean-compile:
630         -rm -f *.tab.c
631
632 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-migration.Po@am__quote@
633 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test-pthread.Po@am__quote@
634
635 .c.o:
636 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
637 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
638 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
640 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
641
642 .c.obj:
643 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
644 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
645 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
646 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
647 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
648
649 .c.lo:
650 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
651 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
652 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
653 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
654 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
655
656 mostlyclean-libtool:
657         -rm -f *.lo
658
659 clean-libtool:
660         -rm -rf .libs _libs
661
662 ID: $(am__tagged_files)
663         $(am__define_uniq_tagged_files); mkid -fID $$unique
664 tags: tags-am
665 TAGS: tags
666
667 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668         set x; \
669         here=`pwd`; \
670         $(am__define_uniq_tagged_files); \
671         shift; \
672         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
673           test -n "$$unique" || unique=$$empty_fix; \
674           if test $$# -gt 0; then \
675             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
676               "$$@" $$unique; \
677           else \
678             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
679               $$unique; \
680           fi; \
681         fi
682 ctags: ctags-am
683
684 CTAGS: ctags
685 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
686         $(am__define_uniq_tagged_files); \
687         test -z "$(CTAGS_ARGS)$$unique" \
688           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
689              $$unique
690
691 GTAGS:
692         here=`$(am__cd) $(top_builddir) && pwd` \
693           && $(am__cd) $(top_srcdir) \
694           && gtags -i $(GTAGS_ARGS) "$$here"
695 cscopelist: cscopelist-am
696
697 cscopelist-am: $(am__tagged_files)
698         list='$(am__tagged_files)'; \
699         case "$(srcdir)" in \
700           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
701           *) sdir=$(subdir)/$(srcdir) ;; \
702         esac; \
703         for i in $$list; do \
704           if test -f "$$i"; then \
705             echo "$(subdir)/$$i"; \
706           else \
707             echo "$$sdir/$$i"; \
708           fi; \
709         done >> $(top_builddir)/cscope.files
710
711 distclean-tags:
712         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
713
714 # Recover from deleted '.trs' file; this should ensure that
715 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
716 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
717 # to avoid problems with "make -n".
718 .log.trs:
719         rm -f $< $@
720         $(MAKE) $(AM_MAKEFLAGS) $<
721
722 # Leading 'am--fnord' is there to ensure the list of targets does not
723 # expand to empty, as could happen e.g. with make check TESTS=''.
724 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
725 am--force-recheck:
726         @:
727
728 $(TEST_SUITE_LOG): $(TEST_LOGS)
729         @$(am__set_TESTS_bases); \
730         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
731         redo_bases=`for i in $$bases; do \
732                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
733                     done`; \
734         if test -n "$$redo_bases"; then \
735           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
736           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
737           if $(am__make_dryrun); then :; else \
738             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
739           fi; \
740         fi; \
741         if test -n "$$am__remaking_logs"; then \
742           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
743                "recursion detected" >&2; \
744         else \
745           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
746         fi; \
747         if $(am__make_dryrun); then :; else \
748           st=0;  \
749           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
750           for i in $$redo_bases; do \
751             test -f $$i.trs && test -r $$i.trs \
752               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
753             test -f $$i.log && test -r $$i.log \
754               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
755           done; \
756           test $$st -eq 0 || exit 1; \
757         fi
758         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
759         ws='[   ]'; \
760         results=`for b in $$bases; do echo $$b.trs; done`; \
761         test -n "$$results" || results=/dev/null; \
762         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
763         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
764         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
765         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
766         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
767         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
768         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
769         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
770           success=true; \
771         else \
772           success=false; \
773         fi; \
774         br='==================='; br=$$br$$br$$br$$br; \
775         result_count () \
776         { \
777             if test x"$$1" = x"--maybe-color"; then \
778               maybe_colorize=yes; \
779             elif test x"$$1" = x"--no-color"; then \
780               maybe_colorize=no; \
781             else \
782               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
783             fi; \
784             shift; \
785             desc=$$1 count=$$2; \
786             if test $$maybe_colorize = yes && test $$count -gt 0; then \
787               color_start=$$3 color_end=$$std; \
788             else \
789               color_start= color_end=; \
790             fi; \
791             echo "$${color_start}# $$desc $$count$${color_end}"; \
792         }; \
793         create_testsuite_report () \
794         { \
795           result_count $$1 "TOTAL:" $$all   "$$brg"; \
796           result_count $$1 "PASS: " $$pass  "$$grn"; \
797           result_count $$1 "SKIP: " $$skip  "$$blu"; \
798           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
799           result_count $$1 "FAIL: " $$fail  "$$red"; \
800           result_count $$1 "XPASS:" $$xpass "$$red"; \
801           result_count $$1 "ERROR:" $$error "$$mgn"; \
802         }; \
803         {                                                               \
804           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
805             $(am__rst_title);                                           \
806           create_testsuite_report --no-color;                           \
807           echo;                                                         \
808           echo ".. contents:: :depth: 2";                               \
809           echo;                                                         \
810           for b in $$bases; do echo $$b; done                           \
811             | $(am__create_global_log);                                 \
812         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
813         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
814         if $$success; then                                              \
815           col="$$grn";                                                  \
816          else                                                           \
817           col="$$red";                                                  \
818           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
819         fi;                                                             \
820         echo "$${col}$$br$${std}";                                      \
821         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
822         echo "$${col}$$br$${std}";                                      \
823         create_testsuite_report --maybe-color;                          \
824         echo "$$col$$br$$std";                                          \
825         if $$success; then :; else                                      \
826           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
827           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
828             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
829           fi;                                                           \
830           echo "$$col$$br$$std";                                        \
831         fi;                                                             \
832         $$success || exit 1
833
834 check-TESTS:
835         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
836         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
837         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
838         @set +e; $(am__set_TESTS_bases); \
839         log_list=`for i in $$bases; do echo $$i.log; done`; \
840         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
841         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
842         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
843         exit $$?;
844 recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
845         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
846         @set +e; $(am__set_TESTS_bases); \
847         bases=`for i in $$bases; do echo $$i; done \
848                  | $(am__list_recheck_tests)` || exit 1; \
849         log_list=`for i in $$bases; do echo $$i.log; done`; \
850         log_list=`echo $$log_list`; \
851         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
852                 am__force_recheck=am--force-recheck \
853                 TEST_LOGS="$$log_list"; \
854         exit $$?
855 .sh.log:
856         @p='$<'; \
857         $(am__set_b); \
858         $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
859         --log-file $$b.log --trs-file $$b.trs \
860         $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
861         "$$tst" $(AM_TESTS_FD_REDIRECT)
862 @am__EXEEXT_TRUE@.sh$(EXEEXT).log:
863 @am__EXEEXT_TRUE@       @p='$<'; \
864 @am__EXEEXT_TRUE@       $(am__set_b); \
865 @am__EXEEXT_TRUE@       $(am__check_pre) $(SH_LOG_DRIVER) --test-name "$$f" \
866 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
867 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_SH_LOG_DRIVER_FLAGS) $(SH_LOG_DRIVER_FLAGS) -- $(SH_LOG_COMPILE) \
868 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
869
870 distdir: $(DISTFILES)
871         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
872         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
873         list='$(DISTFILES)'; \
874           dist_files=`for file in $$list; do echo $$file; done | \
875           sed -e "s|^$$srcdirstrip/||;t" \
876               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
877         case $$dist_files in \
878           */*) $(MKDIR_P) `echo "$$dist_files" | \
879                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
880                            sort -u` ;; \
881         esac; \
882         for file in $$dist_files; do \
883           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
884           if test -d $$d/$$file; then \
885             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
886             if test -d "$(distdir)/$$file"; then \
887               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
888             fi; \
889             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
890               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
891               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
892             fi; \
893             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
894           else \
895             test -f "$(distdir)/$$file" \
896             || cp -p $$d/$$file "$(distdir)/$$file" \
897             || exit 1; \
898           fi; \
899         done
900 check-am: all-am
901         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) $(check_SCRIPTS)
902         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
903 check: check-am
904 all-am: Makefile $(PROGRAMS)
905 installdirs:
906 install: install-am
907 install-exec: install-exec-am
908 install-data: install-data-am
909 uninstall: uninstall-am
910
911 install-am: all-am
912         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
913
914 installcheck: installcheck-am
915 install-strip:
916         if test -z '$(STRIP)'; then \
917           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
918             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
919               install; \
920         else \
921           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
922             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
923             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
924         fi
925 mostlyclean-generic:
926         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
927         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
928         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
929
930 clean-generic:
931         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
932
933 distclean-generic:
934         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
935         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
936
937 maintainer-clean-generic:
938         @echo "This command is intended for maintainers to use"
939         @echo "it deletes files that may require special tools to rebuild."
940 clean: clean-am
941
942 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
943         clean-noinstPROGRAMS mostlyclean-am
944
945 distclean: distclean-am
946         -rm -rf ./$(DEPDIR)
947         -rm -f Makefile
948 distclean-am: clean-am distclean-compile distclean-generic \
949         distclean-tags
950
951 dvi: dvi-am
952
953 dvi-am:
954
955 html: html-am
956
957 html-am:
958
959 info: info-am
960
961 info-am:
962
963 install-data-am:
964
965 install-dvi: install-dvi-am
966
967 install-dvi-am:
968
969 install-exec-am:
970
971 install-html: install-html-am
972
973 install-html-am:
974
975 install-info: install-info-am
976
977 install-info-am:
978
979 install-man:
980
981 install-pdf: install-pdf-am
982
983 install-pdf-am:
984
985 install-ps: install-ps-am
986
987 install-ps-am:
988
989 installcheck-am:
990
991 maintainer-clean: maintainer-clean-am
992         -rm -rf ./$(DEPDIR)
993         -rm -f Makefile
994 maintainer-clean-am: distclean-am maintainer-clean-generic
995
996 mostlyclean: mostlyclean-am
997
998 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
999         mostlyclean-libtool
1000
1001 pdf: pdf-am
1002
1003 pdf-am:
1004
1005 ps: ps-am
1006
1007 ps-am:
1008
1009 uninstall-am:
1010
1011 .MAKE: check-am install-am install-strip
1012
1013 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1014         clean-checkPROGRAMS clean-generic clean-libtool \
1015         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
1016         distclean-compile distclean-generic distclean-libtool \
1017         distclean-tags distdir dvi dvi-am html html-am info info-am \
1018         install install-am install-data install-data-am install-dvi \
1019         install-dvi-am install-exec install-exec-am install-html \
1020         install-html-am install-info install-info-am install-man \
1021         install-pdf install-pdf-am install-ps install-ps-am \
1022         install-strip installcheck installcheck-am installdirs \
1023         maintainer-clean maintainer-clean-generic mostlyclean \
1024         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1025         pdf pdf-am ps ps-am recheck tags tags-am uninstall \
1026         uninstall-am
1027
1028
1029 -include $(top_srcdir)/git.mk
1030
1031 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1032 # Otherwise a system limit (for SysV at least) may be exceeded.
1033 .NOEXPORT: