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

« back to all changes in this revision

Viewing changes to libm/fplib/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 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,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
42
43
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43
44
# POSSIBILITY OF SUCH DAMAGE.
44
45
#
45
 
# $Id: Makefile.am,v 1.5 2005/08/11 20:55:26 joerg_wunsch Exp $
 
46
# $Id: Makefile.am 802 2005-08-11 20:55:26Z joerg_wunsch $
46
47
#
47
48
 
48
49
# Copyright (c) 2004,2008,2009  Theodore A. Roth
73
74
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
74
75
# POSSIBILITY OF SUCH DAMAGE.
75
76
#
76
 
# $Id: Files.am,v 1.9.2.3 2009/05/24 06:35:12 dmix Exp $
 
77
# $Id: Files.am 1961 2009-05-24 06:10:27Z dmix $
77
78
#
78
79
VPATH = @srcdir@
79
80
pkgdatadir = $(datadir)/@PACKAGE@
 
81
pkgincludedir = $(includedir)/@PACKAGE@
80
82
pkglibdir = $(libdir)/@PACKAGE@
81
 
pkgincludedir = $(includedir)/@PACKAGE@
 
83
pkglibexecdir = $(libexecdir)/@PACKAGE@
82
84
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83
85
install_sh_DATA = $(install_sh) -c -m 644
84
86
install_sh_PROGRAM = $(install_sh) -c
103
105
mkinstalldirs = $(install_sh) -d
104
106
CONFIG_HEADER = $(top_builddir)/config.h
105
107
CONFIG_CLEAN_FILES =
 
108
CONFIG_CLEAN_VPATH_FILES =
106
109
SOURCES =
107
110
DIST_SOURCES =
108
111
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
138
141
ECHO_T = @ECHO_T@
139
142
EXEEXT = @EXEEXT@
140
143
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
144
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
141
145
INSTALL = @INSTALL@
142
146
INSTALL_DATA = @INSTALL_DATA@
143
147
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
159
163
PACKAGE_NAME = @PACKAGE_NAME@
160
164
PACKAGE_STRING = @PACKAGE_STRING@
161
165
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
166
PACKAGE_URL = @PACKAGE_URL@
162
167
PACKAGE_VERSION = @PACKAGE_VERSION@
163
168
PATH_SEPARATOR = @PATH_SEPARATOR@
164
169
PNGTOPNM = @PNGTOPNM@
217
222
srcdir = @srcdir@
218
223
sysconfdir = @sysconfdir@
219
224
target_alias = @target_alias@
 
225
top_build_prefix = @top_build_prefix@
220
226
top_builddir = @top_builddir@
221
227
top_srcdir = @top_srcdir@
222
228
libm_a_c_sources = 
310
316
        @for dep in $?; do \
311
317
          case '$(am__configure_deps)' in \
312
318
            *$$dep*) \
313
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
314
 
                && exit 0; \
 
319
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
320
                && { if test -f $@; then exit 0; else break; fi; }; \
315
321
              exit 1;; \
316
322
          esac; \
317
323
        done; \
318
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libm/fplib/Makefile'; \
319
 
        cd $(top_srcdir) && \
320
 
          $(AUTOMAKE) --foreign  libm/fplib/Makefile
 
324
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm/fplib/Makefile'; \
 
325
        $(am__cd) $(top_srcdir) && \
 
326
          $(AUTOMAKE) --foreign libm/fplib/Makefile
321
327
.PRECIOUS: Makefile
322
328
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
323
329
        @case '$?' in \
335
341
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
336
342
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
337
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
$(am__aclocal_m4_deps):
338
345
tags: TAGS
339
346
TAGS:
340
347
 
358
365
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
359
366
          if test -d $$d/$$file; then \
360
367
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
368
            if test -d "$(distdir)/$$file"; then \
 
369
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
370
            fi; \
361
371
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
362
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
372
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
373
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
363
374
            fi; \
364
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
375
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
365
376
          else \
366
 
            test -f $(distdir)/$$file \
367
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
377
            test -f "$(distdir)/$$file" \
 
378
            || cp -p $$d/$$file "$(distdir)/$$file" \
368
379
            || exit 1; \
369
380
          fi; \
370
381
        done
392
403
 
393
404
distclean-generic:
394
405
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
406
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
395
407
 
396
408
maintainer-clean-generic:
397
409
        @echo "This command is intended for maintainers to use"
410
422
 
411
423
html: html-am
412
424
 
 
425
html-am:
 
426
 
413
427
info: info-am
414
428
 
415
429
info-am:
418
432
 
419
433
install-dvi: install-dvi-am
420
434
 
 
435
install-dvi-am:
 
436
 
421
437
install-exec-am:
422
438
 
423
439
install-html: install-html-am
424
440
 
 
441
install-html-am:
 
442
 
425
443
install-info: install-info-am
426
444
 
 
445
install-info-am:
 
446
 
427
447
install-man:
428
448
 
429
449
install-pdf: install-pdf-am
430
450
 
 
451
install-pdf-am:
 
452
 
431
453
install-ps: install-ps-am
432
454
 
 
455
install-ps-am:
 
456
 
433
457
installcheck-am:
434
458
 
435
459
maintainer-clean: maintainer-clean-am
464
488
 
465
489
 
466
490
# vim: set ft=make:
 
491
 
467
492
# Tell versions [3.59,3.63) of GNU make to not export all variables.
468
493
# Otherwise a system limit (for SysV at least) may be exceeded.
469
494
.NOEXPORT: