~ubuntu-branches/debian/sid/sugar-toolkit-gtk3/sid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jonas Smedegaard
  • Date: 2015-04-17 10:34:39 UTC
  • mfrom: (4.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20150417103439-xsqh30o8p0v6bflp
Tags: 0.104.1-5
* Move packaging to Debian Sugar Team.
* Update package relations:
  + Fix depend on python-gi-cairo.
    Thanks to Martin Abente and James Cameron.
* Fix typo in libsugarext-dev short description.
  Closes: bug#747026. Thanks to Anders Jonsson.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.13.2 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
14
14
 
15
15
@SET_MAKE@
16
16
VPATH = @srcdir@
17
 
am__make_dryrun = \
18
 
  { \
19
 
    am__dry=no; \
 
17
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__make_running_with_option = \
 
19
  case $${target_option-} in \
 
20
      ?) ;; \
 
21
      *) echo "am__make_running_with_option: internal error: invalid" \
 
22
              "target option '$${target_option-}' specified" >&2; \
 
23
         exit 1;; \
 
24
  esac; \
 
25
  has_opt=no; \
 
26
  sane_makeflags=$$MAKEFLAGS; \
 
27
  if $(am__is_gnu_make); then \
 
28
    sane_makeflags=$$MFLAGS; \
 
29
  else \
20
30
    case $$MAKEFLAGS in \
21
31
      *\\[\ \   ]*) \
22
 
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23
 
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24
 
      *) \
25
 
        for am__flg in $$MAKEFLAGS; do \
26
 
          case $$am__flg in \
27
 
            *=*|--*) ;; \
28
 
            *n*) am__dry=yes; break;; \
29
 
          esac; \
30
 
        done;; \
31
 
    esac; \
32
 
    test $$am__dry = yes; \
33
 
  }
 
32
        bs=\\; \
 
33
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
34
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
35
    esac; \
 
36
  fi; \
 
37
  skip_next=no; \
 
38
  strip_trailopt () \
 
39
  { \
 
40
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
41
  }; \
 
42
  for flg in $$sane_makeflags; do \
 
43
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
44
    case $$flg in \
 
45
      *=*|--*) continue;; \
 
46
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
47
      -*I?*) strip_trailopt 'I';; \
 
48
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
49
      -*O?*) strip_trailopt 'O';; \
 
50
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
51
      -*l?*) strip_trailopt 'l';; \
 
52
      -[dEDm]) skip_next=yes;; \
 
53
      -[JT]) skip_next=yes;; \
 
54
    esac; \
 
55
    case $$flg in \
 
56
      *$$target_option*) has_opt=yes; break;; \
 
57
    esac; \
 
58
  done; \
 
59
  test $$has_opt = yes
 
60
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
61
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
34
62
pkgdatadir = $(datadir)/@PACKAGE@
35
63
pkgincludedir = $(includedir)/@PACKAGE@
36
64
pkglibdir = $(libdir)/@PACKAGE@
50
78
build_triplet = @build@
51
79
host_triplet = @host@
52
80
subdir = src
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
54
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
83
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \
56
84
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
57
85
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
58
86
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
59
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
87
        $(top_srcdir)/configure.ac
60
88
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61
89
        $(ACLOCAL_M4)
62
90
mkinstalldirs = $(install_sh) -d
63
91
CONFIG_CLEAN_FILES =
64
92
CONFIG_CLEAN_VPATH_FILES =
 
93
AM_V_P = $(am__v_P_@AM_V@)
 
94
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
95
am__v_P_0 = false
 
96
am__v_P_1 = :
 
97
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
98
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
99
am__v_GEN_0 = @echo "  GEN     " $@;
 
100
am__v_GEN_1 = 
 
101
AM_V_at = $(am__v_at_@AM_V@)
 
102
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
103
am__v_at_0 = @
 
104
am__v_at_1 = 
65
105
SOURCES =
66
106
DIST_SOURCES =
67
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
68
 
        html-recursive info-recursive install-data-recursive \
69
 
        install-dvi-recursive install-exec-recursive \
70
 
        install-html-recursive install-info-recursive \
71
 
        install-pdf-recursive install-ps-recursive install-recursive \
72
 
        installcheck-recursive installdirs-recursive pdf-recursive \
73
 
        ps-recursive uninstall-recursive
 
107
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
108
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
109
        install-data-recursive install-dvi-recursive \
 
110
        install-exec-recursive install-html-recursive \
 
111
        install-info-recursive install-pdf-recursive \
 
112
        install-ps-recursive install-recursive installcheck-recursive \
 
113
        installdirs-recursive pdf-recursive ps-recursive \
 
114
        tags-recursive uninstall-recursive
74
115
am__can_run_installinfo = \
75
116
  case $$AM_UPDATE_INFO_DIR in \
76
117
    n|no|NO) false;; \
78
119
  esac
79
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
80
121
  distclean-recursive maintainer-clean-recursive
81
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
82
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
122
am__recursive_targets = \
 
123
  $(RECURSIVE_TARGETS) \
 
124
  $(RECURSIVE_CLEAN_TARGETS) \
 
125
  $(am__extra_recursive_targets)
 
126
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
83
127
        distdir
 
128
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
129
# Read a list of newline-separated strings from the standard input,
 
130
# and print each of them once, without duplicates.  Input order is
 
131
# *not* preserved.
 
132
am__uniquify_input = $(AWK) '\
 
133
  BEGIN { nonempty = 0; } \
 
134
  { items[$$0] = 1; nonempty = 1; } \
 
135
  END { if (nonempty) { for (i in items) print i; }; } \
 
136
'
 
137
# Make sure the list of sources is unique.  This is necessary because,
 
138
# e.g., the same source file might be shared among _SOURCES variables
 
139
# for different programs/libraries.
 
140
am__define_uniq_tagged_files = \
 
141
  list='$(am__tagged_files)'; \
 
142
  unique=`for i in $$list; do \
 
143
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
144
  done | $(am__uniquify_input)`
84
145
ETAGS = etags
85
146
CTAGS = ctags
86
147
DIST_SUBDIRS = $(SUBDIRS)
207
268
POSUB = @POSUB@
208
269
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
209
270
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
210
 
PYGTK_CODEGEN = @PYGTK_CODEGEN@
211
 
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
212
271
PYTHON = @PYTHON@
213
272
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
214
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
215
273
PYTHON_PLATFORM = @PYTHON_PLATFORM@
216
274
PYTHON_PREFIX = @PYTHON_PREFIX@
217
275
PYTHON_VERSION = @PYTHON_VERSION@
329
387
# (1) if the variable is set in 'config.status', edit 'config.status'
330
388
#     (which will cause the Makefiles to be regenerated when you run 'make');
331
389
# (2) otherwise, pass the desired values on the 'make' command line.
332
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
333
 
        @fail= failcom='exit 1'; \
334
 
        for f in x $$MAKEFLAGS; do \
335
 
          case $$f in \
336
 
            *=* | --[!k]*);; \
337
 
            *k*) failcom='fail=yes';; \
338
 
          esac; \
339
 
        done; \
 
390
$(am__recursive_targets):
 
391
        @fail=; \
 
392
        if $(am__make_keepgoing); then \
 
393
          failcom='fail=yes'; \
 
394
        else \
 
395
          failcom='exit 1'; \
 
396
        fi; \
340
397
        dot_seen=no; \
341
398
        target=`echo $@ | sed s/-recursive//`; \
342
399
        case "$@" in \
357
414
        if test "$$dot_seen" = "no"; then \
358
415
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
359
416
        fi; test -z "$$fail"
360
 
tags-recursive:
361
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
362
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
363
 
        done
364
 
ctags-recursive:
365
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
366
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
367
 
        done
368
 
cscopelist-recursive:
369
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
370
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
371
 
        done
372
 
 
373
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
374
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
375
 
        unique=`for i in $$list; do \
376
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
 
          done | \
378
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
379
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
 
        mkid -fID $$unique
381
 
tags: TAGS
382
 
 
383
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
384
 
                $(TAGS_FILES) $(LISP)
 
417
 
 
418
ID: $(am__tagged_files)
 
419
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
420
tags: tags-recursive
 
421
TAGS: tags
 
422
 
 
423
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
385
424
        set x; \
386
425
        here=`pwd`; \
387
426
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
397
436
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
398
437
          fi; \
399
438
        done; \
400
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
401
 
        unique=`for i in $$list; do \
402
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
403
 
          done | \
404
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
405
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
439
        $(am__define_uniq_tagged_files); \
406
440
        shift; \
407
441
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
408
442
          test -n "$$unique" || unique=$$empty_fix; \
414
448
              $$unique; \
415
449
          fi; \
416
450
        fi
417
 
ctags: CTAGS
418
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419
 
                $(TAGS_FILES) $(LISP)
420
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
421
 
        unique=`for i in $$list; do \
422
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
423
 
          done | \
424
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
425
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
451
ctags: ctags-recursive
 
452
 
 
453
CTAGS: ctags
 
454
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
455
        $(am__define_uniq_tagged_files); \
426
456
        test -z "$(CTAGS_ARGS)$$unique" \
427
457
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
428
458
             $$unique
431
461
        here=`$(am__cd) $(top_builddir) && pwd` \
432
462
          && $(am__cd) $(top_srcdir) \
433
463
          && gtags -i $(GTAGS_ARGS) "$$here"
 
464
cscopelist: cscopelist-recursive
434
465
 
435
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
436
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
466
cscopelist-am: $(am__tagged_files)
 
467
        list='$(am__tagged_files)'; \
437
468
        case "$(srcdir)" in \
438
469
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
439
470
          *) sdir=$(subdir)/$(srcdir) ;; \
605
636
 
606
637
uninstall-am:
607
638
 
608
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
609
 
        cscopelist-recursive ctags-recursive install-am install-strip \
610
 
        tags-recursive
 
639
.MAKE: $(am__recursive_targets) install-am install-strip
611
640
 
612
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
613
 
        all all-am check check-am clean clean-generic clean-libtool \
614
 
        cscopelist cscopelist-recursive ctags ctags-recursive \
615
 
        distclean distclean-generic distclean-libtool distclean-tags \
616
 
        distdir dvi dvi-am html html-am info info-am install \
617
 
        install-am install-data install-data-am install-dvi \
 
641
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
642
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
643
        ctags-am distclean distclean-generic distclean-libtool \
 
644
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
645
        install install-am install-data install-data-am install-dvi \
618
646
        install-dvi-am install-exec install-exec-am install-html \
619
647
        install-html-am install-info install-info-am install-man \
620
648
        install-pdf install-pdf-am install-ps install-ps-am \
621
649
        install-strip installcheck installcheck-am installdirs \
622
650
        installdirs-am maintainer-clean maintainer-clean-generic \
623
651
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
624
 
        ps ps-am tags tags-recursive uninstall uninstall-am
 
652
        ps ps-am tags tags-am uninstall uninstall-am
625
653
 
626
654
 
627
655
# Tell versions [3.59,3.63) of GNU make to not export all variables.