1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
6
# This Makefile.in is free software; the Free Software Foundation
7
# gives unlimited permission to copy and/or distribute it,
8
# with or without modifications, as long as this notice is preserved.
10
# This program is distributed in the hope that it will be useful,
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
17
# Copyright (c) 2004, Theodore A. Roth
18
# Copyright (c) 2005, Anatoly Sokolov
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.
49
# Copyright (c) 2004, Theodore A. Roth
50
# All rights reserved.
52
# Redistribution and use in source and binary forms, with or without
53
# modification, are permitted provided that the following conditions are met:
55
# * Redistributions of source code must retain the above copyright
56
# notice, this list of conditions and the following disclaimer.
57
# * Redistributions in binary form must reproduce the above copyright
58
# notice, this list of conditions and the following disclaimer in
59
# the documentation and/or other materials provided with the
61
# * Neither the name of the copyright holders nor the names of
62
# contributors may be used to endorse or promote products derived
63
# from this software without specific prior written permission.
65
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
66
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
67
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
68
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
69
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
70
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
71
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
72
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
73
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
74
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
75
# POSSIBILITY OF SUCH DAMAGE.
77
# $Id: AvrCommon.am,v 1.4.2.1 2008/08/20 16:08:39 arcanum Exp $
81
pkgdatadir = $(datadir)/@PACKAGE@
82
pkglibdir = $(libdir)/@PACKAGE@
83
pkgincludedir = $(includedir)/@PACKAGE@
84
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85
install_sh_DATA = $(install_sh) -c -m 644
86
install_sh_PROGRAM = $(install_sh) -c
87
install_sh_SCRIPT = $(install_sh) -c
88
INSTALL_HEADER = $(INSTALL_DATA)
89
transform = $(program_transform_name)
96
build_triplet = @build@
98
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
99
$(top_srcdir)/AvrCommon.am
100
subdir = avr/lib/avr5/atmega16hvb
101
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
103
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
105
mkinstalldirs = $(install_sh) -d
106
CONFIG_HEADER = $(top_builddir)/config.h
108
LIBRARIES = $(noinst_LIBRARIES)
110
libcrt_a_AR = $(AR) $(ARFLAGS)
112
@HAS_atmega16hvb_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
113
libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
114
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
115
depcomp = $(SHELL) $(top_srcdir)/depcomp
116
am__depfiles_maybe = depfiles
117
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
118
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
119
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
120
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
122
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
123
SOURCES = $(nodist_libcrt_a_SOURCES)
125
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
126
am__vpath_adj = case $$p in \
127
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
131
am__installdirs = "$(DESTDIR)$(avrdir)"
132
avrDATA_INSTALL = $(INSTALL_DATA)
136
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
137
VPATH = $(top_srcdir)/crt1:$(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib
142
AUTOCONF = @AUTOCONF@
143
AUTOHEADER = @AUTOHEADER@
144
AUTOMAKE = @AUTOMAKE@
145
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
146
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
147
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
148
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
149
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
150
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
151
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
155
CCASDEPMODE = @CCASDEPMODE@
156
CCASFLAGS = @CCASFLAGS@
157
CCDEPMODE = @CCDEPMODE@
159
CPPFLAGS = @CPPFLAGS@
160
CYGPATH_W = @CYGPATH_W@
164
DOC_INST_DIR = @DOC_INST_DIR@
169
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
171
INSTALL_DATA = @INSTALL_DATA@
172
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
173
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
174
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
175
INSTALL_PROGRAM = @INSTALL_PROGRAM@
176
INSTALL_SCRIPT = @INSTALL_SCRIPT@
177
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182
LTLIBOBJS = @LTLIBOBJS@
183
MAKEINFO = @MAKEINFO@
187
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
188
PACKAGE_NAME = @PACKAGE_NAME@
189
PACKAGE_STRING = @PACKAGE_STRING@
190
PACKAGE_TARNAME = @PACKAGE_TARNAME@
191
PACKAGE_VERSION = @PACKAGE_VERSION@
192
PATH_SEPARATOR = @PATH_SEPARATOR@
193
PNGTOPNM = @PNGTOPNM@
194
PNMTOPNG = @PNMTOPNG@
196
SET_MAKE = @SET_MAKE@
199
TARGET_DOX_HTML = @TARGET_DOX_HTML@
200
TARGET_DOX_PDF = @TARGET_DOX_PDF@
202
abs_builddir = @abs_builddir@
203
abs_srcdir = @abs_srcdir@
204
abs_top_builddir = @abs_top_builddir@
205
abs_top_srcdir = @abs_top_srcdir@
206
ac_ct_CC = @ac_ct_CC@
207
am__include = @am__include@
208
am__leading_dot = @am__leading_dot@
209
am__quote = @am__quote@
211
am__untar = @am__untar@
214
build_alias = @build_alias@
215
build_cpu = @build_cpu@
216
build_os = @build_os@
217
build_vendor = @build_vendor@
218
builddir = @builddir@
220
datarootdir = @datarootdir@
223
exec_prefix = @exec_prefix@
225
host_alias = @host_alias@
226
host_cpu = @host_cpu@
228
host_vendor = @host_vendor@
230
includedir = @includedir@
232
install_sh = @install_sh@
234
libexecdir = @libexecdir@
235
localedir = @localedir@
236
localstatedir = @localstatedir@
239
oldincludedir = @oldincludedir@
242
program_transform_name = @program_transform_name@
245
sharedstatedir = @sharedstatedir@
247
sysconfdir = @sysconfdir@
248
target_alias = @target_alias@
249
top_builddir = @top_builddir@
250
top_srcdir = @top_srcdir@
251
AVR_TARGET = atmega16hvb
252
AVR_TARGET_CRT = crtm16hvb.o
254
AVR_TARGET_CFLAGS = -mcall-prologues -Os
256
AVR_INSTALL_DIR = avr5
257
@HAS_atmega16hvb_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
258
@HAS_atmega16hvb_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
259
@HAS_atmega16hvb_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
260
@HAS_atmega16hvb_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
261
@HAS_atmega16hvb_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
262
@HAS_atmega16hvb_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
263
@HAS_atmega16hvb_TRUE@avrdir = $(__install_dir)
264
@HAS_atmega16hvb_TRUE@avrlibdir = $(__install_dir)
265
@HAS_atmega16hvb_TRUE@noinst_LIBRARIES = libcrt.a
266
@HAS_atmega16hvb_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
267
@HAS_atmega16hvb_TRUE@avr_DATA = $(AVR_TARGET_CRT)
271
.SUFFIXES: .S .o .obj
272
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
274
case '$(am__configure_deps)' in \
276
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
281
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega16hvb/Makefile'; \
282
cd $(top_srcdir) && \
283
$(AUTOMAKE) --foreign avr/lib/avr5/atmega16hvb/Makefile
285
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
290
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297
$(top_srcdir)/configure: $(am__configure_deps)
298
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
300
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
clean-noinstLIBRARIES:
303
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
304
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
306
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
315
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
318
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
319
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
320
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
321
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
325
@am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
326
@am__fastdepCCAS_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
330
install-avrDATA: $(avr_DATA)
332
test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
333
@list='$(avr_DATA)'; for p in $$list; do \
334
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
336
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
337
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
342
@list='$(avr_DATA)'; for p in $$list; do \
344
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
345
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
348
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
349
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
350
unique=`for i in $$list; do \
351
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
$(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
354
END { if (nonempty) { for (i in files) print i; }; }'`; \
358
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
359
$(TAGS_FILES) $(LISP)
362
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
363
unique=`for i in $$list; do \
364
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
367
END { if (nonempty) { for (i in files) print i; }; }'`; \
368
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369
test -n "$$unique" || unique=$$empty_fix; \
370
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
374
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375
$(TAGS_FILES) $(LISP)
377
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378
unique=`for i in $$list; do \
379
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
382
END { if (nonempty) { for (i in files) print i; }; }'`; \
383
test -z "$(CTAGS_ARGS)$$tags$$unique" \
384
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
here=`$(am__cd) $(top_builddir) && pwd` \
389
&& cd $(top_srcdir) \
390
&& gtags -i $(GTAGS_ARGS) $$here
393
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
395
distdir: $(DISTFILES)
396
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
397
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
398
list='$(DISTFILES)'; \
399
dist_files=`for file in $$list; do echo $$file; done | \
400
sed -e "s|^$$srcdirstrip/||;t" \
401
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
402
case $$dist_files in \
403
*/*) $(MKDIR_P) `echo "$$dist_files" | \
404
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
407
for file in $$dist_files; do \
408
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
409
if test -d $$d/$$file; then \
410
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
411
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
412
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
414
cp -pR $$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)
449
maintainer-clean-generic:
450
@echo "This command is intended for maintainers to use"
451
@echo "it deletes files that may require special tools to rebuild."
454
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
456
distclean: distclean-am
459
distclean-am: clean-am distclean-compile distclean-generic \
472
install-data-am: install-avrDATA
474
install-dvi: install-dvi-am
478
install-html: install-html-am
480
install-info: install-info-am
484
install-pdf: install-pdf-am
486
install-ps: install-ps-am
490
maintainer-clean: maintainer-clean-am
493
maintainer-clean-am: distclean-am maintainer-clean-generic
495
mostlyclean: mostlyclean-am
497
mostlyclean-am: mostlyclean-compile mostlyclean-generic
507
uninstall-am: uninstall-avrDATA
509
.MAKE: install-am install-strip
511
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
512
clean-noinstLIBRARIES ctags distclean distclean-compile \
513
distclean-generic distclean-tags distdir dvi dvi-am html \
514
html-am info info-am install install-am install-avrDATA \
515
install-data install-data-am install-dvi install-dvi-am \
516
install-exec install-exec-am install-html install-html-am \
517
install-info install-info-am install-man install-pdf \
518
install-pdf-am install-ps install-ps-am install-strip \
519
installcheck installcheck-am installdirs maintainer-clean \
520
maintainer-clean-generic mostlyclean mostlyclean-compile \
521
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
522
uninstall-am uninstall-avrDATA
525
@HAS_atmega16hvb_TRUE@$(AVR_TARGET_CRT): gcrt1.o
526
@HAS_atmega16hvb_TRUE@ rm -f $@
527
@HAS_atmega16hvb_TRUE@ ln $< $@ || cp $< $@
529
# NOTE: Automake will be performing the following include, not GNU Make.
530
# Automake will also be scanning the included file.
532
@HAS_atmega16hvb_FALSE@echo all distdir install installdirs clean distclean uninstall check:
533
# Tell versions [3.59,3.63) of GNU make to not export all variables.
534
# Otherwise a system limit (for SysV at least) may be exceeded.