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

« back to all changes in this revision

Viewing changes to devel-docs/libgimpmodule/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.
21
22
####################################
22
23
VPATH = @srcdir@
23
24
pkgdatadir = $(datadir)/@PACKAGE@
 
25
pkgincludedir = $(includedir)/@PACKAGE@
24
26
pkglibdir = $(libdir)/@PACKAGE@
25
 
pkgincludedir = $(includedir)/@PACKAGE@
 
27
pkglibexecdir = $(libexecdir)/@PACKAGE@
26
28
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
29
install_sh_DATA = $(install_sh) -c -m 644
28
30
install_sh_PROGRAM = $(install_sh) -c
53
55
mkinstalldirs = $(install_sh) -d
54
56
CONFIG_HEADER = $(top_builddir)/config.h
55
57
CONFIG_CLEAN_FILES = version
 
58
CONFIG_CLEAN_VPATH_FILES =
56
59
SOURCES =
57
60
DIST_SOURCES =
58
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
449
452
              exit 1;; \
450
453
          esac; \
451
454
        done; \
452
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  devel-docs/libgimpmodule/Makefile'; \
453
 
        cd $(top_srcdir) && \
454
 
          $(AUTOMAKE) --gnu  devel-docs/libgimpmodule/Makefile
 
455
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile'; \
 
456
        $(am__cd) $(top_srcdir) && \
 
457
          $(AUTOMAKE) --gnu devel-docs/libgimpmodule/Makefile
455
458
.PRECIOUS: Makefile
456
459
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457
460
        @case '$?' in \
469
472
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
470
473
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
471
474
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
475
$(am__aclocal_m4_deps):
472
476
version: $(top_builddir)/config.status $(srcdir)/version.in
473
477
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
474
478
 
500
504
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
501
505
          if test -d $$d/$$file; then \
502
506
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
507
            if test -d "$(distdir)/$$file"; then \
 
508
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
509
            fi; \
503
510
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
504
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
511
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
512
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505
513
            fi; \
506
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
514
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507
515
          else \
508
 
            test -f $(distdir)/$$file \
509
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
516
            test -f "$(distdir)/$$file" \
 
517
            || cp -p $$d/$$file "$(distdir)/$$file" \
510
518
            || exit 1; \
511
519
          fi; \
512
520
        done
538
546
 
539
547
distclean-generic:
540
548
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
549
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
541
550
 
542
551
maintainer-clean-generic:
543
552
        @echo "This command is intended for maintainers to use"
556
565
 
557
566
html: html-am
558
567
 
 
568
html-am:
 
569
 
559
570
info: info-am
560
571
 
561
572
info-am:
564
575
 
565
576
install-dvi: install-dvi-am
566
577
 
 
578
install-dvi-am:
 
579
 
567
580
install-exec-am:
568
581
 
569
582
install-html: install-html-am
570
583
 
 
584
install-html-am:
 
585
 
571
586
install-info: install-info-am
572
587
 
 
588
install-info-am:
 
589
 
573
590
install-man:
574
591
 
575
592
install-pdf: install-pdf-am
576
593
 
 
594
install-pdf-am:
 
595
 
577
596
install-ps: install-ps-am
578
597
 
 
598
install-ps-am:
 
599
 
579
600
installcheck-am:
580
601
 
581
602
maintainer-clean: maintainer-clean-am
754
775
          gtkdoc-rebase --online --relative --html-dir=$(distdir)/html
755
776
 
756
777
.PHONY : dist-hook-local docs
 
778
 
757
779
# Tell versions [3.59,3.63) of GNU make to not export all variables.
758
780
# Otherwise a system limit (for SysV at least) may be exceeded.
759
781
.NOEXPORT: