~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to avr/lib/avr6/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2008-08-10 09:59:16 UTC
  • mfrom: (1.1.7 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080810095916-wwyigh3vt0e9s7ud
Tags: 1:1.6.2.cvs20080610-2
Added build-depends on texlive-extra-utils (closes: #493454)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.4 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.
446
446
# $Id: Files.am,v 1.9.2.2 2008/03/22 04:13:12 dmix Exp $
447
447
#
448
448
 
449
 
SOURCES = $(nodist_libc_a_SOURCES) $(nodist_libm_a_SOURCES) $(nodist_libprintf_flt_a_SOURCES) $(nodist_libprintf_min_a_SOURCES) $(nodist_libscanf_flt_a_SOURCES) $(nodist_libscanf_min_a_SOURCES)
450
 
 
451
449
srcdir = @srcdir@
452
450
top_srcdir = @top_srcdir@
453
451
pkgdatadir = $(datadir)/@PACKAGE@
1531
1529
#     (which will cause the Makefiles to be regenerated when you run `make');
1532
1530
# (2) otherwise, pass the desired values on the `make' command line.
1533
1531
$(RECURSIVE_TARGETS):
1534
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
1532
        @failcom='exit 1'; \
 
1533
        for f in x $$MAKEFLAGS; do \
 
1534
          case $$f in \
 
1535
            *=* | --[!k]*);; \
 
1536
            *k*) failcom='fail=yes';; \
 
1537
          esac; \
 
1538
        done; \
1535
1539
        dot_seen=no; \
1536
1540
        target=`echo $@ | sed s/-recursive//`; \
1537
1541
        list='$(SUBDIRS)'; for subdir in $$list; do \
1543
1547
            local_target="$$target"; \
1544
1548
          fi; \
1545
1549
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1546
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
1550
          || eval $$failcom; \
1547
1551
        done; \
1548
1552
        if test "$$dot_seen" = "no"; then \
1549
1553
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1551
1555
 
1552
1556
mostlyclean-recursive clean-recursive distclean-recursive \
1553
1557
maintainer-clean-recursive:
1554
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
1558
        @failcom='exit 1'; \
 
1559
        for f in x $$MAKEFLAGS; do \
 
1560
          case $$f in \
 
1561
            *=* | --[!k]*);; \
 
1562
            *k*) failcom='fail=yes';; \
 
1563
          esac; \
 
1564
        done; \
1555
1565
        dot_seen=no; \
1556
1566
        case "$@" in \
1557
1567
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1572
1582
            local_target="$$target"; \
1573
1583
          fi; \
1574
1584
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1575
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
1585
          || eval $$failcom; \
1576
1586
        done && test -z "$$fail"
1577
1587
tags-recursive:
1578
1588
        list='$(SUBDIRS)'; for subdir in $$list; do \