~ubuntu-branches/ubuntu/vivid/gnome-mahjongg/vivid-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-12-17 10:01:25 UTC
  • mfrom: (3.1.1)
  • Revision ID: package-import@ubuntu.com-20131217100125-fdgpan12iwkiko71
Tags: 1:3.10.2-0ubuntu1
* New upstream release:
  - Sort scores by duration of the game
  - Fix Redo sometimes removing too many pieces
  - Fix map label on scores dialog
  - Add an appdata file
  - Fix bug where the pause button could incorrectly display a "play" icon
  - Fix name of application menu when not launched by GNOME Shell
  - Fix two broken links in user help
  - App menu now uses a UI file and is installed into a gresource

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.4 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@
48
76
PRE_UNINSTALL = :
49
77
POST_UNINSTALL = :
50
78
subdir = .
51
 
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
52
 
        $(srcdir)/Makefile.in $(top_srcdir)/configure COPYING NEWS \
 
79
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
 
80
        $(top_srcdir)/configure $(am__configure_deps) COPYING NEWS \
53
81
        compile depcomp install-sh missing
54
82
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
55
83
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
74
102
am__v_at_1 = 
75
103
SOURCES =
76
104
DIST_SOURCES =
77
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
78
 
        html-recursive info-recursive install-data-recursive \
79
 
        install-dvi-recursive install-exec-recursive \
80
 
        install-html-recursive install-info-recursive \
81
 
        install-pdf-recursive install-ps-recursive install-recursive \
82
 
        installcheck-recursive installdirs-recursive pdf-recursive \
83
 
        ps-recursive uninstall-recursive
 
105
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
106
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
107
        install-data-recursive install-dvi-recursive \
 
108
        install-exec-recursive install-html-recursive \
 
109
        install-info-recursive install-pdf-recursive \
 
110
        install-ps-recursive install-recursive installcheck-recursive \
 
111
        installdirs-recursive pdf-recursive ps-recursive \
 
112
        tags-recursive uninstall-recursive
84
113
am__can_run_installinfo = \
85
114
  case $$AM_UPDATE_INFO_DIR in \
86
115
    n|no|NO) false;; \
88
117
  esac
89
118
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
90
119
  distclean-recursive maintainer-clean-recursive
91
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
92
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
120
am__recursive_targets = \
 
121
  $(RECURSIVE_TARGETS) \
 
122
  $(RECURSIVE_CLEAN_TARGETS) \
 
123
  $(am__extra_recursive_targets)
 
124
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
93
125
        cscope distdir dist dist-all distcheck
 
126
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
127
# Read a list of newline-separated strings from the standard input,
 
128
# and print each of them once, without duplicates.  Input order is
 
129
# *not* preserved.
 
130
am__uniquify_input = $(AWK) '\
 
131
  BEGIN { nonempty = 0; } \
 
132
  { items[$$0] = 1; nonempty = 1; } \
 
133
  END { if (nonempty) { for (i in items) print i; }; } \
 
134
'
 
135
# Make sure the list of sources is unique.  This is necessary because,
 
136
# e.g., the same source file might be shared among _SOURCES variables
 
137
# for different programs/libraries.
 
138
am__define_uniq_tagged_files = \
 
139
  list='$(am__tagged_files)'; \
 
140
  unique=`for i in $$list; do \
 
141
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
142
  done | $(am__uniquify_input)`
94
143
ETAGS = etags
95
144
CTAGS = ctags
96
145
CSCOPE = cscope
159
208
ECHO_T = @ECHO_T@
160
209
EXEEXT = @EXEEXT@
161
210
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
211
GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
162
212
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
163
213
GMSGFMT = @GMSGFMT@
164
214
GNOME_MAHJONGG_CFLAGS = @GNOME_MAHJONGG_CFLAGS@
256
306
top_srcdir = @top_srcdir@
257
307
SUBDIRS = data src help po
258
308
EXTRA_DIST = autogen.sh NEWS
 
309
MAINTAINERCLEANFILES = \
 
310
        $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
 
311
        $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN)
 
312
 
259
313
all: all-recursive
260
314
 
261
315
.SUFFIXES:
300
354
# (1) if the variable is set in 'config.status', edit 'config.status'
301
355
#     (which will cause the Makefiles to be regenerated when you run 'make');
302
356
# (2) otherwise, pass the desired values on the 'make' command line.
303
 
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
304
 
        @fail= failcom='exit 1'; \
305
 
        for f in x $$MAKEFLAGS; do \
306
 
          case $$f in \
307
 
            *=* | --[!k]*);; \
308
 
            *k*) failcom='fail=yes';; \
309
 
          esac; \
310
 
        done; \
 
357
$(am__recursive_targets):
 
358
        @fail=; \
 
359
        if $(am__make_keepgoing); then \
 
360
          failcom='fail=yes'; \
 
361
        else \
 
362
          failcom='exit 1'; \
 
363
        fi; \
311
364
        dot_seen=no; \
312
365
        target=`echo $@ | sed s/-recursive//`; \
313
366
        case "$@" in \
328
381
        if test "$$dot_seen" = "no"; then \
329
382
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
330
383
        fi; test -z "$$fail"
331
 
tags-recursive:
332
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
333
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
334
 
        done
335
 
ctags-recursive:
336
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
337
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
338
 
        done
339
 
cscopelist-recursive:
340
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
341
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
342
 
        done
343
 
 
344
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
345
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
346
 
        unique=`for i in $$list; do \
347
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
 
          done | \
349
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
350
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
 
        mkid -fID $$unique
352
 
tags: TAGS
353
 
 
354
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
355
 
                $(TAGS_FILES) $(LISP)
 
384
 
 
385
ID: $(am__tagged_files)
 
386
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
387
tags: tags-recursive
 
388
TAGS: tags
 
389
 
 
390
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
356
391
        set x; \
357
392
        here=`pwd`; \
358
393
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
368
403
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
369
404
          fi; \
370
405
        done; \
371
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
372
 
        unique=`for i in $$list; do \
373
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
374
 
          done | \
375
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
376
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
406
        $(am__define_uniq_tagged_files); \
377
407
        shift; \
378
408
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
379
409
          test -n "$$unique" || unique=$$empty_fix; \
385
415
              $$unique; \
386
416
          fi; \
387
417
        fi
388
 
ctags: CTAGS
389
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
390
 
                $(TAGS_FILES) $(LISP)
391
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
392
 
        unique=`for i in $$list; do \
393
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394
 
          done | \
395
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
396
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
ctags: ctags-recursive
 
419
 
 
420
CTAGS: ctags
 
421
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
422
        $(am__define_uniq_tagged_files); \
397
423
        test -z "$(CTAGS_ARGS)$$unique" \
398
424
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399
425
             $$unique
402
428
        here=`$(am__cd) $(top_builddir) && pwd` \
403
429
          && $(am__cd) $(top_srcdir) \
404
430
          && gtags -i $(GTAGS_ARGS) "$$here"
405
 
 
406
431
cscope: cscope.files
407
432
        test ! -s cscope.files \
408
433
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
409
 
 
410
434
clean-cscope:
411
435
        -rm -f cscope.files
412
 
 
413
 
cscope.files: clean-cscope cscopelist-recursive cscopelist
414
 
 
415
 
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
416
 
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
436
cscope.files: clean-cscope cscopelist
 
437
cscopelist: cscopelist-recursive
 
438
 
 
439
cscopelist-am: $(am__tagged_files)
 
440
        list='$(am__tagged_files)'; \
417
441
        case "$(srcdir)" in \
418
442
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
419
443
          *) sdir=$(subdir)/$(srcdir) ;; \
546
570
        *.zip*) \
547
571
          unzip $(distdir).zip ;;\
548
572
        esac
549
 
        chmod -R a-w $(distdir); chmod u+w $(distdir)
550
 
        mkdir $(distdir)/_build
551
 
        mkdir $(distdir)/_inst
 
573
        chmod -R a-w $(distdir)
 
574
        chmod u+w $(distdir)
 
575
        mkdir $(distdir)/_build $(distdir)/_inst
552
576
        chmod a-w $(distdir)
553
577
        test -d $(distdir)/_build || exit 0; \
554
578
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
645
669
maintainer-clean-generic:
646
670
        @echo "This command is intended for maintainers to use"
647
671
        @echo "it deletes files that may require special tools to rebuild."
 
672
        -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
648
673
clean: clean-recursive
649
674
 
650
675
clean-am: clean-generic mostlyclean-am
714
739
 
715
740
uninstall-am:
716
741
 
717
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
718
 
        cscopelist-recursive ctags-recursive install-am install-strip \
719
 
        tags-recursive
 
742
.MAKE: $(am__recursive_targets) install-am install-strip
720
743
 
721
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
722
 
        all all-am am--refresh check check-am clean clean-cscope \
723
 
        clean-generic cscope cscopelist cscopelist-recursive ctags \
724
 
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
725
 
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
726
 
        distclean-generic distclean-tags distcleancheck distdir \
727
 
        distuninstallcheck dvi dvi-am html html-am info info-am \
728
 
        install install-am install-data install-data-am install-dvi \
729
 
        install-dvi-am install-exec install-exec-am install-html \
730
 
        install-html-am install-info install-info-am install-man \
731
 
        install-pdf install-pdf-am install-ps install-ps-am \
732
 
        install-strip installcheck installcheck-am installdirs \
733
 
        installdirs-am maintainer-clean maintainer-clean-generic \
734
 
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
735
 
        tags-recursive uninstall uninstall-am
 
744
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
 
745
        am--refresh check check-am clean clean-cscope clean-generic \
 
746
        cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
 
747
        dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
 
748
        distcheck distclean distclean-generic distclean-tags \
 
749
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
 
750
        html-am info info-am install install-am install-data \
 
751
        install-data-am install-dvi install-dvi-am install-exec \
 
752
        install-exec-am install-html install-html-am install-info \
 
753
        install-info-am install-man install-pdf install-pdf-am \
 
754
        install-ps install-ps-am install-strip installcheck \
 
755
        installcheck-am installdirs installdirs-am maintainer-clean \
 
756
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
 
757
        pdf-am ps ps-am tags tags-am uninstall uninstall-am
736
758
 
737
759
 
738
760
-include $(top_srcdir)/git.mk