1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18 ##############################################################################
19 ##############################################################################
22 pkgdatadir = $(datadir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 pkglibdir = $(libdir)/@PACKAGE@
25 pkglibexecdir = $(libexecdir)/@PACKAGE@
26 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
38 build_triplet = @build@
41 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
42 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
43 $(srcdir)/fribidi.pc.in $(top_srcdir)/configure AUTHORS \
44 COPYING ChangeLog INSTALL NEWS THANKS TODO config.guess \
45 config.sub depcomp install-sh ltmain.sh missing
46 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
48 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
51 configure.lineno config.status.lineno
52 mkinstalldirs = $(install_sh) -d
53 CONFIG_HEADER = config.h
54 CONFIG_CLEAN_FILES = fribidi.pc
55 CONFIG_CLEAN_VPATH_FILES =
56 AM_V_GEN = $(am__v_GEN_@AM_V@)
57 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
58 am__v_GEN_0 = @echo " GEN " $@;
59 AM_V_at = $(am__v_at_@AM_V@)
60 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
64 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
65 html-recursive info-recursive install-data-recursive \
66 install-dvi-recursive install-exec-recursive \
67 install-html-recursive install-info-recursive \
68 install-pdf-recursive install-ps-recursive install-recursive \
69 installcheck-recursive installdirs-recursive pdf-recursive \
70 ps-recursive uninstall-recursive
71 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
72 am__vpath_adj = case $$p in \
73 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
76 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
78 am__nobase_strip_setup = \
79 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
81 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
82 am__nobase_list = $(am__nobase_strip_setup); \
83 for p in $$list; do echo "$$p $$p"; done | \
84 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
85 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
86 if (++n[$$2] == $(am__install_max)) \
87 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
88 END { for (dir in files) print dir, files[dir] }'
90 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
91 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
92 am__uninstall_files_from_dir = { \
94 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
95 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
96 $(am__cd) "$$dir" && rm -f $$files; }; \
98 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
99 DATA = $(pkgconfig_DATA)
100 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
101 distclean-recursive maintainer-clean-recursive
102 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
103 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
104 distdir dist dist-all distcheck
107 DIST_SUBDIRS = $(SUBDIRS)
108 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
109 distdir = $(PACKAGE)-$(VERSION)
110 top_distdir = $(distdir)
111 am__remove_distdir = \
112 if test -d "$(distdir)"; then \
113 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
114 && rm -rf "$(distdir)" \
115 || { sleep 5 && rm -rf "$(distdir)"; }; \
119 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120 sed_rest='s,^[^/]*/*,,'; \
121 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122 sed_butlast='s,/*[^/]*$$,,'; \
123 while test -n "$$dir1"; do \
124 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125 if test "$$first" != "."; then \
126 if test "$$first" = ".."; then \
127 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
130 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131 if test "$$first2" = "$$first"; then \
132 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
136 dir0="$$dir0"/"$$first"; \
139 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
143 DIST_ARCHIVES = $(distdir).tar.bz2
144 distuninstallcheck_listfiles = find . -type f -print
145 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
146 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
147 distcleancheck_listfiles = find . -type f -print
150 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
152 AUTOCONF = @AUTOCONF@
153 AUTOHEADER = @AUTOHEADER@
154 AUTOMAKE = @AUTOMAKE@
157 CCDEPMODE = @CCDEPMODE@
160 CPPFLAGS = @CPPFLAGS@
161 CYGPATH_W = @CYGPATH_W@
165 DSYMUTIL = @DSYMUTIL@
173 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
174 FRIBIDI_CHARSETS = @FRIBIDI_CHARSETS@
175 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
176 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
177 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
178 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
179 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
180 FRIBIDI_NO_DEPRECATED = @FRIBIDI_NO_DEPRECATED@
181 FRIBIDI_USE_GLIB = @FRIBIDI_USE_GLIB@
182 FRIBIDI_VERSION = @FRIBIDI_VERSION@
183 GLIB_CFLAGS = @GLIB_CFLAGS@
184 GLIB_LIBS = @GLIB_LIBS@
187 INSTALL_DATA = @INSTALL_DATA@
188 INSTALL_PROGRAM = @INSTALL_PROGRAM@
189 INSTALL_SCRIPT = @INSTALL_SCRIPT@
190 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
198 LTLIBOBJS = @LTLIBOBJS@
199 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
200 LT_VERSION_INFO = @LT_VERSION_INFO@
201 MAKEINFO = @MAKEINFO@
202 MANIFEST_TOOL = @MANIFEST_TOOL@
203 MISC_CFLAGS = @MISC_CFLAGS@
204 MISC_LIBS = @MISC_LIBS@
205 MISC_PACKAGES = @MISC_PACKAGES@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PKG_CONFIG = @PKG_CONFIG@
222 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
223 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
226 SET_MAKE = @SET_MAKE@
228 SIZEOF_INT = @SIZEOF_INT@
231 abs_builddir = @abs_builddir@
232 abs_srcdir = @abs_srcdir@
233 abs_top_builddir = @abs_top_builddir@
234 abs_top_srcdir = @abs_top_srcdir@
235 ac_ct_AR = @ac_ct_AR@
236 ac_ct_CC = @ac_ct_CC@
237 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
238 am__include = @am__include@
239 am__leading_dot = @am__leading_dot@
240 am__quote = @am__quote@
242 am__untar = @am__untar@
245 build_alias = @build_alias@
246 build_cpu = @build_cpu@
247 build_os = @build_os@
248 build_vendor = @build_vendor@
249 builddir = @builddir@
251 datarootdir = @datarootdir@
254 exec_prefix = @exec_prefix@
256 host_alias = @host_alias@
257 host_cpu = @host_cpu@
259 host_vendor = @host_vendor@
261 includedir = @includedir@
263 install_sh = @install_sh@
265 libexecdir = @libexecdir@
266 localedir = @localedir@
267 localstatedir = @localstatedir@
270 oldincludedir = @oldincludedir@
273 program_transform_name = @program_transform_name@
276 sharedstatedir = @sharedstatedir@
278 sysconfdir = @sysconfdir@
279 target_alias = @target_alias@
280 top_build_prefix = @top_build_prefix@
281 top_builddir = @top_builddir@
282 top_srcdir = @top_srcdir@
283 SUBDIRS = gen.tab charset lib bin doc test
284 EXTRA_DIST = bootstrap ChangeLog.old
285 pkgconfigdir = $(libdir)/pkgconfig
286 pkgconfig_DATA = @PACKAGE@.pc
287 BUILT_SOURCES = lib/fribidi-unicode-version.h
288 MAINTAINERCLEANFILES = \
290 $(srcdir)/aclocal.m4 \
291 $(srcdir)/autoscan.log \
293 $(srcdir)/config.guess \
294 $(srcdir)/config.h.in \
295 $(srcdir)/config.sub \
296 $(srcdir)/configure.scan \
298 $(srcdir)/install-sh \
299 $(srcdir)/ltmain.sh \
301 $(srcdir)/mkinstalldirs \
302 $(srcdir)/ChangeLog \
303 `find "$(srcdir)" -type f -name Makefile.in -print` \
304 `$(srcdir)/bootstrap --write-configure`
308 # ChangeLog generation
313 # Release engineering
315 TAR_OPTIONS = --owner=0 --group=0
316 tar_file = $(PACKAGE_TARNAME)-$(VERSION).tar.bz2
317 sha256_file = $(tar_file).sha256
318 gpg_file = $(sha256_file).asc
319 all: $(BUILT_SOURCES) config.h
320 $(MAKE) $(AM_MAKEFLAGS) all-recursive
323 am--refresh: Makefile
325 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
327 case '$(am__configure_deps)' in \
329 echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
330 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
335 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
336 $(am__cd) $(top_srcdir) && \
337 $(AUTOMAKE) --gnits Makefile
339 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342 echo ' $(SHELL) ./config.status'; \
343 $(SHELL) ./config.status;; \
345 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
346 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
349 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
350 $(SHELL) ./config.status --recheck
352 $(top_srcdir)/configure: $(am__configure_deps)
353 $(am__cd) $(srcdir) && $(AUTOCONF)
354 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
355 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
356 $(am__aclocal_m4_deps):
359 @if test ! -f $@; then rm -f stamp-h1; else :; fi
360 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
362 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
364 cd $(top_builddir) && $(SHELL) ./config.status config.h
365 $(srcdir)/config.h.in: $(am__configure_deps)
366 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
371 -rm -f config.h stamp-h1
372 fribidi.pc: $(top_builddir)/config.status $(srcdir)/fribidi.pc.in
373 cd $(top_builddir) && $(SHELL) ./config.status $@
382 -rm -f libtool config.lt
383 install-pkgconfigDATA: $(pkgconfig_DATA)
385 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
386 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
387 for p in $$list; do \
388 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390 done | $(am__base_list) | \
391 while read files; do \
392 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
393 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
396 uninstall-pkgconfigDATA:
398 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
399 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
400 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
402 # This directory's subdirectories are mostly independent; you can cd
403 # into them and run `make' without going through this Makefile.
404 # To change the values of `make' variables: instead of editing Makefiles,
405 # (1) if the variable is set in `config.status', edit `config.status'
406 # (which will cause the Makefiles to be regenerated when you run `make');
407 # (2) otherwise, pass the desired values on the `make' command line.
408 $(RECURSIVE_TARGETS):
409 @fail= failcom='exit 1'; \
410 for f in x $$MAKEFLAGS; do \
413 *k*) failcom='fail=yes';; \
417 target=`echo $@ | sed s/-recursive//`; \
418 list='$(SUBDIRS)'; for subdir in $$list; do \
419 echo "Making $$target in $$subdir"; \
420 if test "$$subdir" = "."; then \
422 local_target="$$target-am"; \
424 local_target="$$target"; \
426 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429 if test "$$dot_seen" = "no"; then \
430 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433 $(RECURSIVE_CLEAN_TARGETS):
434 @fail= failcom='exit 1'; \
435 for f in x $$MAKEFLAGS; do \
438 *k*) failcom='fail=yes';; \
443 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
444 *) list='$(SUBDIRS)' ;; \
446 rev=''; for subdir in $$list; do \
447 if test "$$subdir" = "."; then :; else \
448 rev="$$subdir $$rev"; \
452 target=`echo $@ | sed s/-recursive//`; \
453 for subdir in $$rev; do \
454 echo "Making $$target in $$subdir"; \
455 if test "$$subdir" = "."; then \
456 local_target="$$target-am"; \
458 local_target="$$target"; \
460 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
462 done && test -z "$$fail"
464 list='$(SUBDIRS)'; for subdir in $$list; do \
465 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
468 list='$(SUBDIRS)'; for subdir in $$list; do \
469 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
472 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
473 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
474 unique=`for i in $$list; do \
475 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
477 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
478 END { if (nonempty) { for (i in files) print i; }; }'`; \
482 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
483 $(TAGS_FILES) $(LISP)
486 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
487 include_option=--etags-include; \
490 include_option=--include; \
493 list='$(SUBDIRS)'; for subdir in $$list; do \
494 if test "$$subdir" = .; then :; else \
495 test ! -f $$subdir/TAGS || \
496 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
499 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
500 unique=`for i in $$list; do \
501 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
504 END { if (nonempty) { for (i in files) print i; }; }'`; \
506 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
507 test -n "$$unique" || unique=$$empty_fix; \
508 if test $$# -gt 0; then \
509 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
512 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
518 $(TAGS_FILES) $(LISP)
519 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
520 unique=`for i in $$list; do \
521 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
524 END { if (nonempty) { for (i in files) print i; }; }'`; \
525 test -z "$(CTAGS_ARGS)$$unique" \
526 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
530 here=`$(am__cd) $(top_builddir) && pwd` \
531 && $(am__cd) $(top_srcdir) \
532 && gtags -i $(GTAGS_ARGS) "$$here"
535 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537 distdir: $(DISTFILES)
538 @case `sed 15q $(srcdir)/NEWS` in \
539 *"$(VERSION)"*) : ;; \
541 echo "NEWS not updated; not releasing" 1>&2; \
544 $(am__remove_distdir)
545 test -d "$(distdir)" || mkdir "$(distdir)"
546 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
547 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
548 list='$(DISTFILES)'; \
549 dist_files=`for file in $$list; do echo $$file; done | \
550 sed -e "s|^$$srcdirstrip/||;t" \
551 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
552 case $$dist_files in \
553 */*) $(MKDIR_P) `echo "$$dist_files" | \
554 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
557 for file in $$dist_files; do \
558 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559 if test -d $$d/$$file; then \
560 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
561 if test -d "$(distdir)/$$file"; then \
562 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
565 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
566 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
568 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
570 test -f "$(distdir)/$$file" \
571 || cp -p $$d/$$file "$(distdir)/$$file" \
575 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
576 if test "$$subdir" = .; then :; else \
577 test -d "$(distdir)/$$subdir" \
578 || $(MKDIR_P) "$(distdir)/$$subdir" \
582 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
583 if test "$$subdir" = .; then :; else \
584 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
586 new_distdir=$$reldir; \
587 dir1=$$subdir; dir2="$(top_distdir)"; \
589 new_top_distdir=$$reldir; \
590 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
591 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
592 ($(am__cd) $$subdir && \
593 $(MAKE) $(AM_MAKEFLAGS) \
594 top_distdir="$$new_top_distdir" \
595 distdir="$$new_distdir" \
596 am__remove_distdir=: \
597 am__skip_length_check=: \
598 am__skip_mode_fix=: \
603 $(MAKE) $(AM_MAKEFLAGS) \
604 top_distdir="$(top_distdir)" distdir="$(distdir)" \
606 -test -n "$(am__skip_mode_fix)" \
607 || find "$(distdir)" -type d ! -perm -755 \
608 -exec chmod u+rwx,go+rx {} \; -o \
609 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
610 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
611 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
612 || chmod -R a+r "$(distdir)"
614 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
615 $(am__remove_distdir)
617 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
618 $(am__remove_distdir)
621 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
622 $(am__remove_distdir)
625 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
626 $(am__remove_distdir)
629 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
630 $(am__remove_distdir)
633 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
634 $(am__remove_distdir)
637 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
638 $(am__remove_distdir)
641 -rm -f $(distdir).zip
642 zip -rq $(distdir).zip $(distdir)
643 $(am__remove_distdir)
645 dist dist-all: distdir
646 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
647 $(am__remove_distdir)
649 # This target untars the dist file and tries a VPATH configuration. Then
650 # it guarantees that the distribution is self-contained by making another
653 case '$(DIST_ARCHIVES)' in \
655 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
657 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
659 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
661 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
663 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
665 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
667 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
669 unzip $(distdir).zip ;;\
671 chmod -R a-w $(distdir); chmod a+w $(distdir)
672 mkdir $(distdir)/_build
673 mkdir $(distdir)/_inst
675 test -d $(distdir)/_build || exit 0; \
676 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
677 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
679 && $(am__cd) $(distdir)/_build \
680 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
681 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
682 $(DISTCHECK_CONFIGURE_FLAGS) \
683 && $(MAKE) $(AM_MAKEFLAGS) \
684 && $(MAKE) $(AM_MAKEFLAGS) dvi \
685 && $(MAKE) $(AM_MAKEFLAGS) check \
686 && $(MAKE) $(AM_MAKEFLAGS) install \
687 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
688 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
689 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
691 && chmod -R a-w "$$dc_install_base" \
693 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
694 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
695 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
696 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
697 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
698 } || { rm -rf "$$dc_destdir"; exit 1; }) \
699 && rm -rf "$$dc_destdir" \
700 && $(MAKE) $(AM_MAKEFLAGS) dist \
701 && rm -rf $(DIST_ARCHIVES) \
702 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
705 $(am__remove_distdir)
706 @(echo "$(distdir) archives ready for distribution: "; \
707 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
708 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
710 @test -n '$(distuninstallcheck_dir)' || { \
711 echo 'ERROR: trying to run $@ with an empty' \
712 '$$(distuninstallcheck_dir)' >&2; \
715 $(am__cd) '$(distuninstallcheck_dir)' || { \
716 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
719 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
720 || { echo "ERROR: files left after uninstall:" ; \
721 if test -n "$(DESTDIR)"; then \
722 echo " (check DESTDIR support)"; \
724 $(distuninstallcheck_listfiles) ; \
726 distcleancheck: distclean
727 @if test '$(srcdir)' = . ; then \
728 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
731 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
732 || { echo "ERROR: files left in build directory after distclean:" ; \
733 $(distcleancheck_listfiles) ; \
736 check: $(BUILT_SOURCES)
737 $(MAKE) $(AM_MAKEFLAGS) check-recursive
738 all-am: Makefile $(DATA) config.h
739 installdirs: installdirs-recursive
741 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
742 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
744 install: $(BUILT_SOURCES)
745 $(MAKE) $(AM_MAKEFLAGS) install-recursive
746 install-exec: install-exec-recursive
747 install-data: install-data-recursive
748 uninstall: uninstall-recursive
751 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
753 installcheck: installcheck-recursive
755 if test -z '$(STRIP)'; then \
756 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
757 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
760 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
761 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
762 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
769 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
770 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
772 maintainer-clean-generic:
773 @echo "This command is intended for maintainers to use"
774 @echo "it deletes files that may require special tools to rebuild."
775 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
776 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
777 clean: clean-recursive
779 clean-am: clean-generic clean-libtool mostlyclean-am
781 distclean: distclean-recursive
782 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
784 distclean-am: clean-am distclean-generic distclean-hdr \
785 distclean-libtool distclean-tags
799 install-data-am: install-pkgconfigDATA
801 install-dvi: install-dvi-recursive
807 install-html: install-html-recursive
811 install-info: install-info-recursive
817 install-pdf: install-pdf-recursive
821 install-ps: install-ps-recursive
827 maintainer-clean: maintainer-clean-recursive
828 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
829 -rm -rf $(top_srcdir)/autom4te.cache
831 maintainer-clean-am: distclean-am maintainer-clean-generic
833 mostlyclean: mostlyclean-recursive
835 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
845 uninstall-am: uninstall-pkgconfigDATA
847 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
848 ctags-recursive install install-am install-strip \
851 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
852 all all-am am--refresh check check-am clean clean-generic \
853 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
854 dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
855 dist-xz dist-zip distcheck distclean distclean-generic \
856 distclean-hdr distclean-libtool distclean-tags distcleancheck \
857 distdir distuninstallcheck dvi dvi-am html html-am info \
858 info-am install install-am install-data install-data-am \
859 install-dvi install-dvi-am install-exec install-exec-am \
860 install-html install-html-am install-info install-info-am \
861 install-man install-pdf install-pdf-am install-pkgconfigDATA \
862 install-ps install-ps-am install-strip installcheck \
863 installcheck-am installdirs installdirs-am maintainer-clean \
864 maintainer-clean-generic mostlyclean mostlyclean-generic \
865 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
866 uninstall uninstall-am uninstall-pkgconfigDATA
868 lib/fribidi-unicode-version.h:
869 (cd lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-unicode-version.h)
870 # The last line above is a horrible hack.
871 # GNU Coding Standards recommends that `make maintainer-clean' should not
872 # remove the configure script.
873 # We instead make configure call bootstrap.
875 # Indent all C source and header files, using indent(1):
877 indent: $(srcdir)/.indent.pro
879 find . -mindepth 2 -type f -name "*.[ch]" -print | \
880 xargs ./missing --run indent
884 $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
885 (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \
886 git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
887 && mv -f $@.tmp "$(srcdir)/ChangeLog" \
889 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
890 (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
893 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
894 echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
896 .PHONY: $(srcdir)/ChangeLog
897 dist-hook: dist-clear-sticky-bits
898 # Clean up any sticky bits we may inherit from parent dir
899 dist-clear-sticky-bits:
900 chmod -R a-s $(distdir)
901 $(sha256_file): $(tar_file)
903 $(gpg_file): $(sha256_file)
904 @echo "Please enter your GPG password to sign the checksum."
905 gpg --armor --sign $^
907 release-files: $(tar_file) $(sha256_file) $(gpg_file)
909 -include $(top_srcdir)/git.mk
911 # Tell versions [3.59,3.63) of GNU make to not export all variables.
912 # Otherwise a system limit (for SysV at least) may be exceeded.