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

« back to all changes in this revision

Viewing changes to plug-ins/color-rotate/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,
231
231
GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
232
232
GOBJECT_QUERY = @GOBJECT_QUERY@
233
233
GREP = @GREP@
 
234
GTKDOC_CHECK = @GTKDOC_CHECK@
 
235
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
236
GTKDOC_REBASE = @GTKDOC_REBASE@
234
237
GTK_CFLAGS = @GTK_CFLAGS@
235
238
GTK_LIBS = @GTK_LIBS@
236
239
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
296
299
PATH_SEPARATOR = @PATH_SEPARATOR@
297
300
PERL = @PERL@
298
301
PKG_CONFIG = @PKG_CONFIG@
 
302
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
303
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
299
304
PNG_CFLAGS = @PNG_CFLAGS@
300
305
PNG_LIBS = @PNG_LIBS@
301
306
POFILES = @POFILES@
585
590
#     (which will cause the Makefiles to be regenerated when you run `make');
586
591
# (2) otherwise, pass the desired values on the `make' command line.
587
592
$(RECURSIVE_TARGETS):
588
 
        @failcom='exit 1'; \
 
593
        @fail= failcom='exit 1'; \
589
594
        for f in x $$MAKEFLAGS; do \
590
595
          case $$f in \
591
596
            *=* | --[!k]*);; \
610
615
        fi; test -z "$$fail"
611
616
 
612
617
$(RECURSIVE_CLEAN_TARGETS):
613
 
        @failcom='exit 1'; \
 
618
        @fail= failcom='exit 1'; \
614
619
        for f in x $$MAKEFLAGS; do \
615
620
          case $$f in \
616
621
            *=* | --[!k]*);; \