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

« back to all changes in this revision

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