sinc with TL 35771
[luatex.git] / source / libs / pixman / Makefile.in
blobd93c4474a221281c6fac2c4856b4a76169a38ce8
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
17 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
31 case $$MAKEFLAGS in \
32 *\\[\ \ ]*) \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
36 esac; \
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63 pkgdatadir = $(datadir)/@PACKAGE@
64 pkgincludedir = $(includedir)/@PACKAGE@
65 pkglibdir = $(libdir)/@PACKAGE@
66 pkglibexecdir = $(libexecdir)/@PACKAGE@
67 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68 install_sh_DATA = $(install_sh) -c -m 644
69 install_sh_PROGRAM = $(install_sh) -c
70 install_sh_SCRIPT = $(install_sh) -c
71 INSTALL_HEADER = $(INSTALL_DATA)
72 transform = $(program_transform_name)
73 NORMAL_INSTALL = :
74 PRE_INSTALL = :
75 POST_INSTALL = :
76 NORMAL_UNINSTALL = :
77 PRE_UNINSTALL = :
78 POST_UNINSTALL = :
79 DIST_COMMON = $(srcdir)/sources.am $(srcdir)/../../am/rebuild.am \
80 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81 $(top_srcdir)/configure $(am__configure_deps) \
82 $(srcdir)/config.h.in \
83 $(top_srcdir)/pixman-0.32.6/pixman/pixman-version.h.in \
84 $(am__dist_check_SCRIPTS_DIST) \
85 $(top_srcdir)/../../build-aux/depcomp \
86 $(top_srcdir)/../../build-aux/test-driver ChangeLog README \
87 ../../build-aux/compile ../../build-aux/config.guess \
88 ../../build-aux/config.sub ../../build-aux/depcomp \
89 ../../build-aux/install-sh ../../build-aux/missing \
90 ../../build-aux/texinfo.tex ../../build-aux/ylwrap \
91 ../../build-aux/ltmain.sh \
92 $(top_srcdir)/../../build-aux/compile \
93 $(top_srcdir)/../../build-aux/install-sh \
94 $(top_srcdir)/../../build-aux/missing
95 @build_TRUE@check_PROGRAMS = pixtest$(EXEEXT)
96 subdir = .
97 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
98 am__aclocal_m4_deps = $(top_srcdir)/../../m4/kpse-common.m4 \
99 $(top_srcdir)/../../m4/kpse-lib-version.m4 \
100 $(top_srcdir)/../../m4/kpse-size-max.m4 \
101 $(top_srcdir)/../../m4/kpse-visibility.m4 \
102 $(top_srcdir)/../../m4/kpse-warnings.m4 \
103 $(top_srcdir)/version.ac $(top_srcdir)/configure.ac
104 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105 $(ACLOCAL_M4)
106 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
107 configure.lineno config.status.lineno
108 mkinstalldirs = $(install_sh) -d
109 CONFIG_HEADER = config.h
110 CONFIG_CLEAN_FILES = pixman-version.h
111 CONFIG_CLEAN_VPATH_FILES =
112 LIBRARIES = $(noinst_LIBRARIES)
113 AR = ar
114 ARFLAGS = cru
115 AM_V_AR = $(am__v_AR_@AM_V@)
116 am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
117 am__v_AR_0 = @echo " AR " $@;
118 am__v_AR_1 =
119 libpixman_a_AR = $(AR) $(ARFLAGS)
120 libpixman_a_LIBADD =
121 am__dirstamp = $(am__leading_dot)dirstamp
122 am__objects_1 = @PIXMAN_TREE@/pixman/pixman.$(OBJEXT) \
123 @PIXMAN_TREE@/pixman/pixman-access.$(OBJEXT) \
124 @PIXMAN_TREE@/pixman/pixman-access-accessors.$(OBJEXT) \
125 @PIXMAN_TREE@/pixman/pixman-bits-image.$(OBJEXT) \
126 @PIXMAN_TREE@/pixman/pixman-combine32.$(OBJEXT) \
127 @PIXMAN_TREE@/pixman/pixman-combine-float.$(OBJEXT) \
128 @PIXMAN_TREE@/pixman/pixman-conical-gradient.$(OBJEXT) \
129 @PIXMAN_TREE@/pixman/pixman-x86.$(OBJEXT) \
130 @PIXMAN_TREE@/pixman/pixman-mips.$(OBJEXT) \
131 @PIXMAN_TREE@/pixman/pixman-arm.$(OBJEXT) \
132 @PIXMAN_TREE@/pixman/pixman-ppc.$(OBJEXT) \
133 @PIXMAN_TREE@/pixman/pixman-edge.$(OBJEXT) \
134 @PIXMAN_TREE@/pixman/pixman-edge-accessors.$(OBJEXT) \
135 @PIXMAN_TREE@/pixman/pixman-fast-path.$(OBJEXT) \
136 @PIXMAN_TREE@/pixman/pixman-filter.$(OBJEXT) \
137 @PIXMAN_TREE@/pixman/pixman-glyph.$(OBJEXT) \
138 @PIXMAN_TREE@/pixman/pixman-general.$(OBJEXT) \
139 @PIXMAN_TREE@/pixman/pixman-gradient-walker.$(OBJEXT) \
140 @PIXMAN_TREE@/pixman/pixman-image.$(OBJEXT) \
141 @PIXMAN_TREE@/pixman/pixman-implementation.$(OBJEXT) \
142 @PIXMAN_TREE@/pixman/pixman-linear-gradient.$(OBJEXT) \
143 @PIXMAN_TREE@/pixman/pixman-matrix.$(OBJEXT) \
144 @PIXMAN_TREE@/pixman/pixman-noop.$(OBJEXT) \
145 @PIXMAN_TREE@/pixman/pixman-radial-gradient.$(OBJEXT) \
146 @PIXMAN_TREE@/pixman/pixman-region16.$(OBJEXT) \
147 @PIXMAN_TREE@/pixman/pixman-region32.$(OBJEXT) \
148 @PIXMAN_TREE@/pixman/pixman-solid-fill.$(OBJEXT) \
149 @PIXMAN_TREE@/pixman/pixman-timer.$(OBJEXT) \
150 @PIXMAN_TREE@/pixman/pixman-trap.$(OBJEXT) \
151 @PIXMAN_TREE@/pixman/pixman-utils.$(OBJEXT)
152 am__objects_2 =
153 am_libpixman_a_OBJECTS = $(am__objects_1) $(am__objects_2)
154 libpixman_a_OBJECTS = $(am_libpixman_a_OBJECTS)
155 am_pixtest_OBJECTS = pixtest-pixtest.$(OBJEXT)
156 pixtest_OBJECTS = $(am_pixtest_OBJECTS)
157 pixtest_LDADD = $(LDADD)
158 pixtest_DEPENDENCIES = libpixman.a
159 am__dist_check_SCRIPTS_DIST = pixman.test
160 AM_V_P = $(am__v_P_@AM_V@)
161 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162 am__v_P_0 = false
163 am__v_P_1 = :
164 AM_V_GEN = $(am__v_GEN_@AM_V@)
165 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166 am__v_GEN_0 = @echo " GEN " $@;
167 am__v_GEN_1 =
168 AM_V_at = $(am__v_at_@AM_V@)
169 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170 am__v_at_0 = @
171 am__v_at_1 =
172 DEFAULT_INCLUDES = -I.@am__isrc@
173 depcomp = $(SHELL) $(top_srcdir)/../../build-aux/depcomp
174 am__depfiles_maybe = depfiles
175 am__mv = mv -f
176 AM_V_lt = $(am__v_lt_@AM_V@)
177 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
178 am__v_lt_0 = --silent
179 am__v_lt_1 =
180 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
181 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
182 AM_V_CC = $(am__v_CC_@AM_V@)
183 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
184 am__v_CC_0 = @echo " CC " $@;
185 am__v_CC_1 =
186 CCLD = $(CC)
187 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
188 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190 am__v_CCLD_0 = @echo " CCLD " $@;
191 am__v_CCLD_1 =
192 SOURCES = $(libpixman_a_SOURCES) $(pixtest_SOURCES)
193 DIST_SOURCES = $(libpixman_a_SOURCES) $(pixtest_SOURCES)
194 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
195 ctags-recursive dvi-recursive html-recursive info-recursive \
196 install-data-recursive install-dvi-recursive \
197 install-exec-recursive install-html-recursive \
198 install-info-recursive install-pdf-recursive \
199 install-ps-recursive install-recursive installcheck-recursive \
200 installdirs-recursive pdf-recursive ps-recursive \
201 tags-recursive uninstall-recursive
202 am__can_run_installinfo = \
203 case $$AM_UPDATE_INFO_DIR in \
204 n|no|NO) false;; \
205 *) (install-info --version) >/dev/null 2>&1;; \
206 esac
207 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
208 distclean-recursive maintainer-clean-recursive
209 am__recursive_targets = \
210 $(RECURSIVE_TARGETS) \
211 $(RECURSIVE_CLEAN_TARGETS) \
212 $(am__extra_recursive_targets)
213 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
214 cscope check recheck distdir dist dist-all distcheck
215 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
216 $(LISP)config.h.in
217 # Read a list of newline-separated strings from the standard input,
218 # and print each of them once, without duplicates. Input order is
219 # *not* preserved.
220 am__uniquify_input = $(AWK) '\
221 BEGIN { nonempty = 0; } \
222 { items[$$0] = 1; nonempty = 1; } \
223 END { if (nonempty) { for (i in items) print i; }; } \
225 # Make sure the list of sources is unique. This is necessary because,
226 # e.g., the same source file might be shared among _SOURCES variables
227 # for different programs/libraries.
228 am__define_uniq_tagged_files = \
229 list='$(am__tagged_files)'; \
230 unique=`for i in $$list; do \
231 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
232 done | $(am__uniquify_input)`
233 ETAGS = etags
234 CTAGS = ctags
235 CSCOPE = cscope
236 am__tty_colors_dummy = \
237 mgn= red= grn= lgn= blu= brg= std=; \
238 am__color_tests=no
239 am__tty_colors = { \
240 $(am__tty_colors_dummy); \
241 if test "X$(AM_COLOR_TESTS)" = Xno; then \
242 am__color_tests=no; \
243 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
244 am__color_tests=yes; \
245 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
246 am__color_tests=yes; \
247 fi; \
248 if test $$am__color_tests = yes; then \
249 red='\e[0;31m'; \
250 grn='\e[0;32m'; \
251 lgn='\e[1;32m'; \
252 blu='\e[1;34m'; \
253 mgn='\e[0;35m'; \
254 brg='\e[1m'; \
255 std='\e[m'; \
256 fi; \
258 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
259 am__vpath_adj = case $$p in \
260 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
261 *) f=$$p;; \
262 esac;
263 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
264 am__install_max = 40
265 am__nobase_strip_setup = \
266 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
267 am__nobase_strip = \
268 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
269 am__nobase_list = $(am__nobase_strip_setup); \
270 for p in $$list; do echo "$$p $$p"; done | \
271 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
272 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
273 if (++n[$$2] == $(am__install_max)) \
274 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
275 END { for (dir in files) print dir, files[dir] }'
276 am__base_list = \
277 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
278 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
279 am__uninstall_files_from_dir = { \
280 test -z "$$files" \
281 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
282 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
283 $(am__cd) "$$dir" && rm -f $$files; }; \
285 am__recheck_rx = ^[ ]*:recheck:[ ]*
286 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
287 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
288 # A command that, given a newline-separated list of test names on the
289 # standard input, print the name of the tests that are to be re-run
290 # upon "make recheck".
291 am__list_recheck_tests = $(AWK) '{ \
292 recheck = 1; \
293 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
295 if (rc < 0) \
297 if ((getline line2 < ($$0 ".log")) < 0) \
298 recheck = 0; \
299 break; \
301 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
303 recheck = 0; \
304 break; \
306 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
308 break; \
310 }; \
311 if (recheck) \
312 print $$0; \
313 close ($$0 ".trs"); \
314 close ($$0 ".log"); \
316 # A command that, given a newline-separated list of test names on the
317 # standard input, create the global log from their .trs and .log files.
318 am__create_global_log = $(AWK) ' \
319 function fatal(msg) \
321 print "fatal: making $@: " msg | "cat >&2"; \
322 exit 1; \
324 function rst_section(header) \
326 print header; \
327 len = length(header); \
328 for (i = 1; i <= len; i = i + 1) \
329 printf "="; \
330 printf "\n\n"; \
333 copy_in_global_log = 1; \
334 global_test_result = "RUN"; \
335 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
337 if (rc < 0) \
338 fatal("failed to read from " $$0 ".trs"); \
339 if (line ~ /$(am__global_test_result_rx)/) \
341 sub("$(am__global_test_result_rx)", "", line); \
342 sub("[ ]*$$", "", line); \
343 global_test_result = line; \
345 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
346 copy_in_global_log = 0; \
347 }; \
348 if (copy_in_global_log) \
350 rst_section(global_test_result ": " $$0); \
351 while ((rc = (getline line < ($$0 ".log"))) != 0) \
353 if (rc < 0) \
354 fatal("failed to read from " $$0 ".log"); \
355 print line; \
356 }; \
357 printf "\n"; \
358 }; \
359 close ($$0 ".trs"); \
360 close ($$0 ".log"); \
362 # Restructured Text title.
363 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
364 # Solaris 10 'make', and several other traditional 'make' implementations,
365 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
366 # by disabling -e (using the XSI extension "set +e") if it's set.
367 am__sh_e_setup = case $$- in *e*) set +e;; esac
368 # Default flags passed to test drivers.
369 am__common_driver_flags = \
370 --color-tests "$$am__color_tests" \
371 --enable-hard-errors "$$am__enable_hard_errors" \
372 --expect-failure "$$am__expect_failure"
373 # To be inserted before the command running the test. Creates the
374 # directory for the log if needed. Stores in $dir the directory
375 # containing $f, in $tst the test, in $log the log. Executes the
376 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
377 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
378 # will run the test scripts (or their associated LOG_COMPILER, if
379 # thy have one).
380 am__check_pre = \
381 $(am__sh_e_setup); \
382 $(am__vpath_adj_setup) $(am__vpath_adj) \
383 $(am__tty_colors); \
384 srcdir=$(srcdir); export srcdir; \
385 case "$@" in \
386 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
387 *) am__odir=.;; \
388 esac; \
389 test "x$$am__odir" = x"." || test -d "$$am__odir" \
390 || $(MKDIR_P) "$$am__odir" || exit $$?; \
391 if test -f "./$$f"; then dir=./; \
392 elif test -f "$$f"; then dir=; \
393 else dir="$(srcdir)/"; fi; \
394 tst=$$dir$$f; log='$@'; \
395 if test -n '$(DISABLE_HARD_ERRORS)'; then \
396 am__enable_hard_errors=no; \
397 else \
398 am__enable_hard_errors=yes; \
399 fi; \
400 case " $(XFAIL_TESTS) " in \
401 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
402 am__expect_failure=yes;; \
403 *) \
404 am__expect_failure=no;; \
405 esac; \
406 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
407 # A shell command to get the names of the tests scripts with any registered
408 # extension removed (i.e., equivalently, the names of the test logs, with
409 # the '.log' extension removed). The result is saved in the shell variable
410 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
411 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
412 # since that might cause problem with VPATH rewrites for suffix-less tests.
413 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
414 am__set_TESTS_bases = \
415 bases='$(TEST_LOGS)'; \
416 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
417 bases=`echo $$bases`
418 RECHECK_LOGS = $(TEST_LOGS)
419 TEST_SUITE_LOG = test-suite.log
420 TEST_EXTENSIONS = @EXEEXT@ .test
421 am__test_logs1 = $(TESTS:=.log)
422 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
423 TEST_LOGS = $(am__test_logs2:.test.log=.log)
424 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/../../build-aux/test-driver
425 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
426 $(TEST_LOG_FLAGS)
427 am__set_b = \
428 case '$@' in \
429 */*) \
430 case '$*' in \
431 */*) b='$*';; \
432 *) b=`echo '$@' | sed 's/\.log$$//'`; \
433 esac;; \
434 *) \
435 b='$*';; \
436 esac
437 DIST_SUBDIRS = $(SUBDIRS)
438 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
439 distdir = $(PACKAGE)-$(VERSION)
440 top_distdir = $(distdir)
441 am__remove_distdir = \
442 if test -d "$(distdir)"; then \
443 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
444 && rm -rf "$(distdir)" \
445 || { sleep 5 && rm -rf "$(distdir)"; }; \
446 else :; fi
447 am__post_remove_distdir = $(am__remove_distdir)
448 am__relativize = \
449 dir0=`pwd`; \
450 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
451 sed_rest='s,^[^/]*/*,,'; \
452 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
453 sed_butlast='s,/*[^/]*$$,,'; \
454 while test -n "$$dir1"; do \
455 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
456 if test "$$first" != "."; then \
457 if test "$$first" = ".."; then \
458 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
459 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
460 else \
461 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
462 if test "$$first2" = "$$first"; then \
463 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
464 else \
465 dir2="../$$dir2"; \
466 fi; \
467 dir0="$$dir0"/"$$first"; \
468 fi; \
469 fi; \
470 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
471 done; \
472 reldir="$$dir2"
473 DIST_ARCHIVES = $(distdir).tar.gz
474 GZIP_ENV = --best
475 DIST_TARGETS = dist-gzip
476 distuninstallcheck_listfiles = find . -type f -print
477 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
478 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
479 distcleancheck_listfiles = find . -type f -print
480 ACLOCAL = @ACLOCAL@
481 AMTAR = @AMTAR@
482 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
483 AUTOCONF = @AUTOCONF@
484 AUTOHEADER = @AUTOHEADER@
485 AUTOMAKE = @AUTOMAKE@
486 AWK = @AWK@
487 CC = @CC@
488 CCDEPMODE = @CCDEPMODE@
489 CFLAGS = @CFLAGS@
490 CPP = @CPP@
491 CPPFLAGS = @CPPFLAGS@
492 CYGPATH_W = @CYGPATH_W@
493 DEFS = @DEFS@
494 DEPDIR = @DEPDIR@
495 ECHO_C = @ECHO_C@
496 ECHO_N = @ECHO_N@
497 ECHO_T = @ECHO_T@
498 EGREP = @EGREP@
499 EXEEXT = @EXEEXT@
500 GREP = @GREP@
501 INSTALL = @INSTALL@
502 INSTALL_DATA = @INSTALL_DATA@
503 INSTALL_PROGRAM = @INSTALL_PROGRAM@
504 INSTALL_SCRIPT = @INSTALL_SCRIPT@
505 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
506 LDFLAGS = @LDFLAGS@
507 LIBOBJS = @LIBOBJS@
508 LIBS = @LIBS@
509 LN_S = @LN_S@
510 LTLIBOBJS = @LTLIBOBJS@
511 MAINT = @MAINT@
512 MAKEINFO = @MAKEINFO@
513 MKDIR_P = @MKDIR_P@
514 OBJEXT = @OBJEXT@
515 PACKAGE = @PACKAGE@
516 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
517 PACKAGE_NAME = @PACKAGE_NAME@
518 PACKAGE_STRING = @PACKAGE_STRING@
519 PACKAGE_TARNAME = @PACKAGE_TARNAME@
520 PACKAGE_URL = @PACKAGE_URL@
521 PACKAGE_VERSION = @PACKAGE_VERSION@
522 PATH_SEPARATOR = @PATH_SEPARATOR@
523 PIXMAN_TREE = @PIXMAN_TREE@
524 PIXMAN_VERSION_MAJOR = @PIXMAN_VERSION_MAJOR@
525 PIXMAN_VERSION_MICRO = @PIXMAN_VERSION_MICRO@
526 PIXMAN_VERSION_MINOR = @PIXMAN_VERSION_MINOR@
527 RANLIB = @RANLIB@
528 SET_MAKE = @SET_MAKE@
529 SHELL = @SHELL@
530 STRIP = @STRIP@
531 VERSION = @VERSION@
532 VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
533 WARNING_CFLAGS = @WARNING_CFLAGS@
534 abs_builddir = @abs_builddir@
535 abs_srcdir = @abs_srcdir@
536 abs_top_builddir = @abs_top_builddir@
537 abs_top_srcdir = @abs_top_srcdir@
538 ac_ct_CC = @ac_ct_CC@
539 am__include = @am__include@
540 am__leading_dot = @am__leading_dot@
541 am__quote = @am__quote@
542 am__tar = @am__tar@
543 am__untar = @am__untar@
544 bindir = @bindir@
545 build_alias = @build_alias@
546 builddir = @builddir@
547 datadir = @datadir@
548 datarootdir = @datarootdir@
549 docdir = @docdir@
550 dvidir = @dvidir@
551 exec_prefix = @exec_prefix@
552 host_alias = @host_alias@
553 htmldir = @htmldir@
554 includedir = @includedir@
555 infodir = @infodir@
556 install_sh = @install_sh@
557 libdir = @libdir@
558 libexecdir = @libexecdir@
559 localedir = @localedir@
560 localstatedir = @localstatedir@
561 mandir = @mandir@
562 mkdir_p = @mkdir_p@
563 oldincludedir = @oldincludedir@
564 pdfdir = @pdfdir@
565 prefix = @prefix@
566 program_transform_name = @program_transform_name@
567 psdir = @psdir@
568 sbindir = @sbindir@
569 sharedstatedir = @sharedstatedir@
570 srcdir = @srcdir@
571 sysconfdir = @sysconfdir@
572 target_alias = @target_alias@
573 top_build_prefix = @top_build_prefix@
574 top_builddir = @top_builddir@
575 top_srcdir = @top_srcdir@
576 EXTRA_DIST = $(PIXMAN_TREE) $(PIXMAN_TREE)-PATCHES
577 PIXMAN_SRC = $(PIXMAN_TREE)/pixman
578 SUBDIRS = . include
579 AM_CPPFLAGS = -I$(top_srcdir)/$(PIXMAN_SRC)
580 AM_CFLAGS = $(VISIBILITY_CFLAGS) # $(WARNING_CFLAGS)
581 noinst_LIBRARIES = libpixman.a
582 libpixman_sources = \
583 @PIXMAN_TREE@/pixman/pixman.c \
584 @PIXMAN_TREE@/pixman/pixman-access.c \
585 @PIXMAN_TREE@/pixman/pixman-access-accessors.c \
586 @PIXMAN_TREE@/pixman/pixman-bits-image.c \
587 @PIXMAN_TREE@/pixman/pixman-combine32.c \
588 @PIXMAN_TREE@/pixman/pixman-combine-float.c \
589 @PIXMAN_TREE@/pixman/pixman-conical-gradient.c \
590 @PIXMAN_TREE@/pixman/pixman-x86.c \
591 @PIXMAN_TREE@/pixman/pixman-mips.c \
592 @PIXMAN_TREE@/pixman/pixman-arm.c \
593 @PIXMAN_TREE@/pixman/pixman-ppc.c \
594 @PIXMAN_TREE@/pixman/pixman-edge.c \
595 @PIXMAN_TREE@/pixman/pixman-edge-accessors.c \
596 @PIXMAN_TREE@/pixman/pixman-fast-path.c \
597 @PIXMAN_TREE@/pixman/pixman-filter.c \
598 @PIXMAN_TREE@/pixman/pixman-glyph.c \
599 @PIXMAN_TREE@/pixman/pixman-general.c \
600 @PIXMAN_TREE@/pixman/pixman-gradient-walker.c \
601 @PIXMAN_TREE@/pixman/pixman-image.c \
602 @PIXMAN_TREE@/pixman/pixman-implementation.c \
603 @PIXMAN_TREE@/pixman/pixman-linear-gradient.c \
604 @PIXMAN_TREE@/pixman/pixman-matrix.c \
605 @PIXMAN_TREE@/pixman/pixman-noop.c \
606 @PIXMAN_TREE@/pixman/pixman-radial-gradient.c \
607 @PIXMAN_TREE@/pixman/pixman-region16.c \
608 @PIXMAN_TREE@/pixman/pixman-region32.c \
609 @PIXMAN_TREE@/pixman/pixman-solid-fill.c \
610 @PIXMAN_TREE@/pixman/pixman-timer.c \
611 @PIXMAN_TREE@/pixman/pixman-trap.c \
612 @PIXMAN_TREE@/pixman/pixman-utils.c
614 libpixman_headers = \
615 @PIXMAN_TREE@/pixman/pixman.h \
616 @PIXMAN_TREE@/pixman/pixman-accessor.h \
617 @PIXMAN_TREE@/pixman/pixman-combine32.h \
618 @PIXMAN_TREE@/pixman/pixman-compiler.h \
619 @PIXMAN_TREE@/pixman/pixman-edge-imp.h \
620 @PIXMAN_TREE@/pixman/pixman-inlines.h \
621 @PIXMAN_TREE@/pixman/pixman-private.h
623 libpixman_a_SOURCES = $(libpixman_sources) $(libpixman_headers)
624 @build_TRUE@dist_check_SCRIPTS = pixman.test
625 @build_TRUE@TESTS = pixman.test
626 pixtest_SOURCES = pixtest.c
627 pixtest_CPPFLAGS = -Iinclude
628 LDADD = libpixman.a
630 # Rebuild
631 rebuild_prereq =
632 rebuild_target = all
633 CLEANFILES = rebuild.stamp
634 all: config.h
635 $(MAKE) $(AM_MAKEFLAGS) all-recursive
637 .SUFFIXES:
638 .SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs
639 am--refresh: Makefile
641 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(srcdir)/sources.am $(srcdir)/../../am/rebuild.am $(am__configure_deps)
642 @for dep in $?; do \
643 case '$(am__configure_deps)' in \
644 *$$dep*) \
645 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
646 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
647 && exit 0; \
648 exit 1;; \
649 esac; \
650 done; \
651 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
652 $(am__cd) $(top_srcdir) && \
653 $(AUTOMAKE) --foreign Makefile
654 .PRECIOUS: Makefile
655 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
656 @case '$?' in \
657 *config.status*) \
658 echo ' $(SHELL) ./config.status'; \
659 $(SHELL) ./config.status;; \
660 *) \
661 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
662 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
663 esac;
664 $(srcdir)/sources.am $(srcdir)/../../am/rebuild.am:
666 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
667 $(SHELL) ./config.status --recheck
669 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
670 $(am__cd) $(srcdir) && $(AUTOCONF)
671 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
672 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
673 $(am__aclocal_m4_deps):
675 config.h: stamp-h1
676 @test -f $@ || rm -f stamp-h1
677 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
679 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
680 @rm -f stamp-h1
681 cd $(top_builddir) && $(SHELL) ./config.status config.h
682 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
683 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
684 rm -f stamp-h1
685 touch $@
687 distclean-hdr:
688 -rm -f config.h stamp-h1
689 pixman-version.h: $(top_builddir)/config.status $(top_srcdir)/pixman-0.32.6/pixman/pixman-version.h.in
690 cd $(top_builddir) && $(SHELL) ./config.status $@
692 clean-noinstLIBRARIES:
693 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
694 @PIXMAN_TREE@/pixman/$(am__dirstamp):
695 @$(MKDIR_P) @PIXMAN_TREE@/pixman
696 @: > @PIXMAN_TREE@/pixman/$(am__dirstamp)
697 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp):
698 @$(MKDIR_P) @PIXMAN_TREE@/pixman/$(DEPDIR)
699 @: > @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
700 @PIXMAN_TREE@/pixman/pixman.$(OBJEXT): \
701 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
702 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
703 @PIXMAN_TREE@/pixman/pixman-access.$(OBJEXT): \
704 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
705 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
706 @PIXMAN_TREE@/pixman/pixman-access-accessors.$(OBJEXT): \
707 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
708 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
709 @PIXMAN_TREE@/pixman/pixman-bits-image.$(OBJEXT): \
710 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
711 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
712 @PIXMAN_TREE@/pixman/pixman-combine32.$(OBJEXT): \
713 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
714 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
715 @PIXMAN_TREE@/pixman/pixman-combine-float.$(OBJEXT): \
716 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
717 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
718 @PIXMAN_TREE@/pixman/pixman-conical-gradient.$(OBJEXT): \
719 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
720 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
721 @PIXMAN_TREE@/pixman/pixman-x86.$(OBJEXT): \
722 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
723 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
724 @PIXMAN_TREE@/pixman/pixman-mips.$(OBJEXT): \
725 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
726 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
727 @PIXMAN_TREE@/pixman/pixman-arm.$(OBJEXT): \
728 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
729 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
730 @PIXMAN_TREE@/pixman/pixman-ppc.$(OBJEXT): \
731 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
732 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
733 @PIXMAN_TREE@/pixman/pixman-edge.$(OBJEXT): \
734 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
735 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
736 @PIXMAN_TREE@/pixman/pixman-edge-accessors.$(OBJEXT): \
737 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
738 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
739 @PIXMAN_TREE@/pixman/pixman-fast-path.$(OBJEXT): \
740 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
741 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
742 @PIXMAN_TREE@/pixman/pixman-filter.$(OBJEXT): \
743 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
744 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
745 @PIXMAN_TREE@/pixman/pixman-glyph.$(OBJEXT): \
746 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
747 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
748 @PIXMAN_TREE@/pixman/pixman-general.$(OBJEXT): \
749 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
750 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
751 @PIXMAN_TREE@/pixman/pixman-gradient-walker.$(OBJEXT): \
752 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
753 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
754 @PIXMAN_TREE@/pixman/pixman-image.$(OBJEXT): \
755 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
756 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
757 @PIXMAN_TREE@/pixman/pixman-implementation.$(OBJEXT): \
758 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
759 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
760 @PIXMAN_TREE@/pixman/pixman-linear-gradient.$(OBJEXT): \
761 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
762 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
763 @PIXMAN_TREE@/pixman/pixman-matrix.$(OBJEXT): \
764 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
765 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
766 @PIXMAN_TREE@/pixman/pixman-noop.$(OBJEXT): \
767 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
768 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
769 @PIXMAN_TREE@/pixman/pixman-radial-gradient.$(OBJEXT): \
770 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
771 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
772 @PIXMAN_TREE@/pixman/pixman-region16.$(OBJEXT): \
773 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
774 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
775 @PIXMAN_TREE@/pixman/pixman-region32.$(OBJEXT): \
776 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
777 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
778 @PIXMAN_TREE@/pixman/pixman-solid-fill.$(OBJEXT): \
779 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
780 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
781 @PIXMAN_TREE@/pixman/pixman-timer.$(OBJEXT): \
782 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
783 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
784 @PIXMAN_TREE@/pixman/pixman-trap.$(OBJEXT): \
785 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
786 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
787 @PIXMAN_TREE@/pixman/pixman-utils.$(OBJEXT): \
788 @PIXMAN_TREE@/pixman/$(am__dirstamp) \
789 @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
791 libpixman.a: $(libpixman_a_OBJECTS) $(libpixman_a_DEPENDENCIES) $(EXTRA_libpixman_a_DEPENDENCIES)
792 $(AM_V_at)-rm -f libpixman.a
793 $(AM_V_AR)$(libpixman_a_AR) libpixman.a $(libpixman_a_OBJECTS) $(libpixman_a_LIBADD)
794 $(AM_V_at)$(RANLIB) libpixman.a
796 clean-checkPROGRAMS:
797 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
799 pixtest$(EXEEXT): $(pixtest_OBJECTS) $(pixtest_DEPENDENCIES) $(EXTRA_pixtest_DEPENDENCIES)
800 @rm -f pixtest$(EXEEXT)
801 $(AM_V_CCLD)$(LINK) $(pixtest_OBJECTS) $(pixtest_LDADD) $(LIBS)
803 mostlyclean-compile:
804 -rm -f *.$(OBJEXT)
805 -rm -f @PIXMAN_TREE@/pixman/*.$(OBJEXT)
807 distclean-compile:
808 -rm -f *.tab.c
810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixtest-pixtest.Po@am__quote@
811 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-access-accessors.Po@am__quote@
812 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-access.Po@am__quote@
813 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-arm.Po@am__quote@
814 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-bits-image.Po@am__quote@
815 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-combine-float.Po@am__quote@
816 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-combine32.Po@am__quote@
817 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-conical-gradient.Po@am__quote@
818 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-edge-accessors.Po@am__quote@
819 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-edge.Po@am__quote@
820 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-fast-path.Po@am__quote@
821 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-filter.Po@am__quote@
822 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-general.Po@am__quote@
823 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-glyph.Po@am__quote@
824 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-gradient-walker.Po@am__quote@
825 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-image.Po@am__quote@
826 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-implementation.Po@am__quote@
827 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-linear-gradient.Po@am__quote@
828 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-matrix.Po@am__quote@
829 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-mips.Po@am__quote@
830 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-noop.Po@am__quote@
831 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-ppc.Po@am__quote@
832 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-radial-gradient.Po@am__quote@
833 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-region16.Po@am__quote@
834 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-region32.Po@am__quote@
835 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-solid-fill.Po@am__quote@
836 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-timer.Po@am__quote@
837 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-trap.Po@am__quote@
838 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-utils.Po@am__quote@
839 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman-x86.Po@am__quote@
840 @AMDEP_TRUE@@am__include@ @am__quote@@PIXMAN_TREE@/pixman/$(DEPDIR)/pixman.Po@am__quote@
842 .c.o:
843 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
844 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
845 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
846 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
847 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
848 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
850 .c.obj:
851 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
852 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
853 @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
854 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
855 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
856 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
858 pixtest-pixtest.o: pixtest.c
859 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pixtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pixtest-pixtest.o -MD -MP -MF $(DEPDIR)/pixtest-pixtest.Tpo -c -o pixtest-pixtest.o `test -f 'pixtest.c' || echo '$(srcdir)/'`pixtest.c
860 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pixtest-pixtest.Tpo $(DEPDIR)/pixtest-pixtest.Po
861 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pixtest.c' object='pixtest-pixtest.o' libtool=no @AMDEPBACKSLASH@
862 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
863 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pixtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pixtest-pixtest.o `test -f 'pixtest.c' || echo '$(srcdir)/'`pixtest.c
865 pixtest-pixtest.obj: pixtest.c
866 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pixtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT pixtest-pixtest.obj -MD -MP -MF $(DEPDIR)/pixtest-pixtest.Tpo -c -o pixtest-pixtest.obj `if test -f 'pixtest.c'; then $(CYGPATH_W) 'pixtest.c'; else $(CYGPATH_W) '$(srcdir)/pixtest.c'; fi`
867 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/pixtest-pixtest.Tpo $(DEPDIR)/pixtest-pixtest.Po
868 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='pixtest.c' object='pixtest-pixtest.obj' libtool=no @AMDEPBACKSLASH@
869 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
870 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(pixtest_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o pixtest-pixtest.obj `if test -f 'pixtest.c'; then $(CYGPATH_W) 'pixtest.c'; else $(CYGPATH_W) '$(srcdir)/pixtest.c'; fi`
872 # This directory's subdirectories are mostly independent; you can cd
873 # into them and run 'make' without going through this Makefile.
874 # To change the values of 'make' variables: instead of editing Makefiles,
875 # (1) if the variable is set in 'config.status', edit 'config.status'
876 # (which will cause the Makefiles to be regenerated when you run 'make');
877 # (2) otherwise, pass the desired values on the 'make' command line.
878 $(am__recursive_targets):
879 @fail=; \
880 if $(am__make_keepgoing); then \
881 failcom='fail=yes'; \
882 else \
883 failcom='exit 1'; \
884 fi; \
885 dot_seen=no; \
886 target=`echo $@ | sed s/-recursive//`; \
887 case "$@" in \
888 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
889 *) list='$(SUBDIRS)' ;; \
890 esac; \
891 for subdir in $$list; do \
892 echo "Making $$target in $$subdir"; \
893 if test "$$subdir" = "."; then \
894 dot_seen=yes; \
895 local_target="$$target-am"; \
896 else \
897 local_target="$$target"; \
898 fi; \
899 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
900 || eval $$failcom; \
901 done; \
902 if test "$$dot_seen" = "no"; then \
903 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
904 fi; test -z "$$fail"
906 ID: $(am__tagged_files)
907 $(am__define_uniq_tagged_files); mkid -fID $$unique
908 tags: tags-recursive
909 TAGS: tags
911 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
912 set x; \
913 here=`pwd`; \
914 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
915 include_option=--etags-include; \
916 empty_fix=.; \
917 else \
918 include_option=--include; \
919 empty_fix=; \
920 fi; \
921 list='$(SUBDIRS)'; for subdir in $$list; do \
922 if test "$$subdir" = .; then :; else \
923 test ! -f $$subdir/TAGS || \
924 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
925 fi; \
926 done; \
927 $(am__define_uniq_tagged_files); \
928 shift; \
929 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
930 test -n "$$unique" || unique=$$empty_fix; \
931 if test $$# -gt 0; then \
932 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
933 "$$@" $$unique; \
934 else \
935 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
936 $$unique; \
937 fi; \
939 ctags: ctags-recursive
941 CTAGS: ctags
942 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
943 $(am__define_uniq_tagged_files); \
944 test -z "$(CTAGS_ARGS)$$unique" \
945 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
946 $$unique
948 GTAGS:
949 here=`$(am__cd) $(top_builddir) && pwd` \
950 && $(am__cd) $(top_srcdir) \
951 && gtags -i $(GTAGS_ARGS) "$$here"
952 cscope: cscope.files
953 test ! -s cscope.files \
954 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
955 clean-cscope:
956 -rm -f cscope.files
957 cscope.files: clean-cscope cscopelist
958 cscopelist: cscopelist-recursive
960 cscopelist-am: $(am__tagged_files)
961 list='$(am__tagged_files)'; \
962 case "$(srcdir)" in \
963 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
964 *) sdir=$(subdir)/$(srcdir) ;; \
965 esac; \
966 for i in $$list; do \
967 if test -f "$$i"; then \
968 echo "$(subdir)/$$i"; \
969 else \
970 echo "$$sdir/$$i"; \
971 fi; \
972 done >> $(top_builddir)/cscope.files
974 distclean-tags:
975 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
976 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
978 # Recover from deleted '.trs' file; this should ensure that
979 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
980 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
981 # to avoid problems with "make -n".
982 .log.trs:
983 rm -f $< $@
984 $(MAKE) $(AM_MAKEFLAGS) $<
986 # Leading 'am--fnord' is there to ensure the list of targets does not
987 # expand to empty, as could happen e.g. with make check TESTS=''.
988 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
989 am--force-recheck:
992 $(TEST_SUITE_LOG): $(TEST_LOGS)
993 @$(am__set_TESTS_bases); \
994 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
995 redo_bases=`for i in $$bases; do \
996 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
997 done`; \
998 if test -n "$$redo_bases"; then \
999 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1000 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1001 if $(am__make_dryrun); then :; else \
1002 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1003 fi; \
1004 fi; \
1005 if test -n "$$am__remaking_logs"; then \
1006 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1007 "recursion detected" >&2; \
1008 else \
1009 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1010 fi; \
1011 if $(am__make_dryrun); then :; else \
1012 st=0; \
1013 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1014 for i in $$redo_bases; do \
1015 test -f $$i.trs && test -r $$i.trs \
1016 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1017 test -f $$i.log && test -r $$i.log \
1018 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1019 done; \
1020 test $$st -eq 0 || exit 1; \
1022 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1023 ws='[ ]'; \
1024 results=`for b in $$bases; do echo $$b.trs; done`; \
1025 test -n "$$results" || results=/dev/null; \
1026 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1027 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1028 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1029 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1030 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1031 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1032 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1033 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1034 success=true; \
1035 else \
1036 success=false; \
1037 fi; \
1038 br='==================='; br=$$br$$br$$br$$br; \
1039 result_count () \
1041 if test x"$$1" = x"--maybe-color"; then \
1042 maybe_colorize=yes; \
1043 elif test x"$$1" = x"--no-color"; then \
1044 maybe_colorize=no; \
1045 else \
1046 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1047 fi; \
1048 shift; \
1049 desc=$$1 count=$$2; \
1050 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1051 color_start=$$3 color_end=$$std; \
1052 else \
1053 color_start= color_end=; \
1054 fi; \
1055 echo "$${color_start}# $$desc $$count$${color_end}"; \
1056 }; \
1057 create_testsuite_report () \
1059 result_count $$1 "TOTAL:" $$all "$$brg"; \
1060 result_count $$1 "PASS: " $$pass "$$grn"; \
1061 result_count $$1 "SKIP: " $$skip "$$blu"; \
1062 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1063 result_count $$1 "FAIL: " $$fail "$$red"; \
1064 result_count $$1 "XPASS:" $$xpass "$$red"; \
1065 result_count $$1 "ERROR:" $$error "$$mgn"; \
1066 }; \
1068 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1069 $(am__rst_title); \
1070 create_testsuite_report --no-color; \
1071 echo; \
1072 echo ".. contents:: :depth: 2"; \
1073 echo; \
1074 for b in $$bases; do echo $$b; done \
1075 | $(am__create_global_log); \
1076 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1077 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1078 if $$success; then \
1079 col="$$grn"; \
1080 else \
1081 col="$$red"; \
1082 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1083 fi; \
1084 echo "$${col}$$br$${std}"; \
1085 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1086 echo "$${col}$$br$${std}"; \
1087 create_testsuite_report --maybe-color; \
1088 echo "$$col$$br$$std"; \
1089 if $$success; then :; else \
1090 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1091 if test -n "$(PACKAGE_BUGREPORT)"; then \
1092 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1093 fi; \
1094 echo "$$col$$br$$std"; \
1095 fi; \
1096 $$success || exit 1
1098 check-TESTS:
1099 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1100 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1101 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1102 @set +e; $(am__set_TESTS_bases); \
1103 log_list=`for i in $$bases; do echo $$i.log; done`; \
1104 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1105 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1106 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1107 exit $$?;
1108 recheck: all $(check_PROGRAMS) $(dist_check_SCRIPTS)
1109 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1110 @set +e; $(am__set_TESTS_bases); \
1111 bases=`for i in $$bases; do echo $$i; done \
1112 | $(am__list_recheck_tests)` || exit 1; \
1113 log_list=`for i in $$bases; do echo $$i.log; done`; \
1114 log_list=`echo $$log_list`; \
1115 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1116 am__force_recheck=am--force-recheck \
1117 TEST_LOGS="$$log_list"; \
1118 exit $$?
1119 .test.log:
1120 @p='$<'; \
1121 $(am__set_b); \
1122 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1123 --log-file $$b.log --trs-file $$b.trs \
1124 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1125 "$$tst" $(AM_TESTS_FD_REDIRECT)
1126 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1127 @am__EXEEXT_TRUE@ @p='$<'; \
1128 @am__EXEEXT_TRUE@ $(am__set_b); \
1129 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1130 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1131 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1132 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
1134 distdir: $(DISTFILES)
1135 $(am__remove_distdir)
1136 test -d "$(distdir)" || mkdir "$(distdir)"
1137 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1138 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1139 list='$(DISTFILES)'; \
1140 dist_files=`for file in $$list; do echo $$file; done | \
1141 sed -e "s|^$$srcdirstrip/||;t" \
1142 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1143 case $$dist_files in \
1144 */*) $(MKDIR_P) `echo "$$dist_files" | \
1145 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1146 sort -u` ;; \
1147 esac; \
1148 for file in $$dist_files; do \
1149 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1150 if test -d $$d/$$file; then \
1151 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1152 if test -d "$(distdir)/$$file"; then \
1153 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1154 fi; \
1155 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1156 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1157 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1158 fi; \
1159 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1160 else \
1161 test -f "$(distdir)/$$file" \
1162 || cp -p $$d/$$file "$(distdir)/$$file" \
1163 || exit 1; \
1164 fi; \
1165 done
1166 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1167 if test "$$subdir" = .; then :; else \
1168 $(am__make_dryrun) \
1169 || test -d "$(distdir)/$$subdir" \
1170 || $(MKDIR_P) "$(distdir)/$$subdir" \
1171 || exit 1; \
1172 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1173 $(am__relativize); \
1174 new_distdir=$$reldir; \
1175 dir1=$$subdir; dir2="$(top_distdir)"; \
1176 $(am__relativize); \
1177 new_top_distdir=$$reldir; \
1178 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1179 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1180 ($(am__cd) $$subdir && \
1181 $(MAKE) $(AM_MAKEFLAGS) \
1182 top_distdir="$$new_top_distdir" \
1183 distdir="$$new_distdir" \
1184 am__remove_distdir=: \
1185 am__skip_length_check=: \
1186 am__skip_mode_fix=: \
1187 distdir) \
1188 || exit 1; \
1189 fi; \
1190 done
1191 $(MAKE) $(AM_MAKEFLAGS) \
1192 top_distdir="$(top_distdir)" distdir="$(distdir)" \
1193 dist-hook
1194 -test -n "$(am__skip_mode_fix)" \
1195 || find "$(distdir)" -type d ! -perm -755 \
1196 -exec chmod u+rwx,go+rx {} \; -o \
1197 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1198 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1199 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1200 || chmod -R a+r "$(distdir)"
1201 dist-gzip: distdir
1202 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1203 $(am__post_remove_distdir)
1205 dist-bzip2: distdir
1206 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1207 $(am__post_remove_distdir)
1209 dist-lzip: distdir
1210 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1211 $(am__post_remove_distdir)
1213 dist-xz: distdir
1214 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1215 $(am__post_remove_distdir)
1217 dist-tarZ: distdir
1218 @echo WARNING: "Support for shar distribution archives is" \
1219 "deprecated." >&2
1220 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1221 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1222 $(am__post_remove_distdir)
1224 dist-shar: distdir
1225 @echo WARNING: "Support for distribution archives compressed with" \
1226 "legacy program 'compress' is deprecated." >&2
1227 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1228 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1229 $(am__post_remove_distdir)
1231 dist-zip: distdir
1232 -rm -f $(distdir).zip
1233 zip -rq $(distdir).zip $(distdir)
1234 $(am__post_remove_distdir)
1236 dist dist-all:
1237 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1238 $(am__post_remove_distdir)
1240 # This target untars the dist file and tries a VPATH configuration. Then
1241 # it guarantees that the distribution is self-contained by making another
1242 # tarfile.
1243 distcheck: dist
1244 case '$(DIST_ARCHIVES)' in \
1245 *.tar.gz*) \
1246 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1247 *.tar.bz2*) \
1248 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1249 *.tar.lz*) \
1250 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1251 *.tar.xz*) \
1252 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1253 *.tar.Z*) \
1254 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1255 *.shar.gz*) \
1256 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1257 *.zip*) \
1258 unzip $(distdir).zip ;;\
1259 esac
1260 chmod -R a-w $(distdir)
1261 chmod u+w $(distdir)
1262 mkdir $(distdir)/_build $(distdir)/_inst
1263 chmod a-w $(distdir)
1264 test -d $(distdir)/_build || exit 0; \
1265 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1266 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1267 && am__cwd=`pwd` \
1268 && $(am__cd) $(distdir)/_build \
1269 && ../configure \
1270 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1271 $(DISTCHECK_CONFIGURE_FLAGS) \
1272 --srcdir=.. --prefix="$$dc_install_base" \
1273 && $(MAKE) $(AM_MAKEFLAGS) \
1274 && $(MAKE) $(AM_MAKEFLAGS) dvi \
1275 && $(MAKE) $(AM_MAKEFLAGS) check \
1276 && $(MAKE) $(AM_MAKEFLAGS) install \
1277 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1278 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1279 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1280 distuninstallcheck \
1281 && chmod -R a-w "$$dc_install_base" \
1282 && ({ \
1283 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1284 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1285 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1286 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1287 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1288 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1289 && rm -rf "$$dc_destdir" \
1290 && $(MAKE) $(AM_MAKEFLAGS) dist \
1291 && rm -rf $(DIST_ARCHIVES) \
1292 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1293 && cd "$$am__cwd" \
1294 || exit 1
1295 $(am__post_remove_distdir)
1296 @(echo "$(distdir) archives ready for distribution: "; \
1297 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1298 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1299 distuninstallcheck:
1300 @test -n '$(distuninstallcheck_dir)' || { \
1301 echo 'ERROR: trying to run $@ with an empty' \
1302 '$$(distuninstallcheck_dir)' >&2; \
1303 exit 1; \
1304 }; \
1305 $(am__cd) '$(distuninstallcheck_dir)' || { \
1306 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1307 exit 1; \
1308 }; \
1309 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1310 || { echo "ERROR: files left after uninstall:" ; \
1311 if test -n "$(DESTDIR)"; then \
1312 echo " (check DESTDIR support)"; \
1313 fi ; \
1314 $(distuninstallcheck_listfiles) ; \
1315 exit 1; } >&2
1316 distcleancheck: distclean
1317 @if test '$(srcdir)' = . ; then \
1318 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1319 exit 1 ; \
1321 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1322 || { echo "ERROR: files left in build directory after distclean:" ; \
1323 $(distcleancheck_listfiles) ; \
1324 exit 1; } >&2
1325 check-am: all-am
1326 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) \
1327 $(dist_check_SCRIPTS)
1328 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
1329 check: check-recursive
1330 all-am: Makefile $(LIBRARIES) config.h
1331 installdirs: installdirs-recursive
1332 installdirs-am:
1333 install: install-recursive
1334 install-exec: install-exec-recursive
1335 install-data: install-data-recursive
1336 uninstall: uninstall-recursive
1338 install-am: all-am
1339 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1341 installcheck: installcheck-recursive
1342 install-strip:
1343 if test -z '$(STRIP)'; then \
1344 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1345 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1346 install; \
1347 else \
1348 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1349 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1350 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1352 mostlyclean-generic:
1353 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1354 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1355 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1357 clean-generic:
1358 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1360 distclean-generic:
1361 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1362 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1363 -rm -f @PIXMAN_TREE@/pixman/$(DEPDIR)/$(am__dirstamp)
1364 -rm -f @PIXMAN_TREE@/pixman/$(am__dirstamp)
1366 maintainer-clean-generic:
1367 @echo "This command is intended for maintainers to use"
1368 @echo "it deletes files that may require special tools to rebuild."
1369 clean: clean-recursive
1371 clean-am: clean-checkPROGRAMS clean-generic clean-noinstLIBRARIES \
1372 mostlyclean-am
1374 distclean: distclean-recursive
1375 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1376 -rm -rf ./$(DEPDIR) @PIXMAN_TREE@/pixman/$(DEPDIR)
1377 -rm -f Makefile
1378 distclean-am: clean-am distclean-compile distclean-generic \
1379 distclean-hdr distclean-tags
1381 dvi: dvi-recursive
1383 dvi-am:
1385 html: html-recursive
1387 html-am:
1389 info: info-recursive
1391 info-am:
1393 install-data-am:
1395 install-dvi: install-dvi-recursive
1397 install-dvi-am:
1399 install-exec-am:
1401 install-html: install-html-recursive
1403 install-html-am:
1405 install-info: install-info-recursive
1407 install-info-am:
1409 install-man:
1411 install-pdf: install-pdf-recursive
1413 install-pdf-am:
1415 install-ps: install-ps-recursive
1417 install-ps-am:
1419 installcheck-am:
1421 maintainer-clean: maintainer-clean-recursive
1422 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1423 -rm -rf $(top_srcdir)/autom4te.cache
1424 -rm -rf ./$(DEPDIR) @PIXMAN_TREE@/pixman/$(DEPDIR)
1425 -rm -f Makefile
1426 maintainer-clean-am: distclean-am maintainer-clean-generic
1428 mostlyclean: mostlyclean-recursive
1430 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1432 pdf: pdf-recursive
1434 pdf-am:
1436 ps: ps-recursive
1438 ps-am:
1440 uninstall-am:
1442 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1444 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1445 am--refresh check check-TESTS check-am clean \
1446 clean-checkPROGRAMS clean-cscope clean-generic \
1447 clean-noinstLIBRARIES cscope cscopelist-am ctags ctags-am dist \
1448 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1449 dist-tarZ dist-xz dist-zip distcheck distclean \
1450 distclean-compile distclean-generic distclean-hdr \
1451 distclean-tags distcleancheck distdir distuninstallcheck dvi \
1452 dvi-am html html-am info info-am install install-am \
1453 install-data install-data-am install-dvi install-dvi-am \
1454 install-exec install-exec-am install-html install-html-am \
1455 install-info install-info-am install-man install-pdf \
1456 install-pdf-am install-ps install-ps-am install-strip \
1457 installcheck installcheck-am installdirs installdirs-am \
1458 maintainer-clean maintainer-clean-generic mostlyclean \
1459 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
1460 recheck tags tags-am uninstall uninstall-am
1463 # in case of an SVN repository
1464 dist-hook:
1465 rm -rf `find $(distdir) -name .svn -o -name .deps -o -name .dirstamp -o -name '*.$(OBJEXT)'`
1466 rm -f $(distdir)/$(PIXMAN_SRC)/pixman-version.h
1467 rebuild.stamp: $(rebuild_target)
1468 echo timestamp >$@
1470 .PHONY: rebuild
1471 rebuild: $(rebuild_prereq)
1472 @dry=; for f in x $$MAKEFLAGS; do \
1473 case $$f in \
1474 *=*|--*);; \
1475 *n*) dry=:;; \
1476 esac; \
1477 done; \
1478 if test -f rebuild.stamp; then :; else \
1479 $$dry trap 'rm -rf rebuild.lock' 1 2 13 15; \
1480 if $$dry mkdir rebuild.lock 2>/dev/null; then \
1481 $(MAKE) $(AM_MAKEFLAGS) rebuild.stamp; \
1482 $$dry rmdir rebuild.lock; \
1483 else \
1484 while test -d rebuild.lock && test -z "$$dry"; do sleep 1; done; \
1485 fi; \
1486 $$dry test -f rebuild.stamp; exit $$?; \
1489 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1490 # Otherwise a system limit (for SysV at least) may be exceeded.
1491 .NOEXPORT: