~ubuntu-branches/ubuntu/oneiric/gimp/oneiric-security

« back to all changes in this revision

Viewing changes to plug-ins/gfig/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2010-07-12 15:08:08 UTC
  • mfrom: (1.1.23) (0.4.6 sid)
  • Revision ID: package-import@ubuntu.com-20100712150808-db9xqgtxrvpyl3g2
Tags: 2.6.10-1ubuntu1
Resync on Debian, dropping changes which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
234
234
GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
235
235
GOBJECT_QUERY = @GOBJECT_QUERY@
236
236
GREP = @GREP@
 
237
GTKDOC_CHECK = @GTKDOC_CHECK@
 
238
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
239
GTKDOC_REBASE = @GTKDOC_REBASE@
237
240
GTK_CFLAGS = @GTK_CFLAGS@
238
241
GTK_LIBS = @GTK_LIBS@
239
242
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
299
302
PATH_SEPARATOR = @PATH_SEPARATOR@
300
303
PERL = @PERL@
301
304
PKG_CONFIG = @PKG_CONFIG@
 
305
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
306
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
302
307
PNG_CFLAGS = @PNG_CFLAGS@
303
308
PNG_LIBS = @PNG_LIBS@
304
309
POFILES = @POFILES@
620
625
#     (which will cause the Makefiles to be regenerated when you run `make');
621
626
# (2) otherwise, pass the desired values on the `make' command line.
622
627
$(RECURSIVE_TARGETS):
623
 
        @failcom='exit 1'; \
 
628
        @fail= failcom='exit 1'; \
624
629
        for f in x $$MAKEFLAGS; do \
625
630
          case $$f in \
626
631
            *=* | --[!k]*);; \
645
650
        fi; test -z "$$fail"
646
651
 
647
652
$(RECURSIVE_CLEAN_TARGETS):
648
 
        @failcom='exit 1'; \
 
653
        @fail= failcom='exit 1'; \
649
654
        for f in x $$MAKEFLAGS; do \
650
655
          case $$f in \
651
656
            *=* | --[!k]*);; \