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) 2004, Theodore A. Roth
19
# Copyright (c) 2005, 2008 Anatoly Sokolov
20
# All rights reserved.
22
# Redistribution and use in source and binary forms, with or without
23
# modification, are permitted provided that the following conditions are met:
25
# * Redistributions of source code must retain the above copyright
26
# notice, this list of conditions and the following disclaimer.
27
# * Redistributions in binary form must reproduce the above copyright
28
# notice, this list of conditions and the following disclaimer in
29
# the documentation and/or other materials provided with the
31
# * Neither the name of the copyright holders nor the names of
32
# contributors may be used to endorse or promote products derived
33
# from this software without specific prior written permission.
35
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
36
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
38
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
39
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
40
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
41
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
42
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
43
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
44
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
45
# POSSIBILITY OF SUCH DAMAGE.
49
pkgdatadir = $(datadir)/@PACKAGE@
50
pkgincludedir = $(includedir)/@PACKAGE@
51
pkglibdir = $(libdir)/@PACKAGE@
52
pkglibexecdir = $(libexecdir)/@PACKAGE@
53
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
54
install_sh_DATA = $(install_sh) -c -m 644
55
install_sh_PROGRAM = $(install_sh) -c
56
install_sh_SCRIPT = $(install_sh) -c
57
INSTALL_HEADER = $(INSTALL_DATA)
58
transform = $(program_transform_name)
65
build_triplet = @build@
67
subdir = avr/lib/avrtiny10/attiny4
68
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
69
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
71
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
73
mkinstalldirs = $(install_sh) -d
74
CONFIG_HEADER = $(top_builddir)/config.h
76
CONFIG_CLEAN_VPATH_FILES =
77
LIBRARIES = $(noinst_LIBRARIES)
79
libcrt_a_AR = $(AR) $(ARFLAGS)
81
@HAS_attiny4_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
82
libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
83
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
84
depcomp = $(SHELL) $(top_srcdir)/depcomp
85
am__depfiles_maybe = depfiles
87
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
88
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
89
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
90
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
92
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
93
SOURCES = $(nodist_libcrt_a_SOURCES)
95
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96
am__vpath_adj = case $$p in \
97
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
100
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
102
am__nobase_strip_setup = \
103
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
105
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
106
am__nobase_list = $(am__nobase_strip_setup); \
107
for p in $$list; do echo "$$p $$p"; done | \
108
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
109
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
110
if (++n[$$2] == $(am__install_max)) \
111
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
112
END { for (dir in files) print dir, files[dir] }'
114
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
115
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
116
am__installdirs = "$(DESTDIR)$(avrdir)"
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
121
VPATH = $(top_srcdir)/crt1
126
AUTOCONF = @AUTOCONF@
127
AUTOHEADER = @AUTOHEADER@
128
AUTOMAKE = @AUTOMAKE@
129
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
130
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
131
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
132
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
133
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
134
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
135
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
139
CCASDEPMODE = @CCASDEPMODE@
140
CCASFLAGS = @CCASFLAGS@
141
CCDEPMODE = @CCDEPMODE@
143
CPPFLAGS = @CPPFLAGS@
144
CYGPATH_W = @CYGPATH_W@
148
DOC_INST_DIR = @DOC_INST_DIR@
153
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
154
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
156
INSTALL_DATA = @INSTALL_DATA@
157
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
158
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
159
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
160
INSTALL_PROGRAM = @INSTALL_PROGRAM@
161
INSTALL_SCRIPT = @INSTALL_SCRIPT@
162
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167
LTLIBOBJS = @LTLIBOBJS@
168
MAKEINFO = @MAKEINFO@
172
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
173
PACKAGE_NAME = @PACKAGE_NAME@
174
PACKAGE_STRING = @PACKAGE_STRING@
175
PACKAGE_TARNAME = @PACKAGE_TARNAME@
176
PACKAGE_URL = @PACKAGE_URL@
177
PACKAGE_VERSION = @PACKAGE_VERSION@
178
PATH_SEPARATOR = @PATH_SEPARATOR@
179
PNGTOPNM = @PNGTOPNM@
180
PNMTOPNG = @PNMTOPNG@
182
SET_MAKE = @SET_MAKE@
185
TARGET_DOX_HTML = @TARGET_DOX_HTML@
186
TARGET_DOX_PDF = @TARGET_DOX_PDF@
188
abs_builddir = @abs_builddir@
189
abs_srcdir = @abs_srcdir@
190
abs_top_builddir = @abs_top_builddir@
191
abs_top_srcdir = @abs_top_srcdir@
192
ac_ct_CC = @ac_ct_CC@
193
am__include = @am__include@
194
am__leading_dot = @am__leading_dot@
195
am__quote = @am__quote@
197
am__untar = @am__untar@
200
build_alias = @build_alias@
201
build_cpu = @build_cpu@
202
build_os = @build_os@
203
build_vendor = @build_vendor@
204
builddir = @builddir@
206
datarootdir = @datarootdir@
209
exec_prefix = @exec_prefix@
211
host_alias = @host_alias@
212
host_cpu = @host_cpu@
214
host_vendor = @host_vendor@
216
includedir = @includedir@
218
install_sh = @install_sh@
220
libexecdir = @libexecdir@
221
localedir = @localedir@
222
localstatedir = @localstatedir@
225
oldincludedir = @oldincludedir@
228
program_transform_name = @program_transform_name@
231
sharedstatedir = @sharedstatedir@
233
sysconfdir = @sysconfdir@
234
target_alias = @target_alias@
235
top_build_prefix = @top_build_prefix@
236
top_builddir = @top_builddir@
237
top_srcdir = @top_srcdir@
239
AVR_TARGET_CRT = crttn4.o
241
AVR_TARGET_CFLAGS = -mcall-prologues -Os
243
AVR_INSTALL_DIR = avrtiny10
244
@HAS_attiny4_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
245
@HAS_attiny4_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
246
@HAS_attiny4_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
247
@HAS_attiny4_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
248
@HAS_attiny4_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
249
@HAS_attiny4_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
250
@HAS_attiny4_TRUE@avrdir = $(__install_dir)
251
@HAS_attiny4_TRUE@avrlibdir = $(__install_dir)
252
@HAS_attiny4_TRUE@noinst_LIBRARIES = libcrt.a
253
@HAS_attiny4_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
254
@HAS_attiny4_TRUE@avr_DATA = $(AVR_TARGET_CRT)
258
.SUFFIXES: .S .o .obj
259
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
261
case '$(am__configure_deps)' in \
263
( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
264
&& { if test -f $@; then exit 0; else break; fi; }; \
268
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avrtiny10/attiny4/Makefile'; \
269
$(am__cd) $(top_srcdir) && \
270
$(AUTOMAKE) --foreign avr/lib/avrtiny10/attiny4/Makefile
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
278
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
281
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
282
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
$(top_srcdir)/configure: $(am__configure_deps)
285
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
286
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
287
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
288
$(am__aclocal_m4_deps):
290
clean-noinstLIBRARIES:
291
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
292
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
294
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
306
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
307
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
308
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
310
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
313
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
314
@am__fastdepCCAS_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
315
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
316
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
317
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
318
install-avrDATA: $(avr_DATA)
320
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
321
@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
322
for p in $$list; do \
323
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
325
done | $(am__base_list) | \
326
while read files; do \
327
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avrdir)'"; \
328
$(INSTALL_DATA) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
333
@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
334
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
335
test -n "$$files" || exit 0; \
336
echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f" $$files ")"; \
337
cd "$(DESTDIR)$(avrdir)" && rm -f $$files
339
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
340
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
341
unique=`for i in $$list; do \
342
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
345
END { if (nonempty) { for (i in files) print i; }; }'`; \
349
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
350
$(TAGS_FILES) $(LISP)
353
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354
unique=`for i in $$list; do \
355
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
357
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358
END { if (nonempty) { for (i in files) print i; }; }'`; \
360
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
361
test -n "$$unique" || unique=$$empty_fix; \
362
if test $$# -gt 0; then \
363
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
366
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
372
$(TAGS_FILES) $(LISP)
373
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374
unique=`for i in $$list; do \
375
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
378
END { if (nonempty) { for (i in files) print i; }; }'`; \
379
test -z "$(CTAGS_ARGS)$$unique" \
380
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384
here=`$(am__cd) $(top_builddir) && pwd` \
385
&& $(am__cd) $(top_srcdir) \
386
&& gtags -i $(GTAGS_ARGS) "$$here"
389
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
391
distdir: $(DISTFILES)
392
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
393
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
394
list='$(DISTFILES)'; \
395
dist_files=`for file in $$list; do echo $$file; done | \
396
sed -e "s|^$$srcdirstrip/||;t" \
397
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
398
case $$dist_files in \
399
*/*) $(MKDIR_P) `echo "$$dist_files" | \
400
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403
for file in $$dist_files; do \
404
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
405
if test -d $$d/$$file; then \
406
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
407
if test -d "$(distdir)/$$file"; then \
408
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
410
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
411
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
412
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
414
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
416
test -f "$(distdir)/$$file" \
417
|| cp -p $$d/$$file "$(distdir)/$$file" \
423
all-am: Makefile $(LIBRARIES) $(DATA)
425
for dir in "$(DESTDIR)$(avrdir)"; do \
426
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
429
install-exec: install-exec-am
430
install-data: install-data-am
431
uninstall: uninstall-am
434
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
installcheck: installcheck-am
438
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440
`test -z '$(STRIP)' || \
441
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
447
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
448
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
450
maintainer-clean-generic:
451
@echo "This command is intended for maintainers to use"
452
@echo "it deletes files that may require special tools to rebuild."
455
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
457
distclean: distclean-am
460
distclean-am: clean-am distclean-compile distclean-generic \
475
install-data-am: install-avrDATA
477
install-dvi: install-dvi-am
483
install-html: install-html-am
487
install-info: install-info-am
493
install-pdf: install-pdf-am
497
install-ps: install-ps-am
503
maintainer-clean: maintainer-clean-am
506
maintainer-clean-am: distclean-am maintainer-clean-generic
508
mostlyclean: mostlyclean-am
510
mostlyclean-am: mostlyclean-compile mostlyclean-generic
520
uninstall-am: uninstall-avrDATA
522
.MAKE: install-am install-strip
524
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
525
clean-noinstLIBRARIES ctags distclean distclean-compile \
526
distclean-generic distclean-tags distdir dvi dvi-am html \
527
html-am info info-am install install-am install-avrDATA \
528
install-data install-data-am install-dvi install-dvi-am \
529
install-exec install-exec-am install-html install-html-am \
530
install-info install-info-am install-man install-pdf \
531
install-pdf-am install-ps install-ps-am install-strip \
532
installcheck installcheck-am installdirs maintainer-clean \
533
maintainer-clean-generic mostlyclean mostlyclean-compile \
534
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
535
uninstall-am uninstall-avrDATA
538
@HAS_attiny4_TRUE@$(AVR_TARGET_CRT): gcrt1.o
539
@HAS_attiny4_TRUE@ rm -f $@
540
@HAS_attiny4_TRUE@ ln $< $@ || cp $< $@
542
@HAS_attiny4_FALSE@echo all distdir install installdirs clean distclean uninstall check:
544
# Tell versions [3.59,3.63) of GNU make to not export all variables.
545
# Otherwise a system limit (for SysV at least) may be exceeded.