8b52398b5fd4794031f7f2a91903f7e0f73491e6
[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 C2MAN = @C2MAN@
392 CC = @CC@
393 CCDEPMODE = @CCDEPMODE@
394 CC_FOR_BUILD = @CC_FOR_BUILD@
395 CFLAGS = @CFLAGS@
396 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
397 CPP = @CPP@
398 CPPFLAGS = @CPPFLAGS@
399 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
400 CPP_FOR_BUILD = @CPP_FOR_BUILD@
401 CYGPATH_W = @CYGPATH_W@
402 DEFS = @DEFS@
403 DEPDIR = @DEPDIR@
404 DLLTOOL = @DLLTOOL@
405 DSYMUTIL = @DSYMUTIL@
406 DUMPBIN = @DUMPBIN@
407 ECHO_C = @ECHO_C@
408 ECHO_N = @ECHO_N@
409 ECHO_T = @ECHO_T@
410 EGREP = @EGREP@
411 EXEEXT = @EXEEXT@
412 FGREP = @FGREP@
413 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
414 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
415 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
416 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
417 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
418 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
419 FRIBIDI_MSVC_BUILD_PLACEHOLDER = @FRIBIDI_MSVC_BUILD_PLACEHOLDER@
420 FRIBIDI_VERSION = @FRIBIDI_VERSION@
421 GREP = @GREP@
422 INSTALL = @INSTALL@
423 INSTALL_DATA = @INSTALL_DATA@
424 INSTALL_PROGRAM = @INSTALL_PROGRAM@
425 INSTALL_SCRIPT = @INSTALL_SCRIPT@
426 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
427 LD = @LD@
428 LDFLAGS = @LDFLAGS@
429 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
430 LIBOBJS = @LIBOBJS@
431 LIBS = @LIBS@
432 LIBTOOL = @LIBTOOL@
433 LIPO = @LIPO@
434 LN_S = @LN_S@
435 LTLIBOBJS = @LTLIBOBJS@
436 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
437 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
438 LT_VERSION_INFO = @LT_VERSION_INFO@
439 MAKEINFO = @MAKEINFO@
440 MANIFEST_TOOL = @MANIFEST_TOOL@
441 MKDIR_P = @MKDIR_P@
442 NM = @NM@
443 NMEDIT = @NMEDIT@
444 OBJDUMP = @OBJDUMP@
445 OBJEXT = @OBJEXT@
446 OTOOL = @OTOOL@
447 OTOOL64 = @OTOOL64@
448 PACKAGE = @PACKAGE@
449 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
450 PACKAGE_NAME = @PACKAGE_NAME@
451 PACKAGE_STRING = @PACKAGE_STRING@
452 PACKAGE_TARNAME = @PACKAGE_TARNAME@
453 PACKAGE_URL = @PACKAGE_URL@
454 PACKAGE_VERSION = @PACKAGE_VERSION@
455 PATH_SEPARATOR = @PATH_SEPARATOR@
456 PKG_CONFIG = @PKG_CONFIG@
457 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
458 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
459 RANLIB = @RANLIB@
460 SED = @SED@
461 SET_MAKE = @SET_MAKE@
462 SHELL = @SHELL@
463 SIZEOF_INT = @SIZEOF_INT@
464 STRIP = @STRIP@
465 VERSION = @VERSION@
466 abs_builddir = @abs_builddir@
467 abs_srcdir = @abs_srcdir@
468 abs_top_builddir = @abs_top_builddir@
469 abs_top_srcdir = @abs_top_srcdir@
470 ac_ct_AR = @ac_ct_AR@
471 ac_ct_CC = @ac_ct_CC@
472 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
473 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
474 am__include = @am__include@
475 am__leading_dot = @am__leading_dot@
476 am__quote = @am__quote@
477 am__tar = @am__tar@
478 am__untar = @am__untar@
479 bindir = @bindir@
480 build = @build@
481 build_alias = @build_alias@
482 build_cpu = @build_cpu@
483 build_os = @build_os@
484 build_vendor = @build_vendor@
485 builddir = @builddir@
486 datadir = @datadir@
487 datarootdir = @datarootdir@
488 docdir = @docdir@
489 dvidir = @dvidir@
490 exec_prefix = @exec_prefix@
491 host = @host@
492 host_alias = @host_alias@
493 host_cpu = @host_cpu@
494 host_os = @host_os@
495 host_vendor = @host_vendor@
496 htmldir = @htmldir@
497 includedir = @includedir@
498 infodir = @infodir@
499 install_sh = @install_sh@
500 libdir = @libdir@
501 libexecdir = @libexecdir@
502 localedir = @localedir@
503 localstatedir = @localstatedir@
504 mandir = @mandir@
505 mkdir_p = @mkdir_p@
506 oldincludedir = @oldincludedir@
507 pdfdir = @pdfdir@
508 prefix = @prefix@
509 program_transform_name = @program_transform_name@
510 psdir = @psdir@
511 sbindir = @sbindir@
512 sharedstatedir = @sharedstatedir@
513 srcdir = @srcdir@
514 sysconfdir = @sysconfdir@
515 target_alias = @target_alias@
516 top_build_prefix = @top_build_prefix@
517 top_builddir = @top_builddir@
518 top_srcdir = @top_srcdir@
519 TESTS_ENVIRONMENT = \
520         srcdir=${srcdir}; export srcdir; \
521         top_builddir=${top_builddir}; export top_builddir; \
522         builddir=${builddir}; export builddir; \
523         EXEEXT=${EXEEXT}; export EXEEXT;
524
525 AM_TESTS_ENVIRONMENT = $(TESTS_ENVIRONMENT)
526 TEST_EXTENSIONS = .txt
527 TEST_DATAS = \
528         BidiTest.txt \
529         BidiCharacterTest.txt
530
531 TXT_LOG_COMPILER = sh $(srcdir)/run.tests
532 AM_CPPFLAGS = \
533                 -I$(top_builddir)/lib \
534                 -I$(top_srcdir)/lib \
535                 -I$(top_srcdir)/charset
536
537 LDADD = $(top_builddir)/lib/libfribidi.la
538 TESTS = $(TEST_DATAS)
539 BidiTest_SOURCES = BidiTest.c
540 BidiCharacterTest_SOURCES = BidiCharacterTest.c
541 EXTRA_DIST = \
542         run.tests \
543         $(TEST_DATAS)
544
545 all: all-am
546
547 .SUFFIXES:
548 .SUFFIXES: .c .lo .log .o .obj .trs .txt .txt$(EXEEXT)
549 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
550         @for dep in $?; do \
551           case '$(am__configure_deps)' in \
552             *$$dep*) \
553               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
554                 && { if test -f $@; then exit 0; else break; fi; }; \
555               exit 1;; \
556           esac; \
557         done; \
558         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits test/unicode-conformance/Makefile'; \
559         $(am__cd) $(top_srcdir) && \
560           $(AUTOMAKE) --gnits test/unicode-conformance/Makefile
561 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
562         @case '$?' in \
563           *config.status*) \
564             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
565           *) \
566             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
567             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
568         esac;
569
570 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
571         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
572
573 $(top_srcdir)/configure:  $(am__configure_deps)
574         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
575 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
576         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
577 $(am__aclocal_m4_deps):
578
579 clean-checkPROGRAMS:
580         @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
581         echo " rm -f" $$list; \
582         rm -f $$list || exit $$?; \
583         test -n "$(EXEEXT)" || exit 0; \
584         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
585         echo " rm -f" $$list; \
586         rm -f $$list
587
588 BidiCharacterTest$(EXEEXT): $(BidiCharacterTest_OBJECTS) $(BidiCharacterTest_DEPENDENCIES) $(EXTRA_BidiCharacterTest_DEPENDENCIES) 
589         @rm -f BidiCharacterTest$(EXEEXT)
590         $(AM_V_CCLD)$(LINK) $(BidiCharacterTest_OBJECTS) $(BidiCharacterTest_LDADD) $(LIBS)
591
592 BidiTest$(EXEEXT): $(BidiTest_OBJECTS) $(BidiTest_DEPENDENCIES) $(EXTRA_BidiTest_DEPENDENCIES) 
593         @rm -f BidiTest$(EXEEXT)
594         $(AM_V_CCLD)$(LINK) $(BidiTest_OBJECTS) $(BidiTest_LDADD) $(LIBS)
595
596 mostlyclean-compile:
597         -rm -f *.$(OBJEXT)
598
599 distclean-compile:
600         -rm -f *.tab.c
601
602 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BidiCharacterTest.Po@am__quote@
603 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BidiTest.Po@am__quote@
604
605 .c.o:
606 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
607 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
609 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
610 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
611
612 .c.obj:
613 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
614 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
617 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
618
619 .c.lo:
620 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
621 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
622 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
624 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
625
626 mostlyclean-libtool:
627         -rm -f *.lo
628
629 clean-libtool:
630         -rm -rf .libs _libs
631
632 ID: $(am__tagged_files)
633         $(am__define_uniq_tagged_files); mkid -fID $$unique
634 tags: tags-am
635 TAGS: tags
636
637 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
638         set x; \
639         here=`pwd`; \
640         $(am__define_uniq_tagged_files); \
641         shift; \
642         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
643           test -n "$$unique" || unique=$$empty_fix; \
644           if test $$# -gt 0; then \
645             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
646               "$$@" $$unique; \
647           else \
648             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
649               $$unique; \
650           fi; \
651         fi
652 ctags: ctags-am
653
654 CTAGS: ctags
655 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
656         $(am__define_uniq_tagged_files); \
657         test -z "$(CTAGS_ARGS)$$unique" \
658           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659              $$unique
660
661 GTAGS:
662         here=`$(am__cd) $(top_builddir) && pwd` \
663           && $(am__cd) $(top_srcdir) \
664           && gtags -i $(GTAGS_ARGS) "$$here"
665 cscopelist: cscopelist-am
666
667 cscopelist-am: $(am__tagged_files)
668         list='$(am__tagged_files)'; \
669         case "$(srcdir)" in \
670           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
671           *) sdir=$(subdir)/$(srcdir) ;; \
672         esac; \
673         for i in $$list; do \
674           if test -f "$$i"; then \
675             echo "$(subdir)/$$i"; \
676           else \
677             echo "$$sdir/$$i"; \
678           fi; \
679         done >> $(top_builddir)/cscope.files
680
681 distclean-tags:
682         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
683
684 # Recover from deleted '.trs' file; this should ensure that
685 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
686 # both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
687 # to avoid problems with "make -n".
688 .log.trs:
689         rm -f $< $@
690         $(MAKE) $(AM_MAKEFLAGS) $<
691
692 # Leading 'am--fnord' is there to ensure the list of targets does not
693 # expand to empty, as could happen e.g. with make check TESTS=''.
694 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
695 am--force-recheck:
696         @:
697
698 $(TEST_SUITE_LOG): $(TEST_LOGS)
699         @$(am__set_TESTS_bases); \
700         am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
701         redo_bases=`for i in $$bases; do \
702                       am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
703                     done`; \
704         if test -n "$$redo_bases"; then \
705           redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
706           redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
707           if $(am__make_dryrun); then :; else \
708             rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
709           fi; \
710         fi; \
711         if test -n "$$am__remaking_logs"; then \
712           echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
713                "recursion detected" >&2; \
714         elif test -n "$$redo_logs"; then \
715           am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
716         fi; \
717         if $(am__make_dryrun); then :; else \
718           st=0;  \
719           errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
720           for i in $$redo_bases; do \
721             test -f $$i.trs && test -r $$i.trs \
722               || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
723             test -f $$i.log && test -r $$i.log \
724               || { echo "$$errmsg $$i.log" >&2; st=1; }; \
725           done; \
726           test $$st -eq 0 || exit 1; \
727         fi
728         @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
729         ws='[   ]'; \
730         results=`for b in $$bases; do echo $$b.trs; done`; \
731         test -n "$$results" || results=/dev/null; \
732         all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
733         pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
734         fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
735         skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
736         xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
737         xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
738         error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
739         if test `expr $$fail + $$xpass + $$error` -eq 0; then \
740           success=true; \
741         else \
742           success=false; \
743         fi; \
744         br='==================='; br=$$br$$br$$br$$br; \
745         result_count () \
746         { \
747             if test x"$$1" = x"--maybe-color"; then \
748               maybe_colorize=yes; \
749             elif test x"$$1" = x"--no-color"; then \
750               maybe_colorize=no; \
751             else \
752               echo "$@: invalid 'result_count' usage" >&2; exit 4; \
753             fi; \
754             shift; \
755             desc=$$1 count=$$2; \
756             if test $$maybe_colorize = yes && test $$count -gt 0; then \
757               color_start=$$3 color_end=$$std; \
758             else \
759               color_start= color_end=; \
760             fi; \
761             echo "$${color_start}# $$desc $$count$${color_end}"; \
762         }; \
763         create_testsuite_report () \
764         { \
765           result_count $$1 "TOTAL:" $$all   "$$brg"; \
766           result_count $$1 "PASS: " $$pass  "$$grn"; \
767           result_count $$1 "SKIP: " $$skip  "$$blu"; \
768           result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
769           result_count $$1 "FAIL: " $$fail  "$$red"; \
770           result_count $$1 "XPASS:" $$xpass "$$red"; \
771           result_count $$1 "ERROR:" $$error "$$mgn"; \
772         }; \
773         {                                                               \
774           echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |       \
775             $(am__rst_title);                                           \
776           create_testsuite_report --no-color;                           \
777           echo;                                                         \
778           echo ".. contents:: :depth: 2";                               \
779           echo;                                                         \
780           for b in $$bases; do echo $$b; done                           \
781             | $(am__create_global_log);                                 \
782         } >$(TEST_SUITE_LOG).tmp || exit 1;                             \
783         mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);                     \
784         if $$success; then                                              \
785           col="$$grn";                                                  \
786          else                                                           \
787           col="$$red";                                                  \
788           test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);               \
789         fi;                                                             \
790         echo "$${col}$$br$${std}";                                      \
791         echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";   \
792         echo "$${col}$$br$${std}";                                      \
793         create_testsuite_report --maybe-color;                          \
794         echo "$$col$$br$$std";                                          \
795         if $$success; then :; else                                      \
796           echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";         \
797           if test -n "$(PACKAGE_BUGREPORT)"; then                       \
798             echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
799           fi;                                                           \
800           echo "$$col$$br$$std";                                        \
801         fi;                                                             \
802         $$success || exit 1
803
804 check-TESTS:
805         @list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
806         @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
807         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
808         @set +e; $(am__set_TESTS_bases); \
809         log_list=`for i in $$bases; do echo $$i.log; done`; \
810         trs_list=`for i in $$bases; do echo $$i.trs; done`; \
811         log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
812         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
813         exit $$?;
814 recheck: all $(check_PROGRAMS)
815         @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
816         @set +e; $(am__set_TESTS_bases); \
817         bases=`for i in $$bases; do echo $$i; done \
818                  | $(am__list_recheck_tests)` || exit 1; \
819         log_list=`for i in $$bases; do echo $$i.log; done`; \
820         log_list=`echo $$log_list`; \
821         $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
822                 am__force_recheck=am--force-recheck \
823                 TEST_LOGS="$$log_list"; \
824         exit $$?
825 .txt.log:
826         @p='$<'; \
827         $(am__set_b); \
828         $(am__check_pre) $(TXT_LOG_DRIVER) --test-name "$$f" \
829         --log-file $$b.log --trs-file $$b.trs \
830         $(am__common_driver_flags) $(AM_TXT_LOG_DRIVER_FLAGS) $(TXT_LOG_DRIVER_FLAGS) -- $(TXT_LOG_COMPILE) \
831         "$$tst" $(AM_TESTS_FD_REDIRECT)
832 @am__EXEEXT_TRUE@.txt$(EXEEXT).log:
833 @am__EXEEXT_TRUE@       @p='$<'; \
834 @am__EXEEXT_TRUE@       $(am__set_b); \
835 @am__EXEEXT_TRUE@       $(am__check_pre) $(TXT_LOG_DRIVER) --test-name "$$f" \
836 @am__EXEEXT_TRUE@       --log-file $$b.log --trs-file $$b.trs \
837 @am__EXEEXT_TRUE@       $(am__common_driver_flags) $(AM_TXT_LOG_DRIVER_FLAGS) $(TXT_LOG_DRIVER_FLAGS) -- $(TXT_LOG_COMPILE) \
838 @am__EXEEXT_TRUE@       "$$tst" $(AM_TESTS_FD_REDIRECT)
839
840 distdir: $(DISTFILES)
841         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
842         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
843         list='$(DISTFILES)'; \
844           dist_files=`for file in $$list; do echo $$file; done | \
845           sed -e "s|^$$srcdirstrip/||;t" \
846               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
847         case $$dist_files in \
848           */*) $(MKDIR_P) `echo "$$dist_files" | \
849                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
850                            sort -u` ;; \
851         esac; \
852         for file in $$dist_files; do \
853           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
854           if test -d $$d/$$file; then \
855             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
856             if test -d "$(distdir)/$$file"; then \
857               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
858             fi; \
859             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
860               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
861               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
862             fi; \
863             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
864           else \
865             test -f "$(distdir)/$$file" \
866             || cp -p $$d/$$file "$(distdir)/$$file" \
867             || exit 1; \
868           fi; \
869         done
870 check-am: all-am
871         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
872         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
873 check: check-am
874 all-am: Makefile
875 installdirs:
876 install: install-am
877 install-exec: install-exec-am
878 install-data: install-data-am
879 uninstall: uninstall-am
880
881 install-am: all-am
882         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
883
884 installcheck: installcheck-am
885 install-strip:
886         if test -z '$(STRIP)'; then \
887           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
888             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
889               install; \
890         else \
891           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
892             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
893             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
894         fi
895 mostlyclean-generic:
896         -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
897         -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
898         -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
899
900 clean-generic:
901
902 distclean-generic:
903         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
904         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
905
906 maintainer-clean-generic:
907         @echo "This command is intended for maintainers to use"
908         @echo "it deletes files that may require special tools to rebuild."
909 clean: clean-am
910
911 clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
912         mostlyclean-am
913
914 distclean: distclean-am
915         -rm -rf ./$(DEPDIR)
916         -rm -f Makefile
917 distclean-am: clean-am distclean-compile distclean-generic \
918         distclean-tags
919
920 dvi: dvi-am
921
922 dvi-am:
923
924 html: html-am
925
926 html-am:
927
928 info: info-am
929
930 info-am:
931
932 install-data-am:
933
934 install-dvi: install-dvi-am
935
936 install-dvi-am:
937
938 install-exec-am:
939
940 install-html: install-html-am
941
942 install-html-am:
943
944 install-info: install-info-am
945
946 install-info-am:
947
948 install-man:
949
950 install-pdf: install-pdf-am
951
952 install-pdf-am:
953
954 install-ps: install-ps-am
955
956 install-ps-am:
957
958 installcheck-am:
959
960 maintainer-clean: maintainer-clean-am
961         -rm -rf ./$(DEPDIR)
962         -rm -f Makefile
963 maintainer-clean-am: distclean-am maintainer-clean-generic
964
965 mostlyclean: mostlyclean-am
966
967 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
968         mostlyclean-libtool
969
970 pdf: pdf-am
971
972 pdf-am:
973
974 ps: ps-am
975
976 ps-am:
977
978 uninstall-am:
979
980 .MAKE: check-am install-am install-strip
981
982 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
983         clean-checkPROGRAMS clean-generic clean-libtool cscopelist-am \
984         ctags ctags-am distclean distclean-compile distclean-generic \
985         distclean-libtool distclean-tags distdir dvi dvi-am html \
986         html-am info info-am install install-am install-data \
987         install-data-am install-dvi install-dvi-am install-exec \
988         install-exec-am install-html install-html-am install-info \
989         install-info-am install-man install-pdf install-pdf-am \
990         install-ps install-ps-am install-strip installcheck \
991         installcheck-am installdirs maintainer-clean \
992         maintainer-clean-generic mostlyclean mostlyclean-compile \
993         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
994         recheck tags tags-am uninstall uninstall-am
995
996 .PRECIOUS: Makefile
997
998
999 -include $(top_srcdir)/git.mk
1000
1001 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1002 # Otherwise a system limit (for SysV at least) may be exceeded.
1003 .NOEXPORT: