ce251b641f71332de2826714a6d4b25fdc634e39
[platform/upstream/harfbuzz.git] / test / Makefile.in
1 # Makefile.in generated by automake 1.14 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2013 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 # Process this file with automake to produce Makefile.in
18 VPATH = @srcdir@
19 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20 am__make_running_with_option = \
21   case $${target_option-} in \
22       ?) ;; \
23       *) echo "am__make_running_with_option: internal error: invalid" \
24               "target option '$${target_option-}' specified" >&2; \
25          exit 1;; \
26   esac; \
27   has_opt=no; \
28   sane_makeflags=$$MAKEFLAGS; \
29   if $(am__is_gnu_make); then \
30     sane_makeflags=$$MFLAGS; \
31   else \
32     case $$MAKEFLAGS in \
33       *\\[\ \   ]*) \
34         bs=\\; \
35         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
37     esac; \
38   fi; \
39   skip_next=no; \
40   strip_trailopt () \
41   { \
42     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43   }; \
44   for flg in $$sane_makeflags; do \
45     test $$skip_next = yes && { skip_next=no; continue; }; \
46     case $$flg in \
47       *=*|--*) continue;; \
48         -*I) strip_trailopt 'I'; skip_next=yes;; \
49       -*I?*) strip_trailopt 'I';; \
50         -*O) strip_trailopt 'O'; skip_next=yes;; \
51       -*O?*) strip_trailopt 'O';; \
52         -*l) strip_trailopt 'l'; skip_next=yes;; \
53       -*l?*) strip_trailopt 'l';; \
54       -[dEDm]) skip_next=yes;; \
55       -[JT]) skip_next=yes;; \
56     esac; \
57     case $$flg in \
58       *$$target_option*) has_opt=yes; break;; \
59     esac; \
60   done; \
61   test $$has_opt = yes
62 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
64 pkgdatadir = $(datadir)/@PACKAGE@
65 pkgincludedir = $(includedir)/@PACKAGE@
66 pkglibdir = $(libdir)/@PACKAGE@
67 pkglibexecdir = $(libexecdir)/@PACKAGE@
68 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
69 install_sh_DATA = $(install_sh) -c -m 644
70 install_sh_PROGRAM = $(install_sh) -c
71 install_sh_SCRIPT = $(install_sh) -c
72 INSTALL_HEADER = $(INSTALL_DATA)
73 transform = $(program_transform_name)
74 NORMAL_INSTALL = :
75 PRE_INSTALL = :
76 POST_INSTALL = :
77 NORMAL_UNINSTALL = :
78 PRE_UNINSTALL = :
79 POST_UNINSTALL = :
80 build_triplet = @build@
81 host_triplet = @host@
82 subdir = test
83 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
84 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
86         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/libtool.m4 \
87         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
88         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
89         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
90 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91         $(ACLOCAL_M4)
92 mkinstalldirs = $(install_sh) -d
93 CONFIG_HEADER = $(top_builddir)/config.h
94 CONFIG_CLEAN_FILES =
95 CONFIG_CLEAN_VPATH_FILES =
96 AM_V_P = $(am__v_P_@AM_V@)
97 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
98 am__v_P_0 = false
99 am__v_P_1 = :
100 AM_V_GEN = $(am__v_GEN_@AM_V@)
101 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
102 am__v_GEN_0 = @echo "  GEN     " $@;
103 am__v_GEN_1 = 
104 AM_V_at = $(am__v_at_@AM_V@)
105 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
106 am__v_at_0 = @
107 am__v_at_1 = 
108 SOURCES =
109 DIST_SOURCES =
110 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
111         ctags-recursive dvi-recursive html-recursive info-recursive \
112         install-data-recursive install-dvi-recursive \
113         install-exec-recursive install-html-recursive \
114         install-info-recursive install-pdf-recursive \
115         install-ps-recursive install-recursive installcheck-recursive \
116         installdirs-recursive pdf-recursive ps-recursive \
117         tags-recursive uninstall-recursive
118 am__can_run_installinfo = \
119   case $$AM_UPDATE_INFO_DIR in \
120     n|no|NO) false;; \
121     *) (install-info --version) >/dev/null 2>&1;; \
122   esac
123 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
124   distclean-recursive maintainer-clean-recursive
125 am__recursive_targets = \
126   $(RECURSIVE_TARGETS) \
127   $(RECURSIVE_CLEAN_TARGETS) \
128   $(am__extra_recursive_targets)
129 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
130         distdir
131 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
132 # Read a list of newline-separated strings from the standard input,
133 # and print each of them once, without duplicates.  Input order is
134 # *not* preserved.
135 am__uniquify_input = $(AWK) '\
136   BEGIN { nonempty = 0; } \
137   { items[$$0] = 1; nonempty = 1; } \
138   END { if (nonempty) { for (i in items) print i; }; } \
139 '
140 # Make sure the list of sources is unique.  This is necessary because,
141 # e.g., the same source file might be shared among _SOURCES variables
142 # for different programs/libraries.
143 am__define_uniq_tagged_files = \
144   list='$(am__tagged_files)'; \
145   unique=`for i in $$list; do \
146     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
147   done | $(am__uniquify_input)`
148 ETAGS = etags
149 CTAGS = ctags
150 DIST_SUBDIRS = $(SUBDIRS)
151 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
152 am__relativize = \
153   dir0=`pwd`; \
154   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
155   sed_rest='s,^[^/]*/*,,'; \
156   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
157   sed_butlast='s,/*[^/]*$$,,'; \
158   while test -n "$$dir1"; do \
159     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
160     if test "$$first" != "."; then \
161       if test "$$first" = ".."; then \
162         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
163         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
164       else \
165         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
166         if test "$$first2" = "$$first"; then \
167           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
168         else \
169           dir2="../$$dir2"; \
170         fi; \
171         dir0="$$dir0"/"$$first"; \
172       fi; \
173     fi; \
174     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
175   done; \
176   reldir="$$dir2"
177 ACLOCAL = @ACLOCAL@
178 AMTAR = @AMTAR@
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180 AR = @AR@
181 AUTOCONF = @AUTOCONF@
182 AUTOHEADER = @AUTOHEADER@
183 AUTOMAKE = @AUTOMAKE@
184 AWK = @AWK@
185 CAIRO_CFLAGS = @CAIRO_CFLAGS@
186 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
187 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
188 CAIRO_LIBS = @CAIRO_LIBS@
189 CC = @CC@
190 CCDEPMODE = @CCDEPMODE@
191 CFLAGS = @CFLAGS@
192 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
193 CORETEXT_LIBS = @CORETEXT_LIBS@
194 CPP = @CPP@
195 CPPFLAGS = @CPPFLAGS@
196 CXX = @CXX@
197 CXXCPP = @CXXCPP@
198 CXXDEPMODE = @CXXDEPMODE@
199 CXXFLAGS = @CXXFLAGS@
200 CYGPATH_W = @CYGPATH_W@
201 DEFS = @DEFS@
202 DEPDIR = @DEPDIR@
203 DLLTOOL = @DLLTOOL@
204 DSYMUTIL = @DSYMUTIL@
205 DUMPBIN = @DUMPBIN@
206 ECHO_C = @ECHO_C@
207 ECHO_N = @ECHO_N@
208 ECHO_T = @ECHO_T@
209 EGREP = @EGREP@
210 EXEEXT = @EXEEXT@
211 FGREP = @FGREP@
212 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
213 FREETYPE_LIBS = @FREETYPE_LIBS@
214 GIT = @GIT@
215 GLIB_CFLAGS = @GLIB_CFLAGS@
216 GLIB_LIBS = @GLIB_LIBS@
217 GLIB_MKENUMS = @GLIB_MKENUMS@
218 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
219 GOBJECT_LIBS = @GOBJECT_LIBS@
220 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
221 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
222 GREP = @GREP@
223 GTKDOC_CHECK = @GTKDOC_CHECK@
224 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
225 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
226 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
227 GTKDOC_MKPDF = @GTKDOC_MKPDF@
228 GTKDOC_REBASE = @GTKDOC_REBASE@
229 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
230 HB_VERSION = @HB_VERSION@
231 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
232 HB_VERSION_MICRO = @HB_VERSION_MICRO@
233 HB_VERSION_MINOR = @HB_VERSION_MINOR@
234 HTML_DIR = @HTML_DIR@
235 ICU_CFLAGS = @ICU_CFLAGS@
236 ICU_CONFIG = @ICU_CONFIG@
237 ICU_LIBS = @ICU_LIBS@
238 INSTALL = @INSTALL@
239 INSTALL_DATA = @INSTALL_DATA@
240 INSTALL_PROGRAM = @INSTALL_PROGRAM@
241 INSTALL_SCRIPT = @INSTALL_SCRIPT@
242 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
243 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
244 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
245 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
246 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
247 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
248 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
249 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
250 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
251 LD = @LD@
252 LDFLAGS = @LDFLAGS@
253 LIBOBJS = @LIBOBJS@
254 LIBS = @LIBS@
255 LIBTOOL = @LIBTOOL@
256 LIPO = @LIPO@
257 LN_S = @LN_S@
258 LTLIBOBJS = @LTLIBOBJS@
259 MAKEINFO = @MAKEINFO@
260 MANIFEST_TOOL = @MANIFEST_TOOL@
261 MKDIR_P = @MKDIR_P@
262 NM = @NM@
263 NMEDIT = @NMEDIT@
264 OBJDUMP = @OBJDUMP@
265 OBJEXT = @OBJEXT@
266 OTOOL = @OTOOL@
267 OTOOL64 = @OTOOL64@
268 PACKAGE = @PACKAGE@
269 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
270 PACKAGE_NAME = @PACKAGE_NAME@
271 PACKAGE_STRING = @PACKAGE_STRING@
272 PACKAGE_TARNAME = @PACKAGE_TARNAME@
273 PACKAGE_URL = @PACKAGE_URL@
274 PACKAGE_VERSION = @PACKAGE_VERSION@
275 PATH_SEPARATOR = @PATH_SEPARATOR@
276 PKG_CONFIG = @PKG_CONFIG@
277 PTHREAD_CC = @PTHREAD_CC@
278 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
279 PTHREAD_LIBS = @PTHREAD_LIBS@
280 RAGEL = @RAGEL@
281 RANLIB = @RANLIB@
282 SED = @SED@
283 SET_MAKE = @SET_MAKE@
284 SHELL = @SHELL@
285 STRIP = @STRIP@
286 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
287 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
288 VERSION = @VERSION@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_CXX = @ac_ct_CXX@
296 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
297 am__include = @am__include@
298 am__leading_dot = @am__leading_dot@
299 am__quote = @am__quote@
300 am__tar = @am__tar@
301 am__untar = @am__untar@
302 ax_pthread_config = @ax_pthread_config@
303 bindir = @bindir@
304 build = @build@
305 build_alias = @build_alias@
306 build_cpu = @build_cpu@
307 build_os = @build_os@
308 build_vendor = @build_vendor@
309 builddir = @builddir@
310 datadir = @datadir@
311 datarootdir = @datarootdir@
312 docdir = @docdir@
313 dvidir = @dvidir@
314 exec_prefix = @exec_prefix@
315 host = @host@
316 host_alias = @host_alias@
317 host_cpu = @host_cpu@
318 host_os = @host_os@
319 host_vendor = @host_vendor@
320 htmldir = @htmldir@
321 includedir = @includedir@
322 infodir = @infodir@
323 install_sh = @install_sh@
324 libdir = @libdir@
325 libexecdir = @libexecdir@
326 localedir = @localedir@
327 localstatedir = @localstatedir@
328 mandir = @mandir@
329 mkdir_p = @mkdir_p@
330 oldincludedir = @oldincludedir@
331 pdfdir = @pdfdir@
332 prefix = @prefix@
333 program_transform_name = @program_transform_name@
334 psdir = @psdir@
335 sbindir = @sbindir@
336 sharedstatedir = @sharedstatedir@
337 srcdir = @srcdir@
338 sysconfdir = @sysconfdir@
339 target_alias = @target_alias@
340 top_build_prefix = @top_build_prefix@
341 top_builddir = @top_builddir@
342 top_srcdir = @top_srcdir@
343 SUBDIRS = api shaping
344 all: all-recursive
345
346 .SUFFIXES:
347 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
348         @for dep in $?; do \
349           case '$(am__configure_deps)' in \
350             *$$dep*) \
351               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
352                 && { if test -f $@; then exit 0; else break; fi; }; \
353               exit 1;; \
354           esac; \
355         done; \
356         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits test/Makefile'; \
357         $(am__cd) $(top_srcdir) && \
358           $(AUTOMAKE) --gnits test/Makefile
359 .PRECIOUS: Makefile
360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
361         @case '$?' in \
362           *config.status*) \
363             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
364           *) \
365             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
366             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
367         esac;
368
369 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
370         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371
372 $(top_srcdir)/configure:  $(am__configure_deps)
373         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
374 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
375         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
376 $(am__aclocal_m4_deps):
377
378 mostlyclean-libtool:
379         -rm -f *.lo
380
381 clean-libtool:
382         -rm -rf .libs _libs
383
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 $(am__recursive_targets):
391         @fail=; \
392         if $(am__make_keepgoing); then \
393           failcom='fail=yes'; \
394         else \
395           failcom='exit 1'; \
396         fi; \
397         dot_seen=no; \
398         target=`echo $@ | sed s/-recursive//`; \
399         case "$@" in \
400           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
401           *) list='$(SUBDIRS)' ;; \
402         esac; \
403         for subdir in $$list; do \
404           echo "Making $$target in $$subdir"; \
405           if test "$$subdir" = "."; then \
406             dot_seen=yes; \
407             local_target="$$target-am"; \
408           else \
409             local_target="$$target"; \
410           fi; \
411           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
412           || eval $$failcom; \
413         done; \
414         if test "$$dot_seen" = "no"; then \
415           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
416         fi; test -z "$$fail"
417
418 ID: $(am__tagged_files)
419         $(am__define_uniq_tagged_files); mkid -fID $$unique
420 tags: tags-recursive
421 TAGS: tags
422
423 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
424         set x; \
425         here=`pwd`; \
426         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
427           include_option=--etags-include; \
428           empty_fix=.; \
429         else \
430           include_option=--include; \
431           empty_fix=; \
432         fi; \
433         list='$(SUBDIRS)'; for subdir in $$list; do \
434           if test "$$subdir" = .; then :; else \
435             test ! -f $$subdir/TAGS || \
436               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
437           fi; \
438         done; \
439         $(am__define_uniq_tagged_files); \
440         shift; \
441         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442           test -n "$$unique" || unique=$$empty_fix; \
443           if test $$# -gt 0; then \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               "$$@" $$unique; \
446           else \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               $$unique; \
449           fi; \
450         fi
451 ctags: ctags-recursive
452
453 CTAGS: ctags
454 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
455         $(am__define_uniq_tagged_files); \
456         test -z "$(CTAGS_ARGS)$$unique" \
457           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
458              $$unique
459
460 GTAGS:
461         here=`$(am__cd) $(top_builddir) && pwd` \
462           && $(am__cd) $(top_srcdir) \
463           && gtags -i $(GTAGS_ARGS) "$$here"
464 cscopelist: cscopelist-recursive
465
466 cscopelist-am: $(am__tagged_files)
467         list='$(am__tagged_files)'; \
468         case "$(srcdir)" in \
469           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
470           *) sdir=$(subdir)/$(srcdir) ;; \
471         esac; \
472         for i in $$list; do \
473           if test -f "$$i"; then \
474             echo "$(subdir)/$$i"; \
475           else \
476             echo "$$sdir/$$i"; \
477           fi; \
478         done >> $(top_builddir)/cscope.files
479
480 distclean-tags:
481         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483 distdir: $(DISTFILES)
484         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486         list='$(DISTFILES)'; \
487           dist_files=`for file in $$list; do echo $$file; done | \
488           sed -e "s|^$$srcdirstrip/||;t" \
489               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490         case $$dist_files in \
491           */*) $(MKDIR_P) `echo "$$dist_files" | \
492                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493                            sort -u` ;; \
494         esac; \
495         for file in $$dist_files; do \
496           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497           if test -d $$d/$$file; then \
498             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499             if test -d "$(distdir)/$$file"; then \
500               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501             fi; \
502             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505             fi; \
506             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507           else \
508             test -f "$(distdir)/$$file" \
509             || cp -p $$d/$$file "$(distdir)/$$file" \
510             || exit 1; \
511           fi; \
512         done
513         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
514           if test "$$subdir" = .; then :; else \
515             $(am__make_dryrun) \
516               || test -d "$(distdir)/$$subdir" \
517               || $(MKDIR_P) "$(distdir)/$$subdir" \
518               || exit 1; \
519             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
520             $(am__relativize); \
521             new_distdir=$$reldir; \
522             dir1=$$subdir; dir2="$(top_distdir)"; \
523             $(am__relativize); \
524             new_top_distdir=$$reldir; \
525             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
526             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
527             ($(am__cd) $$subdir && \
528               $(MAKE) $(AM_MAKEFLAGS) \
529                 top_distdir="$$new_top_distdir" \
530                 distdir="$$new_distdir" \
531                 am__remove_distdir=: \
532                 am__skip_length_check=: \
533                 am__skip_mode_fix=: \
534                 distdir) \
535               || exit 1; \
536           fi; \
537         done
538 check-am: all-am
539 check: check-recursive
540 all-am: Makefile
541 installdirs: installdirs-recursive
542 installdirs-am:
543 install: install-recursive
544 install-exec: install-exec-recursive
545 install-data: install-data-recursive
546 uninstall: uninstall-recursive
547
548 install-am: all-am
549         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
550
551 installcheck: installcheck-recursive
552 install-strip:
553         if test -z '$(STRIP)'; then \
554           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556               install; \
557         else \
558           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
559             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
560             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
561         fi
562 mostlyclean-generic:
563
564 clean-generic:
565
566 distclean-generic:
567         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
568         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
569
570 maintainer-clean-generic:
571         @echo "This command is intended for maintainers to use"
572         @echo "it deletes files that may require special tools to rebuild."
573 clean: clean-recursive
574
575 clean-am: clean-generic clean-libtool mostlyclean-am
576
577 distclean: distclean-recursive
578         -rm -f Makefile
579 distclean-am: clean-am distclean-generic distclean-tags
580
581 dvi: dvi-recursive
582
583 dvi-am:
584
585 html: html-recursive
586
587 html-am:
588
589 info: info-recursive
590
591 info-am:
592
593 install-data-am:
594
595 install-dvi: install-dvi-recursive
596
597 install-dvi-am:
598
599 install-exec-am:
600
601 install-html: install-html-recursive
602
603 install-html-am:
604
605 install-info: install-info-recursive
606
607 install-info-am:
608
609 install-man:
610
611 install-pdf: install-pdf-recursive
612
613 install-pdf-am:
614
615 install-ps: install-ps-recursive
616
617 install-ps-am:
618
619 installcheck-am:
620
621 maintainer-clean: maintainer-clean-recursive
622         -rm -f Makefile
623 maintainer-clean-am: distclean-am maintainer-clean-generic
624
625 mostlyclean: mostlyclean-recursive
626
627 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
628
629 pdf: pdf-recursive
630
631 pdf-am:
632
633 ps: ps-recursive
634
635 ps-am:
636
637 uninstall-am:
638
639 .MAKE: $(am__recursive_targets) install-am install-strip
640
641 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
642         check-am clean clean-generic clean-libtool cscopelist-am ctags \
643         ctags-am distclean distclean-generic distclean-libtool \
644         distclean-tags distdir dvi dvi-am html html-am info info-am \
645         install install-am install-data install-data-am install-dvi \
646         install-dvi-am install-exec install-exec-am install-html \
647         install-html-am install-info install-info-am install-man \
648         install-pdf install-pdf-am install-ps install-ps-am \
649         install-strip installcheck installcheck-am installdirs \
650         installdirs-am maintainer-clean maintainer-clean-generic \
651         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
652         ps ps-am tags tags-am uninstall uninstall-am
653
654
655 -include $(top_srcdir)/git.mk
656
657 # Tell versions [3.59,3.63) of GNU make to not export all variables.
658 # Otherwise a system limit (for SysV at least) may be exceeded.
659 .NOEXPORT: