1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
7
# This Makefile.in is free software; the Free Software Foundation
8
# gives unlimited permission to copy and/or distribute it,
9
# with or without modifications, as long as this notice is preserved.
11
# This program is distributed in the hope that it will be useful,
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
18
# Copyright (c) 2005,2007 Joerg Wunsch
19
# All rights reserved.
21
# Redistribution and use in source and binary forms, with or without
22
# modification, are permitted provided that the following conditions are met:
24
# * Redistributions of source code must retain the above copyright
25
# notice, this list of conditions and the following disclaimer.
26
# * Redistributions in binary form must reproduce the above copyright
27
# notice, this list of conditions and the following disclaimer in
28
# the documentation and/or other materials provided with the
30
# * Neither the name of the copyright holders nor the names of
31
# contributors may be used to endorse or promote products derived
32
# from this software without specific prior written permission.
34
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
38
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44
# POSSIBILITY OF SUCH DAMAGE.
46
# $Id: Makefile.am 2103 2010-03-17 05:16:10Z joerg_wunsch $
50
pkgdatadir = $(datadir)/@PACKAGE@
51
pkgincludedir = $(includedir)/@PACKAGE@
52
pkglibdir = $(libdir)/@PACKAGE@
53
pkglibexecdir = $(libexecdir)/@PACKAGE@
54
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
55
install_sh_DATA = $(install_sh) -c -m 644
56
install_sh_PROGRAM = $(install_sh) -c
57
install_sh_SCRIPT = $(install_sh) -c
58
INSTALL_HEADER = $(INSTALL_DATA)
59
transform = $(program_transform_name)
66
build_triplet = @build@
69
DIST_COMMON = $(avr_HEADERS) $(srcdir)/Makefile.am \
70
$(srcdir)/Makefile.in $(srcdir)/delay.h.in
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
75
mkinstalldirs = $(install_sh) -d
76
CONFIG_HEADER = $(top_builddir)/config.h
77
CONFIG_CLEAN_FILES = delay.h
78
CONFIG_CLEAN_VPATH_FILES =
81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
82
am__vpath_adj = case $$p in \
83
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
86
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
88
am__nobase_strip_setup = \
89
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
91
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
92
am__nobase_list = $(am__nobase_strip_setup); \
93
for p in $$list; do echo "$$p $$p"; done | \
94
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
95
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
96
if (++n[$$2] == $(am__install_max)) \
97
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
98
END { for (dir in files) print dir, files[dir] }'
100
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
101
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
102
am__installdirs = "$(DESTDIR)$(avrdir)" "$(DESTDIR)$(avrdir)"
103
HEADERS = $(avr_HEADERS) $(nodist_avr_HEADERS)
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
111
AUTOCONF = @AUTOCONF@
112
AUTOHEADER = @AUTOHEADER@
113
AUTOMAKE = @AUTOMAKE@
114
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
115
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
116
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
117
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
118
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
119
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
120
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
124
CCASDEPMODE = @CCASDEPMODE@
125
CCASFLAGS = @CCASFLAGS@
126
CCDEPMODE = @CCDEPMODE@
128
CPPFLAGS = @CPPFLAGS@
129
CYGPATH_W = @CYGPATH_W@
133
DOC_INST_DIR = @DOC_INST_DIR@
138
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
139
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
141
INSTALL_DATA = @INSTALL_DATA@
142
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
143
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
144
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
145
INSTALL_PROGRAM = @INSTALL_PROGRAM@
146
INSTALL_SCRIPT = @INSTALL_SCRIPT@
147
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
152
LTLIBOBJS = @LTLIBOBJS@
153
MAKEINFO = @MAKEINFO@
157
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
158
PACKAGE_NAME = @PACKAGE_NAME@
159
PACKAGE_STRING = @PACKAGE_STRING@
160
PACKAGE_TARNAME = @PACKAGE_TARNAME@
161
PACKAGE_URL = @PACKAGE_URL@
162
PACKAGE_VERSION = @PACKAGE_VERSION@
163
PATH_SEPARATOR = @PATH_SEPARATOR@
164
PNGTOPNM = @PNGTOPNM@
165
PNMTOPNG = @PNMTOPNG@
167
SET_MAKE = @SET_MAKE@
170
TARGET_DOX_HTML = @TARGET_DOX_HTML@
171
TARGET_DOX_PDF = @TARGET_DOX_PDF@
173
abs_builddir = @abs_builddir@
174
abs_srcdir = @abs_srcdir@
175
abs_top_builddir = @abs_top_builddir@
176
abs_top_srcdir = @abs_top_srcdir@
177
ac_ct_CC = @ac_ct_CC@
178
am__include = @am__include@
179
am__leading_dot = @am__leading_dot@
180
am__quote = @am__quote@
182
am__untar = @am__untar@
185
build_alias = @build_alias@
186
build_cpu = @build_cpu@
187
build_os = @build_os@
188
build_vendor = @build_vendor@
189
builddir = @builddir@
191
datarootdir = @datarootdir@
194
exec_prefix = @exec_prefix@
196
host_alias = @host_alias@
197
host_cpu = @host_cpu@
199
host_vendor = @host_vendor@
201
includedir = @includedir@
203
install_sh = @install_sh@
205
libexecdir = @libexecdir@
206
localedir = @localedir@
207
localstatedir = @localstatedir@
210
oldincludedir = @oldincludedir@
213
program_transform_name = @program_transform_name@
216
sharedstatedir = @sharedstatedir@
218
sysconfdir = @sysconfdir@
219
target_alias = @target_alias@
220
top_build_prefix = @top_build_prefix@
221
top_builddir = @top_builddir@
222
top_srcdir = @top_srcdir@
223
avrdir = $(prefix)/avr/include/util
232
nodist_avr_HEADERS = \
241
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
243
case '$(am__configure_deps)' in \
245
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
246
&& { if test -f $@; then exit 0; else break; fi; }; \
250
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/util/Makefile'; \
251
$(am__cd) $(top_srcdir) && \
252
$(AUTOMAKE) --foreign include/util/Makefile
254
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
259
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
260
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
264
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
$(top_srcdir)/configure: $(am__configure_deps)
267
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
268
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
269
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270
$(am__aclocal_m4_deps):
271
delay.h: $(top_builddir)/config.status $(srcdir)/delay.h.in
272
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
273
install-avrHEADERS: $(avr_HEADERS)
275
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
276
@list='$(avr_HEADERS)'; test -n "$(avrdir)" || list=; \
277
for p in $$list; do \
278
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
280
done | $(am__base_list) | \
281
while read files; do \
282
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avrdir)'"; \
283
$(INSTALL_HEADER) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
286
uninstall-avrHEADERS:
288
@list='$(avr_HEADERS)'; test -n "$(avrdir)" || list=; \
289
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
290
test -n "$$files" || exit 0; \
291
echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f" $$files ")"; \
292
cd "$(DESTDIR)$(avrdir)" && rm -f $$files
293
install-nodist_avrHEADERS: $(nodist_avr_HEADERS)
295
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
296
@list='$(nodist_avr_HEADERS)'; test -n "$(avrdir)" || list=; \
297
for p in $$list; do \
298
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
300
done | $(am__base_list) | \
301
while read files; do \
302
echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(avrdir)'"; \
303
$(INSTALL_HEADER) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
306
uninstall-nodist_avrHEADERS:
308
@list='$(nodist_avr_HEADERS)'; test -n "$(avrdir)" || list=; \
309
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
310
test -n "$$files" || exit 0; \
311
echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f" $$files ")"; \
312
cd "$(DESTDIR)$(avrdir)" && rm -f $$files
314
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
315
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
316
unique=`for i in $$list; do \
317
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
320
END { if (nonempty) { for (i in files) print i; }; }'`; \
324
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
325
$(TAGS_FILES) $(LISP)
328
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
329
unique=`for i in $$list; do \
330
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
332
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
333
END { if (nonempty) { for (i in files) print i; }; }'`; \
335
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
336
test -n "$$unique" || unique=$$empty_fix; \
337
if test $$# -gt 0; then \
338
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
341
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
346
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347
$(TAGS_FILES) $(LISP)
348
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
349
unique=`for i in $$list; do \
350
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
353
END { if (nonempty) { for (i in files) print i; }; }'`; \
354
test -z "$(CTAGS_ARGS)$$unique" \
355
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
359
here=`$(am__cd) $(top_builddir) && pwd` \
360
&& $(am__cd) $(top_srcdir) \
361
&& gtags -i $(GTAGS_ARGS) "$$here"
364
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
366
distdir: $(DISTFILES)
367
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
368
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
369
list='$(DISTFILES)'; \
370
dist_files=`for file in $$list; do echo $$file; done | \
371
sed -e "s|^$$srcdirstrip/||;t" \
372
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
373
case $$dist_files in \
374
*/*) $(MKDIR_P) `echo "$$dist_files" | \
375
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378
for file in $$dist_files; do \
379
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
380
if test -d $$d/$$file; then \
381
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
382
if test -d "$(distdir)/$$file"; then \
383
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
385
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
386
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
387
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
389
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
391
test -f "$(distdir)/$$file" \
392
|| cp -p $$d/$$file "$(distdir)/$$file" \
398
all-am: Makefile $(HEADERS)
400
for dir in "$(DESTDIR)$(avrdir)" "$(DESTDIR)$(avrdir)"; do \
401
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
404
install-exec: install-exec-am
405
install-data: install-data-am
406
uninstall: uninstall-am
409
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
411
installcheck: installcheck-am
413
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
414
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
415
`test -z '$(STRIP)' || \
416
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
422
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
423
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
425
maintainer-clean-generic:
426
@echo "This command is intended for maintainers to use"
427
@echo "it deletes files that may require special tools to rebuild."
430
clean-am: clean-generic mostlyclean-am
432
distclean: distclean-am
434
distclean-am: clean-am distclean-generic distclean-tags
448
install-data-am: install-avrHEADERS install-nodist_avrHEADERS
450
install-dvi: install-dvi-am
456
install-html: install-html-am
460
install-info: install-info-am
466
install-pdf: install-pdf-am
470
install-ps: install-ps-am
476
maintainer-clean: maintainer-clean-am
478
maintainer-clean-am: distclean-am maintainer-clean-generic
480
mostlyclean: mostlyclean-am
482
mostlyclean-am: mostlyclean-generic
492
uninstall-am: uninstall-avrHEADERS uninstall-nodist_avrHEADERS
494
.MAKE: install-am install-strip
496
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
497
ctags distclean distclean-generic distclean-tags distdir dvi \
498
dvi-am html html-am info info-am install install-am \
499
install-avrHEADERS install-data install-data-am install-dvi \
500
install-dvi-am install-exec install-exec-am install-html \
501
install-html-am install-info install-info-am install-man \
502
install-nodist_avrHEADERS install-pdf install-pdf-am \
503
install-ps install-ps-am install-strip installcheck \
504
installcheck-am installdirs maintainer-clean \
505
maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
506
pdf-am ps ps-am tags uninstall uninstall-am \
507
uninstall-avrHEADERS uninstall-nodist_avrHEADERS
510
# Tell versions [3.59,3.63) of GNU make to not export all variables.
511
# Otherwise a system limit (for SysV at least) may be exceeded.