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 2005/09/25 17:59:37 aesok 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/atmega3250
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_atmega3250_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_at90pwm2_FALSE = @HAS_at90pwm2_FALSE@
190
HAS_at90pwm2_TRUE = @HAS_at90pwm2_TRUE@
191
HAS_at90pwm3_FALSE = @HAS_at90pwm3_FALSE@
192
HAS_at90pwm3_TRUE = @HAS_at90pwm3_TRUE@
193
HAS_at90s1200_FALSE = @HAS_at90s1200_FALSE@
194
HAS_at90s1200_TRUE = @HAS_at90s1200_TRUE@
195
HAS_at90s2313_FALSE = @HAS_at90s2313_FALSE@
196
HAS_at90s2313_TRUE = @HAS_at90s2313_TRUE@
197
HAS_at90s2323_FALSE = @HAS_at90s2323_FALSE@
198
HAS_at90s2323_TRUE = @HAS_at90s2323_TRUE@
199
HAS_at90s2333_FALSE = @HAS_at90s2333_FALSE@
200
HAS_at90s2333_TRUE = @HAS_at90s2333_TRUE@
201
HAS_at90s2343_FALSE = @HAS_at90s2343_FALSE@
202
HAS_at90s2343_TRUE = @HAS_at90s2343_TRUE@
203
HAS_at90s4414_FALSE = @HAS_at90s4414_FALSE@
204
HAS_at90s4414_TRUE = @HAS_at90s4414_TRUE@
205
HAS_at90s4433_FALSE = @HAS_at90s4433_FALSE@
206
HAS_at90s4433_TRUE = @HAS_at90s4433_TRUE@
207
HAS_at90s4434_FALSE = @HAS_at90s4434_FALSE@
208
HAS_at90s4434_TRUE = @HAS_at90s4434_TRUE@
209
HAS_at90s8515_FALSE = @HAS_at90s8515_FALSE@
210
HAS_at90s8515_TRUE = @HAS_at90s8515_TRUE@
211
HAS_at90s8535_FALSE = @HAS_at90s8535_FALSE@
212
HAS_at90s8535_TRUE = @HAS_at90s8535_TRUE@
213
HAS_at90usb1286_FALSE = @HAS_at90usb1286_FALSE@
214
HAS_at90usb1286_TRUE = @HAS_at90usb1286_TRUE@
215
HAS_at90usb1287_FALSE = @HAS_at90usb1287_FALSE@
216
HAS_at90usb1287_TRUE = @HAS_at90usb1287_TRUE@
217
HAS_at90usb646_FALSE = @HAS_at90usb646_FALSE@
218
HAS_at90usb646_TRUE = @HAS_at90usb646_TRUE@
219
HAS_at90usb647_FALSE = @HAS_at90usb647_FALSE@
220
HAS_at90usb647_TRUE = @HAS_at90usb647_TRUE@
221
HAS_at94k_FALSE = @HAS_at94k_FALSE@
222
HAS_at94k_TRUE = @HAS_at94k_TRUE@
223
HAS_atmega103_FALSE = @HAS_atmega103_FALSE@
224
HAS_atmega103_TRUE = @HAS_atmega103_TRUE@
225
HAS_atmega1280_FALSE = @HAS_atmega1280_FALSE@
226
HAS_atmega1280_TRUE = @HAS_atmega1280_TRUE@
227
HAS_atmega1281_FALSE = @HAS_atmega1281_FALSE@
228
HAS_atmega1281_TRUE = @HAS_atmega1281_TRUE@
229
HAS_atmega128_FALSE = @HAS_atmega128_FALSE@
230
HAS_atmega128_TRUE = @HAS_atmega128_TRUE@
231
HAS_atmega161_FALSE = @HAS_atmega161_FALSE@
232
HAS_atmega161_TRUE = @HAS_atmega161_TRUE@
233
HAS_atmega162_FALSE = @HAS_atmega162_FALSE@
234
HAS_atmega162_TRUE = @HAS_atmega162_TRUE@
235
HAS_atmega163_FALSE = @HAS_atmega163_FALSE@
236
HAS_atmega163_TRUE = @HAS_atmega163_TRUE@
237
HAS_atmega164p_FALSE = @HAS_atmega164p_FALSE@
238
HAS_atmega164p_TRUE = @HAS_atmega164p_TRUE@
239
HAS_atmega165_FALSE = @HAS_atmega165_FALSE@
240
HAS_atmega165_TRUE = @HAS_atmega165_TRUE@
241
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
242
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
243
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
244
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
245
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
246
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
247
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
248
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
249
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
250
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
251
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
252
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
253
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
254
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
255
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
256
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
257
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
258
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
259
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
260
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
261
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
262
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
263
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
264
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
265
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
266
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
267
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
268
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
269
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
270
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
271
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
272
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
273
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
274
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
275
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
276
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
277
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
278
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
279
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
280
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
281
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
282
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
283
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
284
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
285
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
286
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
287
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
288
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
289
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
290
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
291
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
292
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
293
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
294
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
295
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
296
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
297
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
298
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
299
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
300
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
301
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
302
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
303
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
304
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
305
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
306
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
307
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
308
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
309
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
310
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
311
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
312
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
313
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
314
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
315
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
316
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
317
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
318
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
319
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
320
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
321
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
322
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
323
HAS_avr2_FALSE = @HAS_avr2_FALSE@
324
HAS_avr2_TRUE = @HAS_avr2_TRUE@
325
HAS_avr3_FALSE = @HAS_avr3_FALSE@
326
HAS_avr3_TRUE = @HAS_avr3_TRUE@
327
HAS_avr4_FALSE = @HAS_avr4_FALSE@
328
HAS_avr4_TRUE = @HAS_avr4_TRUE@
329
HAS_avr5_FALSE = @HAS_avr5_FALSE@
330
HAS_avr5_TRUE = @HAS_avr5_TRUE@
331
INSTALL_DATA = @INSTALL_DATA@
332
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
333
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
334
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
335
INSTALL_DOX_PS = @INSTALL_DOX_PS@
336
INSTALL_PROGRAM = @INSTALL_PROGRAM@
337
INSTALL_SCRIPT = @INSTALL_SCRIPT@
338
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
343
LTLIBOBJS = @LTLIBOBJS@
344
MAKEINFO = @MAKEINFO@
347
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
348
PACKAGE_NAME = @PACKAGE_NAME@
349
PACKAGE_STRING = @PACKAGE_STRING@
350
PACKAGE_TARNAME = @PACKAGE_TARNAME@
351
PACKAGE_VERSION = @PACKAGE_VERSION@
352
PATH_SEPARATOR = @PATH_SEPARATOR@
353
PNGTOPNM = @PNGTOPNM@
354
PNMTOPNG = @PNMTOPNG@
356
SET_MAKE = @SET_MAKE@
359
TARGET_DOX_HTML = @TARGET_DOX_HTML@
360
TARGET_DOX_PDF = @TARGET_DOX_PDF@
361
TARGET_DOX_PS = @TARGET_DOX_PS@
363
ac_ct_AR = @ac_ct_AR@
364
ac_ct_AS = @ac_ct_AS@
365
ac_ct_CC = @ac_ct_CC@
366
ac_ct_RANLIB = @ac_ct_RANLIB@
367
ac_ct_STRIP = @ac_ct_STRIP@
368
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
369
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
370
am__include = @am__include@
371
am__leading_dot = @am__leading_dot@
372
am__quote = @am__quote@
374
am__untar = @am__untar@
377
build_alias = @build_alias@
378
build_cpu = @build_cpu@
379
build_os = @build_os@
380
build_vendor = @build_vendor@
382
exec_prefix = @exec_prefix@
384
host_alias = @host_alias@
385
host_cpu = @host_cpu@
387
host_vendor = @host_vendor@
388
includedir = @includedir@
390
install_sh = @install_sh@
392
libexecdir = @libexecdir@
393
localstatedir = @localstatedir@
396
oldincludedir = @oldincludedir@
398
program_transform_name = @program_transform_name@
400
sharedstatedir = @sharedstatedir@
401
sysconfdir = @sysconfdir@
402
target_alias = @target_alias@
403
AVR_TARGET = atmega3250
404
AVR_TARGET_CRT = crtm3250.o
406
AVR_TARGET_CFLAGS = -Os
408
AVR_INSTALL_DIR = avr5
409
@HAS_atmega3250_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
410
@HAS_atmega3250_TRUE@AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
411
@HAS_atmega3250_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
412
@HAS_atmega3250_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
413
@HAS_atmega3250_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
414
@HAS_atmega3250_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
415
@HAS_atmega3250_TRUE@avrdir = $(__install_dir)
416
@HAS_atmega3250_TRUE@avrlibdir = $(__install_dir)
417
@HAS_atmega3250_TRUE@noinst_LIBRARIES = libcrt.a
418
@HAS_atmega3250_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
419
@HAS_atmega3250_TRUE@avr_DATA = $(AVR_TARGET_CRT)
423
.SUFFIXES: .S .o .obj
424
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
426
case '$(am__configure_deps)' in \
428
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
433
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/atmega3250/Makefile'; \
434
cd $(top_srcdir) && \
435
$(AUTOMAKE) --foreign avr/lib/avr5/atmega3250/Makefile
437
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
440
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
442
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
443
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
446
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
447
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
449
$(top_srcdir)/configure: $(am__configure_deps)
450
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
451
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
452
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
454
clean-noinstLIBRARIES:
455
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
456
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
458
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
471
$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
473
install-avrDATA: $(avr_DATA)
475
test -z "$(avrdir)" || $(mkdir_p) "$(DESTDIR)$(avrdir)"
476
@list='$(avr_DATA)'; for p in $$list; do \
477
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
479
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
480
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
485
@list='$(avr_DATA)'; for p in $$list; do \
487
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
488
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
491
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
492
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
493
unique=`for i in $$list; do \
494
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
496
$(AWK) ' { files[$$0] = 1; } \
497
END { for (i in files) print i; }'`; \
501
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
502
$(TAGS_FILES) $(LISP)
505
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
506
unique=`for i in $$list; do \
507
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
509
$(AWK) ' { files[$$0] = 1; } \
510
END { for (i in files) print i; }'`; \
511
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
512
test -n "$$unique" || unique=$$empty_fix; \
513
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
518
$(TAGS_FILES) $(LISP)
521
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
522
unique=`for i in $$list; do \
523
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525
$(AWK) ' { files[$$0] = 1; } \
526
END { for (i in files) print i; }'`; \
527
test -z "$(CTAGS_ARGS)$$tags$$unique" \
528
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
532
here=`$(am__cd) $(top_builddir) && pwd` \
533
&& cd $(top_srcdir) \
534
&& gtags -i $(GTAGS_ARGS) $$here
537
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
distdir: $(DISTFILES)
540
$(mkdir_p) $(distdir)/../../../..
541
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
542
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
543
list='$(DISTFILES)'; for file in $$list; do \
545
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
546
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
548
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
549
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
550
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
552
$(mkdir_p) "$(distdir)$$dir"; \
556
if test -d $$d/$$file; then \
557
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
558
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
560
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
562
test -f $(distdir)/$$file \
563
|| cp -p $$d/$$file $(distdir)/$$file \
569
all-am: Makefile $(LIBRARIES) $(DATA)
571
for dir in "$(DESTDIR)$(avrdir)"; do \
572
test -z "$$dir" || $(mkdir_p) "$$dir"; \
575
install-exec: install-exec-am
576
install-data: install-data-am
577
uninstall: uninstall-am
580
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
582
installcheck: installcheck-am
584
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
585
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
586
`test -z '$(STRIP)' || \
587
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
593
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595
maintainer-clean-generic:
596
@echo "This command is intended for maintainers to use"
597
@echo "it deletes files that may require special tools to rebuild."
600
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
602
distclean: distclean-am
604
distclean-am: clean-am distclean-compile distclean-generic \
617
install-data-am: install-avrDATA
621
install-info: install-info-am
627
maintainer-clean: maintainer-clean-am
629
maintainer-clean-am: distclean-am maintainer-clean-generic
631
mostlyclean: mostlyclean-am
633
mostlyclean-am: mostlyclean-compile mostlyclean-generic
643
uninstall-am: uninstall-avrDATA uninstall-info-am
645
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
646
clean-noinstLIBRARIES ctags distclean distclean-compile \
647
distclean-generic distclean-tags distdir dvi dvi-am html \
648
html-am info info-am install install-am install-avrDATA \
649
install-data install-data-am install-exec install-exec-am \
650
install-info install-info-am install-man install-strip \
651
installcheck installcheck-am installdirs maintainer-clean \
652
maintainer-clean-generic mostlyclean mostlyclean-compile \
653
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
654
uninstall-am uninstall-avrDATA uninstall-info-am
657
@HAS_atmega3250_TRUE@$(AVR_TARGET_CRT): gcrt1.o
658
@HAS_atmega3250_TRUE@ rm -f $@
659
@HAS_atmega3250_TRUE@ ln $< $@ || cp $< $@
661
# NOTE: Automake will be performing the following include, not GNU Make.
662
# Automake will also be scanning the included file.
664
@HAS_atmega3250_FALSE@echo all distdir install installdirs clean distclean uninstall check:
665
# Tell versions [3.59,3.63) of GNU make to not export all variables.
666
# Otherwise a system limit (for SysV at least) may be exceeded.