1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
# 2003, 2004 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.3.2.1 2006/09/29 20:32:00 joerg_wunsch Exp $
81
SOURCES = $(nodist_libcrt_a_SOURCES)
84
top_srcdir = @top_srcdir@
85
pkgdatadir = $(datadir)/@PACKAGE@
86
pkglibdir = $(libdir)/@PACKAGE@
87
pkgincludedir = $(includedir)/@PACKAGE@
88
top_builddir = ../../../..
89
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91
install_sh_DATA = $(install_sh) -c -m 644
92
install_sh_PROGRAM = $(install_sh) -c
93
install_sh_SCRIPT = $(install_sh) -c
94
INSTALL_HEADER = $(INSTALL_DATA)
95
transform = $(program_transform_name)
102
build_triplet = @build@
103
host_triplet = @host@
104
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
105
$(top_srcdir)/AvrCommon.am
106
subdir = avr/lib/avr5/atmega328p
107
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
109
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111
mkinstalldirs = $(install_sh) -d
112
CONFIG_HEADER = $(top_builddir)/config.h
114
LIBRARIES = $(noinst_LIBRARIES)
116
libcrt_a_AR = $(AR) $(ARFLAGS)
118
@HAS_atmega328p_TRUE@nodist_libcrt_a_OBJECTS = gcrt1.$(OBJEXT)
119
libcrt_a_OBJECTS = $(nodist_libcrt_a_OBJECTS)
120
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
121
CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
122
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
125
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
126
SOURCES = $(nodist_libcrt_a_SOURCES)
128
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129
am__vpath_adj = case $$p in \
130
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
133
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
134
am__installdirs = "$(DESTDIR)$(avrdir)"
135
avrDATA_INSTALL = $(INSTALL_DATA)
139
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
140
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
AMDEP_FALSE = @AMDEP_FALSE@
143
AMDEP_TRUE = @AMDEP_TRUE@
147
AUTOCONF = @AUTOCONF@
148
AUTOHEADER = @AUTOHEADER@
149
AUTOMAKE = @AUTOMAKE@
150
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
151
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
152
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
153
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
154
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
155
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
156
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
160
CCASFLAGS = @CCASFLAGS@
161
CCDEPMODE = @CCDEPMODE@
163
CPPFLAGS = @CPPFLAGS@
164
CYGPATH_W = @CYGPATH_W@
168
DOC_INST_DIR = @DOC_INST_DIR@
173
HAS_at43usb320_FALSE = @HAS_at43usb320_FALSE@
174
HAS_at43usb320_TRUE = @HAS_at43usb320_TRUE@
175
HAS_at43usb355_FALSE = @HAS_at43usb355_FALSE@
176
HAS_at43usb355_TRUE = @HAS_at43usb355_TRUE@
177
HAS_at76c711_FALSE = @HAS_at76c711_FALSE@
178
HAS_at76c711_TRUE = @HAS_at76c711_TRUE@
179
HAS_at86rf401_FALSE = @HAS_at86rf401_FALSE@
180
HAS_at86rf401_TRUE = @HAS_at86rf401_TRUE@
181
HAS_at90c8534_FALSE = @HAS_at90c8534_FALSE@
182
HAS_at90c8534_TRUE = @HAS_at90c8534_TRUE@
183
HAS_at90can128_FALSE = @HAS_at90can128_FALSE@
184
HAS_at90can128_TRUE = @HAS_at90can128_TRUE@
185
HAS_at90can32_FALSE = @HAS_at90can32_FALSE@
186
HAS_at90can32_TRUE = @HAS_at90can32_TRUE@
187
HAS_at90can64_FALSE = @HAS_at90can64_FALSE@
188
HAS_at90can64_TRUE = @HAS_at90can64_TRUE@
189
HAS_at90pwm1_FALSE = @HAS_at90pwm1_FALSE@
190
HAS_at90pwm1_TRUE = @HAS_at90pwm1_TRUE@
191
HAS_at90pwm216_FALSE = @HAS_at90pwm216_FALSE@
192
HAS_at90pwm216_TRUE = @HAS_at90pwm216_TRUE@
193
HAS_at90pwm2_FALSE = @HAS_at90pwm2_FALSE@
194
HAS_at90pwm2_TRUE = @HAS_at90pwm2_TRUE@
195
HAS_at90pwm2b_FALSE = @HAS_at90pwm2b_FALSE@
196
HAS_at90pwm2b_TRUE = @HAS_at90pwm2b_TRUE@
197
HAS_at90pwm316_FALSE = @HAS_at90pwm316_FALSE@
198
HAS_at90pwm316_TRUE = @HAS_at90pwm316_TRUE@
199
HAS_at90pwm3_FALSE = @HAS_at90pwm3_FALSE@
200
HAS_at90pwm3_TRUE = @HAS_at90pwm3_TRUE@
201
HAS_at90pwm3b_FALSE = @HAS_at90pwm3b_FALSE@
202
HAS_at90pwm3b_TRUE = @HAS_at90pwm3b_TRUE@
203
HAS_at90s1200_FALSE = @HAS_at90s1200_FALSE@
204
HAS_at90s1200_TRUE = @HAS_at90s1200_TRUE@
205
HAS_at90s2313_FALSE = @HAS_at90s2313_FALSE@
206
HAS_at90s2313_TRUE = @HAS_at90s2313_TRUE@
207
HAS_at90s2323_FALSE = @HAS_at90s2323_FALSE@
208
HAS_at90s2323_TRUE = @HAS_at90s2323_TRUE@
209
HAS_at90s2333_FALSE = @HAS_at90s2333_FALSE@
210
HAS_at90s2333_TRUE = @HAS_at90s2333_TRUE@
211
HAS_at90s2343_FALSE = @HAS_at90s2343_FALSE@
212
HAS_at90s2343_TRUE = @HAS_at90s2343_TRUE@
213
HAS_at90s4414_FALSE = @HAS_at90s4414_FALSE@
214
HAS_at90s4414_TRUE = @HAS_at90s4414_TRUE@
215
HAS_at90s4433_FALSE = @HAS_at90s4433_FALSE@
216
HAS_at90s4433_TRUE = @HAS_at90s4433_TRUE@
217
HAS_at90s4434_FALSE = @HAS_at90s4434_FALSE@
218
HAS_at90s4434_TRUE = @HAS_at90s4434_TRUE@
219
HAS_at90s8515_FALSE = @HAS_at90s8515_FALSE@
220
HAS_at90s8515_TRUE = @HAS_at90s8515_TRUE@
221
HAS_at90s8535_FALSE = @HAS_at90s8535_FALSE@
222
HAS_at90s8535_TRUE = @HAS_at90s8535_TRUE@
223
HAS_at90usb1286_FALSE = @HAS_at90usb1286_FALSE@
224
HAS_at90usb1286_TRUE = @HAS_at90usb1286_TRUE@
225
HAS_at90usb1287_FALSE = @HAS_at90usb1287_FALSE@
226
HAS_at90usb1287_TRUE = @HAS_at90usb1287_TRUE@
227
HAS_at90usb162_FALSE = @HAS_at90usb162_FALSE@
228
HAS_at90usb162_TRUE = @HAS_at90usb162_TRUE@
229
HAS_at90usb646_FALSE = @HAS_at90usb646_FALSE@
230
HAS_at90usb646_TRUE = @HAS_at90usb646_TRUE@
231
HAS_at90usb647_FALSE = @HAS_at90usb647_FALSE@
232
HAS_at90usb647_TRUE = @HAS_at90usb647_TRUE@
233
HAS_at90usb82_FALSE = @HAS_at90usb82_FALSE@
234
HAS_at90usb82_TRUE = @HAS_at90usb82_TRUE@
235
HAS_at94k_FALSE = @HAS_at94k_FALSE@
236
HAS_at94k_TRUE = @HAS_at94k_TRUE@
237
HAS_atmega103_FALSE = @HAS_atmega103_FALSE@
238
HAS_atmega103_TRUE = @HAS_atmega103_TRUE@
239
HAS_atmega1280_FALSE = @HAS_atmega1280_FALSE@
240
HAS_atmega1280_TRUE = @HAS_atmega1280_TRUE@
241
HAS_atmega1281_FALSE = @HAS_atmega1281_FALSE@
242
HAS_atmega1281_TRUE = @HAS_atmega1281_TRUE@
243
HAS_atmega128_FALSE = @HAS_atmega128_FALSE@
244
HAS_atmega128_TRUE = @HAS_atmega128_TRUE@
245
HAS_atmega161_FALSE = @HAS_atmega161_FALSE@
246
HAS_atmega161_TRUE = @HAS_atmega161_TRUE@
247
HAS_atmega162_FALSE = @HAS_atmega162_FALSE@
248
HAS_atmega162_TRUE = @HAS_atmega162_TRUE@
249
HAS_atmega163_FALSE = @HAS_atmega163_FALSE@
250
HAS_atmega163_TRUE = @HAS_atmega163_TRUE@
251
HAS_atmega164p_FALSE = @HAS_atmega164p_FALSE@
252
HAS_atmega164p_TRUE = @HAS_atmega164p_TRUE@
253
HAS_atmega165_FALSE = @HAS_atmega165_FALSE@
254
HAS_atmega165_TRUE = @HAS_atmega165_TRUE@
255
HAS_atmega165p_FALSE = @HAS_atmega165p_FALSE@
256
HAS_atmega165p_TRUE = @HAS_atmega165p_TRUE@
257
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
258
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
259
HAS_atmega168p_FALSE = @HAS_atmega168p_FALSE@
260
HAS_atmega168p_TRUE = @HAS_atmega168p_TRUE@
261
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
262
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
263
HAS_atmega169p_FALSE = @HAS_atmega169p_FALSE@
264
HAS_atmega169p_TRUE = @HAS_atmega169p_TRUE@
265
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
266
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
267
HAS_atmega16hva_FALSE = @HAS_atmega16hva_FALSE@
268
HAS_atmega16hva_TRUE = @HAS_atmega16hva_TRUE@
269
HAS_atmega2560_FALSE = @HAS_atmega2560_FALSE@
270
HAS_atmega2560_TRUE = @HAS_atmega2560_TRUE@
271
HAS_atmega2561_FALSE = @HAS_atmega2561_FALSE@
272
HAS_atmega2561_TRUE = @HAS_atmega2561_TRUE@
273
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
274
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
275
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
276
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
277
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
278
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
279
HAS_atmega3250p_FALSE = @HAS_atmega3250p_FALSE@
280
HAS_atmega3250p_TRUE = @HAS_atmega3250p_TRUE@
281
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
282
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
283
HAS_atmega325p_FALSE = @HAS_atmega325p_FALSE@
284
HAS_atmega325p_TRUE = @HAS_atmega325p_TRUE@
285
HAS_atmega328p_FALSE = @HAS_atmega328p_FALSE@
286
HAS_atmega328p_TRUE = @HAS_atmega328p_TRUE@
287
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
288
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
289
HAS_atmega3290p_FALSE = @HAS_atmega3290p_FALSE@
290
HAS_atmega3290p_TRUE = @HAS_atmega3290p_TRUE@
291
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
292
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
293
HAS_atmega329p_FALSE = @HAS_atmega329p_FALSE@
294
HAS_atmega329p_TRUE = @HAS_atmega329p_TRUE@
295
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
296
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
297
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
298
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
299
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
300
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
301
HAS_atmega48p_FALSE = @HAS_atmega48p_FALSE@
302
HAS_atmega48p_TRUE = @HAS_atmega48p_TRUE@
303
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
304
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
305
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
306
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
307
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
308
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
309
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
310
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
311
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
312
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
313
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
314
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
315
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
316
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
317
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
318
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
319
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
320
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
321
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
322
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
323
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
324
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
325
HAS_atmega88p_FALSE = @HAS_atmega88p_FALSE@
326
HAS_atmega88p_TRUE = @HAS_atmega88p_TRUE@
327
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
328
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
329
HAS_atmega8hva_FALSE = @HAS_atmega8hva_FALSE@
330
HAS_atmega8hva_TRUE = @HAS_atmega8hva_TRUE@
331
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
332
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
333
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
334
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
335
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
336
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
337
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
338
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
339
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
340
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
341
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
342
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
343
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
344
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
345
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
346
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
347
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
348
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
349
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
350
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
351
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
352
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
353
HAS_attiny43u_FALSE = @HAS_attiny43u_FALSE@
354
HAS_attiny43u_TRUE = @HAS_attiny43u_TRUE@
355
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
356
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
357
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
358
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
359
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
360
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
361
HAS_attiny48_FALSE = @HAS_attiny48_FALSE@
362
HAS_attiny48_TRUE = @HAS_attiny48_TRUE@
363
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
364
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
365
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
366
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
367
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
368
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
369
HAS_avr25_FALSE = @HAS_avr25_FALSE@
370
HAS_avr25_TRUE = @HAS_avr25_TRUE@
371
HAS_avr2_FALSE = @HAS_avr2_FALSE@
372
HAS_avr2_TRUE = @HAS_avr2_TRUE@
373
HAS_avr3_FALSE = @HAS_avr3_FALSE@
374
HAS_avr3_TRUE = @HAS_avr3_TRUE@
375
HAS_avr4_FALSE = @HAS_avr4_FALSE@
376
HAS_avr4_TRUE = @HAS_avr4_TRUE@
377
HAS_avr5_FALSE = @HAS_avr5_FALSE@
378
HAS_avr5_TRUE = @HAS_avr5_TRUE@
379
HAS_avr6_FALSE = @HAS_avr6_FALSE@
380
HAS_avr6_TRUE = @HAS_avr6_TRUE@
381
INSTALL_DATA = @INSTALL_DATA@
382
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
383
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
384
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
385
INSTALL_DOX_PS = @INSTALL_DOX_PS@
386
INSTALL_PROGRAM = @INSTALL_PROGRAM@
387
INSTALL_SCRIPT = @INSTALL_SCRIPT@
388
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
393
LTLIBOBJS = @LTLIBOBJS@
394
MAKEINFO = @MAKEINFO@
397
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
398
PACKAGE_NAME = @PACKAGE_NAME@
399
PACKAGE_STRING = @PACKAGE_STRING@
400
PACKAGE_TARNAME = @PACKAGE_TARNAME@
401
PACKAGE_VERSION = @PACKAGE_VERSION@
402
PATH_SEPARATOR = @PATH_SEPARATOR@
403
PNGTOPNM = @PNGTOPNM@
404
PNMTOPNG = @PNMTOPNG@
406
SET_MAKE = @SET_MAKE@
409
TARGET_DOX_HTML = @TARGET_DOX_HTML@
410
TARGET_DOX_PDF = @TARGET_DOX_PDF@
411
TARGET_DOX_PS = @TARGET_DOX_PS@
413
ac_ct_AR = @ac_ct_AR@
414
ac_ct_AS = @ac_ct_AS@
415
ac_ct_CC = @ac_ct_CC@
416
ac_ct_RANLIB = @ac_ct_RANLIB@
417
ac_ct_STRIP = @ac_ct_STRIP@
418
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
419
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
420
am__include = @am__include@
421
am__leading_dot = @am__leading_dot@
422
am__quote = @am__quote@
424
am__untar = @am__untar@
427
build_alias = @build_alias@
428
build_cpu = @build_cpu@
429
build_os = @build_os@
430
build_vendor = @build_vendor@
432
exec_prefix = @exec_prefix@
434
host_alias = @host_alias@
435
host_cpu = @host_cpu@
437
host_vendor = @host_vendor@
438
includedir = @includedir@
440
install_sh = @install_sh@
442
libexecdir = @libexecdir@
443
localstatedir = @localstatedir@
446
oldincludedir = @oldincludedir@
448
program_transform_name = @program_transform_name@
450
sharedstatedir = @sharedstatedir@
451
sysconfdir = @sysconfdir@
452
target_alias = @target_alias@
453
AVR_TARGET = atmega328p
454
AVR_TARGET_CRT = crtm328p.o
456
AVR_TARGET_CFLAGS = -mcall-prologues -Os
458
AVR_INSTALL_DIR = avr5
459
@HAS_atmega328p_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
460
@HAS_atmega328p_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
461
@HAS_atmega328p_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
462
@HAS_atmega328p_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
463
@HAS_atmega328p_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
464
@HAS_atmega328p_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
465
@HAS_atmega328p_TRUE@avrdir = $(__install_dir)
466
@HAS_atmega328p_TRUE@avrlibdir = $(__install_dir)
467
@HAS_atmega328p_TRUE@noinst_LIBRARIES = libcrt.a
468
@HAS_atmega328p_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
469
@HAS_atmega328p_TRUE@avr_DATA = $(AVR_TARGET_CRT)
473
.SUFFIXES: .S .o .obj
474
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
476
case '$(am__configure_deps)' in \
478
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
483
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega328p/Makefile'; \
484
cd $(top_srcdir) && \
485
$(AUTOMAKE) --foreign avr/lib/avr5/atmega328p/Makefile
487
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
490
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
492
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
493
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
496
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
497
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
499
$(top_srcdir)/configure: $(am__configure_deps)
500
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
501
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
502
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
504
clean-noinstLIBRARIES:
505
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
506
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
508
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
521
$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
523
install-avrDATA: $(avr_DATA)
525
test -z "$(avrdir)" || $(mkdir_p) "$(DESTDIR)$(avrdir)"
526
@list='$(avr_DATA)'; for p in $$list; do \
527
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
529
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
530
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
535
@list='$(avr_DATA)'; for p in $$list; do \
537
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
538
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
541
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
542
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
543
unique=`for i in $$list; do \
544
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546
$(AWK) ' { files[$$0] = 1; } \
547
END { for (i in files) print i; }'`; \
551
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
552
$(TAGS_FILES) $(LISP)
555
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
556
unique=`for i in $$list; do \
557
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
559
$(AWK) ' { files[$$0] = 1; } \
560
END { for (i in files) print i; }'`; \
561
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
562
test -n "$$unique" || unique=$$empty_fix; \
563
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
567
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
568
$(TAGS_FILES) $(LISP)
571
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
572
unique=`for i in $$list; do \
573
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
575
$(AWK) ' { files[$$0] = 1; } \
576
END { for (i in files) print i; }'`; \
577
test -z "$(CTAGS_ARGS)$$tags$$unique" \
578
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
582
here=`$(am__cd) $(top_builddir) && pwd` \
583
&& cd $(top_srcdir) \
584
&& gtags -i $(GTAGS_ARGS) $$here
587
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
589
distdir: $(DISTFILES)
590
$(mkdir_p) $(distdir)/../../../..
591
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
592
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
593
list='$(DISTFILES)'; for file in $$list; do \
595
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
596
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
598
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
599
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
600
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
602
$(mkdir_p) "$(distdir)$$dir"; \
606
if test -d $$d/$$file; then \
607
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
608
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
610
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
612
test -f $(distdir)/$$file \
613
|| cp -p $$d/$$file $(distdir)/$$file \
619
all-am: Makefile $(LIBRARIES) $(DATA)
621
for dir in "$(DESTDIR)$(avrdir)"; do \
622
test -z "$$dir" || $(mkdir_p) "$$dir"; \
625
install-exec: install-exec-am
626
install-data: install-data-am
627
uninstall: uninstall-am
630
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
632
installcheck: installcheck-am
634
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
635
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
636
`test -z '$(STRIP)' || \
637
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
643
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
645
maintainer-clean-generic:
646
@echo "This command is intended for maintainers to use"
647
@echo "it deletes files that may require special tools to rebuild."
650
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
652
distclean: distclean-am
654
distclean-am: clean-am distclean-compile distclean-generic \
667
install-data-am: install-avrDATA
671
install-info: install-info-am
677
maintainer-clean: maintainer-clean-am
679
maintainer-clean-am: distclean-am maintainer-clean-generic
681
mostlyclean: mostlyclean-am
683
mostlyclean-am: mostlyclean-compile mostlyclean-generic
693
uninstall-am: uninstall-avrDATA uninstall-info-am
695
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
696
clean-noinstLIBRARIES ctags distclean distclean-compile \
697
distclean-generic distclean-tags distdir dvi dvi-am html \
698
html-am info info-am install install-am install-avrDATA \
699
install-data install-data-am install-exec install-exec-am \
700
install-info install-info-am install-man install-strip \
701
installcheck installcheck-am installdirs maintainer-clean \
702
maintainer-clean-generic mostlyclean mostlyclean-compile \
703
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
704
uninstall-am uninstall-avrDATA uninstall-info-am
707
@HAS_atmega328p_TRUE@$(AVR_TARGET_CRT): gcrt1.o
708
@HAS_atmega328p_TRUE@ rm -f $@
709
@HAS_atmega328p_TRUE@ ln $< $@ || cp $< $@
711
# NOTE: Automake will be performing the following include, not GNU Make.
712
# Automake will also be scanning the included file.
714
@HAS_atmega328p_FALSE@echo all distdir install installdirs clean distclean uninstall check:
715
# Tell versions [3.59,3.63) of GNU make to not export all variables.
716
# Otherwise a system limit (for SysV at least) may be exceeded.