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