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

« back to all changes in this revision

Viewing changes to data/palettes/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)$(palettedatadir)"
59
 
palettedataDATA_INSTALL = $(INSTALL_DATA)
60
77
DATA = $(palettedata_DATA)
61
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
79
AA_LIBS = @AA_LIBS@
411
428
              exit 1;; \
412
429
          esac; \
413
430
        done; \
414
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/palettes/Makefile'; \
415
 
        cd $(top_srcdir) && \
416
 
          $(AUTOMAKE) --gnu  data/palettes/Makefile
 
431
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/palettes/Makefile'; \
 
432
        $(am__cd) $(top_srcdir) && \
 
433
          $(AUTOMAKE) --gnu data/palettes/Makefile
417
434
.PRECIOUS: Makefile
418
435
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
419
436
        @case '$?' in \
431
448
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
432
449
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
433
450
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
451
$(am__aclocal_m4_deps):
434
452
 
435
453
mostlyclean-libtool:
436
454
        -rm -f *.lo
440
458
install-palettedataDATA: $(palettedata_DATA)
441
459
        @$(NORMAL_INSTALL)
442
460
        test -z "$(palettedatadir)" || $(MKDIR_P) "$(DESTDIR)$(palettedatadir)"
443
 
        @list='$(palettedata_DATA)'; for p in $$list; do \
 
461
        @list='$(palettedata_DATA)'; test -n "$(palettedatadir)" || list=; \
 
462
        for p in $$list; do \
444
463
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
445
 
          f=$(am__strip_dir) \
446
 
          echo " $(palettedataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(palettedatadir)/$$f'"; \
447
 
          $(palettedataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(palettedatadir)/$$f"; \
 
464
          echo "$$d$$p"; \
 
465
        done | $(am__base_list) | \
 
466
        while read files; do \
 
467
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(palettedatadir)'"; \
 
468
          $(INSTALL_DATA) $$files "$(DESTDIR)$(palettedatadir)" || exit $$?; \
448
469
        done
449
470
 
450
471
uninstall-palettedataDATA:
451
472
        @$(NORMAL_UNINSTALL)
452
 
        @list='$(palettedata_DATA)'; for p in $$list; do \
453
 
          f=$(am__strip_dir) \
454
 
          echo " rm -f '$(DESTDIR)$(palettedatadir)/$$f'"; \
455
 
          rm -f "$(DESTDIR)$(palettedatadir)/$$f"; \
456
 
        done
 
473
        @list='$(palettedata_DATA)'; test -n "$(palettedatadir)" || list=; \
 
474
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
475
        test -n "$$files" || exit 0; \
 
476
        echo " ( cd '$(DESTDIR)$(palettedatadir)' && rm -f" $$files ")"; \
 
477
        cd "$(DESTDIR)$(palettedatadir)" && rm -f $$files
457
478
tags: TAGS
458
479
TAGS:
459
480
 
477
498
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478
499
          if test -d $$d/$$file; then \
479
500
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
501
            if test -d "$(distdir)/$$file"; then \
 
502
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
503
            fi; \
480
504
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
481
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
505
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
506
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
482
507
            fi; \
483
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
508
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
484
509
          else \
485
 
            test -f $(distdir)/$$file \
486
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
510
            test -f "$(distdir)/$$file" \
 
511
            || cp -p $$d/$$file "$(distdir)/$$file" \
487
512
            || exit 1; \
488
513
          fi; \
489
514
        done
514
539
 
515
540
distclean-generic:
516
541
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
542
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
543
 
518
544
maintainer-clean-generic:
519
545
        @echo "This command is intended for maintainers to use"
532
558
 
533
559
html: html-am
534
560
 
 
561
html-am:
 
562
 
535
563
info: info-am
536
564
 
537
565
info-am:
540
568
 
541
569
install-dvi: install-dvi-am
542
570
 
 
571
install-dvi-am:
 
572
 
543
573
install-exec-am:
544
574
 
545
575
install-html: install-html-am
546
576
 
 
577
install-html-am:
 
578
 
547
579
install-info: install-info-am
548
580
 
 
581
install-info-am:
 
582
 
549
583
install-man:
550
584
 
551
585
install-pdf: install-pdf-am
552
586
 
 
587
install-pdf-am:
 
588
 
553
589
install-ps: install-ps-am
554
590
 
 
591
install-ps-am:
 
592
 
555
593
installcheck-am:
556
594
 
557
595
maintainer-clean: maintainer-clean-am
586
624
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
587
625
        ps ps-am uninstall uninstall-am uninstall-palettedataDATA
588
626
 
 
627
 
589
628
# Tell versions [3.59,3.63) of GNU make to not export all variables.
590
629
# Otherwise a system limit (for SysV at least) may be exceeded.
591
630
.NOEXPORT: