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

« back to all changes in this revision

Viewing changes to plug-ins/gfig/images/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
DATA = $(noinst_DATA)
380
383
              exit 1;; \
381
384
          esac; \
382
385
        done; \
383
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  plug-ins/gfig/images/Makefile'; \
384
 
        cd $(top_srcdir) && \
385
 
          $(AUTOMAKE) --gnu  plug-ins/gfig/images/Makefile
 
386
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile'; \
 
387
        $(am__cd) $(top_srcdir) && \
 
388
          $(AUTOMAKE) --gnu plug-ins/gfig/images/Makefile
386
389
.PRECIOUS: Makefile
387
390
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388
391
        @case '$?' in \
400
403
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401
404
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
402
405
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
406
$(am__aclocal_m4_deps):
403
407
 
404
408
mostlyclean-libtool:
405
409
        -rm -f *.lo
429
433
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
430
434
          if test -d $$d/$$file; then \
431
435
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
436
            if test -d "$(distdir)/$$file"; then \
 
437
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
438
            fi; \
432
439
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
433
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
440
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
441
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
434
442
            fi; \
435
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
443
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
436
444
          else \
437
 
            test -f $(distdir)/$$file \
438
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
445
            test -f "$(distdir)/$$file" \
 
446
            || cp -p $$d/$$file "$(distdir)/$$file" \
439
447
            || exit 1; \
440
448
          fi; \
441
449
        done
464
472
 
465
473
distclean-generic:
466
474
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
475
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
467
476
 
468
477
maintainer-clean-generic:
469
478
        @echo "This command is intended for maintainers to use"
482
491
 
483
492
html: html-am
484
493
 
 
494
html-am:
 
495
 
485
496
info: info-am
486
497
 
487
498
info-am:
490
501
 
491
502
install-dvi: install-dvi-am
492
503
 
 
504
install-dvi-am:
 
505
 
493
506
install-exec-am:
494
507
 
495
508
install-html: install-html-am
496
509
 
 
510
install-html-am:
 
511
 
497
512
install-info: install-info-am
498
513
 
 
514
install-info-am:
 
515
 
499
516
install-man:
500
517
 
501
518
install-pdf: install-pdf-am
502
519
 
 
520
install-pdf-am:
 
521
 
503
522
install-ps: install-ps-am
504
523
 
 
524
install-ps-am:
 
525
 
505
526
installcheck-am:
506
527
 
507
528
maintainer-clean: maintainer-clean-am
546
567
 
547
568
$(srcdir)/gfig-stock-pixbufs.h: stock-icons.list
548
569
        $(GDK_PIXBUF_CSOURCE) --raw --build-list `cat stock-icons.list` > $(@F)
 
570
 
549
571
# Tell versions [3.59,3.63) of GNU make to not export all variables.
550
572
# Otherwise a system limit (for SysV at least) may be exceeded.
551
573
.NOEXPORT: