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

« back to all changes in this revision

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