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

« back to all changes in this revision

Viewing changes to doc/examples/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.
44
45
#
45
46
# Contributors:
46
47
#
47
 
# $Id: Makefile.am,v 1.13 2006/08/29 19:45:06 joerg_wunsch Exp $
 
48
# $Id: Makefile.am 1124 2006-08-29 19:45:06Z joerg_wunsch $
48
49
#
49
50
VPATH = @srcdir@
50
51
pkgdatadir = $(datadir)/@PACKAGE@
 
52
pkgincludedir = $(includedir)/@PACKAGE@
51
53
pkglibdir = $(libdir)/@PACKAGE@
52
 
pkgincludedir = $(includedir)/@PACKAGE@
 
54
pkglibexecdir = $(libexecdir)/@PACKAGE@
53
55
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54
56
install_sh_DATA = $(install_sh) -c -m 644
55
57
install_sh_PROGRAM = $(install_sh) -c
73
75
mkinstalldirs = $(install_sh) -d
74
76
CONFIG_HEADER = $(top_builddir)/config.h
75
77
CONFIG_CLEAN_FILES =
 
78
CONFIG_CLEAN_VPATH_FILES =
76
79
SOURCES =
77
80
DIST_SOURCES =
78
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
108
111
ECHO_T = @ECHO_T@
109
112
EXEEXT = @EXEEXT@
110
113
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
114
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
111
115
INSTALL = @INSTALL@
112
116
INSTALL_DATA = @INSTALL_DATA@
113
117
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
129
133
PACKAGE_NAME = @PACKAGE_NAME@
130
134
PACKAGE_STRING = @PACKAGE_STRING@
131
135
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
136
PACKAGE_URL = @PACKAGE_URL@
132
137
PACKAGE_VERSION = @PACKAGE_VERSION@
133
138
PATH_SEPARATOR = @PATH_SEPARATOR@
134
139
PNGTOPNM = @PNGTOPNM@
187
192
srcdir = @srcdir@
188
193
sysconfdir = @sysconfdir@
189
194
target_alias = @target_alias@
 
195
top_build_prefix = @top_build_prefix@
190
196
top_builddir = @top_builddir@
191
197
top_srcdir = @top_srcdir@
192
198
MAINTAINERCLEANFILES = Makefile.in
238
244
        @for dep in $?; do \
239
245
          case '$(am__configure_deps)' in \
240
246
            *$$dep*) \
241
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242
 
                && exit 0; \
 
247
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
248
                && { if test -f $@; then exit 0; else break; fi; }; \
243
249
              exit 1;; \
244
250
          esac; \
245
251
        done; \
246
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  doc/examples/Makefile'; \
247
 
        cd $(top_srcdir) && \
248
 
          $(AUTOMAKE) --foreign  doc/examples/Makefile
 
252
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/examples/Makefile'; \
 
253
        $(am__cd) $(top_srcdir) && \
 
254
          $(AUTOMAKE) --foreign doc/examples/Makefile
249
255
.PRECIOUS: Makefile
250
256
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251
257
        @case '$?' in \
263
269
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264
270
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
265
271
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
272
$(am__aclocal_m4_deps):
266
273
tags: TAGS
267
274
TAGS:
268
275
 
286
293
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287
294
          if test -d $$d/$$file; then \
288
295
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
296
            if test -d "$(distdir)/$$file"; then \
 
297
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
298
            fi; \
289
299
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
290
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
300
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
301
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
291
302
            fi; \
292
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
303
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
293
304
          else \
294
 
            test -f $(distdir)/$$file \
295
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
305
            test -f "$(distdir)/$$file" \
 
306
            || cp -p $$d/$$file "$(distdir)/$$file" \
296
307
            || exit 1; \
297
308
          fi; \
298
309
        done
320
331
 
321
332
distclean-generic:
322
333
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
334
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
323
335
 
324
336
maintainer-clean-generic:
325
337
        @echo "This command is intended for maintainers to use"
339
351
 
340
352
html: html-am
341
353
 
 
354
html-am:
 
355
 
342
356
info: info-am
343
357
 
344
358
info-am:
347
361
 
348
362
install-dvi: install-dvi-am
349
363
 
 
364
install-dvi-am:
 
365
 
350
366
install-exec-am:
351
367
 
352
368
install-html: install-html-am
353
369
 
 
370
install-html-am:
 
371
 
354
372
install-info: install-info-am
355
373
 
 
374
install-info-am:
 
375
 
356
376
install-man:
357
377
 
358
378
install-pdf: install-pdf-am
359
379
 
 
380
install-pdf-am:
 
381
 
360
382
install-ps: install-ps-am
361
383
 
 
384
install-ps-am:
 
385
 
362
386
installcheck-am:
363
387
 
364
388
maintainer-clean: maintainer-clean-am
416
440
        done
417
441
        rmdir $(DOC_INST_DIR)/examples ||\
418
442
          echo "rmdir $(DOC_INST_DIR)/examples failed."
 
443
 
419
444
# Tell versions [3.59,3.63) of GNU make to not export all variables.
420
445
# Otherwise a system limit (for SysV at least) may be exceeded.
421
446
.NOEXPORT: