update to 0.19.7
[platform/upstream/fribidi.git] / charset / 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 @FRIBIDI_CHARSETS_TRUE@am__append_1 = $(libfribidi_char_sets_la_headers)
93 @FRIBIDI_CHARSETS_FALSE@am__append_2 = -static
94 subdir = charset
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)/configure.ac
100 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
101         $(ACLOCAL_M4)
102 DIST_COMMON = $(srcdir)/Makefile.am $(am__pkginclude_HEADERS_DIST) \
103         $(am__DIST_COMMON)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 LTLIBRARIES = $(noinst_LTLIBRARIES)
109 am__DEPENDENCIES_1 =
110 libfribidi_char_sets_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
111 am_libfribidi_char_sets_la_OBJECTS = fribidi-char-sets.lo \
112         fribidi-char-sets-cap-rtl.lo fribidi-char-sets-cp1255.lo \
113         fribidi-char-sets-cp1256.lo fribidi-char-sets-iso8859-6.lo \
114         fribidi-char-sets-iso8859-8.lo fribidi-char-sets-utf8.lo
115 libfribidi_char_sets_la_OBJECTS =  \
116         $(am_libfribidi_char_sets_la_OBJECTS)
117 AM_V_lt = $(am__v_lt_@AM_V@)
118 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
119 am__v_lt_0 = --silent
120 am__v_lt_1 = 
121 libfribidi_char_sets_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
122         $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
123         $(AM_CFLAGS) $(CFLAGS) $(libfribidi_char_sets_la_LDFLAGS) \
124         $(LDFLAGS) -o $@
125 AM_V_P = $(am__v_P_@AM_V@)
126 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
127 am__v_P_0 = false
128 am__v_P_1 = :
129 AM_V_GEN = $(am__v_GEN_@AM_V@)
130 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
131 am__v_GEN_0 = @echo "  GEN     " $@;
132 am__v_GEN_1 = 
133 AM_V_at = $(am__v_at_@AM_V@)
134 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 am__v_at_0 = @
136 am__v_at_1 = 
137 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
138 depcomp = $(SHELL) $(top_srcdir)/depcomp
139 am__depfiles_maybe = depfiles
140 am__mv = mv -f
141 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
142         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
143 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
144         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
145         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
146         $(AM_CFLAGS) $(CFLAGS)
147 AM_V_CC = $(am__v_CC_@AM_V@)
148 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
149 am__v_CC_0 = @echo "  CC      " $@;
150 am__v_CC_1 = 
151 CCLD = $(CC)
152 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
154         $(AM_LDFLAGS) $(LDFLAGS) -o $@
155 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
156 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
157 am__v_CCLD_0 = @echo "  CCLD    " $@;
158 am__v_CCLD_1 = 
159 SOURCES = $(libfribidi_char_sets_la_SOURCES)
160 DIST_SOURCES = $(libfribidi_char_sets_la_SOURCES)
161 am__can_run_installinfo = \
162   case $$AM_UPDATE_INFO_DIR in \
163     n|no|NO) false;; \
164     *) (install-info --version) >/dev/null 2>&1;; \
165   esac
166 am__pkginclude_HEADERS_DIST = fribidi-char-sets.h \
167         fribidi-char-sets-list.h
168 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169 am__vpath_adj = case $$p in \
170     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171     *) f=$$p;; \
172   esac;
173 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174 am__install_max = 40
175 am__nobase_strip_setup = \
176   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177 am__nobase_strip = \
178   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179 am__nobase_list = $(am__nobase_strip_setup); \
180   for p in $$list; do echo "$$p $$p"; done | \
181   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183     if (++n[$$2] == $(am__install_max)) \
184       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185     END { for (dir in files) print dir, files[dir] }'
186 am__base_list = \
187   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189 am__uninstall_files_from_dir = { \
190   test -z "$$files" \
191     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193          $(am__cd) "$$dir" && rm -f $$files; }; \
194   }
195 am__installdirs = "$(DESTDIR)$(pkgincludedir)"
196 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         $(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 CC = @CC@
228 CCDEPMODE = @CCDEPMODE@
229 CFLAGS = @CFLAGS@
230 CPP = @CPP@
231 CPPFLAGS = @CPPFLAGS@
232 CYGPATH_W = @CYGPATH_W@
233 DEFS = @DEFS@
234 DEPDIR = @DEPDIR@
235 DLLTOOL = @DLLTOOL@
236 DSYMUTIL = @DSYMUTIL@
237 DUMPBIN = @DUMPBIN@
238 ECHO_C = @ECHO_C@
239 ECHO_N = @ECHO_N@
240 ECHO_T = @ECHO_T@
241 EGREP = @EGREP@
242 EXEEXT = @EXEEXT@
243 FGREP = @FGREP@
244 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
245 FRIBIDI_CHARSETS = @FRIBIDI_CHARSETS@
246 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
247 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
248 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
249 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
250 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
251 FRIBIDI_NO_DEPRECATED = @FRIBIDI_NO_DEPRECATED@
252 FRIBIDI_USE_GLIB = @FRIBIDI_USE_GLIB@
253 FRIBIDI_VERSION = @FRIBIDI_VERSION@
254 GLIB_CFLAGS = @GLIB_CFLAGS@
255 GLIB_LIBS = @GLIB_LIBS@
256 GREP = @GREP@
257 INSTALL = @INSTALL@
258 INSTALL_DATA = @INSTALL_DATA@
259 INSTALL_PROGRAM = @INSTALL_PROGRAM@
260 INSTALL_SCRIPT = @INSTALL_SCRIPT@
261 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262 LD = @LD@
263 LDFLAGS = @LDFLAGS@
264 LIBOBJS = @LIBOBJS@
265 LIBS = @LIBS@
266 LIBTOOL = @LIBTOOL@
267 LIPO = @LIPO@
268 LN_S = @LN_S@
269 LTLIBOBJS = @LTLIBOBJS@
270 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
271 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
272 LT_VERSION_INFO = @LT_VERSION_INFO@
273 MAKEINFO = @MAKEINFO@
274 MANIFEST_TOOL = @MANIFEST_TOOL@
275 MISC_CFLAGS = @MISC_CFLAGS@
276 MISC_LIBS = @MISC_LIBS@
277 MISC_PACKAGES = @MISC_PACKAGES@
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_DUMPBIN = @ac_ct_DUMPBIN@
310 am__include = @am__include@
311 am__leading_dot = @am__leading_dot@
312 am__quote = @am__quote@
313 am__tar = @am__tar@
314 am__untar = @am__untar@
315 bindir = @bindir@
316 build = @build@
317 build_alias = @build_alias@
318 build_cpu = @build_cpu@
319 build_os = @build_os@
320 build_vendor = @build_vendor@
321 builddir = @builddir@
322 datadir = @datadir@
323 datarootdir = @datarootdir@
324 docdir = @docdir@
325 dvidir = @dvidir@
326 exec_prefix = @exec_prefix@
327 host = @host@
328 host_alias = @host_alias@
329 host_cpu = @host_cpu@
330 host_os = @host_os@
331 host_vendor = @host_vendor@
332 htmldir = @htmldir@
333 includedir = @includedir@
334 infodir = @infodir@
335 install_sh = @install_sh@
336 libdir = @libdir@
337 libexecdir = @libexecdir@
338 localedir = @localedir@
339 localstatedir = @localstatedir@
340 mandir = @mandir@
341 mkdir_p = @mkdir_p@
342 oldincludedir = @oldincludedir@
343 pdfdir = @pdfdir@
344 prefix = @prefix@
345 program_transform_name = @program_transform_name@
346 psdir = @psdir@
347 sbindir = @sbindir@
348 sharedstatedir = @sharedstatedir@
349 srcdir = @srcdir@
350 sysconfdir = @sysconfdir@
351 target_alias = @target_alias@
352 top_build_prefix = @top_build_prefix@
353 top_builddir = @top_builddir@
354 top_srcdir = @top_srcdir@
355 noinst_LTLIBRARIES = libfribidi-char-sets.la
356 AM_CPPFLAGS = \
357                 -I$(top_builddir)/lib \
358                 -I$(top_srcdir)/lib \
359                 $(MISC_CFLAGS)
360
361 pkginclude_HEADERS = $(am__append_1)
362 libfribidi_char_sets_la_LDFLAGS = $(am__append_2)
363 libfribidi_char_sets_la_LIBADD = $(GLIB_LIBS)
364 @FRIBIDI_CHARSETS_TRUE@libfribidi_char_sets_la_headers = \
365 @FRIBIDI_CHARSETS_TRUE@         fribidi-char-sets.h \
366 @FRIBIDI_CHARSETS_TRUE@         fribidi-char-sets-list.h
367
368 @FRIBIDI_CHARSETS_TRUE@libfribidi_char_sets_la_symbols = \
369 @FRIBIDI_CHARSETS_TRUE@         fribidi_charset_to_unicode \
370 @FRIBIDI_CHARSETS_TRUE@         fribidi_unicode_to_charset \
371 @FRIBIDI_CHARSETS_TRUE@         fribidi_parse_charset
372
373 libfribidi_char_sets_la_SOURCES = \
374         fribidi-char-sets.c \
375         fribidi-char-sets-cap-rtl.c \
376         fribidi-char-sets-cp1255.c \
377         fribidi-char-sets-cp1256.c \
378         fribidi-char-sets-iso8859-6.c \
379         fribidi-char-sets-iso8859-8.c \
380         fribidi-char-sets-utf8.c \
381         fribidi-char-sets-cap-rtl.h \
382         fribidi-char-sets-cp1255.h \
383         fribidi-char-sets-cp1256.h \
384         fribidi-char-sets-iso8859-6.h \
385         fribidi-char-sets-iso8859-8.h \
386         fribidi-char-sets-utf8.h
387
388 all: all-am
389
390 .SUFFIXES:
391 .SUFFIXES: .c .lo .o .obj
392 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(srcdir)/Headers.mk $(am__configure_deps)
393         @for dep in $?; do \
394           case '$(am__configure_deps)' in \
395             *$$dep*) \
396               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
397                 && { if test -f $@; then exit 0; else break; fi; }; \
398               exit 1;; \
399           esac; \
400         done; \
401         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits charset/Makefile'; \
402         $(am__cd) $(top_srcdir) && \
403           $(AUTOMAKE) --gnits charset/Makefile
404 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
405         @case '$?' in \
406           *config.status*) \
407             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
408           *) \
409             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
410             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
411         esac;
412 $(srcdir)/Headers.mk $(am__empty):
413
414 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
415         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416
417 $(top_srcdir)/configure:  $(am__configure_deps)
418         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
419 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
420         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
421 $(am__aclocal_m4_deps):
422
423 clean-noinstLTLIBRARIES:
424         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
425         @list='$(noinst_LTLIBRARIES)'; \
426         locs=`for p in $$list; do echo $$p; done | \
427               sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
428               sort -u`; \
429         test -z "$$locs" || { \
430           echo rm -f $${locs}; \
431           rm -f $${locs}; \
432         }
433
434 libfribidi-char-sets.la: $(libfribidi_char_sets_la_OBJECTS) $(libfribidi_char_sets_la_DEPENDENCIES) $(EXTRA_libfribidi_char_sets_la_DEPENDENCIES) 
435         $(AM_V_CCLD)$(libfribidi_char_sets_la_LINK)  $(libfribidi_char_sets_la_OBJECTS) $(libfribidi_char_sets_la_LIBADD) $(LIBS)
436
437 mostlyclean-compile:
438         -rm -f *.$(OBJEXT)
439
440 distclean-compile:
441         -rm -f *.tab.c
442
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cap-rtl.Plo@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1255.Plo@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-cp1256.Plo@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-6.Plo@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-iso8859-8.Plo@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets-utf8.Plo@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fribidi-char-sets.Plo@am__quote@
450
451 .c.o:
452 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
454 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
456 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
457
458 .c.obj:
459 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
460 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
461 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
462 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
463 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
464
465 .c.lo:
466 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
467 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
468 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
469 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
470 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
471
472 mostlyclean-libtool:
473         -rm -f *.lo
474
475 clean-libtool:
476         -rm -rf .libs _libs
477 install-pkgincludeHEADERS: $(pkginclude_HEADERS)
478         @$(NORMAL_INSTALL)
479         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
480         if test -n "$$list"; then \
481           echo " $(MKDIR_P) '$(DESTDIR)$(pkgincludedir)'"; \
482           $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)" || exit 1; \
483         fi; \
484         for p in $$list; do \
485           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
486           echo "$$d$$p"; \
487         done | $(am__base_list) | \
488         while read files; do \
489           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
490           $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
491         done
492
493 uninstall-pkgincludeHEADERS:
494         @$(NORMAL_UNINSTALL)
495         @list='$(pkginclude_HEADERS)'; test -n "$(pkgincludedir)" || list=; \
496         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
497         dir='$(DESTDIR)$(pkgincludedir)'; $(am__uninstall_files_from_dir)
498
499 ID: $(am__tagged_files)
500         $(am__define_uniq_tagged_files); mkid -fID $$unique
501 tags: tags-am
502 TAGS: tags
503
504 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
505         set x; \
506         here=`pwd`; \
507         $(am__define_uniq_tagged_files); \
508         shift; \
509         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
510           test -n "$$unique" || unique=$$empty_fix; \
511           if test $$# -gt 0; then \
512             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513               "$$@" $$unique; \
514           else \
515             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
516               $$unique; \
517           fi; \
518         fi
519 ctags: ctags-am
520
521 CTAGS: ctags
522 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523         $(am__define_uniq_tagged_files); \
524         test -z "$(CTAGS_ARGS)$$unique" \
525           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
526              $$unique
527
528 GTAGS:
529         here=`$(am__cd) $(top_builddir) && pwd` \
530           && $(am__cd) $(top_srcdir) \
531           && gtags -i $(GTAGS_ARGS) "$$here"
532 cscopelist: cscopelist-am
533
534 cscopelist-am: $(am__tagged_files)
535         list='$(am__tagged_files)'; \
536         case "$(srcdir)" in \
537           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
538           *) sdir=$(subdir)/$(srcdir) ;; \
539         esac; \
540         for i in $$list; do \
541           if test -f "$$i"; then \
542             echo "$(subdir)/$$i"; \
543           else \
544             echo "$$sdir/$$i"; \
545           fi; \
546         done >> $(top_builddir)/cscope.files
547
548 distclean-tags:
549         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
550
551 distdir: $(DISTFILES)
552         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554         list='$(DISTFILES)'; \
555           dist_files=`for file in $$list; do echo $$file; done | \
556           sed -e "s|^$$srcdirstrip/||;t" \
557               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
558         case $$dist_files in \
559           */*) $(MKDIR_P) `echo "$$dist_files" | \
560                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
561                            sort -u` ;; \
562         esac; \
563         for file in $$dist_files; do \
564           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
565           if test -d $$d/$$file; then \
566             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
567             if test -d "$(distdir)/$$file"; then \
568               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
569             fi; \
570             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
571               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
572               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
573             fi; \
574             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
575           else \
576             test -f "$(distdir)/$$file" \
577             || cp -p $$d/$$file "$(distdir)/$$file" \
578             || exit 1; \
579           fi; \
580         done
581 check-am: all-am
582 check: check-am
583 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
584 installdirs:
585         for dir in "$(DESTDIR)$(pkgincludedir)"; do \
586           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
587         done
588 install: install-am
589 install-exec: install-exec-am
590 install-data: install-data-am
591 uninstall: uninstall-am
592
593 install-am: all-am
594         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
595
596 installcheck: installcheck-am
597 install-strip:
598         if test -z '$(STRIP)'; then \
599           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
600             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
601               install; \
602         else \
603           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
604             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
605             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
606         fi
607 mostlyclean-generic:
608
609 clean-generic:
610
611 distclean-generic:
612         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
613         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
614
615 maintainer-clean-generic:
616         @echo "This command is intended for maintainers to use"
617         @echo "it deletes files that may require special tools to rebuild."
618 clean: clean-am
619
620 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
621         mostlyclean-am
622
623 distclean: distclean-am
624         -rm -rf ./$(DEPDIR)
625         -rm -f Makefile
626 distclean-am: clean-am distclean-compile distclean-generic \
627         distclean-tags
628
629 dvi: dvi-am
630
631 dvi-am:
632
633 html: html-am
634
635 html-am:
636
637 info: info-am
638
639 info-am:
640
641 install-data-am: install-pkgincludeHEADERS
642
643 install-dvi: install-dvi-am
644
645 install-dvi-am:
646
647 install-exec-am:
648
649 install-html: install-html-am
650
651 install-html-am:
652
653 install-info: install-info-am
654
655 install-info-am:
656
657 install-man:
658
659 install-pdf: install-pdf-am
660
661 install-pdf-am:
662
663 install-ps: install-ps-am
664
665 install-ps-am:
666
667 installcheck-am:
668
669 maintainer-clean: maintainer-clean-am
670         -rm -rf ./$(DEPDIR)
671         -rm -f Makefile
672 maintainer-clean-am: distclean-am maintainer-clean-generic
673
674 mostlyclean: mostlyclean-am
675
676 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
677         mostlyclean-libtool
678
679 pdf: pdf-am
680
681 pdf-am:
682
683 ps: ps-am
684
685 ps-am:
686
687 uninstall-am: uninstall-pkgincludeHEADERS
688
689 .MAKE: install-am install-strip
690
691 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
692         clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
693         ctags-am distclean distclean-compile distclean-generic \
694         distclean-libtool distclean-tags distdir dvi dvi-am html \
695         html-am info info-am install install-am install-data \
696         install-data-am install-dvi install-dvi-am install-exec \
697         install-exec-am install-html install-html-am install-info \
698         install-info-am install-man install-pdf install-pdf-am \
699         install-pkgincludeHEADERS install-ps install-ps-am \
700         install-strip installcheck installcheck-am installdirs \
701         maintainer-clean maintainer-clean-generic mostlyclean \
702         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
703         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
704         uninstall-pkgincludeHEADERS
705
706 .PRECIOUS: Makefile
707
708
709 $(top_builddir)/config.h: $(top_srcdir)/config.h.in
710         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) config.h
711
712 $(top_builddir)/lib/fribidi-config.h: $(top_srcdir)/lib/fribidi-config.h.in
713         cd $(top_builddir)/lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-config.h
714
715 -include $(top_srcdir)/git.mk
716
717 # Tell versions [3.59,3.63) of GNU make to not export all variables.
718 # Otherwise a system limit (for SysV at least) may be exceeded.
719 .NOEXPORT: