Merge branch 'upstream' into tizen
[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 CC = @CC@
230 CCDEPMODE = @CCDEPMODE@
231 CC_FOR_BUILD = @CC_FOR_BUILD@
232 CFLAGS = @CFLAGS@
233 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
234 CPP = @CPP@
235 CPPFLAGS = @CPPFLAGS@
236 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
237 CPP_FOR_BUILD = @CPP_FOR_BUILD@
238 CYGPATH_W = @CYGPATH_W@
239 DEFS = @DEFS@
240 DEPDIR = @DEPDIR@
241 DLLTOOL = @DLLTOOL@
242 DSYMUTIL = @DSYMUTIL@
243 DUMPBIN = @DUMPBIN@
244 ECHO_C = @ECHO_C@
245 ECHO_N = @ECHO_N@
246 ECHO_T = @ECHO_T@
247 EGREP = @EGREP@
248 EXEEXT = @EXEEXT@
249 FGREP = @FGREP@
250 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
251 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
252 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
253 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
254 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
255 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
256 FRIBIDI_MSVC_BUILD_PLACEHOLDER = @FRIBIDI_MSVC_BUILD_PLACEHOLDER@
257 FRIBIDI_VERSION = @FRIBIDI_VERSION@
258 GREP = @GREP@
259 INSTALL = @INSTALL@
260 INSTALL_DATA = @INSTALL_DATA@
261 INSTALL_PROGRAM = @INSTALL_PROGRAM@
262 INSTALL_SCRIPT = @INSTALL_SCRIPT@
263 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
264 LD = @LD@
265 LDFLAGS = @LDFLAGS@
266 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
267 LIBOBJS = @LIBOBJS@
268 LIBS = @LIBS@
269 LIBTOOL = @LIBTOOL@
270 LIPO = @LIPO@
271 LN_S = @LN_S@
272 LTLIBOBJS = @LTLIBOBJS@
273 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
274 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
275 LT_VERSION_INFO = @LT_VERSION_INFO@
276 MAKEINFO = @MAKEINFO@
277 MANIFEST_TOOL = @MANIFEST_TOOL@
278 MKDIR_P = @MKDIR_P@
279 NM = @NM@
280 NMEDIT = @NMEDIT@
281 OBJDUMP = @OBJDUMP@
282 OBJEXT = @OBJEXT@
283 OTOOL = @OTOOL@
284 OTOOL64 = @OTOOL64@
285 PACKAGE = @PACKAGE@
286 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
287 PACKAGE_NAME = @PACKAGE_NAME@
288 PACKAGE_STRING = @PACKAGE_STRING@
289 PACKAGE_TARNAME = @PACKAGE_TARNAME@
290 PACKAGE_URL = @PACKAGE_URL@
291 PACKAGE_VERSION = @PACKAGE_VERSION@
292 PATH_SEPARATOR = @PATH_SEPARATOR@
293 PKG_CONFIG = @PKG_CONFIG@
294 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
295 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
296 RANLIB = @RANLIB@
297 SED = @SED@
298 SET_MAKE = @SET_MAKE@
299 SHELL = @SHELL@
300 SIZEOF_INT = @SIZEOF_INT@
301 STRIP = @STRIP@
302 VERSION = @VERSION@
303 abs_builddir = @abs_builddir@
304 abs_srcdir = @abs_srcdir@
305 abs_top_builddir = @abs_top_builddir@
306 abs_top_srcdir = @abs_top_srcdir@
307 ac_ct_AR = @ac_ct_AR@
308 ac_ct_CC = @ac_ct_CC@
309 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
310 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
311 am__include = @am__include@
312 am__leading_dot = @am__leading_dot@
313 am__quote = @am__quote@
314 am__tar = @am__tar@
315 am__untar = @am__untar@
316 bindir = @bindir@
317 build = @build@
318 build_alias = @build_alias@
319 build_cpu = @build_cpu@
320 build_os = @build_os@
321 build_vendor = @build_vendor@
322 builddir = @builddir@
323 datadir = @datadir@
324 datarootdir = @datarootdir@
325 docdir = @docdir@
326 dvidir = @dvidir@
327 exec_prefix = @exec_prefix@
328 host = @host@
329 host_alias = @host_alias@
330 host_cpu = @host_cpu@
331 host_os = @host_os@
332 host_vendor = @host_vendor@
333 htmldir = @htmldir@
334 includedir = @includedir@
335 infodir = @infodir@
336 install_sh = @install_sh@
337 libdir = @libdir@
338 libexecdir = @libexecdir@
339 localedir = @localedir@
340 localstatedir = @localstatedir@
341 mandir = @mandir@
342 mkdir_p = @mkdir_p@
343 oldincludedir = @oldincludedir@
344 pdfdir = @pdfdir@
345 prefix = @prefix@
346 program_transform_name = @program_transform_name@
347 psdir = @psdir@
348 sbindir = @sbindir@
349 sharedstatedir = @sharedstatedir@
350 srcdir = @srcdir@
351 sysconfdir = @sysconfdir@
352 target_alias = @target_alias@
353 top_build_prefix = @top_build_prefix@
354 top_builddir = @top_builddir@
355 top_srcdir = @top_srcdir@
356 EXTRA_DIST = fribidi.def
357 lib_LTLIBRARIES = libfribidi.la
358 AM_CPPFLAGS = 
359 libfribidi_la_LDFLAGS = -no-undefined -version-info $(LT_VERSION_INFO) \
360         $(am__append_1) $(am__append_2)
361 libfribidi_la_LIBADD = 
362 libfribidi_la_DEPENDENCIES = 
363 libfribidi_la_headers = \
364                 fribidi-arabic.h \
365                 fribidi-begindecls.h \
366                 fribidi-bidi.h \
367                 fribidi-bidi-types.h \
368                 fribidi-bidi-types-list.h \
369                 fribidi-common.h \
370                 fribidi-char-sets.h \
371                 fribidi-char-sets-list.h \
372                 fribidi-deprecated.h \
373                 fribidi-enddecls.h \
374                 fribidi-flags.h \
375                 fribidi-joining.h \
376                 fribidi-joining-types.h \
377                 fribidi-joining-types-list.h \
378                 fribidi-mirroring.h \
379                 fribidi-brackets.h \
380                 fribidi-shape.h \
381                 fribidi-types.h \
382                 fribidi-unicode.h \
383                 fribidi-unicode-version.h \
384                 fribidi.h
385
386 # fribidi.h should be the last entry in the list above.
387 libfribidi_la_symbols = $(shell cat $(top_srcdir)/lib/fribidi.def)
388 pkginclude_HEADERS = $(libfribidi_la_headers)
389 nodist_pkginclude_HEADERS = fribidi-config.h
390 libfribidi_la_SOURCES = \
391                 arabic-misc.tab.i \
392                 arabic-shaping.tab.i \
393                 bidi-type.tab.i \
394                 bidi-types.h \
395                 common.h \
396                 debug.h \
397                 fribidi.c \
398                 fribidi-arabic.c \
399                 fribidi-bidi.c \
400                 fribidi-bidi-types.c \
401                 fribidi-char-sets.c \
402                 fribidi-char-sets-cap-rtl.c \
403                 fribidi-char-sets-cp1255.c \
404                 fribidi-char-sets-cp1256.c \
405                 fribidi-char-sets-iso8859-6.c \
406                 fribidi-char-sets-iso8859-8.c \
407                 fribidi-char-sets-utf8.c \
408                 fribidi-char-sets-cap-rtl.h \
409                 fribidi-char-sets-cp1255.h \
410                 fribidi-char-sets-cp1256.h \
411                 fribidi-char-sets-iso8859-6.h \
412                 fribidi-char-sets-iso8859-8.h \
413                 fribidi-char-sets-utf8.h \
414                 fribidi-deprecated.c \
415                 fribidi-joining.c \
416                 fribidi-joining-types.c \
417                 fribidi-mirroring.c \
418                 fribidi-brackets.c \
419                 fribidi-run.c \
420                 fribidi-shape.c \
421                 joining-type.tab.i \
422                 joining-types.h \
423                 mirroring.tab.i \
424                 brackets.tab.i \
425                 brackets-type.tab.i \
426                 run.h
427
428 GENERATEDSOURCES = \
429                 fribidi-unicode-version.h \
430                 arabic-shaping.tab.i \
431                 bidi-type.tab.i \
432                 joining-type.tab.i \
433                 mirroring.tab.i \
434                 brackets.tab.i \
435                 brackets-type.tab.i 
436
437 BUILT_SOURCES = \
438                 $(GENERATEDSOURCES) \
439                 fribidi-config.h
440
441 MAINTAINERCLEANFILES = $(BUILT_SOURCES)
442 all: $(BUILT_SOURCES)
443         $(MAKE) $(AM_MAKEFLAGS) all-am
444
445 .SUFFIXES:
446 .SUFFIXES: .c .lo .o .obj
447 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Headers.mk $(am__configure_deps)
448         @for dep in $?; do \
449           case '$(am__configure_deps)' in \
450             *$$dep*) \
451               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
452                 && { if test -f $@; then exit 0; else break; fi; }; \
453               exit 1;; \
454           esac; \
455         done; \
456         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits lib/Makefile'; \
457         $(am__cd) $(top_srcdir) && \
458           $(AUTOMAKE) --gnits lib/Makefile
459 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460         @case '$?' in \
461           *config.status*) \
462             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463           *) \
464             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466         esac;
467 $(srcdir)/Headers.mk $(am__empty):
468
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471
472 $(top_srcdir)/configure:  $(am__configure_deps)
473         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
475         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
477 fribidi-config.h: $(top_builddir)/config.status $(srcdir)/fribidi-config.h.in
478         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
479
480 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
481         @$(NORMAL_INSTALL)
482         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
483         list2=; for p in $$list; do \
484           if test -f $$p; then \
485             list2="$$list2 $$p"; \
486           else :; fi; \
487         done; \
488         test -z "$$list2" || { \
489           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
490           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
491           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
492           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
493         }
494
495 uninstall-libLTLIBRARIES:
496         @$(NORMAL_UNINSTALL)
497         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
498         for p in $$list; do \
499           $(am__strip_dir) \
500           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
501           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
502         done
503
504 clean-libLTLIBRARIES:
505         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
506         @list='$(lib_LTLIBRARIES)'; \
507         locs=`for p in $$list; do echo $$p; done | \
508               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
509               sort -u`; \
510         test -z "$$locs" || { \
511           echo rm -f $${locs}; \
512           rm -f $${locs}; \
513         }
514
515 libfribidi.la: $(libfribidi_la_OBJECTS) $(libfribidi_la_DEPENDENCIES) $(EXTRA_libfribidi_la_DEPENDENCIES) 
516         $(AM_V_CCLD)$(libfribidi_la_LINK) -rpath $(libdir) $(libfribidi_la_OBJECTS) $(libfribidi_la_LIBADD) $(LIBS)
517
518 mostlyclean-compile:
519         -rm -f *.$(OBJEXT)
520
521 distclean-compile:
522         -rm -f *.tab.c
523
524 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-arabic.Plo@am__quote@
525 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-bidi-types.Plo@am__quote@
526 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-bidi.Plo@am__quote@
527 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-brackets.Plo@am__quote@
528 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cap-rtl.Plo@am__quote@
529 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1255.Plo@am__quote@
530 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1256.Plo@am__quote@
531 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-6.Plo@am__quote@
532 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-8.Plo@am__quote@
533 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-utf8.Plo@am__quote@
534 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets.Plo@am__quote@
535 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-deprecated.Plo@am__quote@
536 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-joining-types.Plo@am__quote@
537 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-joining.Plo@am__quote@
538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-mirroring.Plo@am__quote@
539 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-run.Plo@am__quote@
540 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-shape.Plo@am__quote@
541 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi.Plo@am__quote@
542
543 .c.o:
544 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
545 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
548 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
549
550 .c.obj:
551 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
552 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
553 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
555 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
556
557 .c.lo:
558 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
559 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
561 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
563
564 mostlyclean-libtool:
565         -rm -f *.lo
566
567 clean-libtool:
568         -rm -rf .libs _libs
569 install-nodist_pkgincludeHEADERS: $(nodist_pkginclude_HEADERS)
570         @$(NORMAL_INSTALL)
571         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
572         if test -n "$$list"; then \
573           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
574           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
575         fi; \
576         for p in $$list; do \
577           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
578           echo "$$d$$p"; \
579         done | $(am__base_list) | \
580         while read files; do \
581           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
582           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
583         done
584
585 uninstall-nodist_pkgincludeHEADERS:
586         @$(NORMAL_UNINSTALL)
587         @list='$(nodist_pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
588         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
589         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
590 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
591         @$(NORMAL_INSTALL)
592         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
593         if test -n "$$list"; then \
594           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
595           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
596         fi; \
597         for p in $$list; do \
598           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
599           echo "$$d$$p"; \
600         done | $(am__base_list) | \
601         while read files; do \
602           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
603           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
604         done
605
606 uninstall-pkgincludeHEADERS:
607         @$(NORMAL_UNINSTALL)
608         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
609         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
610         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
611
612 ID: $(am__tagged_files)
613         $(am__define_uniq_tagged_files); mkid -fID $$unique
614 tags: tags-am
615 TAGS: tags
616
617 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
618         set x; \
619         here=`pwd`; \
620         $(am__define_uniq_tagged_files); \
621         shift; \
622         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
623           test -n "$$unique" || unique=$$empty_fix; \
624           if test $$# -gt 0; then \
625             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
626               "$$@" $$unique; \
627           else \
628             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
629               $$unique; \
630           fi; \
631         fi
632 ctags: ctags-am
633
634 CTAGS: ctags
635 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
636         $(am__define_uniq_tagged_files); \
637         test -z "$(CTAGS_ARGS)$$unique" \
638           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
639              $$unique
640
641 GTAGS:
642         here=`$(am__cd) $(top_builddir) && pwd` \
643           && $(am__cd) $(top_srcdir) \
644           && gtags -i $(GTAGS_ARGS) "$$here"
645 cscopelist: cscopelist-am
646
647 cscopelist-am: $(am__tagged_files)
648         list='$(am__tagged_files)'; \
649         case "$(srcdir)" in \
650           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
651           *) sdir=$(subdir)/$(srcdir) ;; \
652         esac; \
653         for i in $$list; do \
654           if test -f "$$i"; then \
655             echo "$(subdir)/$$i"; \
656           else \
657             echo "$$sdir/$$i"; \
658           fi; \
659         done >> $(top_builddir)/cscope.files
660
661 distclean-tags:
662         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
663
664 distdir: $(DISTFILES)
665         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
666         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
667         list='$(DISTFILES)'; \
668           dist_files=`for file in $$list; do echo $$file; done | \
669           sed -e "s|^$$srcdirstrip/||;t" \
670               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
671         case $$dist_files in \
672           */*) $(MKDIR_P) `echo "$$dist_files" | \
673                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
674                            sort -u` ;; \
675         esac; \
676         for file in $$dist_files; do \
677           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
678           if test -d $$d/$$file; then \
679             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
680             if test -d "$(distdir)/$$file"; then \
681               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
682             fi; \
683             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
684               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
685               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
686             fi; \
687             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
688           else \
689             test -f "$(distdir)/$$file" \
690             || cp -p $$d/$$file "$(distdir)/$$file" \
691             || exit 1; \
692           fi; \
693         done
694 check-am: all-am
695 check: $(BUILT_SOURCES)
696         $(MAKE) $(AM_MAKEFLAGS) check-am
697 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
698 installdirs:
699         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgincludedir)" "$(DESTDIR)$(pkgincludedir)"; do \
700           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
701         done
702 install: $(BUILT_SOURCES)
703         $(MAKE) $(AM_MAKEFLAGS) install-am
704 install-exec: install-exec-am
705 install-data: install-data-am
706 uninstall: uninstall-am
707
708 install-am: all-am
709         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
710
711 installcheck: installcheck-am
712 install-strip:
713         if test -z '$(STRIP)'; then \
714           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
715             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
716               install; \
717         else \
718           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
721         fi
722 mostlyclean-generic:
723
724 clean-generic:
725
726 distclean-generic:
727         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
728         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
729
730 maintainer-clean-generic:
731         @echo "This command is intended for maintainers to use"
732         @echo "it deletes files that may require special tools to rebuild."
733         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
734         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
735 clean: clean-am
736
737 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
738         mostlyclean-am
739
740 distclean: distclean-am
741         -rm -rf ./$(DEPDIR)
742         -rm -f Makefile
743 distclean-am: clean-am distclean-compile distclean-generic \
744         distclean-tags
745
746 dvi: dvi-am
747
748 dvi-am:
749
750 html: html-am
751
752 html-am:
753
754 info: info-am
755
756 info-am:
757
758 install-data-am: install-nodist_pkgincludeHEADERS \
759         install-pkgincludeHEADERS
760
761 install-dvi: install-dvi-am
762
763 install-dvi-am:
764
765 install-exec-am: install-libLTLIBRARIES
766
767 install-html: install-html-am
768
769 install-html-am:
770
771 install-info: install-info-am
772
773 install-info-am:
774
775 install-man:
776
777 install-pdf: install-pdf-am
778
779 install-pdf-am:
780
781 install-ps: install-ps-am
782
783 install-ps-am:
784
785 installcheck-am:
786
787 maintainer-clean: maintainer-clean-am
788         -rm -rf ./$(DEPDIR)
789         -rm -f Makefile
790 maintainer-clean-am: distclean-am maintainer-clean-generic
791
792 mostlyclean: mostlyclean-am
793
794 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
795         mostlyclean-libtool
796
797 pdf: pdf-am
798
799 pdf-am:
800
801 ps: ps-am
802
803 ps-am:
804
805 uninstall-am: uninstall-libLTLIBRARIES \
806         uninstall-nodist_pkgincludeHEADERS uninstall-pkgincludeHEADERS
807
808 .MAKE: all check install install-am install-strip
809
810 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
811         clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
812         ctags-am distclean distclean-compile distclean-generic \
813         distclean-libtool distclean-tags distdir dvi dvi-am html \
814         html-am info info-am install install-am install-data \
815         install-data-am install-dvi install-dvi-am install-exec \
816         install-exec-am install-html install-html-am install-info \
817         install-info-am install-libLTLIBRARIES install-man \
818         install-nodist_pkgincludeHEADERS install-pdf install-pdf-am \
819         install-pkgincludeHEADERS install-ps install-ps-am \
820         install-strip installcheck installcheck-am installdirs \
821         maintainer-clean maintainer-clean-generic mostlyclean \
822         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
823         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
824         uninstall-libLTLIBRARIES uninstall-nodist_pkgincludeHEADERS \
825         uninstall-pkgincludeHEADERS
826
827 .PRECIOUS: Makefile
828
829
830 $(GENERATEDSOURCES):
831         @(cd $(top_builddir)/gen.tab && \
832         $(MAKE) $(AM_MAKEFLAGS) $@) && \
833         (test -f $@ || mv $(top_builddir)/gen.tab/$@ .)
834
835 # re-generate all built sources:
836 gen:
837         @(cd $(top_builddir)/gen.tab && \
838         $(MAKE) $(AM_MAKEFLAGS) $@) && \
839         $(RM) $(BUILT_SOURCES)
840         $(MAKE) $(AM_MAKEFLAGS) $(BUILT_SOURCES)
841
842 $(top_builddir)/config.h: $(top_srcdir)/config.h.in
843         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
844
845 .PHONY: gen
846
847 -include $(top_srcdir)/git.mk
848
849 # Tell versions [3.59,3.63) of GNU make to not export all variables.
850 # Otherwise a system limit (for SysV at least) may be exceeded.
851 .NOEXPORT: