~ubuntu-branches/ubuntu/quantal/gputils/quantal

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Aurelien Jarno
  • Date: 2006-09-04 11:05:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20060904110506-1nmyanxfhepzyogy
Tags: 0.13.4-1
* New upstream version.
  - Fixed 18xx config bug when config is the last section (closes: #305547).
* Bumped Standards-Version to 3.7.2 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.9.6 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
246
246
#     (which will cause the Makefiles to be regenerated when you run `make');
247
247
# (2) otherwise, pass the desired values on the `make' command line.
248
248
$(RECURSIVE_TARGETS):
249
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
249
        @failcom='exit 1'; \
 
250
        for f in x $$MAKEFLAGS; do \
 
251
          case $$f in \
 
252
            *=* | --[!k]*);; \
 
253
            *k*) failcom='fail=yes';; \
 
254
          esac; \
 
255
        done; \
250
256
        dot_seen=no; \
251
257
        target=`echo $@ | sed s/-recursive//`; \
252
258
        list='$(SUBDIRS)'; for subdir in $$list; do \
258
264
            local_target="$$target"; \
259
265
          fi; \
260
266
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
267
          || eval $$failcom; \
262
268
        done; \
263
269
        if test "$$dot_seen" = "no"; then \
264
270
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
266
272
 
267
273
mostlyclean-recursive clean-recursive distclean-recursive \
268
274
maintainer-clean-recursive:
269
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
275
        @failcom='exit 1'; \
 
276
        for f in x $$MAKEFLAGS; do \
 
277
          case $$f in \
 
278
            *=* | --[!k]*);; \
 
279
            *k*) failcom='fail=yes';; \
 
280
          esac; \
 
281
        done; \
270
282
        dot_seen=no; \
271
283
        case "$@" in \
272
284
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
287
299
            local_target="$$target"; \
288
300
          fi; \
289
301
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
290
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
302
          || eval $$failcom; \
291
303
        done && test -z "$$fail"
292
304
tags-recursive:
293
305
        list='$(SUBDIRS)'; for subdir in $$list; do \