~ubuntu-branches/ubuntu/maverick/gimp/maverick-proposed

« back to all changes in this revision

Viewing changes to data/brushes/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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
47
49
mkinstalldirs = $(install_sh) -d
48
50
CONFIG_HEADER = $(top_builddir)/config.h
49
51
CONFIG_CLEAN_FILES =
 
52
CONFIG_CLEAN_VPATH_FILES =
50
53
SOURCES =
51
54
DIST_SOURCES =
52
55
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
54
57
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
55
58
    *) f=$$p;; \
56
59
  esac;
57
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
60
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
61
am__install_max = 40
 
62
am__nobase_strip_setup = \
 
63
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
64
am__nobase_strip = \
 
65
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
66
am__nobase_list = $(am__nobase_strip_setup); \
 
67
  for p in $$list; do echo "$$p $$p"; done | \
 
68
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
69
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
70
    if (++n[$$2] == $(am__install_max)) \
 
71
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
72
    END { for (dir in files) print dir, files[dir] }'
 
73
am__base_list = \
 
74
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
75
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
58
76
am__installdirs = "$(DESTDIR)$(brushdatadir)"
59
 
brushdataDATA_INSTALL = $(INSTALL_DATA)
60
77
DATA = $(brushdata_DATA)
61
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
79
AA_LIBS = @AA_LIBS@
419
436
              exit 1;; \
420
437
          esac; \
421
438
        done; \
422
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/brushes/Makefile'; \
423
 
        cd $(top_srcdir) && \
424
 
          $(AUTOMAKE) --gnu  data/brushes/Makefile
 
439
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/brushes/Makefile'; \
 
440
        $(am__cd) $(top_srcdir) && \
 
441
          $(AUTOMAKE) --gnu data/brushes/Makefile
425
442
.PRECIOUS: Makefile
426
443
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
427
444
        @case '$?' in \
439
456
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
440
457
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
441
458
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
459
$(am__aclocal_m4_deps):
442
460
 
443
461
mostlyclean-libtool:
444
462
        -rm -f *.lo
448
466
install-brushdataDATA: $(brushdata_DATA)
449
467
        @$(NORMAL_INSTALL)
450
468
        test -z "$(brushdatadir)" || $(MKDIR_P) "$(DESTDIR)$(brushdatadir)"
451
 
        @list='$(brushdata_DATA)'; for p in $$list; do \
 
469
        @list='$(brushdata_DATA)'; test -n "$(brushdatadir)" || list=; \
 
470
        for p in $$list; do \
452
471
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
453
 
          f=$(am__strip_dir) \
454
 
          echo " $(brushdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(brushdatadir)/$$f'"; \
455
 
          $(brushdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(brushdatadir)/$$f"; \
 
472
          echo "$$d$$p"; \
 
473
        done | $(am__base_list) | \
 
474
        while read files; do \
 
475
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(brushdatadir)'"; \
 
476
          $(INSTALL_DATA) $$files "$(DESTDIR)$(brushdatadir)" || exit $$?; \
456
477
        done
457
478
 
458
479
uninstall-brushdataDATA:
459
480
        @$(NORMAL_UNINSTALL)
460
 
        @list='$(brushdata_DATA)'; for p in $$list; do \
461
 
          f=$(am__strip_dir) \
462
 
          echo " rm -f '$(DESTDIR)$(brushdatadir)/$$f'"; \
463
 
          rm -f "$(DESTDIR)$(brushdatadir)/$$f"; \
464
 
        done
 
481
        @list='$(brushdata_DATA)'; test -n "$(brushdatadir)" || list=; \
 
482
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
483
        test -n "$$files" || exit 0; \
 
484
        echo " ( cd '$(DESTDIR)$(brushdatadir)' && rm -f" $$files ")"; \
 
485
        cd "$(DESTDIR)$(brushdatadir)" && rm -f $$files
465
486
tags: TAGS
466
487
TAGS:
467
488
 
485
506
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486
507
          if test -d $$d/$$file; then \
487
508
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
509
            if test -d "$(distdir)/$$file"; then \
 
510
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
511
            fi; \
488
512
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
489
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
513
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
514
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490
515
            fi; \
491
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
516
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492
517
          else \
493
 
            test -f $(distdir)/$$file \
494
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
518
            test -f "$(distdir)/$$file" \
 
519
            || cp -p $$d/$$file "$(distdir)/$$file" \
495
520
            || exit 1; \
496
521
          fi; \
497
522
        done
522
547
 
523
548
distclean-generic:
524
549
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
550
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
525
551
 
526
552
maintainer-clean-generic:
527
553
        @echo "This command is intended for maintainers to use"
540
566
 
541
567
html: html-am
542
568
 
 
569
html-am:
 
570
 
543
571
info: info-am
544
572
 
545
573
info-am:
548
576
 
549
577
install-dvi: install-dvi-am
550
578
 
 
579
install-dvi-am:
 
580
 
551
581
install-exec-am:
552
582
 
553
583
install-html: install-html-am
554
584
 
 
585
install-html-am:
 
586
 
555
587
install-info: install-info-am
556
588
 
 
589
install-info-am:
 
590
 
557
591
install-man:
558
592
 
559
593
install-pdf: install-pdf-am
560
594
 
 
595
install-pdf-am:
 
596
 
561
597
install-ps: install-ps-am
562
598
 
 
599
install-ps-am:
 
600
 
563
601
installcheck-am:
564
602
 
565
603
maintainer-clean: maintainer-clean-am
594
632
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
595
633
        uninstall uninstall-am uninstall-brushdataDATA
596
634
 
 
635
 
597
636
# Tell versions [3.59,3.63) of GNU make to not export all variables.
598
637
# Otherwise a system limit (for SysV at least) may be exceeded.
599
638
.NOEXPORT: