1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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.
9
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
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Copyright (c) 2004,  Theodore A. Roth
18# Copyright (c) 2005, 2008  Anatoly Sokolov
19# All rights reserved.
20#
21# Redistribution and use in source and binary forms, with or without
22# modification, are permitted provided that the following conditions are met:
23#
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
29#   distribution.
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.
33#
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.
45#
46
47# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
48# Copyright (c) 2009  Dmitry Xmelkov
49# All rights reserved.
50#
51# Redistribution and use in source and binary forms, with or without
52# modification, are permitted provided that the following conditions are met:
53#
54# * Redistributions of source code must retain the above copyright
55#   notice, this list of conditions and the following disclaimer.
56# * Redistributions in binary form must reproduce the above copyright
57#   notice, this list of conditions and the following disclaimer in
58#   the documentation and/or other materials provided with the
59#   distribution.
60# * Neither the name of the copyright holders nor the names of
61#   contributors may be used to endorse or promote products derived
62#   from this software without specific prior written permission.
63#
64# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
65# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
66# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
67# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
68# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
69# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
70# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
71# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
72# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
73# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
74# POSSIBILITY OF SUCH DAMAGE.
75
76# $Id: Rules.am 2475 2015-05-07 06:45:38Z pitchumani $
77
78# Copyright (c) 2004,2009  Theodore A. Roth
79# All rights reserved.
80#
81# Redistribution and use in source and binary forms, with or without
82# modification, are permitted provided that the following conditions are met:
83#
84# * Redistributions of source code must retain the above copyright
85#   notice, this list of conditions and the following disclaimer.
86# * Redistributions in binary form must reproduce the above copyright
87#   notice, this list of conditions and the following disclaimer in
88#   the documentation and/or other materials provided with the
89#   distribution.
90# * Neither the name of the copyright holders nor the names of
91#   contributors may be used to endorse or promote products derived
92#   from this software without specific prior written permission.
93#
94# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
95# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
97# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
98# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
99# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
100# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
101# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
102# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
103# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
104# POSSIBILITY OF SUCH DAMAGE.
105#
106# $Id: Files.am 2298 2012-07-29 15:30:34Z dmix $
107#
108
109
110am__is_gnu_make = { \
111  if test -z '$(MAKELEVEL)'; then \
112    false; \
113  elif test -n '$(MAKE_HOST)'; then \
114    true; \
115  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
116    true; \
117  else \
118    false; \
119  fi; \
120}
121am__make_running_with_option = \
122  case $${target_option-} in \
123      ?) ;; \
124      *) echo "am__make_running_with_option: internal error: invalid" \
125              "target option '$${target_option-}' specified" >&2; \
126         exit 1;; \
127  esac; \
128  has_opt=no; \
129  sane_makeflags=$$MAKEFLAGS; \
130  if $(am__is_gnu_make); then \
131    sane_makeflags=$$MFLAGS; \
132  else \
133    case $$MAKEFLAGS in \
134      *\\[\ \	]*) \
135        bs=\\; \
136        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
137          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
138    esac; \
139  fi; \
140  skip_next=no; \
141  strip_trailopt () \
142  { \
143    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
144  }; \
145  for flg in $$sane_makeflags; do \
146    test $$skip_next = yes && { skip_next=no; continue; }; \
147    case $$flg in \
148      *=*|--*) continue;; \
149        -*I) strip_trailopt 'I'; skip_next=yes;; \
150      -*I?*) strip_trailopt 'I';; \
151        -*O) strip_trailopt 'O'; skip_next=yes;; \
152      -*O?*) strip_trailopt 'O';; \
153        -*l) strip_trailopt 'l'; skip_next=yes;; \
154      -*l?*) strip_trailopt 'l';; \
155      -[dEDm]) skip_next=yes;; \
156      -[JT]) skip_next=yes;; \
157    esac; \
158    case $$flg in \
159      *$$target_option*) has_opt=yes; break;; \
160    esac; \
161  done; \
162  test $$has_opt = yes
163am__make_dryrun = (target_option=n; $(am__make_running_with_option))
164am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
165pkgdatadir = $(datadir)/@PACKAGE@
166pkgincludedir = $(includedir)/@PACKAGE@
167pkglibdir = $(libdir)/@PACKAGE@
168pkglibexecdir = $(libexecdir)/@PACKAGE@
169am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
170install_sh_DATA = $(install_sh) -c -m 644
171install_sh_PROGRAM = $(install_sh) -c
172install_sh_SCRIPT = $(install_sh) -c
173INSTALL_HEADER = $(INSTALL_DATA)
174transform = $(program_transform_name)
175NORMAL_INSTALL = :
176PRE_INSTALL = :
177POST_INSTALL = :
178NORMAL_UNINSTALL = :
179PRE_UNINSTALL = :
180POST_UNINSTALL = :
181build_triplet = @build@
182host_triplet = @host@
183subdir = avr/lib/avr5/atmega64hve
184ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
185am__aclocal_m4_deps = $(top_srcdir)/configure.ac
186am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
187	$(ACLOCAL_M4)
188DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
189mkinstalldirs = $(install_sh) -d
190CONFIG_HEADER = $(top_builddir)/config.h
191CONFIG_CLEAN_FILES =
192CONFIG_CLEAN_VPATH_FILES =
193am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
194am__vpath_adj = case $$p in \
195    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
196    *) f=$$p;; \
197  esac;
198am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
199am__install_max = 40
200am__nobase_strip_setup = \
201  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
202am__nobase_strip = \
203  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
204am__nobase_list = $(am__nobase_strip_setup); \
205  for p in $$list; do echo "$$p $$p"; done | \
206  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
207  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
208    if (++n[$$2] == $(am__install_max)) \
209      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
210    END { for (dir in files) print dir, files[dir] }'
211am__base_list = \
212  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
213  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
214am__uninstall_files_from_dir = { \
215  test -z "$$files" \
216    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
217    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
218         $(am__cd) "$$dir" && rm -f $$files; }; \
219  }
220am__installdirs = "$(DESTDIR)$(avrdir)" "$(DESTDIR)$(avrdir)"
221LIBRARIES = $(avr_LIBRARIES) $(noinst_LIBRARIES)
222ARFLAGS = cru
223AM_V_AR = $(am__v_AR_@AM_V@)
224am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
225am__v_AR_0 = @echo "  AR      " $@;
226am__v_AR_1 =
227libatmega64hve_a_AR = $(AR) $(ARFLAGS)
228libatmega64hve_a_LIBADD =
229@HAS_DEV_LIB_TRUE@am__objects_1 = eerd_block.$(OBJEXT) \
230@HAS_DEV_LIB_TRUE@	eerd_byte.$(OBJEXT) eerd_dword.$(OBJEXT) \
231@HAS_DEV_LIB_TRUE@	eerd_word.$(OBJEXT) eeupd_block.$(OBJEXT) \
232@HAS_DEV_LIB_TRUE@	eeupd_byte.$(OBJEXT) eeupd_dword.$(OBJEXT) \
233@HAS_DEV_LIB_TRUE@	eeupd_word.$(OBJEXT) eewr_block.$(OBJEXT) \
234@HAS_DEV_LIB_TRUE@	eewr_byte.$(OBJEXT) eewr_dword.$(OBJEXT) \
235@HAS_DEV_LIB_TRUE@	eewr_word.$(OBJEXT)
236@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_FALSE@@HAS_atmega64hve_TRUE@nodist_libatmega64hve_a_OBJECTS = $(am__objects_1)
237libatmega64hve_a_OBJECTS = $(nodist_libatmega64hve_a_OBJECTS)
238libcrt_a_AR = $(AR) $(ARFLAGS)
239libcrt_a_LIBADD =
240@HAS_atmega64hve_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
241libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
242libdev_a_AR = $(AR) $(ARFLAGS)
243libdev_a_LIBADD =
244@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_TRUE@@HAS_atmega64hve_TRUE@nodist_libdev_a_OBJECTS = $(am__objects_1)
245libdev_a_OBJECTS = $(nodist_libdev_a_OBJECTS)
246AM_V_P = $(am__v_P_@AM_V@)
247am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
248am__v_P_0 = false
249am__v_P_1 = :
250AM_V_GEN = $(am__v_GEN_@AM_V@)
251am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
252am__v_GEN_0 = @echo "  GEN     " $@;
253am__v_GEN_1 =
254AM_V_at = $(am__v_at_@AM_V@)
255am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
256am__v_at_0 = @
257am__v_at_1 =
258DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
259depcomp = $(SHELL) $(top_srcdir)/depcomp
260am__depfiles_maybe = depfiles
261am__mv = mv -f
262CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
263	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
264AM_V_CPPAS = $(am__v_CPPAS_@AM_V@)
265am__v_CPPAS_ = $(am__v_CPPAS_@AM_DEFAULT_V@)
266am__v_CPPAS_0 = @echo "  CPPAS   " $@;
267am__v_CPPAS_1 =
268COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
269	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
270AM_V_CC = $(am__v_CC_@AM_V@)
271am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
272am__v_CC_0 = @echo "  CC      " $@;
273am__v_CC_1 =
274CCLD = $(CC)
275LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
276AM_V_CCLD = $(am__v_CCLD_@AM_V@)
277am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
278am__v_CCLD_0 = @echo "  CCLD    " $@;
279am__v_CCLD_1 =
280SOURCES = $(nodist_libatmega64hve_a_SOURCES) \
281	$(nodist_libcrt_a_SOURCES) $(nodist_libdev_a_SOURCES)
282DIST_SOURCES =
283am__can_run_installinfo = \
284  case $$AM_UPDATE_INFO_DIR in \
285    n|no|NO) false;; \
286    *) (install-info --version) >/dev/null 2>&1;; \
287  esac
288DATA = $(avr_DATA)
289am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
290# Read a list of newline-separated strings from the standard input,
291# and print each of them once, without duplicates.  Input order is
292# *not* preserved.
293am__uniquify_input = $(AWK) '\
294  BEGIN { nonempty = 0; } \
295  { items[$$0] = 1; nonempty = 1; } \
296  END { if (nonempty) { for (i in items) print i; }; } \
297'
298# Make sure the list of sources is unique.  This is necessary because,
299# e.g., the same source file might be shared among _SOURCES variables
300# for different programs/libraries.
301am__define_uniq_tagged_files = \
302  list='$(am__tagged_files)'; \
303  unique=`for i in $$list; do \
304    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305  done | $(am__uniquify_input)`
306ETAGS = etags
307CTAGS = ctags
308am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
309	$(top_srcdir)/libc/misc/Files.am \
310	$(top_srcdir)/libc/misc/Rules.am
311DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
312VPATH = $(top_srcdir)/crt1:$(top_srcdir)/libc/misc
313ACLOCAL = @ACLOCAL@
314AMTAR = @AMTAR@
315AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
316AR = @AR@
317AS = @AS@
318ASDEBUG = @ASDEBUG@
319AUTOCONF = @AUTOCONF@
320AUTOHEADER = @AUTOHEADER@
321AUTOMAKE = @AUTOMAKE@
322AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
323AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
324AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
325AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
326AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
327AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
328AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
329AWK = @AWK@
330CC = @CC@
331CCAS = @CCAS@
332CCASDEPMODE = @CCASDEPMODE@
333CCASFLAGS = @CCASFLAGS@
334CCDEPMODE = @CCDEPMODE@
335CDEBUG = @CDEBUG@
336CFLAGS = @CFLAGS@
337CPPFLAGS = @CPPFLAGS@
338CYGPATH_W = @CYGPATH_W@
339DEFS = @DEFS@
340DEPDIR = @DEPDIR@
341DOCSDIR = @DOCSDIR@
342DOC_INST_DIR = @DOC_INST_DIR@
343ECHO_C = @ECHO_C@
344ECHO_N = @ECHO_N@
345ECHO_T = @ECHO_T@
346EXEEXT = @EXEEXT@
347FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
348HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
349INSTALL = @INSTALL@
350INSTALL_DATA = @INSTALL_DATA@
351INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
352INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
353INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
354INSTALL_PROGRAM = @INSTALL_PROGRAM@
355INSTALL_SCRIPT = @INSTALL_SCRIPT@
356INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
357LDFLAGS = @LDFLAGS@
358LIBOBJS = @LIBOBJS@
359LIBS = @LIBS@
360LN_S = @LN_S@
361LTLIBOBJS = @LTLIBOBJS@
362MAKEINFO = @MAKEINFO@
363MKDIR_P = @MKDIR_P@
364OBJEXT = @OBJEXT@
365PACKAGE = @PACKAGE@
366PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
367PACKAGE_NAME = @PACKAGE_NAME@
368PACKAGE_STRING = @PACKAGE_STRING@
369PACKAGE_TARNAME = @PACKAGE_TARNAME@
370PACKAGE_URL = @PACKAGE_URL@
371PACKAGE_VERSION = @PACKAGE_VERSION@
372PATH_SEPARATOR = @PATH_SEPARATOR@
373PNGTOPNM = @PNGTOPNM@
374PNMTOPNG = @PNMTOPNG@
375RANLIB = @RANLIB@
376SET_MAKE = @SET_MAKE@
377SHELL = @SHELL@
378STRIP = @STRIP@
379TARGET_DOX_HTML = @TARGET_DOX_HTML@
380TARGET_DOX_PDF = @TARGET_DOX_PDF@
381VERSION = @VERSION@
382abs_builddir = @abs_builddir@
383abs_srcdir = @abs_srcdir@
384abs_top_builddir = @abs_top_builddir@
385abs_top_srcdir = @abs_top_srcdir@
386ac_ct_CC = @ac_ct_CC@
387am__include = @am__include@
388am__leading_dot = @am__leading_dot@
389am__quote = @am__quote@
390am__tar = @am__tar@
391am__untar = @am__untar@
392bindir = @bindir@
393build = @build@
394build_alias = @build_alias@
395build_cpu = @build_cpu@
396build_os = @build_os@
397build_vendor = @build_vendor@
398builddir = @builddir@
399datadir = @datadir@
400datarootdir = @datarootdir@
401docdir = @docdir@
402dvidir = @dvidir@
403exec_prefix = @exec_prefix@
404host = @host@
405host_alias = @host_alias@
406host_cpu = @host_cpu@
407host_os = @host_os@
408host_vendor = @host_vendor@
409htmldir = @htmldir@
410includedir = @includedir@
411infodir = @infodir@
412install_sh = @install_sh@
413libdir = @libdir@
414libexecdir = @libexecdir@
415localedir = @localedir@
416localstatedir = @localstatedir@
417mandir = @mandir@
418mkdir_p = @mkdir_p@
419oldincludedir = @oldincludedir@
420pdfdir = @pdfdir@
421prefix = @prefix@
422program_transform_name = @program_transform_name@
423psdir = @psdir@
424sbindir = @sbindir@
425sharedstatedir = @sharedstatedir@
426srcdir = @srcdir@
427sysconfdir = @sysconfdir@
428target_alias = @target_alias@
429top_build_prefix = @top_build_prefix@
430top_builddir = @top_builddir@
431top_srcdir = @top_srcdir@
432AVR_TARGET = atmega64hve
433@HAS_DEV_LIB_FALSE@AVR_TARGET_CRT = crtm64hve.o
434# avr-gcc > 5.1.0 expects crt file as crt<device name>.o and
435# device library in multi-lib directory itself
436@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_FALSE@AVR_TARGET_CRT = crtatmega64hve.o
437# avr-gcc 5.1.0 expects crt file as crt1.o and
438# device library in dev directory
439@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_TRUE@AVR_TARGET_CRT = crt1.o
440@HAS_DEV_LIB_FALSE@AVR_INSTALL_DIR = avr5
441@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_FALSE@AVR_INSTALL_DIR = avr5
442@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_TRUE@AVR_INSTALL_DIR = dev/atmega64hve
443AVR_TARGET_DEFS =
444AVR_TARGET_CFLAGS = -mcall-prologues -Os
445AVR_TARGET_ASFLAGS =
446@HAS_DEV_LIB_TRUE@misc_a_c_sources =
447@HAS_DEV_LIB_TRUE@eeprom_asm_sources = \
448@HAS_DEV_LIB_TRUE@	eerd_block.S \
449@HAS_DEV_LIB_TRUE@	eerd_byte.S \
450@HAS_DEV_LIB_TRUE@	eerd_dword.S \
451@HAS_DEV_LIB_TRUE@	eerd_word.S \
452@HAS_DEV_LIB_TRUE@	eeupd_block.S \
453@HAS_DEV_LIB_TRUE@	eeupd_byte.S \
454@HAS_DEV_LIB_TRUE@	eeupd_dword.S \
455@HAS_DEV_LIB_TRUE@	eeupd_word.S \
456@HAS_DEV_LIB_TRUE@	eewr_block.S \
457@HAS_DEV_LIB_TRUE@	eewr_byte.S \
458@HAS_DEV_LIB_TRUE@	eewr_dword.S \
459@HAS_DEV_LIB_TRUE@	eewr_word.S
460
461@HAS_DEV_LIB_TRUE@misc_a_asm_sources = \
462@HAS_DEV_LIB_TRUE@	itoa.S \
463@HAS_DEV_LIB_TRUE@	itoa_ncheck.S \
464@HAS_DEV_LIB_TRUE@	ltoa.S \
465@HAS_DEV_LIB_TRUE@	ltoa_ncheck.S \
466@HAS_DEV_LIB_TRUE@	mulsi10.S \
467@HAS_DEV_LIB_TRUE@	mul10.S \
468@HAS_DEV_LIB_TRUE@	ultoa.S \
469@HAS_DEV_LIB_TRUE@	ultoa_ncheck.S \
470@HAS_DEV_LIB_TRUE@	utoa.S \
471@HAS_DEV_LIB_TRUE@	utoa_ncheck.S
472
473@HAS_DEV_LIB_TRUE@misc_a_extra_dist = \
474@HAS_DEV_LIB_TRUE@	eedef.h \
475@HAS_DEV_LIB_TRUE@	readme_eeprom.txt
476
477@HAS_atmega64hve_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
478@HAS_atmega64hve_TRUE@AVRLIB_CFLAGS = @CDEBUG@ -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
479@HAS_atmega64hve_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp @ASDEBUG@ -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) -DIOSYMFILE=\"iosym/$(AVR_TARGET).S\" $(AVR_TARGET_ASFLAGS)
480@HAS_atmega64hve_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
481@HAS_atmega64hve_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
482@HAS_atmega64hve_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
483@HAS_atmega64hve_TRUE@avrdir = $(__install_dir)
484@HAS_atmega64hve_TRUE@avrlibdir = $(__install_dir)
485@HAS_atmega64hve_TRUE@noinst_LIBRARIES = libcrt.a
486@HAS_atmega64hve_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
487# avr-gcc > 5.1.0 expects device library as lib<device name>.a
488@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_FALSE@@HAS_atmega64hve_TRUE@avr_LIBRARIES = libatmega64hve.a
489
490# avr-gcc 5.1.0 expects device library as libdev.a
491@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_TRUE@@HAS_atmega64hve_TRUE@avr_LIBRARIES = libdev.a
492@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_TRUE@@HAS_atmega64hve_TRUE@nodist_libdev_a_SOURCES = $(eeprom_asm_sources)
493@HAS_DEV_LIB_TRUE@@HAS_GCC_5_1_FALSE@@HAS_atmega64hve_TRUE@nodist_libatmega64hve_a_SOURCES = $(eeprom_asm_sources)
494@HAS_atmega64hve_TRUE@avr_DATA = $(AVR_TARGET_CRT)
495all: all-am
496
497.SUFFIXES:
498.SUFFIXES: .S .o .obj
499$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/libc/misc/Rules.am $(top_srcdir)/libc/misc/Files.am $(am__configure_deps)
500	@for dep in $?; do \
501	  case '$(am__configure_deps)' in \
502	    *$$dep*) \
503	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
504	        && { if test -f $@; then exit 0; else break; fi; }; \
505	      exit 1;; \
506	  esac; \
507	done; \
508	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega64hve/Makefile'; \
509	$(am__cd) $(top_srcdir) && \
510	  $(AUTOMAKE) --foreign avr/lib/avr5/atmega64hve/Makefile
511Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
512	@case '$?' in \
513	  *config.status*) \
514	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
515	  *) \
516	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
517	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
518	esac;
519$(top_srcdir)/libc/misc/Rules.am $(top_srcdir)/libc/misc/Files.am $(am__empty):
520
521$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
522	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
523
524$(top_srcdir)/configure:  $(am__configure_deps)
525	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
526$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
527	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
528$(am__aclocal_m4_deps):
529install-avrLIBRARIES: $(avr_LIBRARIES)
530	@$(NORMAL_INSTALL)
531	@list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
532	list2=; for p in $$list; do \
533	  if test -f $$p; then \
534	    list2="$$list2 $$p"; \
535	  else :; fi; \
536	done; \
537	test -z "$$list2" || { \
538	  echo " $(MKDIR_P) '$(DESTDIR)$(avrdir)'"; \
539	  $(MKDIR_P) "$(DESTDIR)$(avrdir)" || exit 1; \
540	  echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(avrdir)'"; \
541	  $(INSTALL_DATA) $$list2 "$(DESTDIR)$(avrdir)" || exit $$?; }
542	@$(POST_INSTALL)
543	@list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
544	for p in $$list; do \
545	  if test -f $$p; then \
546	    $(am__strip_dir) \
547	    echo " ( cd '$(DESTDIR)$(avrdir)' && $(RANLIB) $$f )"; \
548	    ( cd "$(DESTDIR)$(avrdir)" && $(RANLIB) $$f ) || exit $$?; \
549	  else :; fi; \
550	done
551
552uninstall-avrLIBRARIES:
553	@$(NORMAL_UNINSTALL)
554	@list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
555	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
556	dir='$(DESTDIR)$(avrdir)'; $(am__uninstall_files_from_dir)
557
558clean-avrLIBRARIES:
559	-test -z "$(avr_LIBRARIES)" || rm -f $(avr_LIBRARIES)
560
561clean-noinstLIBRARIES:
562	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
563
564libatmega64hve.a: $(libatmega64hve_a_OBJECTS) $(libatmega64hve_a_DEPENDENCIES) $(EXTRA_libatmega64hve_a_DEPENDENCIES)
565	$(AM_V_at)-rm -f libatmega64hve.a
566	$(AM_V_AR)$(libatmega64hve_a_AR) libatmega64hve.a $(libatmega64hve_a_OBJECTS) $(libatmega64hve_a_LIBADD)
567	$(AM_V_at)$(RANLIB) libatmega64hve.a
568
569libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES) $(EXTRA_libcrt_a_DEPENDENCIES)
570	$(AM_V_at)-rm -f libcrt.a
571	$(AM_V_AR)$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
572	$(AM_V_at)$(RANLIB) libcrt.a
573
574libdev.a: $(libdev_a_OBJECTS) $(libdev_a_DEPENDENCIES) $(EXTRA_libdev_a_DEPENDENCIES)
575	$(AM_V_at)-rm -f libdev.a
576	$(AM_V_AR)$(libdev_a_AR) libdev.a $(libdev_a_OBJECTS) $(libdev_a_LIBADD)
577	$(AM_V_at)$(RANLIB) libdev.a
578
579mostlyclean-compile:
580	-rm -f *.$(OBJEXT)
581
582distclean-compile:
583	-rm -f *.tab.c
584
585@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eerd_block.Po@am__quote@
586@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eerd_byte.Po@am__quote@
587@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eerd_dword.Po@am__quote@
588@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eerd_word.Po@am__quote@
589@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eeupd_block.Po@am__quote@
590@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eeupd_byte.Po@am__quote@
591@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eeupd_dword.Po@am__quote@
592@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eeupd_word.Po@am__quote@
593@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eewr_block.Po@am__quote@
594@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eewr_byte.Po@am__quote@
595@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eewr_dword.Po@am__quote@
596@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eewr_word.Po@am__quote@
597@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gcrt1.Po@am__quote@
598
599.S.o:
600@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
601@am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
602@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
603@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ $<
605
606.S.obj:
607@am__fastdepCCAS_TRUE@	$(AM_V_CPPAS)$(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
608@am__fastdepCCAS_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
609@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
610@AMDEP_TRUE@@am__fastdepCCAS_FALSE@	DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611@am__fastdepCCAS_FALSE@	$(AM_V_CPPAS@am__nodep@)$(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
612install-avrDATA: $(avr_DATA)
613	@$(NORMAL_INSTALL)
614	@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
615	if test -n "$$list"; then \
616	  echo " $(MKDIR_P) '$(DESTDIR)$(avrdir)'"; \
617	  $(MKDIR_P) "$(DESTDIR)$(avrdir)" || exit 1; \
618	fi; \
619	for p in $$list; do \
620	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
621	  echo "$$d$$p"; \
622	done | $(am__base_list) | \
623	while read files; do \
624	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(avrdir)'"; \
625	  $(INSTALL_DATA) $$files "$(DESTDIR)$(avrdir)" || exit $$?; \
626	done
627
628uninstall-avrDATA:
629	@$(NORMAL_UNINSTALL)
630	@list='$(avr_DATA)'; test -n "$(avrdir)" || list=; \
631	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
632	dir='$(DESTDIR)$(avrdir)'; $(am__uninstall_files_from_dir)
633
634ID: $(am__tagged_files)
635	$(am__define_uniq_tagged_files); mkid -fID $$unique
636tags: tags-am
637TAGS: tags
638
639tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
640	set x; \
641	here=`pwd`; \
642	$(am__define_uniq_tagged_files); \
643	shift; \
644	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
645	  test -n "$$unique" || unique=$$empty_fix; \
646	  if test $$# -gt 0; then \
647	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
648	      "$$@" $$unique; \
649	  else \
650	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
651	      $$unique; \
652	  fi; \
653	fi
654ctags: ctags-am
655
656CTAGS: ctags
657ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
658	$(am__define_uniq_tagged_files); \
659	test -z "$(CTAGS_ARGS)$$unique" \
660	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
661	     $$unique
662
663GTAGS:
664	here=`$(am__cd) $(top_builddir) && pwd` \
665	  && $(am__cd) $(top_srcdir) \
666	  && gtags -i $(GTAGS_ARGS) "$$here"
667cscopelist: cscopelist-am
668
669cscopelist-am: $(am__tagged_files)
670	list='$(am__tagged_files)'; \
671	case "$(srcdir)" in \
672	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
673	  *) sdir=$(subdir)/$(srcdir) ;; \
674	esac; \
675	for i in $$list; do \
676	  if test -f "$$i"; then \
677	    echo "$(subdir)/$$i"; \
678	  else \
679	    echo "$$sdir/$$i"; \
680	  fi; \
681	done >> $(top_builddir)/cscope.files
682
683distclean-tags:
684	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
685
686distdir: $(DISTFILES)
687	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
688	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
689	list='$(DISTFILES)'; \
690	  dist_files=`for file in $$list; do echo $$file; done | \
691	  sed -e "s|^$$srcdirstrip/||;t" \
692	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
693	case $$dist_files in \
694	  */*) $(MKDIR_P) `echo "$$dist_files" | \
695			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
696			   sort -u` ;; \
697	esac; \
698	for file in $$dist_files; do \
699	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
700	  if test -d $$d/$$file; then \
701	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
702	    if test -d "$(distdir)/$$file"; then \
703	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
704	    fi; \
705	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
706	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
707	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
708	    fi; \
709	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
710	  else \
711	    test -f "$(distdir)/$$file" \
712	    || cp -p $$d/$$file "$(distdir)/$$file" \
713	    || exit 1; \
714	  fi; \
715	done
716check-am: all-am
717check: check-am
718all-am: Makefile $(LIBRARIES) $(DATA)
719installdirs:
720	for dir in "$(DESTDIR)$(avrdir)" "$(DESTDIR)$(avrdir)"; do \
721	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
722	done
723install: install-am
724install-exec: install-exec-am
725install-data: install-data-am
726uninstall: uninstall-am
727
728install-am: all-am
729	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
730
731installcheck: installcheck-am
732install-strip:
733	if test -z '$(STRIP)'; then \
734	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
735	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
736	      install; \
737	else \
738	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
739	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
740	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
741	fi
742mostlyclean-generic:
743
744clean-generic:
745
746distclean-generic:
747	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
748	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
749
750maintainer-clean-generic:
751	@echo "This command is intended for maintainers to use"
752	@echo "it deletes files that may require special tools to rebuild."
753clean: clean-am
754
755clean-am: clean-avrLIBRARIES clean-generic clean-noinstLIBRARIES \
756	mostlyclean-am
757
758distclean: distclean-am
759	-rm -rf ./$(DEPDIR)
760	-rm -f Makefile
761distclean-am: clean-am distclean-compile distclean-generic \
762	distclean-tags
763
764dvi: dvi-am
765
766dvi-am:
767
768html: html-am
769
770html-am:
771
772info: info-am
773
774info-am:
775
776install-data-am: install-avrDATA install-avrLIBRARIES
777
778install-dvi: install-dvi-am
779
780install-dvi-am:
781
782install-exec-am:
783
784install-html: install-html-am
785
786install-html-am:
787
788install-info: install-info-am
789
790install-info-am:
791
792install-man:
793
794install-pdf: install-pdf-am
795
796install-pdf-am:
797
798install-ps: install-ps-am
799
800install-ps-am:
801
802installcheck-am:
803
804maintainer-clean: maintainer-clean-am
805	-rm -rf ./$(DEPDIR)
806	-rm -f Makefile
807maintainer-clean-am: distclean-am maintainer-clean-generic
808
809mostlyclean: mostlyclean-am
810
811mostlyclean-am: mostlyclean-compile mostlyclean-generic
812
813pdf: pdf-am
814
815pdf-am:
816
817ps: ps-am
818
819ps-am:
820
821uninstall-am: uninstall-avrDATA uninstall-avrLIBRARIES
822
823.MAKE: install-am install-strip
824
825.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
826	clean-avrLIBRARIES clean-generic clean-noinstLIBRARIES \
827	cscopelist-am ctags ctags-am distclean distclean-compile \
828	distclean-generic distclean-tags distdir dvi dvi-am html \
829	html-am info info-am install install-am install-avrDATA \
830	install-avrLIBRARIES install-data install-data-am install-dvi \
831	install-dvi-am install-exec install-exec-am install-html \
832	install-html-am install-info install-info-am install-man \
833	install-pdf install-pdf-am install-ps install-ps-am \
834	install-strip installcheck installcheck-am installdirs \
835	maintainer-clean maintainer-clean-generic mostlyclean \
836	mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
837	tags tags-am uninstall uninstall-am uninstall-avrDATA \
838	uninstall-avrLIBRARIES
839
840.PRECIOUS: Makefile
841
842
843# vim: set ft=make:
844
845# Example of '-mmcu' arg generation:
846#   $@          --> eerd_byte_atmega48.o
847#   basename    --> eerd_byte_atmega48
848#   subst       --> eerd byte atmega48
849#   lastword    --> atmega48
850#
851# Example of source file generation:
852#   $@          --> eerd_byte_atmega48.o
853#   basename    --> eerd_byte_atmega48
854#   subst       --> eerd.byte.atmega48
855#   basename    --> eerd.byte
856#   subst       --> eerd_byte
857#   addsuffix   --> eerd_byte.S
858#
859#$(eeprom_asm_objlist):	$(eeprom_asm_sources)
860#	$(filter-out -mmcu=%,$(COMPILE) $(AVRLIB_ASFLAGS)) -c -o $@	\
861#	    -mmcu=$(lastword $(subst _, ,$(basename $@)))		\
862#	    $(<D)/$(addsuffix .S,\
863#	    	    $(subst .,_,$(basename $(subst _,.,$(basename $@)))))
864
865# vim: set ft=make:
866
867@HAS_atmega64hve_TRUE@$(AVR_TARGET_CRT): gcrt1.o
868@HAS_atmega64hve_TRUE@	rm -f $@
869@HAS_atmega64hve_TRUE@	ln $< $@ || cp $< $@
870
871@HAS_atmega64hve_FALSE@echo all distdir install installdirs clean distclean uninstall check:
872
873# Tell versions [3.59,3.63) of GNU make to not export all variables.
874# Otherwise a system limit (for SysV at least) may be exceeded.
875.NOEXPORT:
876