version up to 1.0.2
[platform/upstream/fribidi.git] / lib / 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
17
18 VPATH = @srcdir@
19 am__is_gnu_make = { \
20   if test -z '$(MAKELEVEL)'; then \
21     false; \
22   elif test -n '$(MAKE_HOST)'; then \
23     true; \
24   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25     true; \
26   else \
27     false; \
28   fi; \
29 }
30 am__make_running_with_option = \
31   case $${target_option-} in \
32       ?) ;; \
33       *) echo "am__make_running_with_option: internal error: invalid" \
34               "target option '$${target_option-}' specified" >&2; \
35          exit 1;; \
36   esac; \
37   has_opt=no; \
38   sane_makeflags=$$MAKEFLAGS; \
39   if $(am__is_gnu_make); then \
40     sane_makeflags=$$MFLAGS; \
41   else \
42     case $$MAKEFLAGS in \
43       *\\[\ \   ]*) \
44         bs=\\; \
45         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
47     esac; \
48   fi; \
49   skip_next=no; \
50   strip_trailopt () \
51   { \
52     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53   }; \
54   for flg in $$sane_makeflags; do \
55     test $$skip_next = yes && { skip_next=no; continue; }; \
56     case $$flg in \
57       *=*|--*) continue;; \
58         -*I) strip_trailopt 'I'; skip_next=yes;; \
59       -*I?*) strip_trailopt 'I';; \
60         -*O) strip_trailopt 'O'; skip_next=yes;; \
61       -*O?*) strip_trailopt 'O';; \
62         -*l) strip_trailopt 'l'; skip_next=yes;; \
63       -*l?*) strip_trailopt 'l';; \
64       -[dEDm]) skip_next=yes;; \
65       -[JT]) skip_next=yes;; \
66     esac; \
67     case $$flg in \
68       *$$target_option*) has_opt=yes; break;; \
69     esac; \
70   done; \
71   test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 @OS_WIN32_TRUE@am__append_1 = -export-symbols $(srcdir)/fribidi.def
93 @OS_WIN32_FALSE@am__append_2 = -export-symbols-regex "^fribidi_.*"
94 subdir = lib
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
97         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
98         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
99         $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
100         $(top_srcdir)/configure.ac
101 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102         $(ACLOCAL_M4)
103 DIST_COMMON = $(srcdir)/Makefile.am $(pkginclude_HEADERS) \
104         $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES = fribidi-config.h
108 CONFIG_CLEAN_VPATH_FILES =
109 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
110 am__vpath_adj = case $$p in \
111     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
112     *) f=$$p;; \
113   esac;
114 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
115 am__install_max = 40
116 am__nobase_strip_setup = \
117   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
118 am__nobase_strip = \
119   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
120 am__nobase_list = $(am__nobase_strip_setup); \
121   for p in $$list; do echo "$$p $$p"; done | \
122   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
123   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
124     if (++n[$$2] == $(am__install_max)) \
125       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
126     END { for (dir in files) print dir, files[dir] }'
127 am__base_list = \
128   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
129   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
130 am__uninstall_files_from_dir = { \
131   test -z "$$files" \
132     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
133     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
134          $(am__cd) "$$dir" && rm -f $$files; }; \
135   }
136 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" \
137         "$(DESTDIR)$(pkgincludedir)"
138 LTLIBRARIES = $(lib_LTLIBRARIES)
139 am_libfribidi_la_OBJECTS = fribidi.lo fribidi-arabic.lo \
140         fribidi-bidi.lo fribidi-bidi-types.lo fribidi-char-sets.lo \
141         fribidi-char-sets-cap-rtl.lo fribidi-char-sets-cp1255.lo \
142         fribidi-char-sets-cp1256.lo fribidi-char-sets-iso8859-6.lo \
143         fribidi-char-sets-iso8859-8.lo fribidi-char-sets-utf8.lo \
144         fribidi-deprecated.lo fribidi-joining.lo \
145         fribidi-joining-types.lo fribidi-mirroring.lo \
146         fribidi-brackets.lo fribidi-run.lo fribidi-shape.lo
147 libfribidi_la_OBJECTS = $(am_libfribidi_la_OBJECTS)
148 AM_V_lt = $(am__v_lt_@AM_V@)
149 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
150 am__v_lt_0 = --silent
151 am__v_lt_1 = 
152 libfribidi_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154         $(libfribidi_la_LDFLAGS) $(LDFLAGS) -o $@
155 AM_V_P = $(am__v_P_@AM_V@)
156 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157 am__v_P_0 = false
158 am__v_P_1 = :
159 AM_V_GEN = $(am__v_GEN_@AM_V@)
160 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161 am__v_GEN_0 = @echo "  GEN     " $@;
162 am__v_GEN_1 = 
163 AM_V_at = $(am__v_at_@AM_V@)
164 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165 am__v_at_0 = @
166 am__v_at_1 = 
167 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
168 depcomp = $(SHELL) $(top_srcdir)/depcomp
169 am__depfiles_maybe = depfiles
170 am__mv = mv -f
171 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
175         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
176         $(AM_CFLAGS) $(CFLAGS)
177 AM_V_CC = $(am__v_CC_@AM_V@)
178 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
179 am__v_CC_0 = @echo "  CC      " $@;
180 am__v_CC_1 = 
181 CCLD = $(CC)
182 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184         $(AM_LDFLAGS) $(LDFLAGS) -o $@
185 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187 am__v_CCLD_0 = @echo "  CCLD    " $@;
188 am__v_CCLD_1 = 
189 SOURCES = $(libfribidi_la_SOURCES)
190 DIST_SOURCES = $(libfribidi_la_SOURCES)
191 am__can_run_installinfo = \
192   case $$AM_UPDATE_INFO_DIR in \
193     n|no|NO) false;; \
194     *) (install-info --version) >/dev/null 2>&1;; \
195   esac
196 HEADERS = $(nodist_pkginclude_HEADERS) $(pkginclude_HEADERS)
197 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
198 # Read a list of newline-separated strings from the standard input,
199 # and print each of them once, without duplicates.  Input order is
200 # *not* preserved.
201 am__uniquify_input = $(AWK) '\
202   BEGIN { nonempty = 0; } \
203   { items[$$0] = 1; nonempty = 1; } \
204   END { if (nonempty) { for (i in items) print i; }; } \
205 '
206 # Make sure the list of sources is unique.  This is necessary because,
207 # e.g., the same source file might be shared among _SOURCES variables
208 # for different programs/libraries.
209 am__define_uniq_tagged_files = \
210   list='$(am__tagged_files)'; \
211   unique=`for i in $$list; do \
212     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
213   done | $(am__uniquify_input)`
214 ETAGS = etags
215 CTAGS = ctags
216 am__DIST_COMMON = $(srcdir)/Headers.mk $(srcdir)/Makefile.in \
217         $(srcdir)/fribidi-config.h.in $(top_srcdir)/depcomp
218 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
219 ACLOCAL = @ACLOCAL@
220 AMTAR = @AMTAR@
221 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
222 AR = @AR@
223 AUTOCONF = @AUTOCONF@
224 AUTOHEADER = @AUTOHEADER@
225 AUTOMAKE = @AUTOMAKE@
226 AWK = @AWK@
227 BUILD_EXEEXT = @BUILD_EXEEXT@
228 BUILD_OBJEXT = @BUILD_OBJEXT@
229 C2MAN = @C2MAN@
230 CC = @CC@
231 CCDEPMODE = @CCDEPMODE@
232 CC_FOR_BUILD = @CC_FOR_BUILD@
233 CFLAGS = @CFLAGS@
234 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
235 CPP = @CPP@
236 CPPFLAGS = @CPPFLAGS@
237 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
238 CPP_FOR_BUILD = @CPP_FOR_BUILD@
239 CYGPATH_W = @CYGPATH_W@
240 DEFS = @DEFS@
241 DEPDIR = @DEPDIR@
242 DLLTOOL = @DLLTOOL@
243 DSYMUTIL = @DSYMUTIL@
244 DUMPBIN = @DUMPBIN@
245 ECHO_C = @ECHO_C@
246 ECHO_N = @ECHO_N@
247 ECHO_T = @ECHO_T@
248 EGREP = @EGREP@
249 EXEEXT = @EXEEXT@
250 FGREP = @FGREP@
251 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
252 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
253 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
254 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
255 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
256 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
257 FRIBIDI_MSVC_BUILD_PLACEHOLDER = @FRIBIDI_MSVC_BUILD_PLACEHOLDER@
258 FRIBIDI_VERSION = @FRIBIDI_VERSION@
259 GREP = @GREP@
260 INSTALL = @INSTALL@
261 INSTALL_DATA = @INSTALL_DATA@
262 INSTALL_PROGRAM = @INSTALL_PROGRAM@
263 INSTALL_SCRIPT = @INSTALL_SCRIPT@
264 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
265 LD = @LD@
266 LDFLAGS = @LDFLAGS@
267 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
268 LIBOBJS = @LIBOBJS@
269 LIBS = @LIBS@
270 LIBTOOL = @LIBTOOL@
271 LIPO = @LIPO@
272 LN_S = @LN_S@
273 LTLIBOBJS = @LTLIBOBJS@
274 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
275 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
276 LT_VERSION_INFO = @LT_VERSION_INFO@
277 MAKEINFO = @MAKEINFO@
278 MANIFEST_TOOL = @MANIFEST_TOOL@
279 MKDIR_P = @MKDIR_P@
280 NM = @NM@
281 NMEDIT = @NMEDIT@
282 OBJDUMP = @OBJDUMP@
283 OBJEXT = @OBJEXT@
284 OTOOL = @OTOOL@
285 OTOOL64 = @OTOOL64@
286 PACKAGE = @PACKAGE@
287 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
288 PACKAGE_NAME = @PACKAGE_NAME@
289 PACKAGE_STRING = @PACKAGE_STRING@
290 PACKAGE_TARNAME = @PACKAGE_TARNAME@
291 PACKAGE_URL = @PACKAGE_URL@
292 PACKAGE_VERSION = @PACKAGE_VERSION@
293 PATH_SEPARATOR = @PATH_SEPARATOR@
294 PKG_CONFIG = @PKG_CONFIG@
295 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
296 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
297 RANLIB = @RANLIB@
298 SED = @SED@
299 SET_MAKE = @SET_MAKE@
300 SHELL = @SHELL@
301 SIZEOF_INT = @SIZEOF_INT@
302 STRIP = @STRIP@
303 VERSION = @VERSION@
304 abs_builddir = @abs_builddir@
305 abs_srcdir = @abs_srcdir@
306 abs_top_builddir = @abs_top_builddir@
307 abs_top_srcdir = @abs_top_srcdir@
308 ac_ct_AR = @ac_ct_AR@
309 ac_ct_CC = @ac_ct_CC@
310 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
311 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
312 am__include = @am__include@
313 am__leading_dot = @am__leading_dot@
314 am__quote = @am__quote@
315 am__tar = @am__tar@
316 am__untar = @am__untar@
317 bindir = @bindir@
318 build = @build@
319 build_alias = @build_alias@
320 build_cpu = @build_cpu@
321 build_os = @build_os@
322 build_vendor = @build_vendor@
323 builddir = @builddir@
324 datadir = @datadir@
325 datarootdir = @datarootdir@
326 docdir = @docdir@
327 dvidir = @dvidir@
328 exec_prefix = @exec_prefix@
329 host = @host@
330 host_alias = @host_alias@
331 host_cpu = @host_cpu@
332 host_os = @host_os@
333 host_vendor = @host_vendor@
334 htmldir = @htmldir@
335 includedir = @includedir@
336 infodir = @infodir@
337 install_sh = @install_sh@
338 libdir = @libdir@
339 libexecdir = @libexecdir@
340 localedir = @localedir@
341 localstatedir = @localstatedir@
342 mandir = @mandir@
343 mkdir_p = @mkdir_p@
344 oldincludedir = @oldincludedir@
345 pdfdir = @pdfdir@
346 prefix = @prefix@
347 program_transform_name = @program_transform_name@
348 psdir = @psdir@
349 sbindir = @sbindir@
350 sharedstatedir = @sharedstatedir@
351 srcdir = @srcdir@
352 sysconfdir = @sysconfdir@
353 target_alias = @target_alias@
354 top_build_prefix = @top_build_prefix@
355 top_builddir = @top_builddir@
356 top_srcdir = @top_srcdir@
357 EXTRA_DIST = fribidi.def
358 lib_LTLIBRARIES = libfribidi.la
359 AM_CPPFLAGS = 
360 libfribidi_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION_INFO) \
361         $(am__append_1) $(am__append_2)
362 libfribidi_la_LIBADD = 
363 libfribidi_la_DEPENDENCIES = 
364 libfribidi_la_headers = \
365                 fribidi-arabic.h \
366                 fribidi-begindecls.h \
367                 fribidi-bidi.h \
368                 fribidi-bidi-types.h \
369                 fribidi-bidi-types-list.h \
370                 fribidi-common.h \
371                 fribidi-char-sets.h \
372                 fribidi-char-sets-list.h \
373                 fribidi-deprecated.h \
374                 fribidi-enddecls.h \
375                 fribidi-flags.h \
376                 fribidi-joining.h \
377                 fribidi-joining-types.h \
378                 fribidi-joining-types-list.h \
379                 fribidi-mirroring.h \
380                 fribidi-brackets.h \
381                 fribidi-shape.h \
382                 fribidi-types.h \
383                 fribidi-unicode.h \
384                 fribidi-unicode-version.h \
385                 fribidi.h
386
387 # fribidi.h should be the last entry in the list above.
388 libfribidi_la_symbols = $(shell cat $(top_srcdir)/lib/fribidi.def)
389 pkginclude_HEADERS = $(libfribidi_la_headers)
390 nodist_pkginclude_HEADERS = fribidi-config.h
391 libfribidi_la_SOURCES = \
392                 arabic-misc.tab.i \
393                 arabic-shaping.tab.i \
394                 bidi-type.tab.i \
395                 bidi-types.h \
396                 common.h \
397                 debug.h \
398                 fribidi.c \
399                 fribidi-arabic.c \
400                 fribidi-bidi.c \
401                 fribidi-bidi-types.c \
402                 fribidi-char-sets.c \
403                 fribidi-char-sets-cap-rtl.c \
404                 fribidi-char-sets-cp1255.c \
405                 fribidi-char-sets-cp1256.c \
406                 fribidi-char-sets-iso8859-6.c \
407                 fribidi-char-sets-iso8859-8.c \
408                 fribidi-char-sets-utf8.c \
409                 fribidi-char-sets-cap-rtl.h \
410                 fribidi-char-sets-cp1255.h \
411                 fribidi-char-sets-cp1256.h \
412                 fribidi-char-sets-iso8859-6.h \
413                 fribidi-char-sets-iso8859-8.h \
414                 fribidi-char-sets-utf8.h \
415                 fribidi-deprecated.c \
416                 fribidi-joining.c \
417                 fribidi-joining-types.c \
418                 fribidi-mirroring.c \
419                 fribidi-brackets.c \
420                 fribidi-run.c \
421                 fribidi-shape.c \
422                 joining-type.tab.i \
423                 joining-types.h \
424                 mirroring.tab.i \
425                 brackets.tab.i \
426                 brackets-type.tab.i \
427                 run.h
428
429 GENERATEDSOURCES = \
430                 fribidi-unicode-version.h \
431                 arabic-shaping.tab.i \
432                 bidi-type.tab.i \
433                 joining-type.tab.i \
434                 mirroring.tab.i \
435                 brackets.tab.i \
436                 brackets-type.tab.i 
437
438 BUILT_SOURCES = \
439                 $(GENERATEDSOURCES) \
440                 fribidi-config.h
441
442 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
443 all: $(BUILT_SOURCES)
444         $(MAKE) $(AM_MAKEFLAGS) all-am
445
446 .SUFFIXES:
447 .SUFFIXES: .c .lo .o .obj
448 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Headers.mk $(am__configure_deps)
449         @for dep in $?; do \
450           case '$(am__configure_deps)' in \
451             *$$dep*) \
452               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453                 && { if test -f $@; then exit 0; else break; fi; }; \
454               exit 1;; \
455           esac; \
456         done; \
457         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
458         $(am__cd) $(top_srcdir) && \
459           $(AUTOMAKE) --gnits lib/Makefile
460 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461         @case '$?' in \
462           *config.status*) \
463             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464           *) \
465             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467         esac;
468 $(srcdir)/Headers.mk $(am__empty):
469
470 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
471         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472
473 $(top_srcdir)/configure:  $(am__configure_deps)
474         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
475 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
476         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(am__aclocal_m4_deps):
478 fribidi-config.h: $(top_builddir)/config.status $(srcdir)/fribidi-config.h.in
479         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
480
481 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
482         @$(NORMAL_INSTALL)
483         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
484         list2=; for p in $$list; do \
485           if test -f $$p; then \
486             list2="$$list2 $$p"; \
487           else :; fi; \
488         done; \
489         test -z "$$list2" || { \
490           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
491           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
492           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
493           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
494         }
495
496 uninstall-libLTLIBRARIES:
497         @$(NORMAL_UNINSTALL)
498         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
499         for p in $$list; do \
500           $(am__strip_dir) \
501           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
502           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
503         done
504
505 clean-libLTLIBRARIES:
506         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
507         @list='$(lib_LTLIBRARIES)'; \
508         locs=`for p in $$list; do echo $$p; done | \
509               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
510               sort -u`; \
511         test -z "$$locs" || { \
512           echo rm -f $${locs}; \
513           rm -f $${locs}; \
514         }
515
516 libfribidi.la: $(libfribidi_la_OBJECTS) $(libfribidi_la_DEPENDENCIES) $(EXTRA_libfribidi_la_DEPENDENCIES) 
517         $(AM_V_CCLD)$(libfribidi_la_LINK) -rpath $(libdir) $(libfribidi_la_OBJECTS) $(libfribidi_la_LIBADD) $(LIBS)
518
519 mostlyclean-compile:
520         -rm -f *.$(OBJEXT)
521
522 distclean-compile:
523         -rm -f *.tab.c
524
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-arabic.Plo@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-bidi-types.Plo@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-bidi.Plo@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-brackets.Plo@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cap-rtl.Plo@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1255.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1256.Plo@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-6.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-8.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-utf8.Plo@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets.Plo@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-deprecated.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-joining-types.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-joining.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-mirroring.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-run.Plo@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-shape.Plo@am__quote@
542 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi.Plo@am__quote@
543
544 .c.o:
545 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
546 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
548 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
549 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
550
551 .c.obj:
552 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
553 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
556 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
557
558 .c.lo:
559 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
560 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
563 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
564
565 mostlyclean-libtool:
566         -rm -f *.lo
567
568 clean-libtool:
569         -rm -rf .libs _libs
570 install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS)
571         @$(NORMAL_INSTALL)
572         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
573         if test -n "$$list"; then \
574           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
575           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
576         fi; \
577         for p in $$list; do \
578           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
579           echo "$$d$$p"; \
580         done | $(am__base_list) | \
581         while read files; do \
582           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
583           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
584         done
585
586 uninstall-nodist_pkgincludeHEADERS:
587         @$(NORMAL_UNINSTALL)
588         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
589         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
590         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
591 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
592         @$(NORMAL_INSTALL)
593         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
594         if test -n "$$list"; then \
595           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
596           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
597         fi; \
598         for p in $$list; do \
599           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
600           echo "$$d$$p"; \
601         done | $(am__base_list) | \
602         while read files; do \
603           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
604           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
605         done
606
607 uninstall-pkgincludeHEADERS:
608         @$(NORMAL_UNINSTALL)
609         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
610         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
611         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
612
613 ID: $(am__tagged_files)
614         $(am__define_uniq_tagged_files); mkid -fID $$unique
615 tags: tags-am
616 TAGS: tags
617
618 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619         set x; \
620         here=`pwd`; \
621         $(am__define_uniq_tagged_files); \
622         shift; \
623         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
624           test -n "$$unique" || unique=$$empty_fix; \
625           if test $$# -gt 0; then \
626             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
627               "$$@" $$unique; \
628           else \
629             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
630               $$unique; \
631           fi; \
632         fi
633 ctags: ctags-am
634
635 CTAGS: ctags
636 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
637         $(am__define_uniq_tagged_files); \
638         test -z "$(CTAGS_ARGS)$$unique" \
639           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
640              $$unique
641
642 GTAGS:
643         here=`$(am__cd) $(top_builddir) && pwd` \
644           && $(am__cd) $(top_srcdir) \
645           && gtags -i $(GTAGS_ARGS) "$$here"
646 cscopelist: cscopelist-am
647
648 cscopelist-am: $(am__tagged_files)
649         list='$(am__tagged_files)'; \
650         case "$(srcdir)" in \
651           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
652           *) sdir=$(subdir)/$(srcdir) ;; \
653         esac; \
654         for i in $$list; do \
655           if test -f "$$i"; then \
656             echo "$(subdir)/$$i"; \
657           else \
658             echo "$$sdir/$$i"; \
659           fi; \
660         done >> $(top_builddir)/cscope.files
661
662 distclean-tags:
663         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
664
665 distdir: $(DISTFILES)
666         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
667         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
668         list='$(DISTFILES)'; \
669           dist_files=`for file in $$list; do echo $$file; done | \
670           sed -e "s|^$$srcdirstrip/||;t" \
671               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
672         case $$dist_files in \
673           */*) $(MKDIR_P) `echo "$$dist_files" | \
674                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
675                            sort -u` ;; \
676         esac; \
677         for file in $$dist_files; do \
678           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
679           if test -d $$d/$$file; then \
680             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
681             if test -d "$(distdir)/$$file"; then \
682               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
683             fi; \
684             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
685               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
686               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
687             fi; \
688             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
689           else \
690             test -f "$(distdir)/$$file" \
691             || cp -p $$d/$$file "$(distdir)/$$file" \
692             || exit 1; \
693           fi; \
694         done
695 check-am: all-am
696 check: $(BUILT_SOURCES)
697         $(MAKE) $(AM_MAKEFLAGS) check-am
698 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
699 installdirs:
700         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
701           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
702         done
703 install: $(BUILT_SOURCES)
704         $(MAKE) $(AM_MAKEFLAGS) install-am
705 install-exec: install-exec-am
706 install-data: install-data-am
707 uninstall: uninstall-am
708
709 install-am: all-am
710         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
711
712 installcheck: installcheck-am
713 install-strip:
714         if test -z '$(STRIP)'; then \
715           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
716             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
717               install; \
718         else \
719           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
722         fi
723 mostlyclean-generic:
724
725 clean-generic:
726
727 distclean-generic:
728         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
730
731 maintainer-clean-generic:
732         @echo "This command is intended for maintainers to use"
733         @echo "it deletes files that may require special tools to rebuild."
734         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
735         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
736 clean: clean-am
737
738 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
739         mostlyclean-am
740
741 distclean: distclean-am
742         -rm -rf ./$(DEPDIR)
743         -rm -f Makefile
744 distclean-am: clean-am distclean-compile distclean-generic \
745         distclean-tags
746
747 dvi: dvi-am
748
749 dvi-am:
750
751 html: html-am
752
753 html-am:
754
755 info: info-am
756
757 info-am:
758
759 install-data-am: install-nodist_pkgincludeHEADERS \
760         install-pkgincludeHEADERS
761
762 install-dvi: install-dvi-am
763
764 install-dvi-am:
765
766 install-exec-am: install-libLTLIBRARIES
767
768 install-html: install-html-am
769
770 install-html-am:
771
772 install-info: install-info-am
773
774 install-info-am:
775
776 install-man:
777
778 install-pdf: install-pdf-am
779
780 install-pdf-am:
781
782 install-ps: install-ps-am
783
784 install-ps-am:
785
786 installcheck-am:
787
788 maintainer-clean: maintainer-clean-am
789         -rm -rf ./$(DEPDIR)
790         -rm -f Makefile
791 maintainer-clean-am: distclean-am maintainer-clean-generic
792
793 mostlyclean: mostlyclean-am
794
795 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
796         mostlyclean-libtool
797
798 pdf: pdf-am
799
800 pdf-am:
801
802 ps: ps-am
803
804 ps-am:
805
806 uninstall-am: uninstall-libLTLIBRARIES \
807         uninstall-nodist_pkgincludeHEADERS uninstall-pkgincludeHEADERS
808
809 .MAKE: all check install install-am install-strip
810
811 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
812         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
813         ctags-am distclean distclean-compile distclean-generic \
814         distclean-libtool distclean-tags distdir dvi dvi-am html \
815         html-am info info-am install install-am install-data \
816         install-data-am install-dvi install-dvi-am install-exec \
817         install-exec-am install-html install-html-am install-info \
818         install-info-am install-libLTLIBRARIES install-man \
819         install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \
820         install-pkgincludeHEADERS install-ps install-ps-am \
821         install-strip installcheck installcheck-am installdirs \
822         maintainer-clean maintainer-clean-generic mostlyclean \
823         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
824         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
825         uninstall-libLTLIBRARIES uninstall-nodist_pkgincludeHEADERS \
826         uninstall-pkgincludeHEADERS
827
828 .PRECIOUS: Makefile
829
830
831 $(GENERATEDSOURCES):
832         @(cd $(top_builddir)/gen.tab && \
833         $(MAKE) $(AM_MAKEFLAGS) $@) && \
834         (test -f $@ || mv $(top_builddir)/gen.tab/$@ .)
835
836 # re-generate all built sources:
837 gen:
838         @(cd $(top_builddir)/gen.tab && \
839         $(MAKE) $(AM_MAKEFLAGS) $@) && \
840         $(RM) $(BUILT_SOURCES)
841         $(MAKE) $(AM_MAKEFLAGS) $(BUILT_SOURCES)
842
843 $(top_builddir)/config.h: $(top_srcdir)/config.h.in
844         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
845
846 .PHONY: gen
847
848 -include $(top_srcdir)/git.mk
849
850 # Tell versions [3.59,3.63) of GNU make to not export all variables.
851 # Otherwise a system limit (for SysV at least) may be exceeded.
852 .NOEXPORT: