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