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

« back to all changes in this revision

Viewing changes to devel-docs/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,
206
206
GNOME_VFS_LIBS = @GNOME_VFS_LIBS@
207
207
GOBJECT_QUERY = @GOBJECT_QUERY@
208
208
GREP = @GREP@
 
209
GTKDOC_CHECK = @GTKDOC_CHECK@
 
210
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
211
GTKDOC_REBASE = @GTKDOC_REBASE@
209
212
GTK_CFLAGS = @GTK_CFLAGS@
210
213
GTK_LIBS = @GTK_LIBS@
211
214
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
271
274
PATH_SEPARATOR = @PATH_SEPARATOR@
272
275
PERL = @PERL@
273
276
PKG_CONFIG = @PKG_CONFIG@
 
277
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
278
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
274
279
PNG_CFLAGS = @PNG_CFLAGS@
275
280
PNG_LIBS = @PNG_LIBS@
276
281
POFILES = @POFILES@
468
473
#     (which will cause the Makefiles to be regenerated when you run `make');
469
474
# (2) otherwise, pass the desired values on the `make' command line.
470
475
$(RECURSIVE_TARGETS):
471
 
        @failcom='exit 1'; \
 
476
        @fail= failcom='exit 1'; \
472
477
        for f in x $$MAKEFLAGS; do \
473
478
          case $$f in \
474
479
            *=* | --[!k]*);; \
493
498
        fi; test -z "$$fail"
494
499
 
495
500
$(RECURSIVE_CLEAN_TARGETS):
496
 
        @failcom='exit 1'; \
 
501
        @fail= failcom='exit 1'; \
497
502
        for f in x $$MAKEFLAGS; do \
498
503
          case $$f in \
499
504
            *=* | --[!k]*);; \