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

« back to all changes in this revision

Viewing changes to src/sugar3/dispatch/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/sugar3/dispatch
53
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
81
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
54
82
        $(sugar_PYTHON) $(top_srcdir)/py-compile
55
83
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
56
84
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \
57
85
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
58
86
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
59
87
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
60
 
        $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
 
88
        $(top_srcdir)/configure.ac
61
89
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
90
        $(ACLOCAL_M4)
63
91
mkinstalldirs = $(install_sh) -d
64
92
CONFIG_CLEAN_FILES =
65
93
CONFIG_CLEAN_VPATH_FILES =
 
94
AM_V_P = $(am__v_P_@AM_V@)
 
95
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
96
am__v_P_0 = false
 
97
am__v_P_1 = :
 
98
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
99
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
100
am__v_GEN_0 = @echo "  GEN     " $@;
 
101
am__v_GEN_1 = 
 
102
AM_V_at = $(am__v_at_@AM_V@)
 
103
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
104
am__v_at_0 = @
 
105
am__v_at_1 = 
66
106
SOURCES =
67
107
DIST_SOURCES =
68
108
am__can_run_installinfo = \
99
139
  }
100
140
am__py_compile = PYTHON=$(PYTHON) $(SHELL) $(py_compile)
101
141
am__installdirs = "$(DESTDIR)$(sugardir)"
 
142
am__pep3147_tweak = \
 
143
  sed -e 's|\.py$$||' -e 's|[^/]*$$|__pycache__/&.*.py|'
102
144
py_compile = $(top_srcdir)/py-compile
 
145
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
103
146
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
104
147
ACLOCAL = @ACLOCAL@
105
148
ALL_LINGUAS = @ALL_LINGUAS@
198
241
POSUB = @POSUB@
199
242
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
200
243
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
201
 
PYGTK_CODEGEN = @PYGTK_CODEGEN@
202
 
PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
203
244
PYTHON = @PYTHON@
204
245
PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
205
 
PYTHON_INCLUDES = @PYTHON_INCLUDES@
206
246
PYTHON_PLATFORM = @PYTHON_PLATFORM@
207
247
PYTHON_PREFIX = @PYTHON_PREFIX@
208
248
PYTHON_VERSION = @PYTHON_VERSION@
340
380
        while read files; do \
341
381
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sugardir)'"; \
342
382
          $(INSTALL_DATA) $$files "$(DESTDIR)$(sugardir)" || exit $$?; \
343
 
        done || exit $$?; \
344
 
        if test -n "$$dlist"; then \
345
 
          $(am__py_compile) --destdir "$(DESTDIR)" \
346
 
                            --basedir "$(sugardir)" $$dlist; \
347
 
        else :; fi
 
383
        done || exit $$?;
348
384
 
349
385
uninstall-sugarPYTHON:
350
386
        @$(NORMAL_UNINSTALL)
351
387
        @list='$(sugar_PYTHON)'; test -n "$(sugardir)" || list=; \
352
 
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
353
 
        test -n "$$files" || exit 0; \
 
388
        py_files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
389
        test -n "$$py_files" || exit 0; \
354
390
        dir='$(DESTDIR)$(sugardir)'; \
355
 
        filesc=`echo "$$files" | sed 's|$$|c|'`; \
356
 
        fileso=`echo "$$files" | sed 's|$$|o|'`; \
 
391
        pyc_files=`echo "$$py_files" | sed 's|$$|c|'`; \
 
392
        pyo_files=`echo "$$py_files" | sed 's|$$|o|'`; \
 
393
        py_files_pep3147=`echo "$$py_files" | $(am__pep3147_tweak)`; \
 
394
        echo "$$py_files_pep3147";\
 
395
        pyc_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|c|'`; \
 
396
        pyo_files_pep3147=`echo "$$py_files_pep3147" | sed 's|$$|o|'`; \
357
397
        st=0; \
358
 
        for files in "$$files" "$$filesc" "$$fileso"; do \
 
398
        for files in \
 
399
          "$$py_files" \
 
400
          "$$pyc_files" \
 
401
          "$$pyo_files" \
 
402
          "$$pyc_files_pep3147" \
 
403
          "$$pyo_files_pep3147" \
 
404
        ; do \
359
405
          $(am__uninstall_files_from_dir) || st=$$?; \
360
406
        done; \
361
407
        exit $$st
362
 
tags: TAGS
363
 
TAGS:
 
408
tags TAGS:
364
409
 
365
 
ctags: CTAGS
366
 
CTAGS:
 
410
ctags CTAGS:
367
411
 
368
412
cscope cscopelist:
369
413
 
504
548
.MAKE: install-am install-strip
505
549
 
506
550
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
507
 
        distclean distclean-generic distclean-libtool distdir dvi \
508
 
        dvi-am html html-am info info-am install install-am \
509
 
        install-data install-data-am install-dvi install-dvi-am \
510
 
        install-exec install-exec-am install-html install-html-am \
511
 
        install-info install-info-am install-man install-pdf \
512
 
        install-pdf-am install-ps install-ps-am install-strip \
513
 
        install-sugarPYTHON installcheck installcheck-am installdirs \
514
 
        maintainer-clean maintainer-clean-generic mostlyclean \
515
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
516
 
        uninstall uninstall-am uninstall-sugarPYTHON
 
551
        cscopelist-am ctags-am distclean distclean-generic \
 
552
        distclean-libtool distdir dvi dvi-am html html-am info info-am \
 
553
        install install-am install-data install-data-am install-dvi \
 
554
        install-dvi-am install-exec install-exec-am install-html \
 
555
        install-html-am install-info install-info-am install-man \
 
556
        install-pdf install-pdf-am install-ps install-ps-am \
 
557
        install-strip install-sugarPYTHON installcheck installcheck-am \
 
558
        installdirs maintainer-clean maintainer-clean-generic \
 
559
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
560
        ps ps-am tags-am uninstall uninstall-am uninstall-sugarPYTHON
517
561
 
518
562
 
519
563
# Tell versions [3.59,3.63) of GNU make to not export all variables.