~ubuntu-branches/ubuntu/saucy/avr-libc/saucy

« back to all changes in this revision

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