synch with TL 37803
[luatex.git] / source / texk / texlive / Makefile.in
blobc2dba56531d2d698bd1fd75e07cf5fb94ca2a759
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 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@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 @LINKED_SCRIPTS_TRUE@am__append_1 = linked_scripts
89 subdir = .
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-win32.m4 \
92 $(top_srcdir)/../../version.ac $(top_srcdir)/ac/texlive.ac \
93 $(top_srcdir)/configure.ac
94 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
95 $(ACLOCAL_M4)
96 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
97 $(am__configure_deps) $(am__DIST_COMMON)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99 configure.lineno config.status.lineno
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo " GEN " $@;
110 am__v_GEN_1 =
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 =
115 SOURCES =
116 DIST_SOURCES =
117 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118 ctags-recursive dvi-recursive html-recursive info-recursive \
119 install-data-recursive install-dvi-recursive \
120 install-exec-recursive install-html-recursive \
121 install-info-recursive install-pdf-recursive \
122 install-ps-recursive install-recursive installcheck-recursive \
123 installdirs-recursive pdf-recursive ps-recursive \
124 tags-recursive uninstall-recursive
125 am__can_run_installinfo = \
126 case $$AM_UPDATE_INFO_DIR in \
127 n|no|NO) false;; \
128 *) (install-info --version) >/dev/null 2>&1;; \
129 esac
130 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
131 distclean-recursive maintainer-clean-recursive
132 am__recursive_targets = \
133 $(RECURSIVE_TARGETS) \
134 $(RECURSIVE_CLEAN_TARGETS) \
135 $(am__extra_recursive_targets)
136 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137 cscope check recheck distdir dist dist-all distcheck
138 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139 # Read a list of newline-separated strings from the standard input,
140 # and print each of them once, without duplicates. Input order is
141 # *not* preserved.
142 am__uniquify_input = $(AWK) '\
143 BEGIN { nonempty = 0; } \
144 { items[$$0] = 1; nonempty = 1; } \
145 END { if (nonempty) { for (i in items) print i; }; } \
147 # Make sure the list of sources is unique. This is necessary because,
148 # e.g., the same source file might be shared among _SOURCES variables
149 # for different programs/libraries.
150 am__define_uniq_tagged_files = \
151 list='$(am__tagged_files)'; \
152 unique=`for i in $$list; do \
153 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154 done | $(am__uniquify_input)`
155 ETAGS = etags
156 CTAGS = ctags
157 CSCOPE = cscope
158 am__tty_colors_dummy = \
159 mgn= red= grn= lgn= blu= brg= std=; \
160 am__color_tests=no
161 am__tty_colors = { \
162 $(am__tty_colors_dummy); \
163 if test "X$(AM_COLOR_TESTS)" = Xno; then \
164 am__color_tests=no; \
165 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
166 am__color_tests=yes; \
167 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
168 am__color_tests=yes; \
169 fi; \
170 if test $$am__color_tests = yes; then \
171 red='\e[0;31m'; \
172 grn='\e[0;32m'; \
173 lgn='\e[1;32m'; \
174 blu='\e[1;34m'; \
175 mgn='\e[0;35m'; \
176 brg='\e[1m'; \
177 std='\e[m'; \
178 fi; \
180 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
181 am__vpath_adj = case $$p in \
182 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
183 *) f=$$p;; \
184 esac;
185 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
186 am__install_max = 40
187 am__nobase_strip_setup = \
188 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
189 am__nobase_strip = \
190 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
191 am__nobase_list = $(am__nobase_strip_setup); \
192 for p in $$list; do echo "$$p $$p"; done | \
193 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
194 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
195 if (++n[$$2] == $(am__install_max)) \
196 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
197 END { for (dir in files) print dir, files[dir] }'
198 am__base_list = \
199 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
200 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
201 am__uninstall_files_from_dir = { \
202 test -z "$$files" \
203 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
204 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
205 $(am__cd) "$$dir" && rm -f $$files; }; \
207 am__recheck_rx = ^[ ]*:recheck:[ ]*
208 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
209 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
210 # A command that, given a newline-separated list of test names on the
211 # standard input, print the name of the tests that are to be re-run
212 # upon "make recheck".
213 am__list_recheck_tests = $(AWK) '{ \
214 recheck = 1; \
215 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
217 if (rc < 0) \
219 if ((getline line2 < ($$0 ".log")) < 0) \
220 recheck = 0; \
221 break; \
223 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
225 recheck = 0; \
226 break; \
228 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
230 break; \
232 }; \
233 if (recheck) \
234 print $$0; \
235 close ($$0 ".trs"); \
236 close ($$0 ".log"); \
238 # A command that, given a newline-separated list of test names on the
239 # standard input, create the global log from their .trs and .log files.
240 am__create_global_log = $(AWK) ' \
241 function fatal(msg) \
243 print "fatal: making $@: " msg | "cat >&2"; \
244 exit 1; \
246 function rst_section(header) \
248 print header; \
249 len = length(header); \
250 for (i = 1; i <= len; i = i + 1) \
251 printf "="; \
252 printf "\n\n"; \
255 copy_in_global_log = 1; \
256 global_test_result = "RUN"; \
257 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
259 if (rc < 0) \
260 fatal("failed to read from " $$0 ".trs"); \
261 if (line ~ /$(am__global_test_result_rx)/) \
263 sub("$(am__global_test_result_rx)", "", line); \
264 sub("[ ]*$$", "", line); \
265 global_test_result = line; \
267 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
268 copy_in_global_log = 0; \
269 }; \
270 if (copy_in_global_log) \
272 rst_section(global_test_result ": " $$0); \
273 while ((rc = (getline line < ($$0 ".log"))) != 0) \
275 if (rc < 0) \
276 fatal("failed to read from " $$0 ".log"); \
277 print line; \
278 }; \
279 printf "\n"; \
280 }; \
281 close ($$0 ".trs"); \
282 close ($$0 ".log"); \
284 # Restructured Text title.
285 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
286 # Solaris 10 'make', and several other traditional 'make' implementations,
287 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
288 # by disabling -e (using the XSI extension "set +e") if it's set.
289 am__sh_e_setup = case $$- in *e*) set +e;; esac
290 # Default flags passed to test drivers.
291 am__common_driver_flags = \
292 --color-tests "$$am__color_tests" \
293 --enable-hard-errors "$$am__enable_hard_errors" \
294 --expect-failure "$$am__expect_failure"
295 # To be inserted before the command running the test. Creates the
296 # directory for the log if needed. Stores in $dir the directory
297 # containing $f, in $tst the test, in $log the log. Executes the
298 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
299 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
300 # will run the test scripts (or their associated LOG_COMPILER, if
301 # thy have one).
302 am__check_pre = \
303 $(am__sh_e_setup); \
304 $(am__vpath_adj_setup) $(am__vpath_adj) \
305 $(am__tty_colors); \
306 srcdir=$(srcdir); export srcdir; \
307 case "$@" in \
308 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
309 *) am__odir=.;; \
310 esac; \
311 test "x$$am__odir" = x"." || test -d "$$am__odir" \
312 || $(MKDIR_P) "$$am__odir" || exit $$?; \
313 if test -f "./$$f"; then dir=./; \
314 elif test -f "$$f"; then dir=; \
315 else dir="$(srcdir)/"; fi; \
316 tst=$$dir$$f; log='$@'; \
317 if test -n '$(DISABLE_HARD_ERRORS)'; then \
318 am__enable_hard_errors=no; \
319 else \
320 am__enable_hard_errors=yes; \
321 fi; \
322 case " $(XFAIL_TESTS) " in \
323 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
324 am__expect_failure=yes;; \
325 *) \
326 am__expect_failure=no;; \
327 esac; \
328 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
329 # A shell command to get the names of the tests scripts with any registered
330 # extension removed (i.e., equivalently, the names of the test logs, with
331 # the '.log' extension removed). The result is saved in the shell variable
332 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
333 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
334 # since that might cause problem with VPATH rewrites for suffix-less tests.
335 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
336 am__set_TESTS_bases = \
337 bases='$(TEST_LOGS)'; \
338 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
339 bases=`echo $$bases`
340 RECHECK_LOGS = $(TEST_LOGS)
341 TEST_SUITE_LOG = test-suite.log
342 TEST_EXTENSIONS = @EXEEXT@ .test
343 LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
344 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
345 am__set_b = \
346 case '$@' in \
347 */*) \
348 case '$*' in \
349 */*) b='$*';; \
350 *) b=`echo '$@' | sed 's/\.log$$//'`; \
351 esac;; \
352 *) \
353 b='$*';; \
354 esac
355 am__test_logs1 = $(TESTS:=.log)
356 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
357 TEST_LOGS = $(am__test_logs2:.test.log=.log)
358 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
359 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
360 $(TEST_LOG_FLAGS)
361 DIST_SUBDIRS = tl_scripts linked_scripts
362 am__DIST_COMMON = $(srcdir)/Makefile.in \
363 $(top_srcdir)/../../build-aux/compile \
364 $(top_srcdir)/../../build-aux/install-sh \
365 $(top_srcdir)/../../build-aux/missing \
366 $(top_srcdir)/../../build-aux/test-driver \
367 ../../build-aux/compile ../../build-aux/config.guess \
368 ../../build-aux/config.sub ../../build-aux/depcomp \
369 ../../build-aux/install-sh ../../build-aux/ltmain.sh \
370 ../../build-aux/missing ../../build-aux/texinfo.tex \
371 ../../build-aux/ylwrap ChangeLog
372 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
373 distdir = $(PACKAGE)-$(VERSION)
374 top_distdir = $(distdir)
375 am__remove_distdir = \
376 if test -d "$(distdir)"; then \
377 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
378 && rm -rf "$(distdir)" \
379 || { sleep 5 && rm -rf "$(distdir)"; }; \
380 else :; fi
381 am__post_remove_distdir = $(am__remove_distdir)
382 am__relativize = \
383 dir0=`pwd`; \
384 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
385 sed_rest='s,^[^/]*/*,,'; \
386 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
387 sed_butlast='s,/*[^/]*$$,,'; \
388 while test -n "$$dir1"; do \
389 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
390 if test "$$first" != "."; then \
391 if test "$$first" = ".."; then \
392 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
393 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
394 else \
395 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
396 if test "$$first2" = "$$first"; then \
397 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
398 else \
399 dir2="../$$dir2"; \
400 fi; \
401 dir0="$$dir0"/"$$first"; \
402 fi; \
403 fi; \
404 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
405 done; \
406 reldir="$$dir2"
407 DIST_ARCHIVES = $(distdir).tar.gz
408 GZIP_ENV = --best
409 DIST_TARGETS = dist-gzip
410 distuninstallcheck_listfiles = find . -type f -print
411 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
412 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
413 distcleancheck_listfiles = find . -type f -print
414 ACLOCAL = @ACLOCAL@
415 AMTAR = @AMTAR@
416 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
417 AUTOCONF = @AUTOCONF@
418 AUTOHEADER = @AUTOHEADER@
419 AUTOMAKE = @AUTOMAKE@
420 AWK = @AWK@
421 CC = @CC@
422 CCDEPMODE = @CCDEPMODE@
423 CFLAGS = @CFLAGS@
424 CPPFLAGS = @CPPFLAGS@
425 CYGPATH_W = @CYGPATH_W@
426 DEFS = @DEFS@
427 DEPDIR = @DEPDIR@
428 ECHO_C = @ECHO_C@
429 ECHO_N = @ECHO_N@
430 ECHO_T = @ECHO_T@
431 EXEEXT = @EXEEXT@
432 INSTALL = @INSTALL@
433 INSTALL_DATA = @INSTALL_DATA@
434 INSTALL_PROGRAM = @INSTALL_PROGRAM@
435 INSTALL_SCRIPT = @INSTALL_SCRIPT@
436 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
437 LDFLAGS = @LDFLAGS@
438 LIBOBJS = @LIBOBJS@
439 LIBS = @LIBS@
440 LN_S = @LN_S@
441 LTLIBOBJS = @LTLIBOBJS@
442 MAINT = @MAINT@
443 MAKEINFO = @MAKEINFO@
444 MKDIR_P = @MKDIR_P@
445 OBJEXT = @OBJEXT@
446 PACKAGE = @PACKAGE@
447 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
448 PACKAGE_NAME = @PACKAGE_NAME@
449 PACKAGE_STRING = @PACKAGE_STRING@
450 PACKAGE_TARNAME = @PACKAGE_TARNAME@
451 PACKAGE_URL = @PACKAGE_URL@
452 PACKAGE_VERSION = @PACKAGE_VERSION@
453 PATH_SEPARATOR = @PATH_SEPARATOR@
454 SET_MAKE = @SET_MAKE@
455 SHELL = @SHELL@
456 STRIP = @STRIP@
457 VERSION = @VERSION@
458 WIN_WRAPPER = @WIN_WRAPPER@
459 abs_builddir = @abs_builddir@
460 abs_srcdir = @abs_srcdir@
461 abs_top_builddir = @abs_top_builddir@
462 abs_top_srcdir = @abs_top_srcdir@
463 ac_ct_CC = @ac_ct_CC@
464 am__include = @am__include@
465 am__leading_dot = @am__leading_dot@
466 am__quote = @am__quote@
467 am__tar = @am__tar@
468 am__untar = @am__untar@
469 bindir = @bindir@
470 build_alias = @build_alias@
471 builddir = @builddir@
472 datadir = @datadir@
473 datarootdir = @datarootdir@
474 docdir = @docdir@
475 dvidir = @dvidir@
476 exec_prefix = @exec_prefix@
477 host_alias = @host_alias@
478 htmldir = @htmldir@
479 includedir = @includedir@
480 infodir = @infodir@
481 install_sh = @install_sh@
482 libdir = @libdir@
483 libexecdir = @libexecdir@
484 localedir = @localedir@
485 localstatedir = @localstatedir@
486 mandir = @mandir@
487 mkdir_p = @mkdir_p@
488 oldincludedir = @oldincludedir@
489 pdfdir = @pdfdir@
490 prefix = @prefix@
491 program_transform_name = @program_transform_name@
492 psdir = @psdir@
493 sbindir = @sbindir@
494 sharedstatedir = @sharedstatedir@
495 srcdir = @srcdir@
496 sysconfdir = @sysconfdir@
497 target_alias = @target_alias@
498 top_build_prefix = @top_build_prefix@
499 top_builddir = @top_builddir@
500 top_srcdir = @top_srcdir@
501 SUBDIRS = tl_scripts $(am__append_1)
502 EXTRA_DIST = w32_wrapper w64_wrapper $(TESTS)
503 TESTS = tests/updmap-cmdline-test.pl
504 all: all-recursive
506 .SUFFIXES:
507 .SUFFIXES: .log .test .test$(EXEEXT) .trs
508 am--refresh: Makefile
510 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
511 @for dep in $?; do \
512 case '$(am__configure_deps)' in \
513 *$$dep*) \
514 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
515 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
516 && exit 0; \
517 exit 1;; \
518 esac; \
519 done; \
520 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
521 $(am__cd) $(top_srcdir) && \
522 $(AUTOMAKE) --foreign Makefile
523 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
524 @case '$?' in \
525 *config.status*) \
526 echo ' $(SHELL) ./config.status'; \
527 $(SHELL) ./config.status;; \
528 *) \
529 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
530 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
531 esac;
533 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
534 $(SHELL) ./config.status --recheck
536 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
537 $(am__cd) $(srcdir) && $(AUTOCONF)
538 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
539 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
540 $(am__aclocal_m4_deps):
542 # This directory's subdirectories are mostly independent; you can cd
543 # into them and run 'make' without going through this Makefile.
544 # To change the values of 'make' variables: instead of editing Makefiles,
545 # (1) if the variable is set in 'config.status', edit 'config.status'
546 # (which will cause the Makefiles to be regenerated when you run 'make');
547 # (2) otherwise, pass the desired values on the 'make' command line.
548 $(am__recursive_targets):
549 @fail=; \
550 if $(am__make_keepgoing); then \
551 failcom='fail=yes'; \
552 else \
553 failcom='exit 1'; \
554 fi; \
555 dot_seen=no; \
556 target=`echo $@ | sed s/-recursive//`; \
557 case "$@" in \
558 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
559 *) list='$(SUBDIRS)' ;; \
560 esac; \
561 for subdir in $$list; do \
562 echo "Making $$target in $$subdir"; \
563 if test "$$subdir" = "."; then \
564 dot_seen=yes; \
565 local_target="$$target-am"; \
566 else \
567 local_target="$$target"; \
568 fi; \
569 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
570 || eval $$failcom; \
571 done; \
572 if test "$$dot_seen" = "no"; then \
573 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
574 fi; test -z "$$fail"
576 ID: $(am__tagged_files)
577 $(am__define_uniq_tagged_files); mkid -fID $$unique
578 tags: tags-recursive
579 TAGS: tags
581 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
582 set x; \
583 here=`pwd`; \
584 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
585 include_option=--etags-include; \
586 empty_fix=.; \
587 else \
588 include_option=--include; \
589 empty_fix=; \
590 fi; \
591 list='$(SUBDIRS)'; for subdir in $$list; do \
592 if test "$$subdir" = .; then :; else \
593 test ! -f $$subdir/TAGS || \
594 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
595 fi; \
596 done; \
597 $(am__define_uniq_tagged_files); \
598 shift; \
599 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
600 test -n "$$unique" || unique=$$empty_fix; \
601 if test $$# -gt 0; then \
602 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603 "$$@" $$unique; \
604 else \
605 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
606 $$unique; \
607 fi; \
609 ctags: ctags-recursive
611 CTAGS: ctags
612 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613 $(am__define_uniq_tagged_files); \
614 test -z "$(CTAGS_ARGS)$$unique" \
615 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
616 $$unique
618 GTAGS:
619 here=`$(am__cd) $(top_builddir) && pwd` \
620 && $(am__cd) $(top_srcdir) \
621 && gtags -i $(GTAGS_ARGS) "$$here"
622 cscope: cscope.files
623 test ! -s cscope.files \
624 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
625 clean-cscope:
626 -rm -f cscope.files
627 cscope.files: clean-cscope cscopelist
628 cscopelist: cscopelist-recursive
630 cscopelist-am: $(am__tagged_files)
631 list='$(am__tagged_files)'; \
632 case "$(srcdir)" in \
633 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
634 *) sdir=$(subdir)/$(srcdir) ;; \
635 esac; \
636 for i in $$list; do \
637 if test -f "$$i"; then \
638 echo "$(subdir)/$$i"; \
639 else \
640 echo "$$sdir/$$i"; \
641 fi; \
642 done >> $(top_builddir)/cscope.files
644 distclean-tags:
645 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
646 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
648 # Recover from deleted '.trs' file; this should ensure that
649 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
650 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
651 # to avoid problems with "make -n".
652 .log.trs:
653 rm -f $< $@
654 $(MAKE) $(AM_MAKEFLAGS) $<
656 # Leading 'am--fnord' is there to ensure the list of targets does not
657 # expand to empty, as could happen e.g. with make check TESTS=''.
658 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
659 am--force-recheck:
662 $(TEST_SUITE_LOG): $(TEST_LOGS)
663 @$(am__set_TESTS_bases); \
664 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
665 redo_bases=`for i in $$bases; do \
666 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
667 done`; \
668 if test -n "$$redo_bases"; then \
669 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
670 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
671 if $(am__make_dryrun); then :; else \
672 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
673 fi; \
674 fi; \
675 if test -n "$$am__remaking_logs"; then \
676 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
677 "recursion detected" >&2; \
678 elif test -n "$$redo_logs"; then \
679 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
680 fi; \
681 if $(am__make_dryrun); then :; else \
682 st=0; \
683 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
684 for i in $$redo_bases; do \
685 test -f $$i.trs && test -r $$i.trs \
686 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
687 test -f $$i.log && test -r $$i.log \
688 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
689 done; \
690 test $$st -eq 0 || exit 1; \
692 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
693 ws='[ ]'; \
694 results=`for b in $$bases; do echo $$b.trs; done`; \
695 test -n "$$results" || results=/dev/null; \
696 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
697 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
698 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
699 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
700 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
701 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
702 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
703 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
704 success=true; \
705 else \
706 success=false; \
707 fi; \
708 br='==================='; br=$$br$$br$$br$$br; \
709 result_count () \
711 if test x"$$1" = x"--maybe-color"; then \
712 maybe_colorize=yes; \
713 elif test x"$$1" = x"--no-color"; then \
714 maybe_colorize=no; \
715 else \
716 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
717 fi; \
718 shift; \
719 desc=$$1 count=$$2; \
720 if test $$maybe_colorize = yes && test $$count -gt 0; then \
721 color_start=$$3 color_end=$$std; \
722 else \
723 color_start= color_end=; \
724 fi; \
725 echo "$${color_start}# $$desc $$count$${color_end}"; \
726 }; \
727 create_testsuite_report () \
729 result_count $$1 "TOTAL:" $$all "$$brg"; \
730 result_count $$1 "PASS: " $$pass "$$grn"; \
731 result_count $$1 "SKIP: " $$skip "$$blu"; \
732 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
733 result_count $$1 "FAIL: " $$fail "$$red"; \
734 result_count $$1 "XPASS:" $$xpass "$$red"; \
735 result_count $$1 "ERROR:" $$error "$$mgn"; \
736 }; \
738 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
739 $(am__rst_title); \
740 create_testsuite_report --no-color; \
741 echo; \
742 echo ".. contents:: :depth: 2"; \
743 echo; \
744 for b in $$bases; do echo $$b; done \
745 | $(am__create_global_log); \
746 } >$(TEST_SUITE_LOG).tmp || exit 1; \
747 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
748 if $$success; then \
749 col="$$grn"; \
750 else \
751 col="$$red"; \
752 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
753 fi; \
754 echo "$${col}$$br$${std}"; \
755 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
756 echo "$${col}$$br$${std}"; \
757 create_testsuite_report --maybe-color; \
758 echo "$$col$$br$$std"; \
759 if $$success; then :; else \
760 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
761 if test -n "$(PACKAGE_BUGREPORT)"; then \
762 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
763 fi; \
764 echo "$$col$$br$$std"; \
765 fi; \
766 $$success || exit 1
768 check-TESTS:
769 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
770 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
771 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
772 @set +e; $(am__set_TESTS_bases); \
773 log_list=`for i in $$bases; do echo $$i.log; done`; \
774 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
775 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
776 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
777 exit $$?;
778 recheck: all
779 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
780 @set +e; $(am__set_TESTS_bases); \
781 bases=`for i in $$bases; do echo $$i; done \
782 | $(am__list_recheck_tests)` || exit 1; \
783 log_list=`for i in $$bases; do echo $$i.log; done`; \
784 log_list=`echo $$log_list`; \
785 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
786 am__force_recheck=am--force-recheck \
787 TEST_LOGS="$$log_list"; \
788 exit $$?
789 tests/updmap-cmdline-test.pl.log: tests/updmap-cmdline-test.pl
790 @p='tests/updmap-cmdline-test.pl'; \
791 b='tests/updmap-cmdline-test.pl'; \
792 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
793 --log-file $$b.log --trs-file $$b.trs \
794 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
795 "$$tst" $(AM_TESTS_FD_REDIRECT)
796 .test.log:
797 @p='$<'; \
798 $(am__set_b); \
799 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
800 --log-file $$b.log --trs-file $$b.trs \
801 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
802 "$$tst" $(AM_TESTS_FD_REDIRECT)
803 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
804 @am__EXEEXT_TRUE@ @p='$<'; \
805 @am__EXEEXT_TRUE@ $(am__set_b); \
806 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
807 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
808 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
809 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
811 distdir: $(DISTFILES)
812 $(am__remove_distdir)
813 test -d "$(distdir)" || mkdir "$(distdir)"
814 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
815 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
816 list='$(DISTFILES)'; \
817 dist_files=`for file in $$list; do echo $$file; done | \
818 sed -e "s|^$$srcdirstrip/||;t" \
819 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
820 case $$dist_files in \
821 */*) $(MKDIR_P) `echo "$$dist_files" | \
822 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
823 sort -u` ;; \
824 esac; \
825 for file in $$dist_files; do \
826 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
827 if test -d $$d/$$file; then \
828 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
829 if test -d "$(distdir)/$$file"; then \
830 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
831 fi; \
832 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
833 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
834 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
835 fi; \
836 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
837 else \
838 test -f "$(distdir)/$$file" \
839 || cp -p $$d/$$file "$(distdir)/$$file" \
840 || exit 1; \
841 fi; \
842 done
843 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
844 if test "$$subdir" = .; then :; else \
845 $(am__make_dryrun) \
846 || test -d "$(distdir)/$$subdir" \
847 || $(MKDIR_P) "$(distdir)/$$subdir" \
848 || exit 1; \
849 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
850 $(am__relativize); \
851 new_distdir=$$reldir; \
852 dir1=$$subdir; dir2="$(top_distdir)"; \
853 $(am__relativize); \
854 new_top_distdir=$$reldir; \
855 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
856 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
857 ($(am__cd) $$subdir && \
858 $(MAKE) $(AM_MAKEFLAGS) \
859 top_distdir="$$new_top_distdir" \
860 distdir="$$new_distdir" \
861 am__remove_distdir=: \
862 am__skip_length_check=: \
863 am__skip_mode_fix=: \
864 distdir) \
865 || exit 1; \
866 fi; \
867 done
868 -test -n "$(am__skip_mode_fix)" \
869 || find "$(distdir)" -type d ! -perm -755 \
870 -exec chmod u+rwx,go+rx {} \; -o \
871 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
872 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
873 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
874 || chmod -R a+r "$(distdir)"
875 dist-gzip: distdir
876 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
877 $(am__post_remove_distdir)
879 dist-bzip2: distdir
880 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
881 $(am__post_remove_distdir)
883 dist-lzip: distdir
884 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
885 $(am__post_remove_distdir)
887 dist-xz: distdir
888 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
889 $(am__post_remove_distdir)
891 dist-tarZ: distdir
892 @echo WARNING: "Support for distribution archives compressed with" \
893 "legacy program 'compress' is deprecated." >&2
894 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
895 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
896 $(am__post_remove_distdir)
898 dist-shar: distdir
899 @echo WARNING: "Support for shar distribution archives is" \
900 "deprecated." >&2
901 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
902 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
903 $(am__post_remove_distdir)
905 dist-zip: distdir
906 -rm -f $(distdir).zip
907 zip -rq $(distdir).zip $(distdir)
908 $(am__post_remove_distdir)
910 dist dist-all:
911 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
912 $(am__post_remove_distdir)
914 # This target untars the dist file and tries a VPATH configuration. Then
915 # it guarantees that the distribution is self-contained by making another
916 # tarfile.
917 distcheck: dist
918 case '$(DIST_ARCHIVES)' in \
919 *.tar.gz*) \
920 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
921 *.tar.bz2*) \
922 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
923 *.tar.lz*) \
924 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
925 *.tar.xz*) \
926 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
927 *.tar.Z*) \
928 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
929 *.shar.gz*) \
930 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
931 *.zip*) \
932 unzip $(distdir).zip ;;\
933 esac
934 chmod -R a-w $(distdir)
935 chmod u+w $(distdir)
936 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
937 chmod a-w $(distdir)
938 test -d $(distdir)/_build || exit 0; \
939 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
940 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
941 && am__cwd=`pwd` \
942 && $(am__cd) $(distdir)/_build/sub \
943 && ../../configure \
944 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
945 $(DISTCHECK_CONFIGURE_FLAGS) \
946 --srcdir=../.. --prefix="$$dc_install_base" \
947 && $(MAKE) $(AM_MAKEFLAGS) \
948 && $(MAKE) $(AM_MAKEFLAGS) dvi \
949 && $(MAKE) $(AM_MAKEFLAGS) check \
950 && $(MAKE) $(AM_MAKEFLAGS) install \
951 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
952 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
953 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
954 distuninstallcheck \
955 && chmod -R a-w "$$dc_install_base" \
956 && ({ \
957 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
958 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
959 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
960 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
961 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
962 } || { rm -rf "$$dc_destdir"; exit 1; }) \
963 && rm -rf "$$dc_destdir" \
964 && $(MAKE) $(AM_MAKEFLAGS) dist \
965 && rm -rf $(DIST_ARCHIVES) \
966 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
967 && cd "$$am__cwd" \
968 || exit 1
969 $(am__post_remove_distdir)
970 @(echo "$(distdir) archives ready for distribution: "; \
971 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
972 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
973 distuninstallcheck:
974 @test -n '$(distuninstallcheck_dir)' || { \
975 echo 'ERROR: trying to run $@ with an empty' \
976 '$$(distuninstallcheck_dir)' >&2; \
977 exit 1; \
978 }; \
979 $(am__cd) '$(distuninstallcheck_dir)' || { \
980 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
981 exit 1; \
982 }; \
983 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
984 || { echo "ERROR: files left after uninstall:" ; \
985 if test -n "$(DESTDIR)"; then \
986 echo " (check DESTDIR support)"; \
987 fi ; \
988 $(distuninstallcheck_listfiles) ; \
989 exit 1; } >&2
990 distcleancheck: distclean
991 @if test '$(srcdir)' = . ; then \
992 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
993 exit 1 ; \
995 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
996 || { echo "ERROR: files left in build directory after distclean:" ; \
997 $(distcleancheck_listfiles) ; \
998 exit 1; } >&2
999 check-am: all-am
1000 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1001 check: check-recursive
1002 all-am: Makefile
1003 installdirs: installdirs-recursive
1004 installdirs-am:
1005 install: install-recursive
1006 install-exec: install-exec-recursive
1007 install-data: install-data-recursive
1008 uninstall: uninstall-recursive
1010 install-am: all-am
1011 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1013 installcheck: installcheck-recursive
1014 install-strip:
1015 if test -z '$(STRIP)'; then \
1016 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1017 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1018 install; \
1019 else \
1020 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1021 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1022 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1024 mostlyclean-generic:
1025 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1026 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1027 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1029 clean-generic:
1031 distclean-generic:
1032 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1033 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1035 maintainer-clean-generic:
1036 @echo "This command is intended for maintainers to use"
1037 @echo "it deletes files that may require special tools to rebuild."
1038 clean: clean-recursive
1040 clean-am: clean-generic mostlyclean-am
1042 distclean: distclean-recursive
1043 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1044 -rm -f Makefile
1045 distclean-am: clean-am distclean-generic distclean-tags
1047 dvi: dvi-recursive
1049 dvi-am:
1051 html: html-recursive
1053 html-am:
1055 info: info-recursive
1057 info-am:
1059 install-data-am:
1061 install-dvi: install-dvi-recursive
1063 install-dvi-am:
1065 install-exec-am:
1067 install-html: install-html-recursive
1069 install-html-am:
1071 install-info: install-info-recursive
1073 install-info-am:
1075 install-man:
1077 install-pdf: install-pdf-recursive
1079 install-pdf-am:
1081 install-ps: install-ps-recursive
1083 install-ps-am:
1085 installcheck-am:
1087 maintainer-clean: maintainer-clean-recursive
1088 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1089 -rm -rf $(top_srcdir)/autom4te.cache
1090 -rm -f Makefile
1091 maintainer-clean-am: distclean-am maintainer-clean-generic
1093 mostlyclean: mostlyclean-recursive
1095 mostlyclean-am: mostlyclean-generic
1097 pdf: pdf-recursive
1099 pdf-am:
1101 ps: ps-recursive
1103 ps-am:
1105 uninstall-am:
1107 .MAKE: $(am__recursive_targets) check-am install-am install-strip
1109 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1110 am--refresh check check-TESTS check-am clean clean-cscope \
1111 clean-generic cscope cscopelist-am ctags ctags-am dist \
1112 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1113 dist-xz dist-zip distcheck distclean distclean-generic \
1114 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1115 dvi-am html html-am info info-am install install-am \
1116 install-data install-data-am install-dvi install-dvi-am \
1117 install-exec install-exec-am install-html install-html-am \
1118 install-info install-info-am install-man install-pdf \
1119 install-pdf-am install-ps install-ps-am install-strip \
1120 installcheck installcheck-am installdirs installdirs-am \
1121 maintainer-clean maintainer-clean-generic mostlyclean \
1122 mostlyclean-generic pdf pdf-am ps ps-am recheck tags tags-am \
1123 uninstall uninstall-am
1125 .PRECIOUS: Makefile
1128 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1129 # Otherwise a system limit (for SysV at least) may be exceeded.
1130 .NOEXPORT: