~ubuntu-branches/ubuntu/trusty/gdk-pixbuf/trusty

« back to all changes in this revision

Viewing changes to build/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-08-06 22:01:05 UTC
  • mfrom: (1.3.4)
  • Revision ID: package-import@ubuntu.com-20120806220105-v5xmrretoyk0w2xr
Tags: 2.26.2-0ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.3 from Makefile.am.
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
 
# Foundation, Inc.
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
7
6
# This Makefile.in is free software; the Free Software Foundation
8
7
# gives unlimited permission to copy and/or distribute it,
9
8
# with or without modifications, as long as this notice is preserved.
17
16
 
18
17
# GTK+ - The GIMP Toolkit
19
18
VPATH = @srcdir@
 
19
am__make_dryrun = \
 
20
  { \
 
21
    am__dry=no; \
 
22
    case $$MAKEFLAGS in \
 
23
      *\\[\ \   ]*) \
 
24
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
25
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
26
      *) \
 
27
        for am__flg in $$MAKEFLAGS; do \
 
28
          case $$am__flg in \
 
29
            *=*|--*) ;; \
 
30
            *n*) am__dry=yes; break;; \
 
31
          esac; \
 
32
        done;; \
 
33
    esac; \
 
34
    test $$am__dry = yes; \
 
35
  }
20
36
pkgdatadir = $(datadir)/@PACKAGE@
21
37
pkgincludedir = $(includedir)/@PACKAGE@
22
38
pkglibdir = $(libdir)/@PACKAGE@
55
71
CONFIG_HEADER = $(top_builddir)/config.h
56
72
CONFIG_CLEAN_FILES =
57
73
CONFIG_CLEAN_VPATH_FILES =
 
74
AM_V_P = $(am__v_P_@AM_V@)
 
75
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
76
am__v_P_0 = false
 
77
am__v_P_1 = :
58
78
AM_V_GEN = $(am__v_GEN_@AM_V@)
59
79
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
60
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
80
am__v_GEN_0 = @echo "  GEN     " $@;
 
81
am__v_GEN_1 = 
61
82
AM_V_at = $(am__v_at_@AM_V@)
62
83
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
63
84
am__v_at_0 = @
 
85
am__v_at_1 = 
64
86
SOURCES =
65
87
DIST_SOURCES =
66
88
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70
92
        install-pdf-recursive install-ps-recursive install-recursive \
71
93
        installcheck-recursive installdirs-recursive pdf-recursive \
72
94
        ps-recursive uninstall-recursive
 
95
am__can_run_installinfo = \
 
96
  case $$AM_UPDATE_INFO_DIR in \
 
97
    n|no|NO) false;; \
 
98
    *) (install-info --version) >/dev/null 2>&1;; \
 
99
  esac
73
100
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74
101
  distclean-recursive maintainer-clean-recursive
75
102
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
376
403
        -rm -rf .libs _libs
377
404
 
378
405
# This directory's subdirectories are mostly independent; you can cd
379
 
# into them and run `make' without going through this Makefile.
380
 
# To change the values of `make' variables: instead of editing Makefiles,
381
 
# (1) if the variable is set in `config.status', edit `config.status'
382
 
#     (which will cause the Makefiles to be regenerated when you run `make');
383
 
# (2) otherwise, pass the desired values on the `make' command line.
384
 
$(RECURSIVE_TARGETS):
 
406
# into them and run 'make' without going through this Makefile.
 
407
# To change the values of 'make' variables: instead of editing Makefiles,
 
408
# (1) if the variable is set in 'config.status', edit 'config.status'
 
409
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
410
# (2) otherwise, pass the desired values on the 'make' command line.
 
411
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
385
412
        @fail= failcom='exit 1'; \
386
413
        for f in x $$MAKEFLAGS; do \
387
414
          case $$f in \
391
418
        done; \
392
419
        dot_seen=no; \
393
420
        target=`echo $@ | sed s/-recursive//`; \
394
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
421
        case "$@" in \
 
422
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
423
          *) list='$(SUBDIRS)' ;; \
 
424
        esac; \
 
425
        for subdir in $$list; do \
395
426
          echo "Making $$target in $$subdir"; \
396
427
          if test "$$subdir" = "."; then \
397
428
            dot_seen=yes; \
405
436
        if test "$$dot_seen" = "no"; then \
406
437
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
407
438
        fi; test -z "$$fail"
408
 
 
409
 
$(RECURSIVE_CLEAN_TARGETS):
410
 
        @fail= failcom='exit 1'; \
411
 
        for f in x $$MAKEFLAGS; do \
412
 
          case $$f in \
413
 
            *=* | --[!k]*);; \
414
 
            *k*) failcom='fail=yes';; \
415
 
          esac; \
416
 
        done; \
417
 
        dot_seen=no; \
418
 
        case "$@" in \
419
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
420
 
          *) list='$(SUBDIRS)' ;; \
421
 
        esac; \
422
 
        rev=''; for subdir in $$list; do \
423
 
          if test "$$subdir" = "."; then :; else \
424
 
            rev="$$subdir $$rev"; \
425
 
          fi; \
426
 
        done; \
427
 
        rev="$$rev ."; \
428
 
        target=`echo $@ | sed s/-recursive//`; \
429
 
        for subdir in $$rev; do \
430
 
          echo "Making $$target in $$subdir"; \
431
 
          if test "$$subdir" = "."; then \
432
 
            local_target="$$target-am"; \
433
 
          else \
434
 
            local_target="$$target"; \
435
 
          fi; \
436
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
437
 
          || eval $$failcom; \
438
 
        done && test -z "$$fail"
439
439
tags-recursive:
440
440
        list='$(SUBDIRS)'; for subdir in $$list; do \
441
441
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
444
444
        list='$(SUBDIRS)'; for subdir in $$list; do \
445
445
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
446
446
        done
 
447
cscopelist-recursive:
 
448
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
449
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
450
        done
447
451
 
448
452
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
449
453
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
507
511
          && $(am__cd) $(top_srcdir) \
508
512
          && gtags -i $(GTAGS_ARGS) "$$here"
509
513
 
 
514
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
515
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
516
        case "$(srcdir)" in \
 
517
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
518
          *) sdir=$(subdir)/$(srcdir) ;; \
 
519
        esac; \
 
520
        for i in $$list; do \
 
521
          if test -f "$$i"; then \
 
522
            echo "$(subdir)/$$i"; \
 
523
          else \
 
524
            echo "$$sdir/$$i"; \
 
525
          fi; \
 
526
        done >> $(top_builddir)/cscope.files
 
527
 
510
528
distclean-tags:
511
529
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
512
530
 
542
560
        done
543
561
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
544
562
          if test "$$subdir" = .; then :; else \
545
 
            test -d "$(distdir)/$$subdir" \
546
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
547
 
            || exit 1; \
548
 
          fi; \
549
 
        done
550
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
551
 
          if test "$$subdir" = .; then :; else \
 
563
            $(am__make_dryrun) \
 
564
              || test -d "$(distdir)/$$subdir" \
 
565
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
566
              || exit 1; \
552
567
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
553
568
            $(am__relativize); \
554
569
            new_distdir=$$reldir; \
671
686
uninstall-am:
672
687
 
673
688
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
674
 
        ctags-recursive install-am install-strip tags-recursive
 
689
        cscopelist-recursive ctags-recursive install-am install-strip \
 
690
        tags-recursive
675
691
 
676
692
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
677
693
        all all-am check check-am check-local clean clean-generic \
678
 
        clean-libtool ctags ctags-recursive distclean \
679
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
680
 
        dvi-am html html-am info info-am install install-am \
681
 
        install-data install-data-am install-dvi install-dvi-am \
682
 
        install-exec install-exec-am install-html install-html-am \
683
 
        install-info install-info-am install-man install-pdf \
684
 
        install-pdf-am install-ps install-ps-am install-strip \
685
 
        installcheck installcheck-am installdirs installdirs-am \
686
 
        maintainer-clean maintainer-clean-generic mostlyclean \
687
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
688
 
        tags tags-recursive uninstall uninstall-am
 
694
        clean-libtool cscopelist cscopelist-recursive ctags \
 
695
        ctags-recursive distclean distclean-generic distclean-libtool \
 
696
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
697
        install install-am install-data install-data-am install-dvi \
 
698
        install-dvi-am install-exec install-exec-am install-html \
 
699
        install-html-am install-info install-info-am install-man \
 
700
        install-pdf install-pdf-am 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
689
705
 
690
706
# call as: $(XVFB_START) && someprogram
691
707