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

« back to all changes in this revision

Viewing changes to common/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.3.2.1 2009/07/01 14:14:25 joerg_wunsch Exp $
 
46
# $Id: Makefile.am 2008 2009-07-01 14:14:25Z 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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
109
ECHO_T = @ECHO_T@
107
110
EXEEXT = @EXEEXT@
108
111
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
112
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
109
113
INSTALL = @INSTALL@
110
114
INSTALL_DATA = @INSTALL_DATA@
111
115
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
127
131
PACKAGE_NAME = @PACKAGE_NAME@
128
132
PACKAGE_STRING = @PACKAGE_STRING@
129
133
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
134
PACKAGE_URL = @PACKAGE_URL@
130
135
PACKAGE_VERSION = @PACKAGE_VERSION@
131
136
PATH_SEPARATOR = @PATH_SEPARATOR@
132
137
PNGTOPNM = @PNGTOPNM@
185
190
srcdir = @srcdir@
186
191
sysconfdir = @sysconfdir@
187
192
target_alias = @target_alias@
 
193
top_build_prefix = @top_build_prefix@
188
194
top_builddir = @top_builddir@
189
195
top_srcdir = @top_srcdir@
190
196
EXTRA_DIST = \
203
209
        @for dep in $?; do \
204
210
          case '$(am__configure_deps)' in \
205
211
            *$$dep*) \
206
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
207
 
                && exit 0; \
 
212
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
213
                && { if test -f $@; then exit 0; else break; fi; }; \
208
214
              exit 1;; \
209
215
          esac; \
210
216
        done; \
211
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  common/Makefile'; \
212
 
        cd $(top_srcdir) && \
213
 
          $(AUTOMAKE) --foreign  common/Makefile
 
217
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign common/Makefile'; \
 
218
        $(am__cd) $(top_srcdir) && \
 
219
          $(AUTOMAKE) --foreign common/Makefile
214
220
.PRECIOUS: Makefile
215
221
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
216
222
        @case '$?' in \
228
234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229
235
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
230
236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
237
$(am__aclocal_m4_deps):
231
238
tags: TAGS
232
239
TAGS:
233
240
 
251
258
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
252
259
          if test -d $$d/$$file; then \
253
260
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
261
            if test -d "$(distdir)/$$file"; then \
 
262
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
263
            fi; \
254
264
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
255
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
265
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
266
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
256
267
            fi; \
257
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
268
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
258
269
          else \
259
 
            test -f $(distdir)/$$file \
260
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
270
            test -f "$(distdir)/$$file" \
 
271
            || cp -p $$d/$$file "$(distdir)/$$file" \
261
272
            || exit 1; \
262
273
          fi; \
263
274
        done
285
296
 
286
297
distclean-generic:
287
298
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
299
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
288
300
 
289
301
maintainer-clean-generic:
290
302
        @echo "This command is intended for maintainers to use"
303
315
 
304
316
html: html-am
305
317
 
 
318
html-am:
 
319
 
306
320
info: info-am
307
321
 
308
322
info-am:
311
325
 
312
326
install-dvi: install-dvi-am
313
327
 
 
328
install-dvi-am:
 
329
 
314
330
install-exec-am:
315
331
 
316
332
install-html: install-html-am
317
333
 
 
334
install-html-am:
 
335
 
318
336
install-info: install-info-am
319
337
 
 
338
install-info-am:
 
339
 
320
340
install-man:
321
341
 
322
342
install-pdf: install-pdf-am
323
343
 
 
344
install-pdf-am:
 
345
 
324
346
install-ps: install-ps-am
325
347
 
 
348
install-ps-am:
 
349
 
326
350
installcheck-am:
327
351
 
328
352
maintainer-clean: maintainer-clean-am
355
379
        maintainer-clean maintainer-clean-generic mostlyclean \
356
380
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
357
381
 
 
382
 
358
383
# Tell versions [3.59,3.63) of GNU make to not export all variables.
359
384
# Otherwise a system limit (for SysV at least) may be exceeded.
360
385
.NOEXPORT: