~ubuntu-branches/debian/squeeze/pixman/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow
  • Date: 2007-08-09 22:15:45 UTC
  • Revision ID: james.westby@ubuntu.com-20070809221545-b3rj83wnluotrybv
Tags: upstream-0.9.4
ImportĀ upstreamĀ versionĀ 0.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006  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.
 
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
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
38
        $(srcdir)/pixman-1.pc.in $(top_srcdir)/configure AUTHORS \
 
39
        COPYING ChangeLog INSTALL NEWS TODO config.guess config.sub \
 
40
        depcomp install-sh ltmain.sh missing
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
43
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
44
        $(ACLOCAL_M4)
 
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
46
 configure.lineno config.status.lineno
 
47
mkinstalldirs = $(install_sh) -d
 
48
CONFIG_HEADER = config.h
 
49
CONFIG_CLEAN_FILES = pixman-1.pc
 
50
SOURCES =
 
51
DIST_SOURCES =
 
52
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
53
        html-recursive info-recursive install-data-recursive \
 
54
        install-dvi-recursive install-exec-recursive \
 
55
        install-html-recursive install-info-recursive \
 
56
        install-pdf-recursive install-ps-recursive install-recursive \
 
57
        installcheck-recursive installdirs-recursive pdf-recursive \
 
58
        ps-recursive uninstall-recursive
 
59
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
60
am__vpath_adj = case $$p in \
 
61
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
62
    *) f=$$p;; \
 
63
  esac;
 
64
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
65
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
66
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
67
DATA = $(pkgconfig_DATA)
 
68
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
69
  distclean-recursive maintainer-clean-recursive
 
70
ETAGS = etags
 
71
CTAGS = ctags
 
72
DIST_SUBDIRS = $(SUBDIRS)
 
73
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
74
distdir = $(PACKAGE)-$(VERSION)
 
75
top_distdir = $(distdir)
 
76
am__remove_distdir = \
 
77
  { test ! -d $(distdir) \
 
78
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
79
         && rm -fr $(distdir); }; }
 
80
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 
81
GZIP_ENV = --best
 
82
distuninstallcheck_listfiles = find . -type f -print
 
83
distcleancheck_listfiles = find . -type f -print
 
84
ACLOCAL = @ACLOCAL@
 
85
AC_MAJOR = @AC_MAJOR@
 
86
AMTAR = @AMTAR@
 
87
AR = @AR@
 
88
AUTOCONF = @AUTOCONF@
 
89
AUTOHEADER = @AUTOHEADER@
 
90
AUTOMAKE = @AUTOMAKE@
 
91
AWK = @AWK@
 
92
CC = @CC@
 
93
CCDEPMODE = @CCDEPMODE@
 
94
CFLAGS = @CFLAGS@
 
95
CPP = @CPP@
 
96
CPPFLAGS = @CPPFLAGS@
 
97
CXX = @CXX@
 
98
CXXCPP = @CXXCPP@
 
99
CXXDEPMODE = @CXXDEPMODE@
 
100
CXXFLAGS = @CXXFLAGS@
 
101
CYGPATH_W = @CYGPATH_W@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
 
104
DEP_CFLAGS = @DEP_CFLAGS@
 
105
DEP_LIBS = @DEP_LIBS@
 
106
ECHO = @ECHO@
 
107
ECHO_C = @ECHO_C@
 
108
ECHO_N = @ECHO_N@
 
109
ECHO_T = @ECHO_T@
 
110
EGREP = @EGREP@
 
111
EXEEXT = @EXEEXT@
 
112
F77 = @F77@
 
113
FFLAGS = @FFLAGS@
 
114
GREP = @GREP@
 
115
GTK_CFLAGS = @GTK_CFLAGS@
 
116
GTK_LIBS = @GTK_LIBS@
 
117
INSTALL = @INSTALL@
 
118
INSTALL_DATA = @INSTALL_DATA@
 
119
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
120
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
121
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
122
LDFLAGS = @LDFLAGS@
 
123
LIBOBJS = @LIBOBJS@
 
124
LIBS = @LIBS@
 
125
LIBTOOL = @LIBTOOL@
 
126
LN_S = @LN_S@
 
127
LTLIBOBJS = @LTLIBOBJS@
 
128
LT_VERSION_INFO = @LT_VERSION_INFO@
 
129
MAKEINFO = @MAKEINFO@
 
130
MKDIR_P = @MKDIR_P@
 
131
MMX_CFLAGS = @MMX_CFLAGS@
 
132
OBJEXT = @OBJEXT@
 
133
PACKAGE = @PACKAGE@
 
134
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
135
PACKAGE_NAME = @PACKAGE_NAME@
 
136
PACKAGE_STRING = @PACKAGE_STRING@
 
137
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
138
PACKAGE_VERSION = @PACKAGE_VERSION@
 
139
PATH_SEPARATOR = @PATH_SEPARATOR@
 
140
PKG_CONFIG = @PKG_CONFIG@
 
141
RANLIB = @RANLIB@
 
142
SED = @SED@
 
143
SET_MAKE = @SET_MAKE@
 
144
SHELL = @SHELL@
 
145
STRIP = @STRIP@
 
146
VERSION = @VERSION@
 
147
abs_builddir = @abs_builddir@
 
148
abs_srcdir = @abs_srcdir@
 
149
abs_top_builddir = @abs_top_builddir@
 
150
abs_top_srcdir = @abs_top_srcdir@
 
151
ac_ct_CC = @ac_ct_CC@
 
152
ac_ct_CXX = @ac_ct_CXX@
 
153
ac_ct_F77 = @ac_ct_F77@
 
154
am__include = @am__include@
 
155
am__leading_dot = @am__leading_dot@
 
156
am__quote = @am__quote@
 
157
am__tar = @am__tar@
 
158
am__untar = @am__untar@
 
159
bindir = @bindir@
 
160
build = @build@
 
161
build_alias = @build_alias@
 
162
build_cpu = @build_cpu@
 
163
build_os = @build_os@
 
164
build_vendor = @build_vendor@
 
165
builddir = @builddir@
 
166
datadir = @datadir@
 
167
datarootdir = @datarootdir@
 
168
docdir = @docdir@
 
169
dvidir = @dvidir@
 
170
exec_prefix = @exec_prefix@
 
171
host = @host@
 
172
host_alias = @host_alias@
 
173
host_cpu = @host_cpu@
 
174
host_os = @host_os@
 
175
host_vendor = @host_vendor@
 
176
htmldir = @htmldir@
 
177
includedir = @includedir@
 
178
infodir = @infodir@
 
179
install_sh = @install_sh@
 
180
libdir = @libdir@
 
181
libexecdir = @libexecdir@
 
182
localedir = @localedir@
 
183
localstatedir = @localstatedir@
 
184
mandir = @mandir@
 
185
mkdir_p = @mkdir_p@
 
186
oldincludedir = @oldincludedir@
 
187
pdfdir = @pdfdir@
 
188
prefix = @prefix@
 
189
program_transform_name = @program_transform_name@
 
190
psdir = @psdir@
 
191
sbindir = @sbindir@
 
192
sharedstatedir = @sharedstatedir@
 
193
srcdir = @srcdir@
 
194
sysconfdir = @sysconfdir@
 
195
target_alias = @target_alias@
 
196
top_builddir = @top_builddir@
 
197
top_srcdir = @top_srcdir@
 
198
SUBDIRS = pixman test
 
199
pkgconfigdir = $(libdir)/pkgconfig
 
200
pkgconfig_DATA = pixman-1.pc
 
201
all: config.h
 
202
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
203
 
 
204
.SUFFIXES:
 
205
am--refresh:
 
206
        @:
 
207
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
208
        @for dep in $?; do \
 
209
          case '$(am__configure_deps)' in \
 
210
            *$$dep*) \
 
211
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
212
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
213
                && exit 0; \
 
214
              exit 1;; \
 
215
          esac; \
 
216
        done; \
 
217
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
218
        cd $(top_srcdir) && \
 
219
          $(AUTOMAKE) --gnu  Makefile
 
220
.PRECIOUS: Makefile
 
221
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
222
        @case '$?' in \
 
223
          *config.status*) \
 
224
            echo ' $(SHELL) ./config.status'; \
 
225
            $(SHELL) ./config.status;; \
 
226
          *) \
 
227
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
228
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
229
        esac;
 
230
 
 
231
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
232
        $(SHELL) ./config.status --recheck
 
233
 
 
234
$(top_srcdir)/configure:  $(am__configure_deps)
 
235
        cd $(srcdir) && $(AUTOCONF)
 
236
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
237
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
238
 
 
239
config.h: stamp-h1
 
240
        @if test ! -f $@; then \
 
241
          rm -f stamp-h1; \
 
242
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
243
        else :; fi
 
244
 
 
245
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
246
        @rm -f stamp-h1
 
247
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
248
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
249
        cd $(top_srcdir) && $(AUTOHEADER)
 
250
        rm -f stamp-h1
 
251
        touch $@
 
252
 
 
253
distclean-hdr:
 
254
        -rm -f config.h stamp-h1
 
255
pixman-1.pc: $(top_builddir)/config.status $(srcdir)/pixman-1.pc.in
 
256
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
257
 
 
258
mostlyclean-libtool:
 
259
        -rm -f *.lo
 
260
 
 
261
clean-libtool:
 
262
        -rm -rf .libs _libs
 
263
 
 
264
distclean-libtool:
 
265
        -rm -f libtool
 
266
install-pkgconfigDATA: $(pkgconfig_DATA)
 
267
        @$(NORMAL_INSTALL)
 
268
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
269
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
270
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
271
          f=$(am__strip_dir) \
 
272
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
273
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
274
        done
 
275
 
 
276
uninstall-pkgconfigDATA:
 
277
        @$(NORMAL_UNINSTALL)
 
278
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
279
          f=$(am__strip_dir) \
 
280
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
281
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
282
        done
 
283
 
 
284
# This directory's subdirectories are mostly independent; you can cd
 
285
# into them and run `make' without going through this Makefile.
 
286
# To change the values of `make' variables: instead of editing Makefiles,
 
287
# (1) if the variable is set in `config.status', edit `config.status'
 
288
#     (which will cause the Makefiles to be regenerated when you run `make');
 
289
# (2) otherwise, pass the desired values on the `make' command line.
 
290
$(RECURSIVE_TARGETS):
 
291
        @failcom='exit 1'; \
 
292
        for f in x $$MAKEFLAGS; do \
 
293
          case $$f in \
 
294
            *=* | --[!k]*);; \
 
295
            *k*) failcom='fail=yes';; \
 
296
          esac; \
 
297
        done; \
 
298
        dot_seen=no; \
 
299
        target=`echo $@ | sed s/-recursive//`; \
 
300
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
301
          echo "Making $$target in $$subdir"; \
 
302
          if test "$$subdir" = "."; then \
 
303
            dot_seen=yes; \
 
304
            local_target="$$target-am"; \
 
305
          else \
 
306
            local_target="$$target"; \
 
307
          fi; \
 
308
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
309
          || eval $$failcom; \
 
310
        done; \
 
311
        if test "$$dot_seen" = "no"; then \
 
312
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
313
        fi; test -z "$$fail"
 
314
 
 
315
$(RECURSIVE_CLEAN_TARGETS):
 
316
        @failcom='exit 1'; \
 
317
        for f in x $$MAKEFLAGS; do \
 
318
          case $$f in \
 
319
            *=* | --[!k]*);; \
 
320
            *k*) failcom='fail=yes';; \
 
321
          esac; \
 
322
        done; \
 
323
        dot_seen=no; \
 
324
        case "$@" in \
 
325
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
326
          *) list='$(SUBDIRS)' ;; \
 
327
        esac; \
 
328
        rev=''; for subdir in $$list; do \
 
329
          if test "$$subdir" = "."; then :; else \
 
330
            rev="$$subdir $$rev"; \
 
331
          fi; \
 
332
        done; \
 
333
        rev="$$rev ."; \
 
334
        target=`echo $@ | sed s/-recursive//`; \
 
335
        for subdir in $$rev; do \
 
336
          echo "Making $$target in $$subdir"; \
 
337
          if test "$$subdir" = "."; then \
 
338
            local_target="$$target-am"; \
 
339
          else \
 
340
            local_target="$$target"; \
 
341
          fi; \
 
342
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
343
          || eval $$failcom; \
 
344
        done && test -z "$$fail"
 
345
tags-recursive:
 
346
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
347
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
348
        done
 
349
ctags-recursive:
 
350
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
351
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
352
        done
 
353
 
 
354
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
355
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
356
        unique=`for i in $$list; do \
 
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
358
          done | \
 
359
          $(AWK) '    { files[$$0] = 1; } \
 
360
               END { for (i in files) print i; }'`; \
 
361
        mkid -fID $$unique
 
362
tags: TAGS
 
363
 
 
364
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
365
                $(TAGS_FILES) $(LISP)
 
366
        tags=; \
 
367
        here=`pwd`; \
 
368
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
369
          include_option=--etags-include; \
 
370
          empty_fix=.; \
 
371
        else \
 
372
          include_option=--include; \
 
373
          empty_fix=; \
 
374
        fi; \
 
375
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
376
          if test "$$subdir" = .; then :; else \
 
377
            test ! -f $$subdir/TAGS || \
 
378
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
379
          fi; \
 
380
        done; \
 
381
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
382
        unique=`for i in $$list; do \
 
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
384
          done | \
 
385
          $(AWK) '    { files[$$0] = 1; } \
 
386
               END { for (i in files) print i; }'`; \
 
387
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
388
          test -n "$$unique" || unique=$$empty_fix; \
 
389
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
390
            $$tags $$unique; \
 
391
        fi
 
392
ctags: CTAGS
 
393
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
394
                $(TAGS_FILES) $(LISP)
 
395
        tags=; \
 
396
        here=`pwd`; \
 
397
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
398
        unique=`for i in $$list; do \
 
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
400
          done | \
 
401
          $(AWK) '    { files[$$0] = 1; } \
 
402
               END { for (i in files) print i; }'`; \
 
403
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
405
             $$tags $$unique
 
406
 
 
407
GTAGS:
 
408
        here=`$(am__cd) $(top_builddir) && pwd` \
 
409
          && cd $(top_srcdir) \
 
410
          && gtags -i $(GTAGS_ARGS) $$here
 
411
 
 
412
distclean-tags:
 
413
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
414
 
 
415
distdir: $(DISTFILES)
 
416
        $(am__remove_distdir)
 
417
        test -d $(distdir) || mkdir $(distdir)
 
418
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
419
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
420
        list='$(DISTFILES)'; \
 
421
          dist_files=`for file in $$list; do echo $$file; done | \
 
422
          sed -e "s|^$$srcdirstrip/||;t" \
 
423
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
424
        case $$dist_files in \
 
425
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
426
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
427
                           sort -u` ;; \
 
428
        esac; \
 
429
        for file in $$dist_files; do \
 
430
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
431
          if test -d $$d/$$file; then \
 
432
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
433
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
434
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
435
            fi; \
 
436
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
437
          else \
 
438
            test -f $(distdir)/$$file \
 
439
            || cp -p $$d/$$file $(distdir)/$$file \
 
440
            || exit 1; \
 
441
          fi; \
 
442
        done
 
443
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
444
          if test "$$subdir" = .; then :; else \
 
445
            test -d "$(distdir)/$$subdir" \
 
446
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
447
            || exit 1; \
 
448
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
449
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
450
            (cd $$subdir && \
 
451
              $(MAKE) $(AM_MAKEFLAGS) \
 
452
                top_distdir="$$top_distdir" \
 
453
                distdir="$$distdir/$$subdir" \
 
454
                am__remove_distdir=: \
 
455
                am__skip_length_check=: \
 
456
                distdir) \
 
457
              || exit 1; \
 
458
          fi; \
 
459
        done
 
460
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
461
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
462
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
463
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
464
        || chmod -R a+r $(distdir)
 
465
dist-gzip: distdir
 
466
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
467
        $(am__remove_distdir)
 
468
dist-bzip2: distdir
 
469
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
470
        $(am__remove_distdir)
 
471
 
 
472
dist-tarZ: distdir
 
473
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
474
        $(am__remove_distdir)
 
475
 
 
476
dist-shar: distdir
 
477
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
478
        $(am__remove_distdir)
 
479
 
 
480
dist-zip: distdir
 
481
        -rm -f $(distdir).zip
 
482
        zip -rq $(distdir).zip $(distdir)
 
483
        $(am__remove_distdir)
 
484
 
 
485
dist dist-all: distdir
 
486
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
487
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
488
        $(am__remove_distdir)
 
489
 
 
490
# This target untars the dist file and tries a VPATH configuration.  Then
 
491
# it guarantees that the distribution is self-contained by making another
 
492
# tarfile.
 
493
distcheck: dist
 
494
        case '$(DIST_ARCHIVES)' in \
 
495
        *.tar.gz*) \
 
496
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
497
        *.tar.bz2*) \
 
498
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
499
        *.tar.Z*) \
 
500
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
501
        *.shar.gz*) \
 
502
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
503
        *.zip*) \
 
504
          unzip $(distdir).zip ;;\
 
505
        esac
 
506
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
507
        mkdir $(distdir)/_build
 
508
        mkdir $(distdir)/_inst
 
509
        chmod a-w $(distdir)
 
510
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
511
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
512
          && cd $(distdir)/_build \
 
513
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
514
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
515
          && $(MAKE) $(AM_MAKEFLAGS) \
 
516
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
517
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
518
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
519
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
520
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
521
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
522
                distuninstallcheck \
 
523
          && chmod -R a-w "$$dc_install_base" \
 
524
          && ({ \
 
525
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
526
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
527
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
528
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
529
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
530
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
531
          && rm -rf "$$dc_destdir" \
 
532
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
533
          && rm -rf $(DIST_ARCHIVES) \
 
534
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
535
        $(am__remove_distdir)
 
536
        @(echo "$(distdir) archives ready for distribution: "; \
 
537
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
538
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
539
distuninstallcheck:
 
540
        @cd $(distuninstallcheck_dir) \
 
541
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
542
           || { echo "ERROR: files left after uninstall:" ; \
 
543
                if test -n "$(DESTDIR)"; then \
 
544
                  echo "  (check DESTDIR support)"; \
 
545
                fi ; \
 
546
                $(distuninstallcheck_listfiles) ; \
 
547
                exit 1; } >&2
 
548
distcleancheck: distclean
 
549
        @if test '$(srcdir)' = . ; then \
 
550
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
551
          exit 1 ; \
 
552
        fi
 
553
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
554
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
555
               $(distcleancheck_listfiles) ; \
 
556
               exit 1; } >&2
 
557
check-am: all-am
 
558
check: check-recursive
 
559
all-am: Makefile $(DATA) config.h
 
560
installdirs: installdirs-recursive
 
561
installdirs-am:
 
562
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
563
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
564
        done
 
565
install: install-recursive
 
566
install-exec: install-exec-recursive
 
567
install-data: install-data-recursive
 
568
uninstall: uninstall-recursive
 
569
 
 
570
install-am: all-am
 
571
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
572
 
 
573
installcheck: installcheck-recursive
 
574
install-strip:
 
575
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
576
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
577
          `test -z '$(STRIP)' || \
 
578
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
579
mostlyclean-generic:
 
580
 
 
581
clean-generic:
 
582
 
 
583
distclean-generic:
 
584
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
585
 
 
586
maintainer-clean-generic:
 
587
        @echo "This command is intended for maintainers to use"
 
588
        @echo "it deletes files that may require special tools to rebuild."
 
589
clean: clean-recursive
 
590
 
 
591
clean-am: clean-generic clean-libtool mostlyclean-am
 
592
 
 
593
distclean: distclean-recursive
 
594
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
595
        -rm -f Makefile
 
596
distclean-am: clean-am distclean-generic distclean-hdr \
 
597
        distclean-libtool distclean-tags
 
598
 
 
599
dvi: dvi-recursive
 
600
 
 
601
dvi-am:
 
602
 
 
603
html: html-recursive
 
604
 
 
605
info: info-recursive
 
606
 
 
607
info-am:
 
608
 
 
609
install-data-am: install-pkgconfigDATA
 
610
 
 
611
install-dvi: install-dvi-recursive
 
612
 
 
613
install-exec-am:
 
614
 
 
615
install-html: install-html-recursive
 
616
 
 
617
install-info: install-info-recursive
 
618
 
 
619
install-man:
 
620
 
 
621
install-pdf: install-pdf-recursive
 
622
 
 
623
install-ps: install-ps-recursive
 
624
 
 
625
installcheck-am:
 
626
 
 
627
maintainer-clean: maintainer-clean-recursive
 
628
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
629
        -rm -rf $(top_srcdir)/autom4te.cache
 
630
        -rm -f Makefile
 
631
maintainer-clean-am: distclean-am maintainer-clean-generic
 
632
 
 
633
mostlyclean: mostlyclean-recursive
 
634
 
 
635
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
636
 
 
637
pdf: pdf-recursive
 
638
 
 
639
pdf-am:
 
640
 
 
641
ps: ps-recursive
 
642
 
 
643
ps-am:
 
644
 
 
645
uninstall-am: uninstall-pkgconfigDATA
 
646
 
 
647
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
648
        install-strip
 
649
 
 
650
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
651
        all all-am am--refresh check check-am clean clean-generic \
 
652
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
653
        dist-gzip dist-shar dist-tarZ dist-zip distcheck distclean \
 
654
        distclean-generic distclean-hdr distclean-libtool \
 
655
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
656
        dvi-am html html-am info info-am install install-am \
 
657
        install-data install-data-am install-dvi install-dvi-am \
 
658
        install-exec install-exec-am install-html install-html-am \
 
659
        install-info install-info-am install-man install-pdf \
 
660
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
661
        install-strip installcheck installcheck-am installdirs \
 
662
        installdirs-am maintainer-clean maintainer-clean-generic \
 
663
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
664
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
665
        uninstall-pkgconfigDATA
 
666
 
 
667
 
 
668
$(pkgconfig_DATA): pixman-1.pc.in
 
669
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
670
# Otherwise a system limit (for SysV at least) may be exceeded.
 
671
.NOEXPORT: