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

« back to all changes in this revision

Viewing changes to doc/api/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.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
40
42
mkinstalldirs = $(install_sh) -d
41
43
CONFIG_HEADER = $(top_builddir)/config.h
42
44
CONFIG_CLEAN_FILES =
 
45
CONFIG_CLEAN_VPATH_FILES =
43
46
SOURCES =
44
47
DIST_SOURCES =
45
48
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
75
78
ECHO_T = @ECHO_T@
76
79
EXEEXT = @EXEEXT@
77
80
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
81
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
78
82
INSTALL = @INSTALL@
79
83
INSTALL_DATA = @INSTALL_DATA@
80
84
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
96
100
PACKAGE_NAME = @PACKAGE_NAME@
97
101
PACKAGE_STRING = @PACKAGE_STRING@
98
102
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
103
PACKAGE_URL = @PACKAGE_URL@
99
104
PACKAGE_VERSION = @PACKAGE_VERSION@
100
105
PATH_SEPARATOR = @PATH_SEPARATOR@
101
106
PNGTOPNM = @PNGTOPNM@
154
159
srcdir = @srcdir@
155
160
sysconfdir = @sysconfdir@
156
161
target_alias = @target_alias@
 
162
top_build_prefix = @top_build_prefix@
157
163
top_builddir = @top_builddir@
158
164
top_srcdir = @top_srcdir@
159
165
 
187
193
#
188
194
# Contributors:
189
195
#
190
 
# $Id: Makefile.am,v 1.59.2.3 2010/01/21 08:55:31 joerg_wunsch Exp $
 
196
# $Id: Makefile.am 2197 2010-11-24 22:02:53Z joerg_wunsch $
191
197
#
192
198
MAINTAINERCLEANFILES = Makefile.in stamp-vti
193
199
CLEANFILES = *.html *.pdf *.ma *.mas \
245
251
        @for dep in $?; do \
246
252
          case '$(am__configure_deps)' in \
247
253
            *$$dep*) \
248
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
249
 
                && exit 0; \
 
254
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
255
                && { if test -f $@; then exit 0; else break; fi; }; \
250
256
              exit 1;; \
251
257
          esac; \
252
258
        done; \
253
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/api/Makefile'; \
254
 
        cd $(top_srcdir) && \
255
 
          $(AUTOMAKE) --foreign  doc/api/Makefile
 
259
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/api/Makefile'; \
 
260
        $(am__cd) $(top_srcdir) && \
 
261
          $(AUTOMAKE) --foreign doc/api/Makefile
256
262
.PRECIOUS: Makefile
257
263
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
258
264
        @case '$?' in \
270
276
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
271
277
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
272
278
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
279
$(am__aclocal_m4_deps):
273
280
tags: TAGS
274
281
TAGS:
275
282
 
293
300
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
294
301
          if test -d $$d/$$file; then \
295
302
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
303
            if test -d "$(distdir)/$$file"; then \
 
304
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
305
            fi; \
296
306
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
297
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
307
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
308
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
298
309
            fi; \
299
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
310
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
300
311
          else \
301
 
            test -f $(distdir)/$$file \
302
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
312
            test -f "$(distdir)/$$file" \
 
313
            || cp -p $$d/$$file "$(distdir)/$$file" \
303
314
            || exit 1; \
304
315
          fi; \
305
316
        done
328
339
 
329
340
distclean-generic:
330
341
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
342
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
331
343
 
332
344
maintainer-clean-generic:
333
345
        @echo "This command is intended for maintainers to use"
345
357
 
346
358
dvi-am:
347
359
 
 
360
html-am:
 
361
 
348
362
info: info-am
349
363
 
350
364
info-am:
353
367
 
354
368
install-dvi: install-dvi-am
355
369
 
 
370
install-dvi-am:
 
371
 
356
372
install-exec-am:
357
373
 
358
374
install-html: install-html-am
359
375
 
 
376
install-html-am:
 
377
 
360
378
install-info: install-info-am
361
379
 
 
380
install-info-am:
 
381
 
362
382
install-man:
363
383
 
364
384
install-pdf: install-pdf-am
365
385
 
 
386
install-pdf-am:
 
387
 
366
388
install-ps: install-ps-am
367
389
 
 
390
install-ps-am:
 
391
 
368
392
installcheck-am:
369
393
 
370
394
maintainer-clean: maintainer-clean-am
473
497
# as a magic string in order to replace the \\ at the end of the table
474
498
# heading by \endhead so longtable will know what heading to repeat in
475
499
# table continuations.
 
500
#
 
501
# The last sed command replaces the \renewcommand for \cftchapfont and
 
502
# \cftchappagefont, respectively, by a \newcommand, to fix a LaTeX
 
503
# error.
476
504
 
477
505
latex_src/refman.tex: doxygen.config $(IMAGE_EPS) $(IMAGE_PNG)
478
506
        doxygen doxygen.config
501
529
                -e '/MCU types are currently/,/Architecture/s/>.*|/l|l|/' \
502
530
                $$UT > tmp.$$ && \
503
531
                mv -f tmp.$$ $$UT
 
532
        cd latex_src && \
 
533
                sed -e '/renewcommand.*cftchap.*font/s/renew/new/' \
 
534
                doxygen.sty > tmp.$$ && \
 
535
                mv -f tmp.$$ doxygen.sty
504
536
 
505
537
#doxygen.config: doxygen.config.in $(top_srcdir)/stamp-h1
506
538
doxygen.config: doxygen.config.in
555
587
        dox-html dox-pdf install-pdf install-html \
556
588
        install-dox-html install-dox-pdf \
557
589
        install-dox-man
 
590
 
558
591
# Tell versions [3.59,3.63) of GNU make to not export all variables.
559
592
# Otherwise a system limit (for SysV at least) may be exceeded.
560
593
.NOEXPORT: