6273f9da2956751f0aaceb18e78d93c8a2d3987f
[platform/upstream/harfbuzz.git] / test / shaping / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
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.
10
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
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # Process this file with automake to produce Makefile.in
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 subdir = test/shaping
39 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 mkinstalldirs = $(install_sh) -d
45 CONFIG_HEADER = $(top_builddir)/config.h
46 CONFIG_CLEAN_FILES =
47 CONFIG_CLEAN_VPATH_FILES =
48 AM_V_GEN = $(am__v_GEN_$(V))
49 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
50 am__v_GEN_0 = @echo "  GEN   " $@;
51 AM_V_at = $(am__v_at_$(V))
52 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
53 am__v_at_0 = @
54 SOURCES =
55 DIST_SOURCES =
56 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57 ACLOCAL = @ACLOCAL@
58 AMTAR = @AMTAR@
59 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
60 AR = @AR@
61 AUTOCONF = @AUTOCONF@
62 AUTOHEADER = @AUTOHEADER@
63 AUTOMAKE = @AUTOMAKE@
64 AWK = @AWK@
65 CAIRO_CFLAGS = @CAIRO_CFLAGS@
66 CAIRO_FT_CFLAGS = @CAIRO_FT_CFLAGS@
67 CAIRO_FT_LIBS = @CAIRO_FT_LIBS@
68 CAIRO_LIBS = @CAIRO_LIBS@
69 CC = @CC@
70 CCDEPMODE = @CCDEPMODE@
71 CFLAGS = @CFLAGS@
72 CORETEXT_CFLAGS = @CORETEXT_CFLAGS@
73 CORETEXT_LIBS = @CORETEXT_LIBS@
74 CPP = @CPP@
75 CPPFLAGS = @CPPFLAGS@
76 CXX = @CXX@
77 CXXCPP = @CXXCPP@
78 CXXDEPMODE = @CXXDEPMODE@
79 CXXFLAGS = @CXXFLAGS@
80 CYGPATH_W = @CYGPATH_W@
81 DEFS = @DEFS@
82 DEPDIR = @DEPDIR@
83 DSYMUTIL = @DSYMUTIL@
84 DUMPBIN = @DUMPBIN@
85 ECHO_C = @ECHO_C@
86 ECHO_N = @ECHO_N@
87 ECHO_T = @ECHO_T@
88 EGREP = @EGREP@
89 EXEEXT = @EXEEXT@
90 FGREP = @FGREP@
91 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
92 FREETYPE_LIBS = @FREETYPE_LIBS@
93 GLIB_CFLAGS = @GLIB_CFLAGS@
94 GLIB_LIBS = @GLIB_LIBS@
95 GLIB_MKENUMS = @GLIB_MKENUMS@
96 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
97 GOBJECT_LIBS = @GOBJECT_LIBS@
98 GRAPHITE2_CFLAGS = @GRAPHITE2_CFLAGS@
99 GRAPHITE2_LIBS = @GRAPHITE2_LIBS@
100 GREP = @GREP@
101 GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
102 GTHREAD_LIBS = @GTHREAD_LIBS@
103 HB_LIBTOOL_VERSION_INFO = @HB_LIBTOOL_VERSION_INFO@
104 HB_VERSION = @HB_VERSION@
105 HB_VERSION_MAJOR = @HB_VERSION_MAJOR@
106 HB_VERSION_MICRO = @HB_VERSION_MICRO@
107 HB_VERSION_MINOR = @HB_VERSION_MINOR@
108 ICU_CFLAGS = @ICU_CFLAGS@
109 ICU_LIBS = @ICU_LIBS@
110 INSTALL = @INSTALL@
111 INSTALL_DATA = @INSTALL_DATA@
112 INSTALL_PROGRAM = @INSTALL_PROGRAM@
113 INSTALL_SCRIPT = @INSTALL_SCRIPT@
114 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
115 LD = @LD@
116 LDFLAGS = @LDFLAGS@
117 LIBOBJS = @LIBOBJS@
118 LIBS = @LIBS@
119 LIBTOOL = @LIBTOOL@
120 LIPO = @LIPO@
121 LN_S = @LN_S@
122 LTLIBOBJS = @LTLIBOBJS@
123 MAKEINFO = @MAKEINFO@
124 MKDIR_P = @MKDIR_P@
125 NM = @NM@
126 NMEDIT = @NMEDIT@
127 OBJDUMP = @OBJDUMP@
128 OBJEXT = @OBJEXT@
129 OTOOL = @OTOOL@
130 OTOOL64 = @OTOOL64@
131 PACKAGE = @PACKAGE@
132 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133 PACKAGE_NAME = @PACKAGE_NAME@
134 PACKAGE_STRING = @PACKAGE_STRING@
135 PACKAGE_TARNAME = @PACKAGE_TARNAME@
136 PACKAGE_URL = @PACKAGE_URL@
137 PACKAGE_VERSION = @PACKAGE_VERSION@
138 PATH_SEPARATOR = @PATH_SEPARATOR@
139 PKG_CONFIG = @PKG_CONFIG@
140 RANLIB = @RANLIB@
141 SED = @SED@
142 SET_MAKE = @SET_MAKE@
143 SHELL = @SHELL@
144 STRIP = @STRIP@
145 UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@
146 UNISCRIBE_LIBS = @UNISCRIBE_LIBS@
147 VERSION = @VERSION@
148 abs_builddir = @abs_builddir@
149 abs_srcdir = @abs_srcdir@
150 abs_top_builddir = @abs_top_builddir@
151 abs_top_srcdir = @abs_top_srcdir@
152 ac_ct_CC = @ac_ct_CC@
153 ac_ct_CXX = @ac_ct_CXX@
154 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
155 am__include = @am__include@
156 am__leading_dot = @am__leading_dot@
157 am__quote = @am__quote@
158 am__tar = @am__tar@
159 am__untar = @am__untar@
160 bindir = @bindir@
161 build = @build@
162 build_alias = @build_alias@
163 build_cpu = @build_cpu@
164 build_os = @build_os@
165 build_vendor = @build_vendor@
166 builddir = @builddir@
167 datadir = @datadir@
168 datarootdir = @datarootdir@
169 docdir = @docdir@
170 dvidir = @dvidir@
171 exec_prefix = @exec_prefix@
172 host = @host@
173 host_alias = @host_alias@
174 host_cpu = @host_cpu@
175 host_os = @host_os@
176 host_vendor = @host_vendor@
177 htmldir = @htmldir@
178 includedir = @includedir@
179 infodir = @infodir@
180 install_sh = @install_sh@
181 libdir = @libdir@
182 libexecdir = @libexecdir@
183 localedir = @localedir@
184 localstatedir = @localstatedir@
185 lt_ECHO = @lt_ECHO@
186 mandir = @mandir@
187 mkdir_p = @mkdir_p@
188 oldincludedir = @oldincludedir@
189 pdfdir = @pdfdir@
190 prefix = @prefix@
191 program_transform_name = @program_transform_name@
192 psdir = @psdir@
193 sbindir = @sbindir@
194 sharedstatedir = @sharedstatedir@
195 srcdir = @srcdir@
196 sysconfdir = @sysconfdir@
197 target_alias = @target_alias@
198 top_build_prefix = @top_build_prefix@
199 top_builddir = @top_builddir@
200 top_srcdir = @top_srcdir@
201 NULL = 
202
203 # TODO Figure out Python stuff
204 EXTRA_DIST = hb-diff hb-diff-colorize hb-diff-filter-failures \
205         hb-diff-ngrams hb-diff-stat hb-manifest-read \
206         hb-manifest-update hb-unicode-decode hb-unicode-encode \
207         hb-unicode-prettyname $(NULL) hb_test_tools.py $(NULL)
208 CLEANFILES = hb_test_tools.py[co] $(NULL)
209 DISTCLEANFILES = 
210 MAINTAINERCLEANFILES = 
211 all: all-am
212
213 .SUFFIXES:
214 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
215         @for dep in $?; do \
216           case '$(am__configure_deps)' in \
217             *$$dep*) \
218               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
219                 && { if test -f $@; then exit 0; else break; fi; }; \
220               exit 1;; \
221           esac; \
222         done; \
223         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnits test/shaping/Makefile'; \
224         $(am__cd) $(top_srcdir) && \
225           $(AUTOMAKE) --gnits test/shaping/Makefile
226 .PRECIOUS: Makefile
227 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
228         @case '$?' in \
229           *config.status*) \
230             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
231           *) \
232             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
233             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
234         esac;
235
236 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
237         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
239 $(top_srcdir)/configure:  $(am__configure_deps)
240         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
241 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
242         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
243 $(am__aclocal_m4_deps):
244
245 mostlyclean-libtool:
246         -rm -f *.lo
247
248 clean-libtool:
249         -rm -rf .libs _libs
250 tags: TAGS
251 TAGS:
252
253 ctags: CTAGS
254 CTAGS:
255
256
257 distdir: $(DISTFILES)
258         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
259         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
260         list='$(DISTFILES)'; \
261           dist_files=`for file in $$list; do echo $$file; done | \
262           sed -e "s|^$$srcdirstrip/||;t" \
263               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
264         case $$dist_files in \
265           */*) $(MKDIR_P) `echo "$$dist_files" | \
266                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
267                            sort -u` ;; \
268         esac; \
269         for file in $$dist_files; do \
270           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
271           if test -d $$d/$$file; then \
272             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
273             if test -d "$(distdir)/$$file"; then \
274               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
275             fi; \
276             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
277               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
278               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
279             fi; \
280             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
281           else \
282             test -f "$(distdir)/$$file" \
283             || cp -p $$d/$$file "$(distdir)/$$file" \
284             || exit 1; \
285           fi; \
286         done
287 check-am: all-am
288 check: check-am
289 all-am: Makefile
290 installdirs:
291 install: install-am
292 install-exec: install-exec-am
293 install-data: install-data-am
294 uninstall: uninstall-am
295
296 install-am: all-am
297         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
298
299 installcheck: installcheck-am
300 install-strip:
301         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
302           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
303           `test -z '$(STRIP)' || \
304             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
305 mostlyclean-generic:
306
307 clean-generic:
308         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
309
310 distclean-generic:
311         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
312         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
313         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
314
315 maintainer-clean-generic:
316         @echo "This command is intended for maintainers to use"
317         @echo "it deletes files that may require special tools to rebuild."
318         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
319 clean: clean-am
320
321 clean-am: clean-generic clean-libtool mostlyclean-am
322
323 distclean: distclean-am
324         -rm -f Makefile
325 distclean-am: clean-am distclean-generic
326
327 dvi: dvi-am
328
329 dvi-am:
330
331 html: html-am
332
333 html-am:
334
335 info: info-am
336
337 info-am:
338
339 install-data-am:
340
341 install-dvi: install-dvi-am
342
343 install-dvi-am:
344
345 install-exec-am:
346
347 install-html: install-html-am
348
349 install-html-am:
350
351 install-info: install-info-am
352
353 install-info-am:
354
355 install-man:
356
357 install-pdf: install-pdf-am
358
359 install-pdf-am:
360
361 install-ps: install-ps-am
362
363 install-ps-am:
364
365 installcheck-am:
366
367 maintainer-clean: maintainer-clean-am
368         -rm -f Makefile
369 maintainer-clean-am: distclean-am maintainer-clean-generic
370
371 mostlyclean: mostlyclean-am
372
373 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
374
375 pdf: pdf-am
376
377 pdf-am:
378
379 ps: ps-am
380
381 ps-am:
382
383 uninstall-am:
384
385 .MAKE: install-am install-strip
386
387 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
388         distclean distclean-generic distclean-libtool distdir dvi \
389         dvi-am html html-am info info-am install install-am \
390         install-data install-data-am install-dvi install-dvi-am \
391         install-exec install-exec-am install-html install-html-am \
392         install-info install-info-am install-man install-pdf \
393         install-pdf-am install-ps install-ps-am install-strip \
394         installcheck installcheck-am installdirs maintainer-clean \
395         maintainer-clean-generic mostlyclean mostlyclean-generic \
396         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
397
398
399 manifests:
400         @$(srcdir)/hb-manifest-update "$(srcdir)/texts" "$(srcdir)/fonts"
401
402 .PHONY: manifests
403
404 -include $(top_srcdir)/git.mk
405
406 # Tell versions [3.59,3.63) of GNU make to not export all variables.
407 # Otherwise a system limit (for SysV at least) may be exceeded.
408 .NOEXPORT: