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

« back to all changes in this revision

Viewing changes to libc/misc/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.4.2 2009/06/20 07:25:06 dmix Exp $
 
46
# $Id: Makefile.am 1981 2009-06-05 23:13:29Z dmix $
46
47
#
47
48
 
48
49
# Copyright (c) 2004,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.2.4.2 2009/06/20 07:24:19 dmix Exp $
 
77
# $Id: Files.am 1976 2009-06-05 23:04:34Z 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
misc_a_c_sources = 
259
265
        @for dep in $?; do \
260
266
          case '$(am__configure_deps)' in \
261
267
            *$$dep*) \
262
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
263
 
                && exit 0; \
 
268
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
269
                && { if test -f $@; then exit 0; else break; fi; }; \
264
270
              exit 1;; \
265
271
          esac; \
266
272
        done; \
267
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libc/misc/Makefile'; \
268
 
        cd $(top_srcdir) && \
269
 
          $(AUTOMAKE) --foreign  libc/misc/Makefile
 
273
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libc/misc/Makefile'; \
 
274
        $(am__cd) $(top_srcdir) && \
 
275
          $(AUTOMAKE) --foreign libc/misc/Makefile
270
276
.PRECIOUS: Makefile
271
277
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
272
278
        @case '$?' in \
284
290
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
285
291
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
286
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
$(am__aclocal_m4_deps):
287
294
tags: TAGS
288
295
TAGS:
289
296
 
307
314
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
308
315
          if test -d $$d/$$file; then \
309
316
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
317
            if test -d "$(distdir)/$$file"; then \
 
318
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
319
            fi; \
310
320
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
311
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
321
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
322
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
312
323
            fi; \
313
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
324
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
314
325
          else \
315
 
            test -f $(distdir)/$$file \
316
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
326
            test -f "$(distdir)/$$file" \
 
327
            || cp -p $$d/$$file "$(distdir)/$$file" \
317
328
            || exit 1; \
318
329
          fi; \
319
330
        done
341
352
 
342
353
distclean-generic:
343
354
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
355
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
344
356
 
345
357
maintainer-clean-generic:
346
358
        @echo "This command is intended for maintainers to use"
359
371
 
360
372
html: html-am
361
373
 
 
374
html-am:
 
375
 
362
376
info: info-am
363
377
 
364
378
info-am:
367
381
 
368
382
install-dvi: install-dvi-am
369
383
 
 
384
install-dvi-am:
 
385
 
370
386
install-exec-am:
371
387
 
372
388
install-html: install-html-am
373
389
 
 
390
install-html-am:
 
391
 
374
392
install-info: install-info-am
375
393
 
 
394
install-info-am:
 
395
 
376
396
install-man:
377
397
 
378
398
install-pdf: install-pdf-am
379
399
 
 
400
install-pdf-am:
 
401
 
380
402
install-ps: install-ps-am
381
403
 
 
404
install-ps-am:
 
405
 
382
406
installcheck-am:
383
407
 
384
408
maintainer-clean: maintainer-clean-am
413
437
 
414
438
 
415
439
# vim: set ft=make:
 
440
 
416
441
# Tell versions [3.59,3.63) of GNU make to not export all variables.
417
442
# Otherwise a system limit (for SysV at least) may be exceeded.
418
443
.NOEXPORT: