version up to 1.0.2
[platform/upstream/fribidi.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 am__is_gnu_make = { \
17   if test -z '$(MAKELEVEL)'; then \
18     false; \
19   elif test -n '$(MAKE_HOST)'; then \
20     true; \
21   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22     true; \
23   else \
24     false; \
25   fi; \
26 }
27 am__make_running_with_option = \
28   case $${target_option-} in \
29       ?) ;; \
30       *) echo "am__make_running_with_option: internal error: invalid" \
31               "target option '$${target_option-}' specified" >&2; \
32          exit 1;; \
33   esac; \
34   has_opt=no; \
35   sane_makeflags=$$MAKEFLAGS; \
36   if $(am__is_gnu_make); then \
37     sane_makeflags=$$MFLAGS; \
38   else \
39     case $$MAKEFLAGS in \
40       *\\[\ \   ]*) \
41         bs=\\; \
42         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
43           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
44     esac; \
45   fi; \
46   skip_next=no; \
47   strip_trailopt () \
48   { \
49     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
50   }; \
51   for flg in $$sane_makeflags; do \
52     test $$skip_next = yes && { skip_next=no; continue; }; \
53     case $$flg in \
54       *=*|--*) continue;; \
55         -*I) strip_trailopt 'I'; skip_next=yes;; \
56       -*I?*) strip_trailopt 'I';; \
57         -*O) strip_trailopt 'O'; skip_next=yes;; \
58       -*O?*) strip_trailopt 'O';; \
59         -*l) strip_trailopt 'l'; skip_next=yes;; \
60       -*l?*) strip_trailopt 'l';; \
61       -[dEDm]) skip_next=yes;; \
62       -[JT]) skip_next=yes;; \
63     esac; \
64     case $$flg in \
65       *$$target_option*) has_opt=yes; break;; \
66     esac; \
67   done; \
68   test $$has_opt = yes
69 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
70 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
71 pkgdatadir = $(datadir)/@PACKAGE@
72 pkgincludedir = $(includedir)/@PACKAGE@
73 pkglibdir = $(libdir)/@PACKAGE@
74 pkglibexecdir = $(libexecdir)/@PACKAGE@
75 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
76 install_sh_DATA = $(install_sh) -c -m 644
77 install_sh_PROGRAM = $(install_sh) -c
78 install_sh_SCRIPT = $(install_sh) -c
79 INSTALL_HEADER = $(INSTALL_DATA)
80 transform = $(program_transform_name)
81 NORMAL_INSTALL = :
82 PRE_INSTALL = :
83 POST_INSTALL = :
84 NORMAL_UNINSTALL = :
85 PRE_UNINSTALL = :
86 POST_UNINSTALL = :
87 build_triplet = @build@
88 host_triplet = @host@
89 @FRIBIDI_ENABLE_DOC_TRUE@am__append_1 = $(inst_symbols:=.3)
90 @FRIBIDI_ENABLE_DOC_TRUE@am__append_2 = $(noinst_symbols:=.3)
91 @FRIBIDI_ENABLE_DOC_TRUE@am__append_3 = c2man.stamp
92 @FRIBIDI_ENABLE_DOC_TRUE@am__append_4 = c2man.stamp.tmp
93 @FRIBIDI_ENABLE_DOC_TRUE@am__append_5 = $(man3) c2man.stamp
94 @FRIBIDI_ENABLE_DOC_TRUE@am__append_6 = $(includevpath)
95 subdir = doc
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
98         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100         $(top_srcdir)/m4/m4_ax_prog_cc_for_build.m4 \
101         $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103         $(ACLOCAL_M4)
104 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo "  GEN     " $@;
116 am__v_GEN_1 = 
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 = 
121 SOURCES =
122 DIST_SOURCES =
123 am__can_run_installinfo = \
124   case $$AM_UPDATE_INFO_DIR in \
125     n|no|NO) false;; \
126     *) (install-info --version) >/dev/null 2>&1;; \
127   esac
128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129 am__vpath_adj = case $$p in \
130     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131     *) f=$$p;; \
132   esac;
133 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134 am__install_max = 40
135 am__nobase_strip_setup = \
136   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137 am__nobase_strip = \
138   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139 am__nobase_list = $(am__nobase_strip_setup); \
140   for p in $$list; do echo "$$p $$p"; done | \
141   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143     if (++n[$$2] == $(am__install_max)) \
144       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145     END { for (dir in files) print dir, files[dir] }'
146 am__base_list = \
147   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149 am__uninstall_files_from_dir = { \
150   test -z "$$files" \
151     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153          $(am__cd) "$$dir" && rm -f $$files; }; \
154   }
155 man3dir = $(mandir)/man3
156 am__installdirs = "$(DESTDIR)$(man3dir)"
157 NROFF = nroff
158 MANS = $(dist_man_MANS)
159 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
161         $(top_srcdir)/lib/Headers.mk
162 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
163 VPATH = @srcdir@ $(am__append_6)
164 ACLOCAL = @ACLOCAL@
165 AMTAR = @AMTAR@
166 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
167 AR = @AR@
168 AUTOCONF = @AUTOCONF@
169 AUTOHEADER = @AUTOHEADER@
170 AUTOMAKE = @AUTOMAKE@
171 AWK = @AWK@
172 BUILD_EXEEXT = @BUILD_EXEEXT@
173 BUILD_OBJEXT = @BUILD_OBJEXT@
174 C2MAN = @C2MAN@
175 CC = @CC@
176 CCDEPMODE = @CCDEPMODE@
177 CC_FOR_BUILD = @CC_FOR_BUILD@
178 CFLAGS = @CFLAGS@
179 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
180 CPP = @CPP@
181 CPPFLAGS = @CPPFLAGS@
182 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
183 CPP_FOR_BUILD = @CPP_FOR_BUILD@
184 CYGPATH_W = @CYGPATH_W@
185 DEFS = @DEFS@
186 DEPDIR = @DEPDIR@
187 DLLTOOL = @DLLTOOL@
188 DSYMUTIL = @DSYMUTIL@
189 DUMPBIN = @DUMPBIN@
190 ECHO_C = @ECHO_C@
191 ECHO_N = @ECHO_N@
192 ECHO_T = @ECHO_T@
193 EGREP = @EGREP@
194 EXEEXT = @EXEEXT@
195 FGREP = @FGREP@
196 FRIBIDI_BINARY_AGE = @FRIBIDI_BINARY_AGE@
197 FRIBIDI_INTERFACE_AGE = @FRIBIDI_INTERFACE_AGE@
198 FRIBIDI_INTERFACE_VERSION = @FRIBIDI_INTERFACE_VERSION@
199 FRIBIDI_MAJOR_VERSION = @FRIBIDI_MAJOR_VERSION@
200 FRIBIDI_MICRO_VERSION = @FRIBIDI_MICRO_VERSION@
201 FRIBIDI_MINOR_VERSION = @FRIBIDI_MINOR_VERSION@
202 FRIBIDI_MSVC_BUILD_PLACEHOLDER = @FRIBIDI_MSVC_BUILD_PLACEHOLDER@
203 FRIBIDI_VERSION = @FRIBIDI_VERSION@
204 GREP = @GREP@
205 INSTALL = @INSTALL@
206 INSTALL_DATA = @INSTALL_DATA@
207 INSTALL_PROGRAM = @INSTALL_PROGRAM@
208 INSTALL_SCRIPT = @INSTALL_SCRIPT@
209 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210 LD = @LD@
211 LDFLAGS = @LDFLAGS@
212 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
213 LIBOBJS = @LIBOBJS@
214 LIBS = @LIBS@
215 LIBTOOL = @LIBTOOL@
216 LIPO = @LIPO@
217 LN_S = @LN_S@
218 LTLIBOBJS = @LTLIBOBJS@
219 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
220 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
221 LT_VERSION_INFO = @LT_VERSION_INFO@
222 MAKEINFO = @MAKEINFO@
223 MANIFEST_TOOL = @MANIFEST_TOOL@
224 MKDIR_P = @MKDIR_P@
225 NM = @NM@
226 NMEDIT = @NMEDIT@
227 OBJDUMP = @OBJDUMP@
228 OBJEXT = @OBJEXT@
229 OTOOL = @OTOOL@
230 OTOOL64 = @OTOOL64@
231 PACKAGE = @PACKAGE@
232 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
233 PACKAGE_NAME = @PACKAGE_NAME@
234 PACKAGE_STRING = @PACKAGE_STRING@
235 PACKAGE_TARNAME = @PACKAGE_TARNAME@
236 PACKAGE_URL = @PACKAGE_URL@
237 PACKAGE_VERSION = @PACKAGE_VERSION@
238 PATH_SEPARATOR = @PATH_SEPARATOR@
239 PKG_CONFIG = @PKG_CONFIG@
240 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
241 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
242 RANLIB = @RANLIB@
243 SED = @SED@
244 SET_MAKE = @SET_MAKE@
245 SHELL = @SHELL@
246 SIZEOF_INT = @SIZEOF_INT@
247 STRIP = @STRIP@
248 VERSION = @VERSION@
249 abs_builddir = @abs_builddir@
250 abs_srcdir = @abs_srcdir@
251 abs_top_builddir = @abs_top_builddir@
252 abs_top_srcdir = @abs_top_srcdir@
253 ac_ct_AR = @ac_ct_AR@
254 ac_ct_CC = @ac_ct_CC@
255 ac_ct_CC_FOR_BUILD = @ac_ct_CC_FOR_BUILD@
256 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
257 am__include = @am__include@
258 am__leading_dot = @am__leading_dot@
259 am__quote = @am__quote@
260 am__tar = @am__tar@
261 am__untar = @am__untar@
262 bindir = @bindir@
263 build = @build@
264 build_alias = @build_alias@
265 build_cpu = @build_cpu@
266 build_os = @build_os@
267 build_vendor = @build_vendor@
268 builddir = @builddir@
269 datadir = @datadir@
270 datarootdir = @datarootdir@
271 docdir = @docdir@
272 dvidir = @dvidir@
273 exec_prefix = @exec_prefix@
274 host = @host@
275 host_alias = @host_alias@
276 host_cpu = @host_cpu@
277 host_os = @host_os@
278 host_vendor = @host_vendor@
279 htmldir = @htmldir@
280 includedir = @includedir@
281 infodir = @infodir@
282 install_sh = @install_sh@
283 libdir = @libdir@
284 libexecdir = @libexecdir@
285 localedir = @localedir@
286 localstatedir = @localstatedir@
287 mandir = @mandir@
288 mkdir_p = @mkdir_p@
289 oldincludedir = @oldincludedir@
290 pdfdir = @pdfdir@
291 prefix = @prefix@
292 program_transform_name = @program_transform_name@
293 psdir = @psdir@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target_alias = @target_alias@
299 top_build_prefix = @top_build_prefix@
300 top_builddir = @top_builddir@
301 top_srcdir = @top_srcdir@
302 dist_man_MANS = $(am__append_1)
303 dist_noinst_MANS = $(am__append_2)
304 EXTRA_DIST = $(am__append_3)
305 MOSTLYCLEANFILES = $(am__append_4)
306 MAINTAINERCLEANFILES = $(am__append_5)
307
308 # man3
309 @FRIBIDI_ENABLE_DOC_TRUE@includepath = -I$(top_builddir)/lib \
310 @FRIBIDI_ENABLE_DOC_TRUE@       -I$(top_srcdir)/lib
311 @FRIBIDI_ENABLE_DOC_TRUE@includevpath = :$(top_builddir)/lib:$(top_srcdir)/lib
312
313 # The lib/Headers.mk stuff should come after all optional stuff.
314 @FRIBIDI_ENABLE_DOC_TRUE@headers = $(libfribidi_la_headers)
315 # The las two lines are not functions, we don't want them here.
316 @FRIBIDI_ENABLE_DOC_TRUE@inst_symbols = $(shell sed '$$d' \
317 @FRIBIDI_ENABLE_DOC_TRUE@       $(top_srcdir)/lib/fribidi.def | sed \
318 @FRIBIDI_ENABLE_DOC_TRUE@       '$$d')
319 @FRIBIDI_ENABLE_DOC_TRUE@noinst_symbols = 
320 @FRIBIDI_ENABLE_DOC_TRUE@libfribidi_la_headers = \
321 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-arabic.h \
322 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-begindecls.h \
323 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-bidi.h \
324 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-bidi-types.h \
325 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-bidi-types-list.h \
326 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-common.h \
327 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-char-sets.h \
328 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-char-sets-list.h \
329 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-deprecated.h \
330 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-enddecls.h \
331 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-flags.h \
332 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-joining.h \
333 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-joining-types.h \
334 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-joining-types-list.h \
335 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-mirroring.h \
336 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-brackets.h \
337 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-shape.h \
338 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-types.h \
339 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-unicode.h \
340 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi-unicode-version.h \
341 @FRIBIDI_ENABLE_DOC_TRUE@               fribidi.h
342
343 # fribidi.h should be the last entry in the list above.
344 @FRIBIDI_ENABLE_DOC_TRUE@libfribidi_la_symbols = $(shell cat $(top_srcdir)/lib/fribidi.def)
345 @FRIBIDI_ENABLE_DOC_TRUE@man3 = $(dist_man_MANS) $(dist_noinst_MANS)
346 @FRIBIDI_ENABLE_DOC_TRUE@C2MANFLAGS = $(includepath) \
347 @FRIBIDI_ENABLE_DOC_TRUE@               -D__FRIBIDI_DOC \
348 @FRIBIDI_ENABLE_DOC_TRUE@               -DDONT_HAVE_FRIBIDI_CONFIG_H \
349 @FRIBIDI_ENABLE_DOC_TRUE@               -M "Programmer's Manual" 
350
351 all: all-am
352
353 .SUFFIXES:
354 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/lib/Headers.mk $(am__configure_deps)
355         @for dep in $?; do \
356           case '$(am__configure_deps)' in \
357             *$$dep*) \
358               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
359                 && { if test -f $@; then exit 0; else break; fi; }; \
360               exit 1;; \
361           esac; \
362         done; \
363         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits doc/Makefile'; \
364         $(am__cd) $(top_srcdir) && \
365           $(AUTOMAKE) --gnits doc/Makefile
366 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
367         @case '$?' in \
368           *config.status*) \
369             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
370           *) \
371             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
372             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
373         esac;
374 $(top_srcdir)/lib/Headers.mk $(am__empty):
375
376 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
379 $(top_srcdir)/configure:  $(am__configure_deps)
380         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
381 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
382         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383 $(am__aclocal_m4_deps):
384
385 mostlyclean-libtool:
386         -rm -f *.lo
387
388 clean-libtool:
389         -rm -rf .libs _libs
390 install-man3: $(dist_man_MANS)
391         @$(NORMAL_INSTALL)
392         @list1=''; \
393         list2='$(dist_man_MANS)'; \
394         test -n "$(man3dir)" \
395           && test -n "`echo $$list1$$list2`" \
396           || exit 0; \
397         echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
398         $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
399         { for i in $$list1; do echo "$$i"; done;  \
400         if test -n "$$list2"; then \
401           for i in $$list2; do echo "$$i"; done \
402             | sed -n '/\.3[a-z]*$$/p'; \
403         fi; \
404         } | while read p; do \
405           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
406           echo "$$d$$p"; echo "$$p"; \
407         done | \
408         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
409               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
410         sed 'N;N;s,\n, ,g' | { \
411         list=; while read file base inst; do \
412           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
413             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
414             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
415           fi; \
416         done; \
417         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
418         while read files; do \
419           test -z "$$files" || { \
420             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
421             $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
422         done; }
423
424 uninstall-man3:
425         @$(NORMAL_UNINSTALL)
426         @list=''; test -n "$(man3dir)" || exit 0; \
427         files=`{ for i in $$list; do echo "$$i"; done; \
428         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
429           sed -n '/\.3[a-z]*$$/p'; \
430         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
431               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
432         dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
433 tags TAGS:
434
435 ctags CTAGS:
436
437 cscope cscopelist:
438
439
440 distdir: $(DISTFILES)
441         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
442         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
443         list='$(DISTFILES)'; \
444           dist_files=`for file in $$list; do echo $$file; done | \
445           sed -e "s|^$$srcdirstrip/||;t" \
446               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
447         case $$dist_files in \
448           */*) $(MKDIR_P) `echo "$$dist_files" | \
449                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
450                            sort -u` ;; \
451         esac; \
452         for file in $$dist_files; do \
453           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
454           if test -d $$d/$$file; then \
455             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
456             if test -d "$(distdir)/$$file"; then \
457               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
458             fi; \
459             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
460               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
461               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
462             fi; \
463             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
464           else \
465             test -f "$(distdir)/$$file" \
466             || cp -p $$d/$$file "$(distdir)/$$file" \
467             || exit 1; \
468           fi; \
469         done
470 check-am: all-am
471 check: check-am
472 all-am: Makefile $(MANS)
473 installdirs:
474         for dir in "$(DESTDIR)$(man3dir)"; do \
475           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
476         done
477 install: install-am
478 install-exec: install-exec-am
479 install-data: install-data-am
480 uninstall: uninstall-am
481
482 install-am: all-am
483         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
484
485 installcheck: installcheck-am
486 install-strip:
487         if test -z '$(STRIP)'; then \
488           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
489             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
490               install; \
491         else \
492           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
493             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
494             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
495         fi
496 mostlyclean-generic:
497         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
498
499 clean-generic:
500
501 distclean-generic:
502         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
503         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
504
505 maintainer-clean-generic:
506         @echo "This command is intended for maintainers to use"
507         @echo "it deletes files that may require special tools to rebuild."
508         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
509 clean: clean-am
510
511 clean-am: clean-generic clean-libtool mostlyclean-am
512
513 distclean: distclean-am
514         -rm -f Makefile
515 distclean-am: clean-am distclean-generic
516
517 dvi: dvi-am
518
519 dvi-am:
520
521 html: html-am
522
523 html-am:
524
525 info: info-am
526
527 info-am:
528
529 install-data-am: install-man
530
531 install-dvi: install-dvi-am
532
533 install-dvi-am:
534
535 install-exec-am:
536
537 install-html: install-html-am
538
539 install-html-am:
540
541 install-info: install-info-am
542
543 install-info-am:
544
545 install-man: install-man3
546
547 install-pdf: install-pdf-am
548
549 install-pdf-am:
550
551 install-ps: install-ps-am
552
553 install-ps-am:
554
555 installcheck-am:
556
557 maintainer-clean: maintainer-clean-am
558         -rm -f Makefile
559 maintainer-clean-am: distclean-am maintainer-clean-generic
560
561 mostlyclean: mostlyclean-am
562
563 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
564
565 pdf: pdf-am
566
567 pdf-am:
568
569 ps: ps-am
570
571 ps-am:
572
573 uninstall-am: uninstall-man
574
575 uninstall-man: uninstall-man3
576
577 .MAKE: install-am install-strip
578
579 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
580         cscopelist-am ctags-am distclean distclean-generic \
581         distclean-libtool distdir dvi dvi-am html html-am info info-am \
582         install install-am install-data install-data-am install-dvi \
583         install-dvi-am install-exec install-exec-am install-html \
584         install-html-am install-info install-info-am install-man \
585         install-man3 install-pdf install-pdf-am install-ps \
586         install-ps-am install-strip installcheck installcheck-am \
587         installdirs maintainer-clean maintainer-clean-generic \
588         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
589         ps ps-am tags-am uninstall uninstall-am uninstall-man \
590         uninstall-man3
591
592 .PRECIOUS: Makefile
593
594
595 @FRIBIDI_ENABLE_DOC_TRUE@c2man.stamp: $(headers)
596 @FRIBIDI_ENABLE_DOC_TRUE@       @$(RM) $@.tmp
597 @FRIBIDI_ENABLE_DOC_TRUE@       @touch $@.tmp
598 @FRIBIDI_ENABLE_DOC_TRUE@       @($(LN_S) $^ . || cp $^ .)
599 @FRIBIDI_ENABLE_DOC_TRUE@       @echo Running c2man
600 @FRIBIDI_ENABLE_DOC_TRUE@       @$(C2MAN) -T n $(C2MANFLAGS) $(headers) 2>&1
601 @FRIBIDI_ENABLE_DOC_TRUE@       @$(RM) $(headers)
602 @FRIBIDI_ENABLE_DOC_TRUE@       @mv $@.tmp $@
603
604 @FRIBIDI_ENABLE_DOC_TRUE@$(man3): c2man.stamp
605 @FRIBIDI_ENABLE_DOC_TRUE@       @if ! test -f $@; then \
606 @FRIBIDI_ENABLE_DOC_TRUE@               $(RM) $<; \
607 @FRIBIDI_ENABLE_DOC_TRUE@               $(MAKE) $(AM_MAKEFLAGS) $<;\
608 @FRIBIDI_ENABLE_DOC_TRUE@       fi
609 @FRIBIDI_ENABLE_DOC_TRUE@       @touch $@
610
611 -include $(top_srcdir)/git.mk
612
613 # Tell versions [3.59,3.63) of GNU make to not export all variables.
614 # Otherwise a system limit (for SysV at least) may be exceeded.
615 .NOEXPORT: