~ubuntu-branches/ubuntu/quantal/epiphany-extensions/quantal

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-09 07:34:35 UTC
  • mfrom: (1.1.40 upstream) (2.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100409073435-ypgwviw41tw8307a
Tags: 2.30.0-4
* debian/control.in:
  + (Build-) depend on epiphany-browser >= 2.30.2 for the new
    and finally correct extensions directory.

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,
158
158
GMOFILES = @GMOFILES@
159
159
GMSGFMT = @GMSGFMT@
160
160
GREP = @GREP@
161
 
GTK_BUILDER_CONVERT = @GTK_BUILDER_CONVERT@
162
161
HELP_DIR = @HELP_DIR@
163
162
INSTALL = @INSTALL@
164
163
INSTALL_DATA = @INSTALL_DATA@
214
213
SET_MAKE = @SET_MAKE@
215
214
SHELL = @SHELL@
216
215
STRIP = @STRIP@
217
 
SVN_BRANCH = @SVN_BRANCH@
218
 
SVN_MODULE = @SVN_MODULE@
219
 
SVN_ROOT = @SVN_ROOT@
220
216
USE_NLS = @USE_NLS@
221
217
VERSION = @VERSION@
222
218
WARN_CFLAGS = @WARN_CFLAGS@
325
321
#     (which will cause the Makefiles to be regenerated when you run `make');
326
322
# (2) otherwise, pass the desired values on the `make' command line.
327
323
$(RECURSIVE_TARGETS):
328
 
        @failcom='exit 1'; \
 
324
        @fail= failcom='exit 1'; \
329
325
        for f in x $$MAKEFLAGS; do \
330
326
          case $$f in \
331
327
            *=* | --[!k]*);; \
350
346
        fi; test -z "$$fail"
351
347
 
352
348
$(RECURSIVE_CLEAN_TARGETS):
353
 
        @failcom='exit 1'; \
 
349
        @fail= failcom='exit 1'; \
354
350
        for f in x $$MAKEFLAGS; do \
355
351
          case $$f in \
356
352
            *=* | --[!k]*);; \