1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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_$(V))
57 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
58 am__v_GEN_0 = @echo " GEN " $@;
59 AM_V_at = $(am__v_at_$(V))
60 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
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__installdirs = "$(DESTDIR)$(pkgconfigdir)"
93 DATA = $(pkgconfig_DATA)
94 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95 distclean-recursive maintainer-clean-recursive
96 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
97 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
98 distdir dist dist-all distcheck
101 DIST_SUBDIRS = $(SUBDIRS)
102 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
103 distdir = $(PACKAGE)-$(VERSION)
104 top_distdir = $(distdir)
105 am__remove_distdir = \
106 { test ! -d "$(distdir)" \
107 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
108 && rm -fr "$(distdir)"; }; }
111 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
112 sed_rest='s,^[^/]*/*,,'; \
113 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
114 sed_butlast='s,/*[^/]*$$,,'; \
115 while test -n "$$dir1"; do \
116 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
117 if test "$$first" != "."; then \
118 if test "$$first" = ".."; then \
119 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
120 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
122 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
123 if test "$$first2" = "$$first"; then \
124 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
128 dir0="$$dir0"/"$$first"; \
131 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
135 DIST_ARCHIVES = $(distdir).tar.bz2
136 distuninstallcheck_listfiles = find . -type f -print
137 distcleancheck_listfiles = find . -type f -print
140 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
142 AUTOCONF = @AUTOCONF@
143 AUTOHEADER = @AUTOHEADER@
144 AUTOMAKE = @AUTOMAKE@
147 CCDEPMODE = @CCDEPMODE@
150 CPPFLAGS = @CPPFLAGS@
151 CYGPATH_W = @CYGPATH_W@
154 DSYMUTIL = @DSYMUTIL@
162 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
163 FRIBIDI_CHARSETS = @FRIBIDI_CHARSETS@
164 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
165 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
166 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
167 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
168 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
169 FRIBIDI_NO_DEPRECATED = @FRIBIDI_NO_DEPRECATED@
170 FRIBIDI_USE_GLIB = @FRIBIDI_USE_GLIB@
171 FRIBIDI_VERSION = @FRIBIDI_VERSION@
172 GLIB_CFLAGS = @GLIB_CFLAGS@
173 GLIB_LIBS = @GLIB_LIBS@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187 LTLIBOBJS = @LTLIBOBJS@
188 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
189 LT_VERSION_INFO = @LT_VERSION_INFO@
190 MAKEINFO = @MAKEINFO@
191 MISC_CFLAGS = @MISC_CFLAGS@
192 MISC_LIBS = @MISC_LIBS@
193 MISC_PACKAGES = @MISC_PACKAGES@
202 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
203 PACKAGE_NAME = @PACKAGE_NAME@
204 PACKAGE_STRING = @PACKAGE_STRING@
205 PACKAGE_TARNAME = @PACKAGE_TARNAME@
206 PACKAGE_URL = @PACKAGE_URL@
207 PACKAGE_VERSION = @PACKAGE_VERSION@
208 PATH_SEPARATOR = @PATH_SEPARATOR@
209 PKG_CONFIG = @PKG_CONFIG@
212 SET_MAKE = @SET_MAKE@
214 SIZEOF_INT = @SIZEOF_INT@
217 abs_builddir = @abs_builddir@
218 abs_srcdir = @abs_srcdir@
219 abs_top_builddir = @abs_top_builddir@
220 abs_top_srcdir = @abs_top_srcdir@
221 ac_ct_CC = @ac_ct_CC@
222 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
223 am__include = @am__include@
224 am__leading_dot = @am__leading_dot@
225 am__quote = @am__quote@
227 am__untar = @am__untar@
230 build_alias = @build_alias@
231 build_cpu = @build_cpu@
232 build_os = @build_os@
233 build_vendor = @build_vendor@
234 builddir = @builddir@
236 datarootdir = @datarootdir@
239 exec_prefix = @exec_prefix@
241 host_alias = @host_alias@
242 host_cpu = @host_cpu@
244 host_vendor = @host_vendor@
246 includedir = @includedir@
248 install_sh = @install_sh@
250 libexecdir = @libexecdir@
251 localedir = @localedir@
252 localstatedir = @localstatedir@
256 oldincludedir = @oldincludedir@
259 program_transform_name = @program_transform_name@
262 sharedstatedir = @sharedstatedir@
264 sysconfdir = @sysconfdir@
265 target_alias = @target_alias@
266 top_build_prefix = @top_build_prefix@
267 top_builddir = @top_builddir@
268 top_srcdir = @top_srcdir@
269 SUBDIRS = gen.tab charset lib bin doc test
270 EXTRA_DIST = bootstrap ChangeLog.old
271 pkgconfigdir = $(libdir)/pkgconfig
272 pkgconfig_DATA = @PACKAGE@.pc
273 BUILT_SOURCES = lib/fribidi-unicode-version.h
274 MAINTAINERCLEANFILES = \
276 $(srcdir)/aclocal.m4 \
277 $(srcdir)/autoscan.log \
279 $(srcdir)/config.guess \
280 $(srcdir)/config.h.in \
281 $(srcdir)/config.sub \
282 $(srcdir)/configure.scan \
284 $(srcdir)/install-sh \
285 $(srcdir)/ltmain.sh \
287 $(srcdir)/mkinstalldirs \
288 $(srcdir)/ChangeLog \
289 `find "$(srcdir)" -type f -name Makefile.in -print` \
290 `$(srcdir)/bootstrap --write-configure`
294 # ChangeLog generation
297 all: $(BUILT_SOURCES) config.h
298 $(MAKE) $(AM_MAKEFLAGS) all-recursive
303 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
305 case '$(am__configure_deps)' in \
307 echo ' cd $(srcdir) && $(AUTOMAKE) --gnits'; \
308 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnits \
313 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile'; \
314 $(am__cd) $(top_srcdir) && \
315 $(AUTOMAKE) --gnits Makefile
317 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
320 echo ' $(SHELL) ./config.status'; \
321 $(SHELL) ./config.status;; \
323 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
324 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
327 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
328 $(SHELL) ./config.status --recheck
330 $(top_srcdir)/configure: $(am__configure_deps)
331 $(am__cd) $(srcdir) && $(AUTOCONF)
332 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
333 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
334 $(am__aclocal_m4_deps):
337 @if test ! -f $@; then \
339 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
342 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
344 cd $(top_builddir) && $(SHELL) ./config.status config.h
345 $(srcdir)/config.h.in: $(am__configure_deps)
346 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
351 -rm -f config.h stamp-h1
352 fribidi.pc: $(top_builddir)/config.status $(srcdir)/fribidi.pc.in
353 cd $(top_builddir) && $(SHELL) ./config.status $@
362 -rm -f libtool config.lt
363 install-pkgconfigDATA: $(pkgconfig_DATA)
365 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
366 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
367 for p in $$list; do \
368 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
370 done | $(am__base_list) | \
371 while read files; do \
372 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
373 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
376 uninstall-pkgconfigDATA:
378 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
379 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
380 test -n "$$files" || exit 0; \
381 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
382 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
384 # This directory's subdirectories are mostly independent; you can cd
385 # into them and run `make' without going through this Makefile.
386 # To change the values of `make' variables: instead of editing Makefiles,
387 # (1) if the variable is set in `config.status', edit `config.status'
388 # (which will cause the Makefiles to be regenerated when you run `make');
389 # (2) otherwise, pass the desired values on the `make' command line.
390 $(RECURSIVE_TARGETS):
391 @fail= failcom='exit 1'; \
392 for f in x $$MAKEFLAGS; do \
395 *k*) failcom='fail=yes';; \
399 target=`echo $@ | sed s/-recursive//`; \
400 list='$(SUBDIRS)'; for subdir in $$list; do \
401 echo "Making $$target in $$subdir"; \
402 if test "$$subdir" = "."; then \
404 local_target="$$target-am"; \
406 local_target="$$target"; \
408 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411 if test "$$dot_seen" = "no"; then \
412 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
415 $(RECURSIVE_CLEAN_TARGETS):
416 @fail= failcom='exit 1'; \
417 for f in x $$MAKEFLAGS; do \
420 *k*) failcom='fail=yes';; \
425 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
426 *) list='$(SUBDIRS)' ;; \
428 rev=''; for subdir in $$list; do \
429 if test "$$subdir" = "."; then :; else \
430 rev="$$subdir $$rev"; \
434 target=`echo $@ | sed s/-recursive//`; \
435 for subdir in $$rev; do \
436 echo "Making $$target in $$subdir"; \
437 if test "$$subdir" = "."; then \
438 local_target="$$target-am"; \
440 local_target="$$target"; \
442 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
444 done && test -z "$$fail"
446 list='$(SUBDIRS)'; for subdir in $$list; do \
447 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
450 list='$(SUBDIRS)'; for subdir in $$list; do \
451 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
454 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
455 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456 unique=`for i in $$list; do \
457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460 END { if (nonempty) { for (i in files) print i; }; }'`; \
464 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
465 $(TAGS_FILES) $(LISP)
468 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
469 include_option=--etags-include; \
472 include_option=--include; \
475 list='$(SUBDIRS)'; for subdir in $$list; do \
476 if test "$$subdir" = .; then :; else \
477 test ! -f $$subdir/TAGS || \
478 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
481 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
482 unique=`for i in $$list; do \
483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
486 END { if (nonempty) { for (i in files) print i; }; }'`; \
488 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
489 test -n "$$unique" || unique=$$empty_fix; \
490 if test $$# -gt 0; then \
491 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
494 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
499 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
500 $(TAGS_FILES) $(LISP)
501 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
502 unique=`for i in $$list; do \
503 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
505 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
506 END { if (nonempty) { for (i in files) print i; }; }'`; \
507 test -z "$(CTAGS_ARGS)$$unique" \
508 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
512 here=`$(am__cd) $(top_builddir) && pwd` \
513 && $(am__cd) $(top_srcdir) \
514 && gtags -i $(GTAGS_ARGS) "$$here"
517 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
519 distdir: $(DISTFILES)
520 @case `sed 15q $(srcdir)/NEWS` in \
521 *"$(VERSION)"*) : ;; \
523 echo "NEWS not updated; not releasing" 1>&2; \
526 $(am__remove_distdir)
527 test -d "$(distdir)" || mkdir "$(distdir)"
528 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
529 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
530 list='$(DISTFILES)'; \
531 dist_files=`for file in $$list; do echo $$file; done | \
532 sed -e "s|^$$srcdirstrip/||;t" \
533 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
534 case $$dist_files in \
535 */*) $(MKDIR_P) `echo "$$dist_files" | \
536 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
539 for file in $$dist_files; do \
540 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
541 if test -d $$d/$$file; then \
542 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
543 if test -d "$(distdir)/$$file"; then \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
546 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
548 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
550 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
552 test -f "$(distdir)/$$file" \
553 || cp -p $$d/$$file "$(distdir)/$$file" \
557 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
558 if test "$$subdir" = .; then :; else \
559 test -d "$(distdir)/$$subdir" \
560 || $(MKDIR_P) "$(distdir)/$$subdir" \
564 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
565 if test "$$subdir" = .; then :; else \
566 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
568 new_distdir=$$reldir; \
569 dir1=$$subdir; dir2="$(top_distdir)"; \
571 new_top_distdir=$$reldir; \
572 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
573 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
574 ($(am__cd) $$subdir && \
575 $(MAKE) $(AM_MAKEFLAGS) \
576 top_distdir="$$new_top_distdir" \
577 distdir="$$new_distdir" \
578 am__remove_distdir=: \
579 am__skip_length_check=: \
580 am__skip_mode_fix=: \
585 -test -n "$(am__skip_mode_fix)" \
586 || find "$(distdir)" -type d ! -perm -755 \
587 -exec chmod u+rwx,go+rx {} \; -o \
588 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
589 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
590 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
591 || chmod -R a+r "$(distdir)"
593 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
594 $(am__remove_distdir)
596 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
597 $(am__remove_distdir)
600 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
601 $(am__remove_distdir)
604 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
605 $(am__remove_distdir)
608 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
609 $(am__remove_distdir)
612 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
613 $(am__remove_distdir)
616 -rm -f $(distdir).zip
617 zip -rq $(distdir).zip $(distdir)
618 $(am__remove_distdir)
620 dist dist-all: distdir
621 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
622 $(am__remove_distdir)
624 # This target untars the dist file and tries a VPATH configuration. Then
625 # it guarantees that the distribution is self-contained by making another
628 case '$(DIST_ARCHIVES)' in \
630 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
632 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
634 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
636 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
638 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
640 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
642 unzip $(distdir).zip ;;\
644 chmod -R a-w $(distdir); chmod a+w $(distdir)
645 mkdir $(distdir)/_build
646 mkdir $(distdir)/_inst
648 test -d $(distdir)/_build || exit 0; \
649 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
650 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
652 && $(am__cd) $(distdir)/_build \
653 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
654 $(DISTCHECK_CONFIGURE_FLAGS) \
655 && $(MAKE) $(AM_MAKEFLAGS) \
656 && $(MAKE) $(AM_MAKEFLAGS) dvi \
657 && $(MAKE) $(AM_MAKEFLAGS) check \
658 && $(MAKE) $(AM_MAKEFLAGS) install \
659 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
660 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
661 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
663 && chmod -R a-w "$$dc_install_base" \
665 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
666 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
667 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
668 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
669 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
670 } || { rm -rf "$$dc_destdir"; exit 1; }) \
671 && rm -rf "$$dc_destdir" \
672 && $(MAKE) $(AM_MAKEFLAGS) dist \
673 && rm -rf $(DIST_ARCHIVES) \
674 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
677 $(am__remove_distdir)
678 @(echo "$(distdir) archives ready for distribution: "; \
679 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
680 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
682 @$(am__cd) '$(distuninstallcheck_dir)' \
683 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
684 || { echo "ERROR: files left after uninstall:" ; \
685 if test -n "$(DESTDIR)"; then \
686 echo " (check DESTDIR support)"; \
688 $(distuninstallcheck_listfiles) ; \
690 distcleancheck: distclean
691 @if test '$(srcdir)' = . ; then \
692 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
695 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
696 || { echo "ERROR: files left in build directory after distclean:" ; \
697 $(distcleancheck_listfiles) ; \
700 check: $(BUILT_SOURCES)
701 $(MAKE) $(AM_MAKEFLAGS) check-recursive
702 all-am: Makefile $(DATA) config.h
703 installdirs: installdirs-recursive
705 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
706 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
708 install: $(BUILT_SOURCES)
709 $(MAKE) $(AM_MAKEFLAGS) install-recursive
710 install-exec: install-exec-recursive
711 install-data: install-data-recursive
712 uninstall: uninstall-recursive
715 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
717 installcheck: installcheck-recursive
719 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
720 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
721 `test -z '$(STRIP)' || \
722 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
728 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
729 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
731 maintainer-clean-generic:
732 @echo "This command is intended for maintainers to use"
733 @echo "it deletes files that may require special tools to rebuild."
734 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
735 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
736 clean: clean-recursive
738 clean-am: clean-generic clean-libtool mostlyclean-am
740 distclean: distclean-recursive
741 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
743 distclean-am: clean-am distclean-generic distclean-hdr \
744 distclean-libtool distclean-tags
758 install-data-am: install-pkgconfigDATA
760 install-dvi: install-dvi-recursive
766 install-html: install-html-recursive
770 install-info: install-info-recursive
776 install-pdf: install-pdf-recursive
780 install-ps: install-ps-recursive
786 maintainer-clean: maintainer-clean-recursive
787 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
788 -rm -rf $(top_srcdir)/autom4te.cache
790 maintainer-clean-am: distclean-am maintainer-clean-generic
792 mostlyclean: mostlyclean-recursive
794 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
804 uninstall-am: uninstall-pkgconfigDATA
806 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
807 ctags-recursive install install-am install-strip \
810 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
811 all all-am am--refresh check check-am clean clean-generic \
812 clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
813 dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
814 distcheck distclean distclean-generic distclean-hdr \
815 distclean-libtool distclean-tags distcleancheck distdir \
816 distuninstallcheck dvi dvi-am html html-am info info-am \
817 install install-am install-data install-data-am install-dvi \
818 install-dvi-am install-exec install-exec-am install-html \
819 install-html-am install-info install-info-am install-man \
820 install-pdf install-pdf-am install-pkgconfigDATA install-ps \
821 install-ps-am install-strip installcheck installcheck-am \
822 installdirs installdirs-am maintainer-clean \
823 maintainer-clean-generic mostlyclean mostlyclean-generic \
824 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
825 uninstall uninstall-am uninstall-pkgconfigDATA
827 lib/fribidi-unicode-version.h:
828 (cd lib && $(MAKE) $(AM_MAKEFLAGS) fribidi-unicode-version.h)
829 # The last line above is a horrible hack.
830 # GNU Coding Standards recommends that `make maintainer-clean' should not
831 # remove the configure script.
832 # We instead make configure call bootstrap.
834 # Indent all C source and header files, using indent(1):
836 indent: $(srcdir)/.indent.pro
838 find . -mindepth 2 -type f -name "*.[ch]" -print | \
839 xargs ./missing --run indent
843 $(AM_V_GEN) if test -d "$(top_srcdir)/.git"; then \
844 (GIT_DIR=$(top_srcdir)/.git $(top_srcdir)/missing --run \
845 git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
846 && mv -f $@.tmp "$(srcdir)/ChangeLog" \
848 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
849 (test -f $@ || echo git-log is required to generate this file >> "$(srcdir)/$@")); \
852 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
853 echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
855 .PHONY: $(srcdir)/ChangeLog
857 -include $(top_srcdir)/git.mk
859 # Tell versions [3.59,3.63) of GNU make to not export all variables.
860 # Otherwise a system limit (for SysV at least) may be exceeded.