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

« back to all changes in this revision

Viewing changes to avr/lib/avrxmega7/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@
1540
1538
#     (which will cause the Makefiles to be regenerated when you run `make');
1541
1539
# (2) otherwise, pass the desired values on the `make' command line.
1542
1540
$(RECURSIVE_TARGETS):
1543
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
1541
        @failcom='exit 1'; \
 
1542
        for f in x $$MAKEFLAGS; do \
 
1543
          case $$f in \
 
1544
            *=* | --[!k]*);; \
 
1545
            *k*) failcom='fail=yes';; \
 
1546
          esac; \
 
1547
        done; \
1544
1548
        dot_seen=no; \
1545
1549
        target=`echo $@ | sed s/-recursive//`; \
1546
1550
        list='$(SUBDIRS)'; for subdir in $$list; do \
1552
1556
            local_target="$$target"; \
1553
1557
          fi; \
1554
1558
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1555
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
1559
          || eval $$failcom; \
1556
1560
        done; \
1557
1561
        if test "$$dot_seen" = "no"; then \
1558
1562
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1560
1564
 
1561
1565
mostlyclean-recursive clean-recursive distclean-recursive \
1562
1566
maintainer-clean-recursive:
1563
 
        @set fnord $$MAKEFLAGS; amf=$$2; \
 
1567
        @failcom='exit 1'; \
 
1568
        for f in x $$MAKEFLAGS; do \
 
1569
          case $$f in \
 
1570
            *=* | --[!k]*);; \
 
1571
            *k*) failcom='fail=yes';; \
 
1572
          esac; \
 
1573
        done; \
1564
1574
        dot_seen=no; \
1565
1575
        case "$@" in \
1566
1576
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1581
1591
            local_target="$$target"; \
1582
1592
          fi; \
1583
1593
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1584
 
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
1594
          || eval $$failcom; \
1585
1595
        done && test -z "$$fail"
1586
1596
tags-recursive:
1587
1597
        list='$(SUBDIRS)'; for subdir in $$list; do \