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

« back to all changes in this revision

Viewing changes to libm/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.2 2005/08/11 20:55:23 joerg_wunsch Exp $
 
46
# $Id: Makefile.am 802 2005-08-11 20:55:26Z joerg_wunsch $
46
47
#
47
48
VPATH = @srcdir@
48
49
pkgdatadir = $(datadir)/@PACKAGE@
 
50
pkgincludedir = $(includedir)/@PACKAGE@
49
51
pkglibdir = $(libdir)/@PACKAGE@
50
 
pkgincludedir = $(includedir)/@PACKAGE@
 
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
51
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52
54
install_sh_DATA = $(install_sh) -c -m 644
53
55
install_sh_PROGRAM = $(install_sh) -c
71
73
mkinstalldirs = $(install_sh) -d
72
74
CONFIG_HEADER = $(top_builddir)/config.h
73
75
CONFIG_CLEAN_FILES =
 
76
CONFIG_CLEAN_VPATH_FILES =
74
77
SOURCES =
75
78
DIST_SOURCES =
76
79
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82
85
        ps-recursive uninstall-recursive
83
86
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84
87
  distclean-recursive maintainer-clean-recursive
 
88
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
89
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
90
        distdir
85
91
ETAGS = etags
86
92
CTAGS = ctags
87
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
94
am__relativize = \
 
95
  dir0=`pwd`; \
 
96
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
97
  sed_rest='s,^[^/]*/*,,'; \
 
98
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
99
  sed_butlast='s,/*[^/]*$$,,'; \
 
100
  while test -n "$$dir1"; do \
 
101
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
102
    if test "$$first" != "."; then \
 
103
      if test "$$first" = ".."; then \
 
104
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
105
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
106
      else \
 
107
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
108
        if test "$$first2" = "$$first"; then \
 
109
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
110
        else \
 
111
          dir2="../$$dir2"; \
 
112
        fi; \
 
113
        dir0="$$dir0"/"$$first"; \
 
114
      fi; \
 
115
    fi; \
 
116
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
117
  done; \
 
118
  reldir="$$dir2"
88
119
ACLOCAL = @ACLOCAL@
89
120
AMTAR = @AMTAR@
90
121
AR = @AR@
117
148
ECHO_T = @ECHO_T@
118
149
EXEEXT = @EXEEXT@
119
150
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
151
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
120
152
INSTALL = @INSTALL@
121
153
INSTALL_DATA = @INSTALL_DATA@
122
154
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
138
170
PACKAGE_NAME = @PACKAGE_NAME@
139
171
PACKAGE_STRING = @PACKAGE_STRING@
140
172
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
173
PACKAGE_URL = @PACKAGE_URL@
141
174
PACKAGE_VERSION = @PACKAGE_VERSION@
142
175
PATH_SEPARATOR = @PATH_SEPARATOR@
143
176
PNGTOPNM = @PNGTOPNM@
196
229
srcdir = @srcdir@
197
230
sysconfdir = @sysconfdir@
198
231
target_alias = @target_alias@
 
232
top_build_prefix = @top_build_prefix@
199
233
top_builddir = @top_builddir@
200
234
top_srcdir = @top_srcdir@
201
235
SUBDIRS = fplib
207
241
        @for dep in $?; do \
208
242
          case '$(am__configure_deps)' in \
209
243
            *$$dep*) \
210
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
211
 
                && exit 0; \
 
244
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
245
                && { if test -f $@; then exit 0; else break; fi; }; \
212
246
              exit 1;; \
213
247
          esac; \
214
248
        done; \
215
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libm/Makefile'; \
216
 
        cd $(top_srcdir) && \
217
 
          $(AUTOMAKE) --foreign  libm/Makefile
 
249
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libm/Makefile'; \
 
250
        $(am__cd) $(top_srcdir) && \
 
251
          $(AUTOMAKE) --foreign libm/Makefile
218
252
.PRECIOUS: Makefile
219
253
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
220
254
        @case '$?' in \
232
266
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
267
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
234
268
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
269
$(am__aclocal_m4_deps):
235
270
 
236
271
# This directory's subdirectories are mostly independent; you can cd
237
272
# into them and run `make' without going through this Makefile.
240
275
#     (which will cause the Makefiles to be regenerated when you run `make');
241
276
# (2) otherwise, pass the desired values on the `make' command line.
242
277
$(RECURSIVE_TARGETS):
243
 
        @failcom='exit 1'; \
 
278
        @fail= failcom='exit 1'; \
244
279
        for f in x $$MAKEFLAGS; do \
245
280
          case $$f in \
246
281
            *=* | --[!k]*);; \
257
292
          else \
258
293
            local_target="$$target"; \
259
294
          fi; \
260
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
295
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
261
296
          || eval $$failcom; \
262
297
        done; \
263
298
        if test "$$dot_seen" = "no"; then \
265
300
        fi; test -z "$$fail"
266
301
 
267
302
$(RECURSIVE_CLEAN_TARGETS):
268
 
        @failcom='exit 1'; \
 
303
        @fail= failcom='exit 1'; \
269
304
        for f in x $$MAKEFLAGS; do \
270
305
          case $$f in \
271
306
            *=* | --[!k]*);; \
291
326
          else \
292
327
            local_target="$$target"; \
293
328
          fi; \
294
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
329
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
295
330
          || eval $$failcom; \
296
331
        done && test -z "$$fail"
297
332
tags-recursive:
298
333
        list='$(SUBDIRS)'; for subdir in $$list; do \
299
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
334
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
300
335
        done
301
336
ctags-recursive:
302
337
        list='$(SUBDIRS)'; for subdir in $$list; do \
303
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
338
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
304
339
        done
305
340
 
306
341
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
308
343
        unique=`for i in $$list; do \
309
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
310
345
          done | \
311
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
312
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
313
348
        mkid -fID $$unique
314
349
tags: TAGS
315
350
 
316
351
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
317
352
                $(TAGS_FILES) $(LISP)
318
 
        tags=; \
 
353
        set x; \
319
354
        here=`pwd`; \
320
355
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
321
356
          include_option=--etags-include; \
327
362
        list='$(SUBDIRS)'; for subdir in $$list; do \
328
363
          if test "$$subdir" = .; then :; else \
329
364
            test ! -f $$subdir/TAGS || \
330
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
365
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
331
366
          fi; \
332
367
        done; \
333
368
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
336
371
          done | \
337
372
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
338
373
              END { if (nonempty) { for (i in files) print i; }; }'`; \
339
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
374
        shift; \
 
375
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
340
376
          test -n "$$unique" || unique=$$empty_fix; \
341
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
342
 
            $$tags $$unique; \
 
377
          if test $$# -gt 0; then \
 
378
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
379
              "$$@" $$unique; \
 
380
          else \
 
381
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
382
              $$unique; \
 
383
          fi; \
343
384
        fi
344
385
ctags: CTAGS
345
386
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
346
387
                $(TAGS_FILES) $(LISP)
347
 
        tags=; \
348
388
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
349
389
        unique=`for i in $$list; do \
350
390
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351
391
          done | \
352
392
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
393
              END { if (nonempty) { for (i in files) print i; }; }'`; \
354
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
394
        test -z "$(CTAGS_ARGS)$$unique" \
355
395
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
356
 
             $$tags $$unique
 
396
             $$unique
357
397
 
358
398
GTAGS:
359
399
        here=`$(am__cd) $(top_builddir) && pwd` \
360
 
          && cd $(top_srcdir) \
361
 
          && gtags -i $(GTAGS_ARGS) $$here
 
400
          && $(am__cd) $(top_srcdir) \
 
401
          && gtags -i $(GTAGS_ARGS) "$$here"
362
402
 
363
403
distclean-tags:
364
404
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
379
419
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380
420
          if test -d $$d/$$file; then \
381
421
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
422
            if test -d "$(distdir)/$$file"; then \
 
423
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
424
            fi; \
382
425
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
383
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
426
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
427
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
384
428
            fi; \
385
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
429
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
386
430
          else \
387
 
            test -f $(distdir)/$$file \
388
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
431
            test -f "$(distdir)/$$file" \
 
432
            || cp -p $$d/$$file "$(distdir)/$$file" \
389
433
            || exit 1; \
390
434
          fi; \
391
435
        done
392
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
436
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
393
437
          if test "$$subdir" = .; then :; else \
394
438
            test -d "$(distdir)/$$subdir" \
395
439
            || $(MKDIR_P) "$(distdir)/$$subdir" \
396
440
            || exit 1; \
397
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
398
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
399
 
            (cd $$subdir && \
 
441
          fi; \
 
442
        done
 
443
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
444
          if test "$$subdir" = .; then :; else \
 
445
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
446
            $(am__relativize); \
 
447
            new_distdir=$$reldir; \
 
448
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
449
            $(am__relativize); \
 
450
            new_top_distdir=$$reldir; \
 
451
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
452
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
453
            ($(am__cd) $$subdir && \
400
454
              $(MAKE) $(AM_MAKEFLAGS) \
401
 
                top_distdir="$$top_distdir" \
402
 
                distdir="$$distdir/$$subdir" \
 
455
                top_distdir="$$new_top_distdir" \
 
456
                distdir="$$new_distdir" \
403
457
                am__remove_distdir=: \
404
458
                am__skip_length_check=: \
 
459
                am__skip_mode_fix=: \
405
460
                distdir) \
406
461
              || exit 1; \
407
462
          fi; \
431
486
 
432
487
distclean-generic:
433
488
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
489
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
434
490
 
435
491
maintainer-clean-generic:
436
492
        @echo "This command is intended for maintainers to use"
449
505
 
450
506
html: html-recursive
451
507
 
 
508
html-am:
 
509
 
452
510
info: info-recursive
453
511
 
454
512
info-am:
457
515
 
458
516
install-dvi: install-dvi-recursive
459
517
 
 
518
install-dvi-am:
 
519
 
460
520
install-exec-am:
461
521
 
462
522
install-html: install-html-recursive
463
523
 
 
524
install-html-am:
 
525
 
464
526
install-info: install-info-recursive
465
527
 
 
528
install-info-am:
 
529
 
466
530
install-man:
467
531
 
468
532
install-pdf: install-pdf-recursive
469
533
 
 
534
install-pdf-am:
 
535
 
470
536
install-ps: install-ps-recursive
471
537
 
 
538
install-ps-am:
 
539
 
472
540
installcheck-am:
473
541
 
474
542
maintainer-clean: maintainer-clean-recursive
489
557
 
490
558
uninstall-am:
491
559
 
492
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
493
 
        install-strip
 
560
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
561
        install-am install-strip tags-recursive
494
562
 
495
563
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
496
564
        all all-am check check-am clean clean-generic ctags \
505
573
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
506
574
        tags-recursive uninstall uninstall-am
507
575
 
 
576
 
508
577
# Tell versions [3.59,3.63) of GNU make to not export all variables.
509
578
# Otherwise a system limit (for SysV at least) may be exceeded.
510
579
.NOEXPORT: