~ubuntu-branches/ubuntu/saucy/pixman/saucy-security

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2010-01-02 11:26:29 UTC
  • mfrom: (1.1.9 upstream) (2.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100102112629-jlk9bczgx6attq8l
Tags: 0.16.4-1
* New upstream release.
* Add dependencies on ${misc:Depends} (lintian).
* Bump Standards-Version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
48
50
mkinstalldirs = $(install_sh) -d
49
51
CONFIG_HEADER = config.h
50
52
CONFIG_CLEAN_FILES = pixman-1.pc pixman-1-uninstalled.pc
 
53
CONFIG_CLEAN_VPATH_FILES =
51
54
SOURCES =
52
55
DIST_SOURCES =
53
56
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62
65
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63
66
    *) f=$$p;; \
64
67
  esac;
65
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
68
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
69
am__install_max = 40
 
70
am__nobase_strip_setup = \
 
71
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
72
am__nobase_strip = \
 
73
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
74
am__nobase_list = $(am__nobase_strip_setup); \
 
75
  for p in $$list; do echo "$$p $$p"; done | \
 
76
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
77
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
78
    if (++n[$$2] == $(am__install_max)) \
 
79
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
80
    END { for (dir in files) print dir, files[dir] }'
 
81
am__base_list = \
 
82
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
83
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
66
84
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
67
 
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
68
85
DATA = $(pkgconfig_DATA)
69
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
70
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir dist dist-all distcheck
71
91
ETAGS = etags
72
92
CTAGS = ctags
73
93
DIST_SUBDIRS = $(SUBDIRS)
75
95
distdir = $(PACKAGE)-$(VERSION)
76
96
top_distdir = $(distdir)
77
97
am__remove_distdir = \
78
 
  { test ! -d $(distdir) \
79
 
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
80
 
         && rm -fr $(distdir); }; }
 
98
  { test ! -d "$(distdir)" \
 
99
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
100
         && rm -fr "$(distdir)"; }; }
 
101
am__relativize = \
 
102
  dir0=`pwd`; \
 
103
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
104
  sed_rest='s,^[^/]*/*,,'; \
 
105
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
106
  sed_butlast='s,/*[^/]*$$,,'; \
 
107
  while test -n "$$dir1"; do \
 
108
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
109
    if test "$$first" != "."; then \
 
110
      if test "$$first" = ".."; then \
 
111
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
112
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
113
      else \
 
114
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
115
        if test "$$first2" = "$$first"; then \
 
116
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
117
        else \
 
118
          dir2="../$$dir2"; \
 
119
        fi; \
 
120
        dir0="$$dir0"/"$$first"; \
 
121
      fi; \
 
122
    fi; \
 
123
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
124
  done; \
 
125
  reldir="$$dir2"
81
126
DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
82
127
GZIP_ENV = --best
83
128
distuninstallcheck_listfiles = find . -type f -print
241
286
        @for dep in $?; do \
242
287
          case '$(am__configure_deps)' in \
243
288
            *$$dep*) \
244
 
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
245
 
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
289
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
 
290
              $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
246
291
                && exit 0; \
247
292
              exit 1;; \
248
293
          esac; \
249
294
        done; \
250
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
251
 
        cd $(top_srcdir) && \
252
 
          $(AUTOMAKE) --gnu  Makefile
 
295
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
 
296
        $(am__cd) $(top_srcdir) && \
 
297
          $(AUTOMAKE) --foreign Makefile
253
298
.PRECIOUS: Makefile
254
299
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
255
300
        @case '$?' in \
265
310
        $(SHELL) ./config.status --recheck
266
311
 
267
312
$(top_srcdir)/configure:  $(am__configure_deps)
268
 
        cd $(srcdir) && $(AUTOCONF)
 
313
        $(am__cd) $(srcdir) && $(AUTOCONF)
269
314
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
270
 
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
315
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
316
$(am__aclocal_m4_deps):
271
317
 
272
318
config.h: stamp-h1
273
319
        @if test ! -f $@; then \
279
325
        @rm -f stamp-h1
280
326
        cd $(top_builddir) && $(SHELL) ./config.status config.h
281
327
$(srcdir)/config.h.in:  $(am__configure_deps) 
282
 
        cd $(top_srcdir) && $(AUTOHEADER)
 
328
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
283
329
        rm -f stamp-h1
284
330
        touch $@
285
331
 
301
347
install-pkgconfigDATA: $(pkgconfig_DATA)
302
348
        @$(NORMAL_INSTALL)
303
349
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
304
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
350
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
351
        for p in $$list; do \
305
352
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
306
 
          f=$(am__strip_dir) \
307
 
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
308
 
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
353
          echo "$$d$$p"; \
 
354
        done | $(am__base_list) | \
 
355
        while read files; do \
 
356
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
357
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
309
358
        done
310
359
 
311
360
uninstall-pkgconfigDATA:
312
361
        @$(NORMAL_UNINSTALL)
313
 
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
314
 
          f=$(am__strip_dir) \
315
 
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
316
 
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
317
 
        done
 
362
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
363
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
364
        test -n "$$files" || exit 0; \
 
365
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
366
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
318
367
 
319
368
# This directory's subdirectories are mostly independent; you can cd
320
369
# into them and run `make' without going through this Makefile.
340
389
          else \
341
390
            local_target="$$target"; \
342
391
          fi; \
343
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
392
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344
393
          || eval $$failcom; \
345
394
        done; \
346
395
        if test "$$dot_seen" = "no"; then \
374
423
          else \
375
424
            local_target="$$target"; \
376
425
          fi; \
377
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
426
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378
427
          || eval $$failcom; \
379
428
        done && test -z "$$fail"
380
429
tags-recursive:
381
430
        list='$(SUBDIRS)'; for subdir in $$list; do \
382
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
431
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
383
432
        done
384
433
ctags-recursive:
385
434
        list='$(SUBDIRS)'; for subdir in $$list; do \
386
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
435
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
387
436
        done
388
437
 
389
438
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
398
447
 
399
448
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
400
449
                $(TAGS_FILES) $(LISP)
401
 
        tags=; \
 
450
        set x; \
402
451
        here=`pwd`; \
403
452
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404
453
          include_option=--etags-include; \
410
459
        list='$(SUBDIRS)'; for subdir in $$list; do \
411
460
          if test "$$subdir" = .; then :; else \
412
461
            test ! -f $$subdir/TAGS || \
413
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
462
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414
463
          fi; \
415
464
        done; \
416
465
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
419
468
          done | \
420
469
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421
470
              END { if (nonempty) { for (i in files) print i; }; }'`; \
422
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
471
        shift; \
 
472
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
423
473
          test -n "$$unique" || unique=$$empty_fix; \
424
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
425
 
            $$tags $$unique; \
 
474
          if test $$# -gt 0; then \
 
475
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
476
              "$$@" $$unique; \
 
477
          else \
 
478
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
479
              $$unique; \
 
480
          fi; \
426
481
        fi
427
482
ctags: CTAGS
428
483
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
429
484
                $(TAGS_FILES) $(LISP)
430
 
        tags=; \
431
485
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
432
486
        unique=`for i in $$list; do \
433
487
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
434
488
          done | \
435
489
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
436
490
              END { if (nonempty) { for (i in files) print i; }; }'`; \
437
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
491
        test -z "$(CTAGS_ARGS)$$unique" \
438
492
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
439
 
             $$tags $$unique
 
493
             $$unique
440
494
 
441
495
GTAGS:
442
496
        here=`$(am__cd) $(top_builddir) && pwd` \
443
 
          && cd $(top_srcdir) \
444
 
          && gtags -i $(GTAGS_ARGS) $$here
 
497
          && $(am__cd) $(top_srcdir) \
 
498
          && gtags -i $(GTAGS_ARGS) "$$here"
445
499
 
446
500
distclean-tags:
447
501
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
448
502
 
449
503
distdir: $(DISTFILES)
450
504
        $(am__remove_distdir)
451
 
        test -d $(distdir) || mkdir $(distdir)
 
505
        test -d "$(distdir)" || mkdir "$(distdir)"
452
506
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
453
507
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
454
508
        list='$(DISTFILES)'; \
464
518
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
465
519
          if test -d $$d/$$file; then \
466
520
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
521
            if test -d "$(distdir)/$$file"; then \
 
522
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
523
            fi; \
467
524
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
468
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
525
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
526
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
469
527
            fi; \
470
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
528
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
471
529
          else \
472
 
            test -f $(distdir)/$$file \
473
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
530
            test -f "$(distdir)/$$file" \
 
531
            || cp -p $$d/$$file "$(distdir)/$$file" \
474
532
            || exit 1; \
475
533
          fi; \
476
534
        done
477
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
535
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
478
536
          if test "$$subdir" = .; then :; else \
479
537
            test -d "$(distdir)/$$subdir" \
480
538
            || $(MKDIR_P) "$(distdir)/$$subdir" \
481
539
            || exit 1; \
482
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
483
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
484
 
            (cd $$subdir && \
 
540
          fi; \
 
541
        done
 
542
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
543
          if test "$$subdir" = .; then :; else \
 
544
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
545
            $(am__relativize); \
 
546
            new_distdir=$$reldir; \
 
547
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
548
            $(am__relativize); \
 
549
            new_top_distdir=$$reldir; \
 
550
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
551
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
552
            ($(am__cd) $$subdir && \
485
553
              $(MAKE) $(AM_MAKEFLAGS) \
486
 
                top_distdir="$$top_distdir" \
487
 
                distdir="$$distdir/$$subdir" \
 
554
                top_distdir="$$new_top_distdir" \
 
555
                distdir="$$new_distdir" \
488
556
                am__remove_distdir=: \
489
557
                am__skip_length_check=: \
 
558
                am__skip_mode_fix=: \
490
559
                distdir) \
491
560
              || exit 1; \
492
561
          fi; \
493
562
        done
494
 
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
563
        -test -n "$(am__skip_mode_fix)" \
 
564
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
495
565
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
496
566
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
497
567
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
498
 
        || chmod -R a+r $(distdir)
 
568
        || chmod -R a+r "$(distdir)"
499
569
dist-gzip: distdir
500
570
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
501
571
        $(am__remove_distdir)
507
577
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
508
578
        $(am__remove_distdir)
509
579
 
 
580
dist-xz: distdir
 
581
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
582
        $(am__remove_distdir)
 
583
 
510
584
dist-tarZ: distdir
511
585
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
512
586
        $(am__remove_distdir)
536
610
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
537
611
        *.tar.lzma*) \
538
612
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
613
        *.tar.xz*) \
 
614
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
539
615
        *.tar.Z*) \
540
616
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
541
617
        *.shar.gz*) \
547
623
        mkdir $(distdir)/_build
548
624
        mkdir $(distdir)/_inst
549
625
        chmod a-w $(distdir)
 
626
        test -d $(distdir)/_build || exit 0; \
550
627
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
551
628
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
552
 
          && cd $(distdir)/_build \
 
629
          && am__cwd=`pwd` \
 
630
          && $(am__cd) $(distdir)/_build \
553
631
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
554
632
            $(DISTCHECK_CONFIGURE_FLAGS) \
555
633
          && $(MAKE) $(AM_MAKEFLAGS) \
571
649
          && rm -rf "$$dc_destdir" \
572
650
          && $(MAKE) $(AM_MAKEFLAGS) dist \
573
651
          && rm -rf $(DIST_ARCHIVES) \
574
 
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
652
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
653
          && cd "$$am__cwd" \
 
654
          || exit 1
575
655
        $(am__remove_distdir)
576
656
        @(echo "$(distdir) archives ready for distribution: "; \
577
657
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
578
658
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
579
659
distuninstallcheck:
580
 
        @cd $(distuninstallcheck_dir) \
 
660
        @$(am__cd) '$(distuninstallcheck_dir)' \
581
661
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
582
662
           || { echo "ERROR: files left after uninstall:" ; \
583
663
                if test -n "$(DESTDIR)"; then \
622
702
 
623
703
distclean-generic:
624
704
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
705
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
625
706
 
626
707
maintainer-clean-generic:
627
708
        @echo "This command is intended for maintainers to use"
642
723
 
643
724
html: html-recursive
644
725
 
 
726
html-am:
 
727
 
645
728
info: info-recursive
646
729
 
647
730
info-am:
650
733
 
651
734
install-dvi: install-dvi-recursive
652
735
 
 
736
install-dvi-am:
 
737
 
653
738
install-exec-am:
654
739
 
655
740
install-html: install-html-recursive
656
741
 
 
742
install-html-am:
 
743
 
657
744
install-info: install-info-recursive
658
745
 
 
746
install-info-am:
 
747
 
659
748
install-man:
660
749
 
661
750
install-pdf: install-pdf-recursive
662
751
 
 
752
install-pdf-am:
 
753
 
663
754
install-ps: install-ps-recursive
664
755
 
 
756
install-ps-am:
 
757
 
665
758
installcheck-am:
666
759
 
667
760
maintainer-clean: maintainer-clean-recursive
684
777
 
685
778
uninstall-am: uninstall-pkgconfigDATA
686
779
 
687
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
688
 
        install-strip
 
780
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
781
        ctags-recursive install-am install-strip tags-recursive
689
782
 
690
783
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
691
784
        all all-am am--refresh check check-am clean clean-generic \
692
785
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
693
 
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
694
 
        distclean distclean-generic distclean-hdr distclean-libtool \
695
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
696
 
        dvi-am html html-am info info-am install install-am \
697
 
        install-data install-data-am install-dvi install-dvi-am \
698
 
        install-exec install-exec-am install-html install-html-am \
699
 
        install-info install-info-am install-man install-pdf \
700
 
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
701
 
        install-strip installcheck installcheck-am installdirs \
702
 
        installdirs-am maintainer-clean maintainer-clean-generic \
703
 
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
704
 
        ps ps-am tags tags-recursive uninstall uninstall-am \
705
 
        uninstall-pkgconfigDATA
 
786
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
787
        distcheck distclean distclean-generic distclean-hdr \
 
788
        distclean-libtool distclean-tags distcleancheck distdir \
 
789
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
790
        install install-am install-data install-data-am install-dvi \
 
791
        install-dvi-am install-exec install-exec-am install-html \
 
792
        install-html-am install-info install-info-am install-man \
 
793
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
794
        install-ps-am install-strip installcheck installcheck-am \
 
795
        installdirs installdirs-am maintainer-clean \
 
796
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
797
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
798
        uninstall uninstall-am uninstall-pkgconfigDATA
706
799
 
707
800
 
708
801
$(pkgconfig_DATA): pixman-1.pc.in
808
901
release-publish: release-upload release-tag release-publish-message
809
902
 
810
903
.PHONY: release-upload release-publish release-publish-message release-tag
 
904
 
811
905
# Tell versions [3.59,3.63) of GNU make to not export all variables.
812
906
# Otherwise a system limit (for SysV at least) may be exceeded.
813
907
.NOEXPORT: