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

« back to all changes in this revision

Viewing changes to tools/pdbgen/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
46
48
mkinstalldirs = $(install_sh) -d
47
49
CONFIG_HEADER = $(top_builddir)/config.h
48
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
49
52
SOURCES =
50
53
DIST_SOURCES =
51
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
458
461
              exit 1;; \
459
462
          esac; \
460
463
        done; \
461
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  tools/pdbgen/Makefile'; \
462
 
        cd $(top_srcdir) && \
463
 
          $(AUTOMAKE) --gnu  tools/pdbgen/Makefile
 
464
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tools/pdbgen/Makefile'; \
 
465
        $(am__cd) $(top_srcdir) && \
 
466
          $(AUTOMAKE) --gnu tools/pdbgen/Makefile
464
467
.PRECIOUS: Makefile
465
468
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
466
469
        @case '$?' in \
478
481
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479
482
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
480
483
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
484
$(am__aclocal_m4_deps):
481
485
 
482
486
mostlyclean-libtool:
483
487
        -rm -f *.lo
507
511
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508
512
          if test -d $$d/$$file; then \
509
513
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
514
            if test -d "$(distdir)/$$file"; then \
 
515
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
516
            fi; \
510
517
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
511
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
518
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
519
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512
520
            fi; \
513
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
521
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
514
522
          else \
515
 
            test -f $(distdir)/$$file \
516
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
523
            test -f "$(distdir)/$$file" \
 
524
            || cp -p $$d/$$file "$(distdir)/$$file" \
517
525
            || exit 1; \
518
526
          fi; \
519
527
        done
541
549
 
542
550
distclean-generic:
543
551
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
552
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
553
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
545
554
 
546
555
maintainer-clean-generic:
560
569
 
561
570
html: html-am
562
571
 
 
572
html-am:
 
573
 
563
574
info: info-am
564
575
 
565
576
info-am:
568
579
 
569
580
install-dvi: install-dvi-am
570
581
 
 
582
install-dvi-am:
 
583
 
571
584
install-exec-am:
572
585
 
573
586
install-html: install-html-am
574
587
 
 
588
install-html-am:
 
589
 
575
590
install-info: install-info-am
576
591
 
 
592
install-info-am:
 
593
 
577
594
install-man:
578
595
 
579
596
install-pdf: install-pdf-am
580
597
 
 
598
install-pdf-am:
 
599
 
581
600
install-ps: install-ps-am
582
601
 
 
602
install-ps-am:
 
603
 
583
604
installcheck-am:
584
605
 
585
606
maintainer-clean: maintainer-clean-am
655
676
         && echo timestamp > $$rootme/stamp-enum-code
656
677
 
657
678
all-local: stamp-pdbgen stamp-enum-code
 
679
 
658
680
# Tell versions [3.59,3.63) of GNU make to not export all variables.
659
681
# Otherwise a system limit (for SysV at least) may be exceeded.
660
682
.NOEXPORT: