~ubuntu-branches/ubuntu/lucid/gimp/lucid-proposed

« back to all changes in this revision

Viewing changes to etc/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)$(gimpsysconfdir)"
59
 
gimpsysconfDATA_INSTALL = $(INSTALL_DATA)
60
77
DATA = $(gimpsysconf_DATA)
61
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
62
79
AA_LIBS = @AA_LIBS@
380
397
              exit 1;; \
381
398
          esac; \
382
399
        done; \
383
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  etc/Makefile'; \
384
 
        cd $(top_srcdir) && \
385
 
          $(AUTOMAKE) --gnu  etc/Makefile
 
400
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu etc/Makefile'; \
 
401
        $(am__cd) $(top_srcdir) && \
 
402
          $(AUTOMAKE) --gnu etc/Makefile
386
403
.PRECIOUS: Makefile
387
404
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388
405
        @case '$?' in \
400
417
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
418
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
402
419
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
420
$(am__aclocal_m4_deps):
403
421
 
404
422
mostlyclean-libtool:
405
423
        -rm -f *.lo
409
427
install-gimpsysconfDATA: $(gimpsysconf_DATA)
410
428
        @$(NORMAL_INSTALL)
411
429
        test -z "$(gimpsysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(gimpsysconfdir)"
412
 
        @list='$(gimpsysconf_DATA)'; for p in $$list; do \
 
430
        @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
 
431
        for p in $$list; do \
413
432
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
414
 
          f=$(am__strip_dir) \
415
 
          echo " $(gimpsysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(gimpsysconfdir)/$$f'"; \
416
 
          $(gimpsysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(gimpsysconfdir)/$$f"; \
 
433
          echo "$$d$$p"; \
 
434
        done | $(am__base_list) | \
 
435
        while read files; do \
 
436
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gimpsysconfdir)'"; \
 
437
          $(INSTALL_DATA) $$files "$(DESTDIR)$(gimpsysconfdir)" || exit $$?; \
417
438
        done
418
439
 
419
440
uninstall-gimpsysconfDATA:
420
441
        @$(NORMAL_UNINSTALL)
421
 
        @list='$(gimpsysconf_DATA)'; for p in $$list; do \
422
 
          f=$(am__strip_dir) \
423
 
          echo " rm -f '$(DESTDIR)$(gimpsysconfdir)/$$f'"; \
424
 
          rm -f "$(DESTDIR)$(gimpsysconfdir)/$$f"; \
425
 
        done
 
442
        @list='$(gimpsysconf_DATA)'; test -n "$(gimpsysconfdir)" || list=; \
 
443
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
444
        test -n "$$files" || exit 0; \
 
445
        echo " ( cd '$(DESTDIR)$(gimpsysconfdir)' && rm -f" $$files ")"; \
 
446
        cd "$(DESTDIR)$(gimpsysconfdir)" && rm -f $$files
426
447
tags: TAGS
427
448
TAGS:
428
449
 
446
467
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447
468
          if test -d $$d/$$file; then \
448
469
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
470
            if test -d "$(distdir)/$$file"; then \
 
471
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
472
            fi; \
449
473
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
450
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
474
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
475
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451
476
            fi; \
452
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
477
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
453
478
          else \
454
 
            test -f $(distdir)/$$file \
455
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
479
            test -f "$(distdir)/$$file" \
 
480
            || cp -p $$d/$$file "$(distdir)/$$file" \
456
481
            || exit 1; \
457
482
          fi; \
458
483
        done
483
508
 
484
509
distclean-generic:
485
510
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
511
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
486
512
 
487
513
maintainer-clean-generic:
488
514
        @echo "This command is intended for maintainers to use"
501
527
 
502
528
html: html-am
503
529
 
 
530
html-am:
 
531
 
504
532
info: info-am
505
533
 
506
534
info-am:
509
537
 
510
538
install-dvi: install-dvi-am
511
539
 
 
540
install-dvi-am:
 
541
 
512
542
install-exec-am:
513
543
 
514
544
install-html: install-html-am
515
545
 
 
546
install-html-am:
 
547
 
516
548
install-info: install-info-am
517
549
 
 
550
install-info-am:
 
551
 
518
552
install-man:
519
553
 
520
554
install-pdf: install-pdf-am
521
555
 
 
556
install-pdf-am:
 
557
 
522
558
install-ps: install-ps-am
523
559
 
 
560
install-ps-am:
 
561
 
524
562
installcheck-am:
525
563
 
526
564
maintainer-clean: maintainer-clean-am
555
593
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
556
594
        ps ps-am uninstall uninstall-am uninstall-gimpsysconfDATA
557
595
 
 
596
 
558
597
# Tell versions [3.59,3.63) of GNU make to not export all variables.
559
598
# Otherwise a system limit (for SysV at least) may be exceeded.
560
599
.NOEXPORT: