~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to themes/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-02-26 19:10:31 UTC
  • mfrom: (1.1.22 upstream) (0.4.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100226191031-d11l96bebdllen1n
Tags: 2.6.8-2ubuntu1
* Merge with debian, remaining changes:
  + debian/patches/02_help-message.patch,
    debian/patches/03_gimp.desktop.in.in.patch:
    - updated some strings for ubuntu
  + debian/rules:
    - updated translation templates
  + debian/control:
    - set Vcs-Bzr url

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
57
60
        ps-recursive uninstall-recursive
58
61
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
62
  distclean-recursive maintainer-clean-recursive
 
63
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
64
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
65
        distdir
60
66
ETAGS = etags
61
67
CTAGS = ctags
62
68
DIST_SUBDIRS = $(SUBDIRS)
63
69
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70
am__relativize = \
 
71
  dir0=`pwd`; \
 
72
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
73
  sed_rest='s,^[^/]*/*,,'; \
 
74
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
75
  sed_butlast='s,/*[^/]*$$,,'; \
 
76
  while test -n "$$dir1"; do \
 
77
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
78
    if test "$$first" != "."; then \
 
79
      if test "$$first" = ".."; then \
 
80
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
81
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
82
      else \
 
83
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
84
        if test "$$first2" = "$$first"; then \
 
85
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
86
        else \
 
87
          dir2="../$$dir2"; \
 
88
        fi; \
 
89
        dir0="$$dir0"/"$$first"; \
 
90
      fi; \
 
91
    fi; \
 
92
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
93
  done; \
 
94
  reldir="$$dir2"
64
95
AA_LIBS = @AA_LIBS@
65
96
ACLOCAL = @ACLOCAL@
66
97
ALLOCA = @ALLOCA@
370
401
              exit 1;; \
371
402
          esac; \
372
403
        done; \
373
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  themes/Makefile'; \
374
 
        cd $(top_srcdir) && \
375
 
          $(AUTOMAKE) --gnu  themes/Makefile
 
404
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu themes/Makefile'; \
 
405
        $(am__cd) $(top_srcdir) && \
 
406
          $(AUTOMAKE) --gnu themes/Makefile
376
407
.PRECIOUS: Makefile
377
408
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378
409
        @case '$?' in \
390
421
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
391
422
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
392
423
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
424
$(am__aclocal_m4_deps):
393
425
 
394
426
mostlyclean-libtool:
395
427
        -rm -f *.lo
421
453
          else \
422
454
            local_target="$$target"; \
423
455
          fi; \
424
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
456
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
425
457
          || eval $$failcom; \
426
458
        done; \
427
459
        if test "$$dot_seen" = "no"; then \
455
487
          else \
456
488
            local_target="$$target"; \
457
489
          fi; \
458
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
490
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
459
491
          || eval $$failcom; \
460
492
        done && test -z "$$fail"
461
493
tags-recursive:
462
494
        list='$(SUBDIRS)'; for subdir in $$list; do \
463
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
495
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
464
496
        done
465
497
ctags-recursive:
466
498
        list='$(SUBDIRS)'; for subdir in $$list; do \
467
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
499
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
468
500
        done
469
501
 
470
502
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
479
511
 
480
512
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
481
513
                $(TAGS_FILES) $(LISP)
482
 
        tags=; \
 
514
        set x; \
483
515
        here=`pwd`; \
484
516
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
485
517
          include_option=--etags-include; \
491
523
        list='$(SUBDIRS)'; for subdir in $$list; do \
492
524
          if test "$$subdir" = .; then :; else \
493
525
            test ! -f $$subdir/TAGS || \
494
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
526
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
495
527
          fi; \
496
528
        done; \
497
529
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
500
532
          done | \
501
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
502
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
503
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
535
        shift; \
 
536
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
504
537
          test -n "$$unique" || unique=$$empty_fix; \
505
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
506
 
            $$tags $$unique; \
 
538
          if test $$# -gt 0; then \
 
539
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
540
              "$$@" $$unique; \
 
541
          else \
 
542
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
543
              $$unique; \
 
544
          fi; \
507
545
        fi
508
546
ctags: CTAGS
509
547
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
510
548
                $(TAGS_FILES) $(LISP)
511
 
        tags=; \
512
549
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
513
550
        unique=`for i in $$list; do \
514
551
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
515
552
          done | \
516
553
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
517
554
              END { if (nonempty) { for (i in files) print i; }; }'`; \
518
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
555
        test -z "$(CTAGS_ARGS)$$unique" \
519
556
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
520
 
             $$tags $$unique
 
557
             $$unique
521
558
 
522
559
GTAGS:
523
560
        here=`$(am__cd) $(top_builddir) && pwd` \
524
 
          && cd $(top_srcdir) \
525
 
          && gtags -i $(GTAGS_ARGS) $$here
 
561
          && $(am__cd) $(top_srcdir) \
 
562
          && gtags -i $(GTAGS_ARGS) "$$here"
526
563
 
527
564
distclean-tags:
528
565
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
543
580
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
544
581
          if test -d $$d/$$file; then \
545
582
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
583
            if test -d "$(distdir)/$$file"; then \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
585
            fi; \
546
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
547
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
587
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
548
589
            fi; \
549
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
590
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
550
591
          else \
551
 
            test -f $(distdir)/$$file \
552
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
592
            test -f "$(distdir)/$$file" \
 
593
            || cp -p $$d/$$file "$(distdir)/$$file" \
553
594
            || exit 1; \
554
595
          fi; \
555
596
        done
556
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
597
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
557
598
          if test "$$subdir" = .; then :; else \
558
599
            test -d "$(distdir)/$$subdir" \
559
600
            || $(MKDIR_P) "$(distdir)/$$subdir" \
560
601
            || exit 1; \
561
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
562
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
563
 
            (cd $$subdir && \
 
602
          fi; \
 
603
        done
 
604
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
605
          if test "$$subdir" = .; then :; else \
 
606
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
607
            $(am__relativize); \
 
608
            new_distdir=$$reldir; \
 
609
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
610
            $(am__relativize); \
 
611
            new_top_distdir=$$reldir; \
 
612
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
613
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
614
            ($(am__cd) $$subdir && \
564
615
              $(MAKE) $(AM_MAKEFLAGS) \
565
 
                top_distdir="$$top_distdir" \
566
 
                distdir="$$distdir/$$subdir" \
 
616
                top_distdir="$$new_top_distdir" \
 
617
                distdir="$$new_distdir" \
567
618
                am__remove_distdir=: \
568
619
                am__skip_length_check=: \
 
620
                am__skip_mode_fix=: \
569
621
                distdir) \
570
622
              || exit 1; \
571
623
          fi; \
595
647
 
596
648
distclean-generic:
597
649
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
650
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
598
651
 
599
652
maintainer-clean-generic:
600
653
        @echo "This command is intended for maintainers to use"
613
666
 
614
667
html: html-recursive
615
668
 
 
669
html-am:
 
670
 
616
671
info: info-recursive
617
672
 
618
673
info-am:
621
676
 
622
677
install-dvi: install-dvi-recursive
623
678
 
 
679
install-dvi-am:
 
680
 
624
681
install-exec-am:
625
682
 
626
683
install-html: install-html-recursive
627
684
 
 
685
install-html-am:
 
686
 
628
687
install-info: install-info-recursive
629
688
 
 
689
install-info-am:
 
690
 
630
691
install-man:
631
692
 
632
693
install-pdf: install-pdf-recursive
633
694
 
 
695
install-pdf-am:
 
696
 
634
697
install-ps: install-ps-recursive
635
698
 
 
699
install-ps-am:
 
700
 
636
701
installcheck-am:
637
702
 
638
703
maintainer-clean: maintainer-clean-recursive
653
718
 
654
719
uninstall-am:
655
720
 
656
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
657
 
        install-strip
 
721
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
722
        install-am install-strip tags-recursive
658
723
 
659
724
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
660
725
        all all-am check check-am clean clean-generic clean-libtool \
670
735
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
671
736
        uninstall uninstall-am
672
737
 
 
738
 
673
739
# Tell versions [3.59,3.63) of GNU make to not export all variables.
674
740
# Otherwise a system limit (for SysV at least) may be exceeded.
675
741
.NOEXPORT: