~ubuntu-branches/ubuntu/utopic/iagno/utopic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-04-06 15:09:55 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130406150955-z1g2796srlr6idwd
Tags: 1:3.8.0-0ubuntu1
* New upstream release.
  - Add themes that used to be in gnome-games-extra-data
  - Translation updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.6 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.
61
60
mkinstalldirs = $(install_sh) -d
62
61
CONFIG_CLEAN_FILES =
63
62
CONFIG_CLEAN_VPATH_FILES =
 
63
AM_V_P = $(am__v_P_@AM_V@)
 
64
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
65
am__v_P_0 = false
 
66
am__v_P_1 = :
64
67
AM_V_GEN = $(am__v_GEN_@AM_V@)
65
68
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
66
 
am__v_GEN_0 = @echo "  GEN   " $@;
 
69
am__v_GEN_0 = @echo "  GEN     " $@;
 
70
am__v_GEN_1 = 
67
71
AM_V_at = $(am__v_at_@AM_V@)
68
72
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
69
73
am__v_at_0 = @
 
74
am__v_at_1 = 
70
75
SOURCES =
71
76
DIST_SOURCES =
72
77
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
85
90
  distclean-recursive maintainer-clean-recursive
86
91
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
87
92
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
88
 
        distdir dist dist-all distcheck
 
93
        cscope distdir dist dist-all distcheck
89
94
ETAGS = etags
90
95
CTAGS = ctags
 
96
CSCOPE = cscope
91
97
DIST_SUBDIRS = $(SUBDIRS)
92
98
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
93
99
distdir = $(PACKAGE)-$(VERSION)
98
104
      && rm -rf "$(distdir)" \
99
105
      || { sleep 5 && rm -rf "$(distdir)"; }; \
100
106
  else :; fi
 
107
am__post_remove_distdir = $(am__remove_distdir)
101
108
am__relativize = \
102
109
  dir0=`pwd`; \
103
110
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
125
132
  reldir="$$dir2"
126
133
GZIP_ENV = --best
127
134
DIST_ARCHIVES = $(distdir).tar.xz
 
135
DIST_TARGETS = dist-xz
128
136
distuninstallcheck_listfiles = find . -type f -print
129
137
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
130
138
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
286
294
$(am__aclocal_m4_deps):
287
295
 
288
296
# This directory's subdirectories are mostly independent; you can cd
289
 
# into them and run `make' without going through this Makefile.
290
 
# To change the values of `make' variables: instead of editing Makefiles,
291
 
# (1) if the variable is set in `config.status', edit `config.status'
292
 
#     (which will cause the Makefiles to be regenerated when you run `make');
293
 
# (2) otherwise, pass the desired values on the `make' command line.
294
 
$(RECURSIVE_TARGETS):
 
297
# into them and run 'make' without going through this Makefile.
 
298
# To change the values of 'make' variables: instead of editing Makefiles,
 
299
# (1) if the variable is set in 'config.status', edit 'config.status'
 
300
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
301
# (2) otherwise, pass the desired values on the 'make' command line.
 
302
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
295
303
        @fail= failcom='exit 1'; \
296
304
        for f in x $$MAKEFLAGS; do \
297
305
          case $$f in \
301
309
        done; \
302
310
        dot_seen=no; \
303
311
        target=`echo $@ | sed s/-recursive//`; \
304
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
312
        case "$@" in \
 
313
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
314
          *) list='$(SUBDIRS)' ;; \
 
315
        esac; \
 
316
        for subdir in $$list; do \
305
317
          echo "Making $$target in $$subdir"; \
306
318
          if test "$$subdir" = "."; then \
307
319
            dot_seen=yes; \
315
327
        if test "$$dot_seen" = "no"; then \
316
328
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
317
329
        fi; test -z "$$fail"
318
 
 
319
 
$(RECURSIVE_CLEAN_TARGETS):
320
 
        @fail= failcom='exit 1'; \
321
 
        for f in x $$MAKEFLAGS; do \
322
 
          case $$f in \
323
 
            *=* | --[!k]*);; \
324
 
            *k*) failcom='fail=yes';; \
325
 
          esac; \
326
 
        done; \
327
 
        dot_seen=no; \
328
 
        case "$@" in \
329
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
330
 
          *) list='$(SUBDIRS)' ;; \
331
 
        esac; \
332
 
        rev=''; for subdir in $$list; do \
333
 
          if test "$$subdir" = "."; then :; else \
334
 
            rev="$$subdir $$rev"; \
335
 
          fi; \
336
 
        done; \
337
 
        rev="$$rev ."; \
338
 
        target=`echo $@ | sed s/-recursive//`; \
339
 
        for subdir in $$rev; do \
340
 
          echo "Making $$target in $$subdir"; \
341
 
          if test "$$subdir" = "."; then \
342
 
            local_target="$$target-am"; \
343
 
          else \
344
 
            local_target="$$target"; \
345
 
          fi; \
346
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
347
 
          || eval $$failcom; \
348
 
        done && test -z "$$fail"
349
330
tags-recursive:
350
331
        list='$(SUBDIRS)'; for subdir in $$list; do \
351
332
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
354
335
        list='$(SUBDIRS)'; for subdir in $$list; do \
355
336
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
356
337
        done
 
338
cscopelist-recursive:
 
339
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
340
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
341
        done
357
342
 
358
343
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
359
344
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417
402
          && $(am__cd) $(top_srcdir) \
418
403
          && gtags -i $(GTAGS_ARGS) "$$here"
419
404
 
 
405
cscope: cscope.files
 
406
        test ! -s cscope.files \
 
407
          || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
 
408
 
 
409
clean-cscope:
 
410
        -rm -f cscope.files
 
411
 
 
412
cscope.files: clean-cscope cscopelist-recursive cscopelist
 
413
 
 
414
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
415
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
416
        case "$(srcdir)" in \
 
417
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
418
          *) sdir=$(subdir)/$(srcdir) ;; \
 
419
        esac; \
 
420
        for i in $$list; do \
 
421
          if test -f "$$i"; then \
 
422
            echo "$(subdir)/$$i"; \
 
423
          else \
 
424
            echo "$$sdir/$$i"; \
 
425
          fi; \
 
426
        done >> $(top_builddir)/cscope.files
 
427
 
420
428
distclean-tags:
421
429
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
430
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
422
431
 
423
432
distdir: $(DISTFILES)
424
433
        $(am__remove_distdir)
486
495
        || chmod -R a+r "$(distdir)"
487
496
dist-gzip: distdir
488
497
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
489
 
        $(am__remove_distdir)
 
498
        $(am__post_remove_distdir)
490
499
 
491
500
dist-bzip2: distdir
492
501
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
493
 
        $(am__remove_distdir)
 
502
        $(am__post_remove_distdir)
494
503
 
495
504
dist-lzip: distdir
496
505
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
497
 
        $(am__remove_distdir)
498
 
 
499
 
dist-lzma: distdir
500
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
501
 
        $(am__remove_distdir)
 
506
        $(am__post_remove_distdir)
502
507
dist-xz: distdir
503
508
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
504
 
        $(am__remove_distdir)
 
509
        $(am__post_remove_distdir)
505
510
 
506
511
dist-tarZ: distdir
507
512
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
508
 
        $(am__remove_distdir)
 
513
        $(am__post_remove_distdir)
509
514
 
510
515
dist-shar: distdir
511
516
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
512
 
        $(am__remove_distdir)
 
517
        $(am__post_remove_distdir)
513
518
 
514
519
dist-zip: distdir
515
520
        -rm -f $(distdir).zip
516
521
        zip -rq $(distdir).zip $(distdir)
517
 
        $(am__remove_distdir)
 
522
        $(am__post_remove_distdir)
518
523
 
519
 
dist dist-all: distdir
520
 
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
521
 
        $(am__remove_distdir)
 
524
dist dist-all:
 
525
        $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
 
526
        $(am__post_remove_distdir)
522
527
 
523
528
# This target untars the dist file and tries a VPATH configuration.  Then
524
529
# it guarantees that the distribution is self-contained by making another
529
534
          GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
530
535
        *.tar.bz2*) \
531
536
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
532
 
        *.tar.lzma*) \
533
 
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
534
537
        *.tar.lz*) \
535
538
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
536
539
        *.tar.xz*) \
576
579
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
577
580
          && cd "$$am__cwd" \
578
581
          || exit 1
579
 
        $(am__remove_distdir)
 
582
        $(am__post_remove_distdir)
580
583
        @(echo "$(distdir) archives ready for distribution: "; \
581
584
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
582
585
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
710
713
 
711
714
uninstall-am:
712
715
 
713
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
714
 
        install-am install-strip tags-recursive
 
716
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \
 
717
        cscopelist-recursive ctags-recursive install-am install-strip \
 
718
        tags-recursive
715
719
 
716
720
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
717
 
        all all-am am--refresh check check-am clean clean-generic \
718
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
719
 
        dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
720
 
        distcheck distclean distclean-generic distclean-tags \
721
 
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
722
 
        html-am info info-am install install-am install-data \
723
 
        install-data-am install-dvi install-dvi-am install-exec \
724
 
        install-exec-am install-html install-html-am install-info \
725
 
        install-info-am install-man install-pdf install-pdf-am \
726
 
        install-ps install-ps-am install-strip installcheck \
727
 
        installcheck-am installdirs installdirs-am maintainer-clean \
728
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
729
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
 
721
        all all-am am--refresh check check-am clean clean-cscope \
 
722
        clean-generic cscope cscopelist cscopelist-recursive ctags \
 
723
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-lzip \
 
724
        dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
 
725
        distclean-generic distclean-tags distcleancheck distdir \
 
726
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
727
        install install-am install-data install-data-am install-dvi \
 
728
        install-dvi-am install-exec install-exec-am install-html \
 
729
        install-html-am install-info install-info-am install-man \
 
730
        install-pdf install-pdf-am install-ps install-ps-am \
 
731
        install-strip installcheck installcheck-am installdirs \
 
732
        installdirs-am maintainer-clean maintainer-clean-generic \
 
733
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
 
734
        tags-recursive uninstall uninstall-am
730
735
 
731
736
 
732
737
-include $(top_srcdir)/git.mk