Apply ASLR to executable files.
[platform/upstream/fribidi.git] / 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 ##############################################################################
19
20 VPATH = @srcdir@
21 am__is_gnu_make = { \
22   if test -z '$(MAKELEVEL)'; then \
23     false; \
24   elif test -n '$(MAKE_HOST)'; then \
25     true; \
26   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
27     true; \
28   else \
29     false; \
30   fi; \
31 }
32 am__make_running_with_option = \
33   case $${target_option-} in \
34       ?) ;; \
35       *) echo "am__make_running_with_option: internal error: invalid" \
36               "target option '$${target_option-}' specified" >&2; \
37          exit 1;; \
38   esac; \
39   has_opt=no; \
40   sane_makeflags=$$MAKEFLAGS; \
41   if $(am__is_gnu_make); then \
42     sane_makeflags=$$MFLAGS; \
43   else \
44     case $$MAKEFLAGS in \
45       *\\[\ \   ]*) \
46         bs=\\; \
47         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
48           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
49     esac; \
50   fi; \
51   skip_next=no; \
52   strip_trailopt () \
53   { \
54     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
55   }; \
56   for flg in $$sane_makeflags; do \
57     test $$skip_next = yes && { skip_next=no; continue; }; \
58     case $$flg in \
59       *=*|--*) continue;; \
60         -*I) strip_trailopt 'I'; skip_next=yes;; \
61       -*I?*) strip_trailopt 'I';; \
62         -*O) strip_trailopt 'O'; skip_next=yes;; \
63       -*O?*) strip_trailopt 'O';; \
64         -*l) strip_trailopt 'l'; skip_next=yes;; \
65       -*l?*) strip_trailopt 'l';; \
66       -[dEDm]) skip_next=yes;; \
67       -[JT]) skip_next=yes;; \
68     esac; \
69     case $$flg in \
70       *$$target_option*) has_opt=yes; break;; \
71     esac; \
72   done; \
73   test $$has_opt = yes
74 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
75 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
76 pkgdatadir = $(datadir)/@PACKAGE@
77 pkgincludedir = $(includedir)/@PACKAGE@
78 pkglibdir = $(libdir)/@PACKAGE@
79 pkglibexecdir = $(libexecdir)/@PACKAGE@
80 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
81 install_sh_DATA = $(install_sh) -c -m 644
82 install_sh_PROGRAM = $(install_sh) -c
83 install_sh_SCRIPT = $(install_sh) -c
84 INSTALL_HEADER = $(INSTALL_DATA)
85 transform = $(program_transform_name)
86 NORMAL_INSTALL = :
87 PRE_INSTALL = :
88 POST_INSTALL = :
89 NORMAL_UNINSTALL = :
90 PRE_UNINSTALL = :
91 POST_UNINSTALL = :
92 build_triplet = @build@
93 host_triplet = @host@
94 subdir = .
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 $(top_srcdir)/configure \
103         $(am__configure_deps) $(am__DIST_COMMON)
104 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
105  configure.lineno config.status.lineno
106 mkinstalldirs = $(install_sh) -d
107 CONFIG_HEADER = config.h
108 CONFIG_CLEAN_FILES = fribidi.pc
109 CONFIG_CLEAN_VPATH_FILES =
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo "  GEN     " $@;
117 am__v_GEN_1 = 
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 = 
122 SOURCES =
123 DIST_SOURCES =
124 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
125         ctags-recursive dvi-recursive html-recursive info-recursive \
126         install-data-recursive install-dvi-recursive \
127         install-exec-recursive install-html-recursive \
128         install-info-recursive install-pdf-recursive \
129         install-ps-recursive install-recursive installcheck-recursive \
130         installdirs-recursive pdf-recursive ps-recursive \
131         tags-recursive uninstall-recursive
132 am__can_run_installinfo = \
133   case $$AM_UPDATE_INFO_DIR in \
134     n|no|NO) false;; \
135     *) (install-info --version) >/dev/null 2>&1;; \
136   esac
137 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
138 am__vpath_adj = case $$p in \
139     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
140     *) f=$$p;; \
141   esac;
142 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
143 am__install_max = 40
144 am__nobase_strip_setup = \
145   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
146 am__nobase_strip = \
147   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
148 am__nobase_list = $(am__nobase_strip_setup); \
149   for p in $$list; do echo "$$p $$p"; done | \
150   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
151   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
152     if (++n[$$2] == $(am__install_max)) \
153       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
154     END { for (dir in files) print dir, files[dir] }'
155 am__base_list = \
156   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
157   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
158 am__uninstall_files_from_dir = { \
159   test -z "$$files" \
160     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
161     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
162          $(am__cd) "$$dir" && rm -f $$files; }; \
163   }
164 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
165 DATA = $(pkgconfig_DATA)
166 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
167   distclean-recursive maintainer-clean-recursive
168 am__recursive_targets = \
169   $(RECURSIVE_TARGETS) \
170   $(RECURSIVE_CLEAN_TARGETS) \
171   $(am__extra_recursive_targets)
172 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
173         cscope distdir dist dist-all distcheck
174 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
175         $(LISP)config.h.in
176 # Read a list of newline-separated strings from the standard input,
177 # and print each of them once, without duplicates.  Input order is
178 # *not* preserved.
179 am__uniquify_input = $(AWK) '\
180   BEGIN { nonempty = 0; } \
181   { items[$$0] = 1; nonempty = 1; } \
182   END { if (nonempty) { for (i in items) print i; }; } \
183 '
184 # Make sure the list of sources is unique.  This is necessary because,
185 # e.g., the same source file might be shared among _SOURCES variables
186 # for different programs/libraries.
187 am__define_uniq_tagged_files = \
188   list='$(am__tagged_files)'; \
189   unique=`for i in $$list; do \
190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191   done | $(am__uniquify_input)`
192 ETAGS = etags
193 CTAGS = ctags
194 CSCOPE = cscope
195 DIST_SUBDIRS = $(SUBDIRS)
196 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
197         $(srcdir)/fribidi.pc.in AUTHORS COPYING ChangeLog INSTALL NEWS \
198         README THANKS TODO ar-lib compile config.guess config.sub \
199         depcomp install-sh ltmain.sh missing
200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201 distdir = $(PACKAGE)-$(VERSION)
202 top_distdir = $(distdir)
203 am__remove_distdir = \
204   if test -d "$(distdir)"; then \
205     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
206       && rm -rf "$(distdir)" \
207       || { sleep 5 && rm -rf "$(distdir)"; }; \
208   else :; fi
209 am__post_remove_distdir = $(am__remove_distdir)
210 am__relativize = \
211   dir0=`pwd`; \
212   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
213   sed_rest='s,^[^/]*/*,,'; \
214   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
215   sed_butlast='s,/*[^/]*$$,,'; \
216   while test -n "$$dir1"; do \
217     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
218     if test "$$first" != "."; then \
219       if test "$$first" = ".."; then \
220         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
221         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
222       else \
223         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
224         if test "$$first2" = "$$first"; then \
225           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
226         else \
227           dir2="../$$dir2"; \
228         fi; \
229         dir0="$$dir0"/"$$first"; \
230       fi; \
231     fi; \
232     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
233   done; \
234   reldir="$$dir2"
235 GZIP_ENV = --best
236 DIST_ARCHIVES = $(distdir).tar.bz2
237 DIST_TARGETS = dist-bzip2
238 distuninstallcheck_listfiles = find . -type f -print
239 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
240   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
241 distcleancheck_listfiles = find . -type f -print
242 ACLOCAL = @ACLOCAL@
243 AMTAR = @AMTAR@
244 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245 AR = @AR@
246 AUTOCONF = @AUTOCONF@
247 AUTOHEADER = @AUTOHEADER@
248 AUTOMAKE = @AUTOMAKE@
249 AWK = @AWK@
250 CC = @CC@
251 CCDEPMODE = @CCDEPMODE@
252 CFLAGS = @CFLAGS@
253 CPP = @CPP@
254 CPPFLAGS = @CPPFLAGS@
255 CYGPATH_W = @CYGPATH_W@
256 DEFS = @DEFS@
257 DEPDIR = @DEPDIR@
258 DLLTOOL = @DLLTOOL@
259 DSYMUTIL = @DSYMUTIL@
260 DUMPBIN = @DUMPBIN@
261 ECHO_C = @ECHO_C@
262 ECHO_N = @ECHO_N@
263 ECHO_T = @ECHO_T@
264 EGREP = @EGREP@
265 EXEEXT = @EXEEXT@
266 FGREP = @FGREP@
267 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
268 FRIBIDI_CHARSETS = @FRIBIDI_CHARSETS@
269 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
270 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
271 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
272 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
273 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
274 FRIBIDI_NO_DEPRECATED = @FRIBIDI_NO_DEPRECATED@
275 FRIBIDI_USE_GLIB = @FRIBIDI_USE_GLIB@
276 FRIBIDI_VERSION = @FRIBIDI_VERSION@
277 GLIB_CFLAGS = @GLIB_CFLAGS@
278 GLIB_LIBS = @GLIB_LIBS@
279 GREP = @GREP@
280 INSTALL = @INSTALL@
281 INSTALL_DATA = @INSTALL_DATA@
282 INSTALL_PROGRAM = @INSTALL_PROGRAM@
283 INSTALL_SCRIPT = @INSTALL_SCRIPT@
284 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
285 LD = @LD@
286 LDFLAGS = @LDFLAGS@
287 LIBOBJS = @LIBOBJS@
288 LIBS = @LIBS@
289 LIBTOOL = @LIBTOOL@
290 LIPO = @LIPO@
291 LN_S = @LN_S@
292 LTLIBOBJS = @LTLIBOBJS@
293 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
294 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
295 LT_VERSION_INFO = @LT_VERSION_INFO@
296 MAKEINFO = @MAKEINFO@
297 MANIFEST_TOOL = @MANIFEST_TOOL@
298 MISC_CFLAGS = @MISC_CFLAGS@
299 MISC_LIBS = @MISC_LIBS@
300 MISC_PACKAGES = @MISC_PACKAGES@
301 MKDIR_P = @MKDIR_P@
302 NM = @NM@
303 NMEDIT = @NMEDIT@
304 OBJDUMP = @OBJDUMP@
305 OBJEXT = @OBJEXT@
306 OTOOL = @OTOOL@
307 OTOOL64 = @OTOOL64@
308 PACKAGE = @PACKAGE@
309 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
310 PACKAGE_NAME = @PACKAGE_NAME@
311 PACKAGE_STRING = @PACKAGE_STRING@
312 PACKAGE_TARNAME = @PACKAGE_TARNAME@
313 PACKAGE_URL = @PACKAGE_URL@
314 PACKAGE_VERSION = @PACKAGE_VERSION@
315 PATH_SEPARATOR = @PATH_SEPARATOR@
316 PKG_CONFIG = @PKG_CONFIG@
317 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
318 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
319 RANLIB = @RANLIB@
320 SED = @SED@
321 SET_MAKE = @SET_MAKE@
322 SHELL = @SHELL@
323 SIZEOF_INT = @SIZEOF_INT@
324 STRIP = @STRIP@
325 VERSION = @VERSION@
326 abs_builddir = @abs_builddir@
327 abs_srcdir = @abs_srcdir@
328 abs_top_builddir = @abs_top_builddir@
329 abs_top_srcdir = @abs_top_srcdir@
330 ac_ct_AR = @ac_ct_AR@
331 ac_ct_CC = @ac_ct_CC@
332 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
333 am__include = @am__include@
334 am__leading_dot = @am__leading_dot@
335 am__quote = @am__quote@
336 am__tar = @am__tar@
337 am__untar = @am__untar@
338 bindir = @bindir@
339 build = @build@
340 build_alias = @build_alias@
341 build_cpu = @build_cpu@
342 build_os = @build_os@
343 build_vendor = @build_vendor@
344 builddir = @builddir@
345 datadir = @datadir@
346 datarootdir = @datarootdir@
347 docdir = @docdir@
348 dvidir = @dvidir@
349 exec_prefix = @exec_prefix@
350 host = @host@
351 host_alias = @host_alias@
352 host_cpu = @host_cpu@
353 host_os = @host_os@
354 host_vendor = @host_vendor@
355 htmldir = @htmldir@
356 includedir = @includedir@
357 infodir = @infodir@
358 install_sh = @install_sh@
359 libdir = @libdir@
360 libexecdir = @libexecdir@
361 localedir = @localedir@
362 localstatedir = @localstatedir@
363 mandir = @mandir@
364 mkdir_p = @mkdir_p@
365 oldincludedir = @oldincludedir@
366 pdfdir = @pdfdir@
367 prefix = @prefix@
368 program_transform_name = @program_transform_name@
369 psdir = @psdir@
370 sbindir = @sbindir@
371 sharedstatedir = @sharedstatedir@
372 srcdir = @srcdir@
373 sysconfdir = @sysconfdir@
374 target_alias = @target_alias@
375 top_build_prefix = @top_build_prefix@
376 top_builddir = @top_builddir@
377 top_srcdir = @top_srcdir@
378 ACLOCAL_AMFLAGS = -I m4
379 SUBDIRS = gen.tab charset lib bin doc test
380 EXTRA_DIST = bootstrap ChangeLog.old
381 pkgconfigdir = $(libdir)/pkgconfig
382 pkgconfig_DATA = @PACKAGE@.pc
383 BUILT_SOURCES = lib/fribidi-unicode-version.h
384 MAINTAINERCLEANFILES = \
385                 $(srcdir)/INSTALL \
386                 $(srcdir)/aclocal.m4 \
387                 $(srcdir)/autoscan.log \
388                 $(srcdir)/compile \
389                 $(srcdir)/config.guess \
390                 $(srcdir)/config.h.in \
391                 $(srcdir)/config.sub \
392                 $(srcdir)/configure.scan \
393                 $(srcdir)/depcomp \
394                 $(srcdir)/install-sh \
395                 $(srcdir)/ltmain.sh \
396                 $(srcdir)/missing \
397                 $(srcdir)/mkinstalldirs \
398                 $(srcdir)/ChangeLog \
399                 `find "$(srcdir)" -type f -name Makefile.in -print` \
400                 `$(srcdir)/bootstrap --write-configure`
401
402
403 #
404 # ChangeLog generation
405 #
406 CHANGELOG_RANGE = 
407
408 #
409 # Release engineering
410 #
411 TAR_OPTIONS = --owner=0 --group=0
412 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.bz2
413 sha256_file = $(tar_file).sha256
414 gpg_file = $(sha256_file).asc
415 all: $(BUILT_SOURCES) config.h
416         $(MAKE) $(AM_MAKEFLAGS) all-recursive
417
418 .SUFFIXES:
419 am--refresh: Makefile
420         @:
421 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
422         @for dep in $?; do \
423           case '$(am__configure_deps)' in \
424             *$$dep*) \
425               echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
426               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
427                 && exit 0; \
428               exit 1;; \
429           esac; \
430         done; \
431         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
432         $(am__cd) $(top_srcdir) && \
433           $(AUTOMAKE) --gnits Makefile
434 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435         @case '$?' in \
436           *config.status*) \
437             echo ' $(SHELL) ./config.status'; \
438             $(SHELL) ./config.status;; \
439           *) \
440             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
441             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
442         esac;
443
444 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
445         $(SHELL) ./config.status --recheck
446
447 $(top_srcdir)/configure:  $(am__configure_deps)
448         $(am__cd) $(srcdir) && $(AUTOCONF)
449 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
450         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
451 $(am__aclocal_m4_deps):
452
453 config.h: stamp-h1
454         @test -f $@ || rm -f stamp-h1
455         @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
456
457 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
458         @rm -f stamp-h1
459         cd $(top_builddir) && $(SHELL) ./config.status config.h
460 $(srcdir)/config.h.in:  $(am__configure_deps) 
461         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
462         rm -f stamp-h1
463         touch $@
464
465 distclean-hdr:
466         -rm -f config.h stamp-h1
467 fribidi.pc: $(top_builddir)/config.status $(srcdir)/fribidi.pc.in
468         cd $(top_builddir) && $(SHELL) ./config.status $@
469
470 mostlyclean-libtool:
471         -rm -f *.lo
472
473 clean-libtool:
474         -rm -rf .libs _libs
475
476 distclean-libtool:
477         -rm -f libtool config.lt
478 install-pkgconfigDATA: $(pkgconfig_DATA)
479         @$(NORMAL_INSTALL)
480         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
481         if test -n "$$list"; then \
482           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
483           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
484         fi; \
485         for p in $$list; do \
486           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
487           echo "$$d$$p"; \
488         done | $(am__base_list) | \
489         while read files; do \
490           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
491           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
492         done
493
494 uninstall-pkgconfigDATA:
495         @$(NORMAL_UNINSTALL)
496         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
497         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
498         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
499
500 # This directory's subdirectories are mostly independent; you can cd
501 # into them and run 'make' without going through this Makefile.
502 # To change the values of 'make' variables: instead of editing Makefiles,
503 # (1) if the variable is set in 'config.status', edit 'config.status'
504 #     (which will cause the Makefiles to be regenerated when you run 'make');
505 # (2) otherwise, pass the desired values on the 'make' command line.
506 $(am__recursive_targets):
507         @fail=; \
508         if $(am__make_keepgoing); then \
509           failcom='fail=yes'; \
510         else \
511           failcom='exit 1'; \
512         fi; \
513         dot_seen=no; \
514         target=`echo $@ | sed s/-recursive//`; \
515         case "$@" in \
516           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
517           *) list='$(SUBDIRS)' ;; \
518         esac; \
519         for subdir in $$list; do \
520           echo "Making $$target in $$subdir"; \
521           if test "$$subdir" = "."; then \
522             dot_seen=yes; \
523             local_target="$$target-am"; \
524           else \
525             local_target="$$target"; \
526           fi; \
527           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
528           || eval $$failcom; \
529         done; \
530         if test "$$dot_seen" = "no"; then \
531           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
532         fi; test -z "$$fail"
533
534 ID: $(am__tagged_files)
535         $(am__define_uniq_tagged_files); mkid -fID $$unique
536 tags: tags-recursive
537 TAGS: tags
538
539 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540         set x; \
541         here=`pwd`; \
542         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
543           include_option=--etags-include; \
544           empty_fix=.; \
545         else \
546           include_option=--include; \
547           empty_fix=; \
548         fi; \
549         list='$(SUBDIRS)'; for subdir in $$list; do \
550           if test "$$subdir" = .; then :; else \
551             test ! -f $$subdir/TAGS || \
552               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
553           fi; \
554         done; \
555         $(am__define_uniq_tagged_files); \
556         shift; \
557         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
558           test -n "$$unique" || unique=$$empty_fix; \
559           if test $$# -gt 0; then \
560             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
561               "$$@" $$unique; \
562           else \
563             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
564               $$unique; \
565           fi; \
566         fi
567 ctags: ctags-recursive
568
569 CTAGS: ctags
570 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
571         $(am__define_uniq_tagged_files); \
572         test -z "$(CTAGS_ARGS)$$unique" \
573           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
574              $$unique
575
576 GTAGS:
577         here=`$(am__cd) $(top_builddir) && pwd` \
578           && $(am__cd) $(top_srcdir) \
579           && gtags -i $(GTAGS_ARGS) "$$here"
580 cscope: cscope.files
581         test ! -s cscope.files \
582           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
583 clean-cscope:
584         -rm -f cscope.files
585 cscope.files: clean-cscope cscopelist
586 cscopelist: cscopelist-recursive
587
588 cscopelist-am: $(am__tagged_files)
589         list='$(am__tagged_files)'; \
590         case "$(srcdir)" in \
591           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
592           *) sdir=$(subdir)/$(srcdir) ;; \
593         esac; \
594         for i in $$list; do \
595           if test -f "$$i"; then \
596             echo "$(subdir)/$$i"; \
597           else \
598             echo "$$sdir/$$i"; \
599           fi; \
600         done >> $(top_builddir)/cscope.files
601
602 distclean-tags:
603         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
604         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
605
606 distdir: $(DISTFILES)
607         @case `sed 15q $(srcdir)/NEWS` in \
608         *"$(VERSION)"*) : ;; \
609         *) \
610           echo "NEWS not updated; not releasing" 1>&2; \
611           exit 1;; \
612         esac
613         $(am__remove_distdir)
614         test -d "$(distdir)" || mkdir "$(distdir)"
615         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
616         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
617         list='$(DISTFILES)'; \
618           dist_files=`for file in $$list; do echo $$file; done | \
619           sed -e "s|^$$srcdirstrip/||;t" \
620               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
621         case $$dist_files in \
622           */*) $(MKDIR_P) `echo "$$dist_files" | \
623                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
624                            sort -u` ;; \
625         esac; \
626         for file in $$dist_files; do \
627           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
628           if test -d $$d/$$file; then \
629             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
630             if test -d "$(distdir)/$$file"; then \
631               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
632             fi; \
633             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
634               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
635               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
636             fi; \
637             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
638           else \
639             test -f "$(distdir)/$$file" \
640             || cp -p $$d/$$file "$(distdir)/$$file" \
641             || exit 1; \
642           fi; \
643         done
644         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
645           if test "$$subdir" = .; then :; else \
646             $(am__make_dryrun) \
647               || test -d "$(distdir)/$$subdir" \
648               || $(MKDIR_P) "$(distdir)/$$subdir" \
649               || exit 1; \
650             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
651             $(am__relativize); \
652             new_distdir=$$reldir; \
653             dir1=$$subdir; dir2="$(top_distdir)"; \
654             $(am__relativize); \
655             new_top_distdir=$$reldir; \
656             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
657             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
658             ($(am__cd) $$subdir && \
659               $(MAKE) $(AM_MAKEFLAGS) \
660                 top_distdir="$$new_top_distdir" \
661                 distdir="$$new_distdir" \
662                 am__remove_distdir=: \
663                 am__skip_length_check=: \
664                 am__skip_mode_fix=: \
665                 distdir) \
666               || exit 1; \
667           fi; \
668         done
669         $(MAKE) $(AM_MAKEFLAGS) \
670           top_distdir="$(top_distdir)" distdir="$(distdir)" \
671           dist-hook
672         -test -n "$(am__skip_mode_fix)" \
673         || find "$(distdir)" -type d ! -perm -755 \
674                 -exec chmod u+rwx,go+rx {} \; -o \
675           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
676           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
677           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
678         || chmod -R a+r "$(distdir)"
679 dist-gzip: distdir
680         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
681         $(am__post_remove_distdir)
682 dist-bzip2: distdir
683         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
684         $(am__post_remove_distdir)
685
686 dist-lzip: distdir
687         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
688         $(am__post_remove_distdir)
689
690 dist-xz: distdir
691         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
692         $(am__post_remove_distdir)
693
694 dist-tarZ: distdir
695         @echo WARNING: "Support for distribution archives compressed with" \
696                        "legacy program 'compress' is deprecated." >&2
697         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
698         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
699         $(am__post_remove_distdir)
700
701 dist-shar: distdir
702         @echo WARNING: "Support for shar distribution archives is" \
703                        "deprecated." >&2
704         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
705         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
706         $(am__post_remove_distdir)
707
708 dist-zip: distdir
709         -rm -f $(distdir).zip
710         zip -rq $(distdir).zip $(distdir)
711         $(am__post_remove_distdir)
712
713 dist dist-all:
714         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
715         $(am__post_remove_distdir)
716
717 # This target untars the dist file and tries a VPATH configuration.  Then
718 # it guarantees that the distribution is self-contained by making another
719 # tarfile.
720 distcheck: dist
721         case '$(DIST_ARCHIVES)' in \
722         *.tar.gz*) \
723           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
724         *.tar.bz2*) \
725           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
726         *.tar.lz*) \
727           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
728         *.tar.xz*) \
729           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
730         *.tar.Z*) \
731           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
732         *.shar.gz*) \
733           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
734         *.zip*) \
735           unzip $(distdir).zip ;;\
736         esac
737         chmod -R a-w $(distdir)
738         chmod u+w $(distdir)
739         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
740         chmod a-w $(distdir)
741         test -d $(distdir)/_build || exit 0; \
742         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
743           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
744           && am__cwd=`pwd` \
745           && $(am__cd) $(distdir)/_build/sub \
746           && ../../configure \
747             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
748             $(DISTCHECK_CONFIGURE_FLAGS) \
749             --srcdir=../.. --prefix="$$dc_install_base" \
750           && $(MAKE) $(AM_MAKEFLAGS) \
751           && $(MAKE) $(AM_MAKEFLAGS) dvi \
752           && $(MAKE) $(AM_MAKEFLAGS) check \
753           && $(MAKE) $(AM_MAKEFLAGS) install \
754           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
755           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
756           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
757                 distuninstallcheck \
758           && chmod -R a-w "$$dc_install_base" \
759           && ({ \
760                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
761                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
762                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
763                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
764                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
765               } || { rm -rf "$$dc_destdir"; exit 1; }) \
766           && rm -rf "$$dc_destdir" \
767           && $(MAKE) $(AM_MAKEFLAGS) dist \
768           && rm -rf $(DIST_ARCHIVES) \
769           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
770           && cd "$$am__cwd" \
771           || exit 1
772         $(am__post_remove_distdir)
773         @(echo "$(distdir) archives ready for distribution: "; \
774           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
775           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
776 distuninstallcheck:
777         @test -n '$(distuninstallcheck_dir)' || { \
778           echo 'ERROR: trying to run $@ with an empty' \
779                '$$(distuninstallcheck_dir)' >&2; \
780           exit 1; \
781         }; \
782         $(am__cd) '$(distuninstallcheck_dir)' || { \
783           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
784           exit 1; \
785         }; \
786         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
787            || { echo "ERROR: files left after uninstall:" ; \
788                 if test -n "$(DESTDIR)"; then \
789                   echo "  (check DESTDIR support)"; \
790                 fi ; \
791                 $(distuninstallcheck_listfiles) ; \
792                 exit 1; } >&2
793 distcleancheck: distclean
794         @if test '$(srcdir)' = . ; then \
795           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
796           exit 1 ; \
797         fi
798         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
799           || { echo "ERROR: files left in build directory after distclean:" ; \
800                $(distcleancheck_listfiles) ; \
801                exit 1; } >&2
802 check-am: all-am
803 check: $(BUILT_SOURCES)
804         $(MAKE) $(AM_MAKEFLAGS) check-recursive
805 all-am: Makefile $(DATA) config.h
806 installdirs: installdirs-recursive
807 installdirs-am:
808         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
809           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
810         done
811 install: $(BUILT_SOURCES)
812         $(MAKE) $(AM_MAKEFLAGS) install-recursive
813 install-exec: install-exec-recursive
814 install-data: install-data-recursive
815 uninstall: uninstall-recursive
816
817 install-am: all-am
818         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
819
820 installcheck: installcheck-recursive
821 install-strip:
822         if test -z '$(STRIP)'; then \
823           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
824             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
825               install; \
826         else \
827           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
828             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
829             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
830         fi
831 mostlyclean-generic:
832
833 clean-generic:
834
835 distclean-generic:
836         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
837         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
838
839 maintainer-clean-generic:
840         @echo "This command is intended for maintainers to use"
841         @echo "it deletes files that may require special tools to rebuild."
842         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
843         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
844 clean: clean-recursive
845
846 clean-am: clean-generic clean-libtool mostlyclean-am
847
848 distclean: distclean-recursive
849         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
850         -rm -f Makefile
851 distclean-am: clean-am distclean-generic distclean-hdr \
852         distclean-libtool distclean-tags
853
854 dvi: dvi-recursive
855
856 dvi-am:
857
858 html: html-recursive
859
860 html-am:
861
862 info: info-recursive
863
864 info-am:
865
866 install-data-am: install-pkgconfigDATA
867
868 install-dvi: install-dvi-recursive
869
870 install-dvi-am:
871
872 install-exec-am:
873
874 install-html: install-html-recursive
875
876 install-html-am:
877
878 install-info: install-info-recursive
879
880 install-info-am:
881
882 install-man:
883
884 install-pdf: install-pdf-recursive
885
886 install-pdf-am:
887
888 install-ps: install-ps-recursive
889
890 install-ps-am:
891
892 installcheck-am:
893
894 maintainer-clean: maintainer-clean-recursive
895         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
896         -rm -rf $(top_srcdir)/autom4te.cache
897         -rm -f Makefile
898 maintainer-clean-am: distclean-am maintainer-clean-generic
899
900 mostlyclean: mostlyclean-recursive
901
902 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
903
904 pdf: pdf-recursive
905
906 pdf-am:
907
908 ps: ps-recursive
909
910 ps-am:
911
912 uninstall-am: uninstall-pkgconfigDATA
913
914 .MAKE: $(am__recursive_targets) all check install install-am \
915         install-strip
916
917 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
918         am--refresh check check-am clean clean-cscope clean-generic \
919         clean-libtool cscope cscopelist-am ctags ctags-am dist \
920         dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
921         dist-tarZ dist-xz dist-zip distcheck distclean \
922         distclean-generic distclean-hdr distclean-libtool \
923         distclean-tags distcleancheck distdir distuninstallcheck dvi \
924         dvi-am html html-am info info-am install install-am \
925         install-data install-data-am install-dvi install-dvi-am \
926         install-exec install-exec-am install-html install-html-am \
927         install-info install-info-am install-man install-pdf \
928         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
929         install-strip installcheck installcheck-am installdirs \
930         installdirs-am maintainer-clean maintainer-clean-generic \
931         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
932         ps ps-am tags tags-am uninstall uninstall-am \
933         uninstall-pkgconfigDATA
934
935 .PRECIOUS: Makefile
936
937 lib/fribidi-unicode-version.h:
938         (cd lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-unicode-version.h)
939 # The last line above is a horrible hack.
940 # GNU Coding Standards recommends that `make maintainer-clean' should not 
941 # remove the configure script.
942 # We instead make configure call bootstrap.
943
944 # Indent all C source and header files, using indent(1):
945
946 indent: $(srcdir)/.indent.pro
947         cd "$(srcdir)" && \
948         find . -mindepth 2 -type f -name "*.[ch]" -print | \
949           xargs ./missing --run indent
950
951 .PHONY: indent
952 ChangeLog:
953         $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
954           (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \
955            git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
956           && mv -f $@.tmp "$(srcdir)/ChangeLog" \
957           || ($(RM) $@.tmp; \
958               echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
959               (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
960         else \
961           test -f $@ || \
962           (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
963           echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
964         fi
965 .PHONY: $(srcdir)/ChangeLog
966 dist-hook: dist-clear-sticky-bits
967 # Clean up any sticky bits we may inherit from parent dir
968 dist-clear-sticky-bits:
969         chmod -R a-s $(distdir)
970 $(sha256_file): $(tar_file)
971         sha256sum $^ > $@
972 $(gpg_file): $(sha256_file)
973         @echo "Please enter your GPG password to sign the checksum."
974         gpg --armor --sign $^
975
976 release-files: $(tar_file) $(sha256_file) $(gpg_file)
977
978 -include $(top_srcdir)/git.mk
979
980 # Tell versions [3.59,3.63) of GNU make to not export all variables.
981 # Otherwise a system limit (for SysV at least) may be exceeded.
982 .NOEXPORT: