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/at90usb647
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_at90usb647_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_atmega165p_FALSE = @HAS_atmega165p_FALSE@
242
HAS_atmega165p_TRUE = @HAS_atmega165p_TRUE@
243
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
244
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
245
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
246
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
247
HAS_atmega169p_FALSE = @HAS_atmega169p_FALSE@
248
HAS_atmega169p_TRUE = @HAS_atmega169p_TRUE@
249
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
250
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
251
HAS_atmega2560_FALSE = @HAS_atmega2560_FALSE@
252
HAS_atmega2560_TRUE = @HAS_atmega2560_TRUE@
253
HAS_atmega2561_FALSE = @HAS_atmega2561_FALSE@
254
HAS_atmega2561_TRUE = @HAS_atmega2561_TRUE@
255
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
256
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
257
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
258
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
259
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
260
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
261
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
262
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
263
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
264
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
265
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
266
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
267
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
268
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
269
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
270
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
271
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
272
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
273
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
274
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
275
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
276
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
277
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
278
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
279
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
280
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
281
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
282
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
283
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
284
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
285
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
286
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
287
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
288
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
289
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
290
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
291
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
292
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
293
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
294
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
295
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
296
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
297
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
298
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
299
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
300
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
301
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
302
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
303
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
304
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
305
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
306
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
307
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
308
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
309
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
310
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
311
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
312
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
313
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
314
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
315
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
316
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
317
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
318
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
319
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
320
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
321
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
322
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
323
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
324
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
325
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
326
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
327
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
328
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
329
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
330
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
331
HAS_avr2_FALSE = @HAS_avr2_FALSE@
332
HAS_avr2_TRUE = @HAS_avr2_TRUE@
333
HAS_avr3_FALSE = @HAS_avr3_FALSE@
334
HAS_avr3_TRUE = @HAS_avr3_TRUE@
335
HAS_avr4_FALSE = @HAS_avr4_FALSE@
336
HAS_avr4_TRUE = @HAS_avr4_TRUE@
337
HAS_avr5_FALSE = @HAS_avr5_FALSE@
338
HAS_avr5_TRUE = @HAS_avr5_TRUE@
339
HAS_avr6_FALSE = @HAS_avr6_FALSE@
340
HAS_avr6_TRUE = @HAS_avr6_TRUE@
341
INSTALL_DATA = @INSTALL_DATA@
342
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
343
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
344
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
345
INSTALL_DOX_PS = @INSTALL_DOX_PS@
346
INSTALL_PROGRAM = @INSTALL_PROGRAM@
347
INSTALL_SCRIPT = @INSTALL_SCRIPT@
348
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
353
LTLIBOBJS = @LTLIBOBJS@
354
MAKEINFO = @MAKEINFO@
357
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
358
PACKAGE_NAME = @PACKAGE_NAME@
359
PACKAGE_STRING = @PACKAGE_STRING@
360
PACKAGE_TARNAME = @PACKAGE_TARNAME@
361
PACKAGE_VERSION = @PACKAGE_VERSION@
362
PATH_SEPARATOR = @PATH_SEPARATOR@
363
PNGTOPNM = @PNGTOPNM@
364
PNMTOPNG = @PNMTOPNG@
366
SET_MAKE = @SET_MAKE@
369
TARGET_DOX_HTML = @TARGET_DOX_HTML@
370
TARGET_DOX_PDF = @TARGET_DOX_PDF@
371
TARGET_DOX_PS = @TARGET_DOX_PS@
373
ac_ct_AR = @ac_ct_AR@
374
ac_ct_AS = @ac_ct_AS@
375
ac_ct_CC = @ac_ct_CC@
376
ac_ct_RANLIB = @ac_ct_RANLIB@
377
ac_ct_STRIP = @ac_ct_STRIP@
378
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
379
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
380
am__include = @am__include@
381
am__leading_dot = @am__leading_dot@
382
am__quote = @am__quote@
384
am__untar = @am__untar@
387
build_alias = @build_alias@
388
build_cpu = @build_cpu@
389
build_os = @build_os@
390
build_vendor = @build_vendor@
392
exec_prefix = @exec_prefix@
394
host_alias = @host_alias@
395
host_cpu = @host_cpu@
397
host_vendor = @host_vendor@
398
includedir = @includedir@
400
install_sh = @install_sh@
402
libexecdir = @libexecdir@
403
localstatedir = @localstatedir@
406
oldincludedir = @oldincludedir@
408
program_transform_name = @program_transform_name@
410
sharedstatedir = @sharedstatedir@
411
sysconfdir = @sysconfdir@
412
target_alias = @target_alias@
413
AVR_TARGET = at90usb647
414
AVR_TARGET_CRT = crtusb647.o
416
AVR_TARGET_CFLAGS = -Os
418
AVR_INSTALL_DIR = avr5
419
@HAS_at90usb647_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
420
@HAS_at90usb647_TRUE@AVRLIB_CFLAGS = -gstabs -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
421
@HAS_at90usb647_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
422
@HAS_at90usb647_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
423
@HAS_at90usb647_TRUE@AM_CCASFLAGS = $(AM_CPPFLAGS) $(AVRLIB_ASFLAGS)
424
@HAS_at90usb647_TRUE@__install_dir = $(prefix)/avr/lib/$(AVR_INSTALL_DIR)
425
@HAS_at90usb647_TRUE@avrdir = $(__install_dir)
426
@HAS_at90usb647_TRUE@avrlibdir = $(__install_dir)
427
@HAS_at90usb647_TRUE@noinst_LIBRARIES = libcrt.a
428
@HAS_at90usb647_TRUE@nodist_libcrt_a_SOURCES = gcrt1.S
429
@HAS_at90usb647_TRUE@avr_DATA = $(AVR_TARGET_CRT)
433
.SUFFIXES: .S .o .obj
434
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/AvrCommon.am $(am__configure_deps)
436
case '$(am__configure_deps)' in \
438
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
443
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/at90usb647/Makefile'; \
444
cd $(top_srcdir) && \
445
$(AUTOMAKE) --foreign avr/lib/avr5/at90usb647/Makefile
447
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
450
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
452
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
453
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
456
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
457
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459
$(top_srcdir)/configure: $(am__configure_deps)
460
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
461
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
462
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464
clean-noinstLIBRARIES:
465
-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
466
libcrt.a: $(libcrt_a_OBJECTS) $(libcrt_a_DEPENDENCIES)
468
$(libcrt_a_AR) libcrt.a $(libcrt_a_OBJECTS) $(libcrt_a_LIBADD)
481
$(CCASCOMPILE) -c `$(CYGPATH_W) '$<'`
483
install-avrDATA: $(avr_DATA)
485
test -z "$(avrdir)" || $(mkdir_p) "$(DESTDIR)$(avrdir)"
486
@list='$(avr_DATA)'; for p in $$list; do \
487
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
489
echo " $(avrDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
490
$(avrDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(avrdir)/$$f"; \
495
@list='$(avr_DATA)'; for p in $$list; do \
497
echo " rm -f '$(DESTDIR)$(avrdir)/$$f'"; \
498
rm -f "$(DESTDIR)$(avrdir)/$$f"; \
501
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
502
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
503
unique=`for i in $$list; do \
504
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
506
$(AWK) ' { files[$$0] = 1; } \
507
END { for (i in files) print i; }'`; \
511
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
512
$(TAGS_FILES) $(LISP)
515
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
516
unique=`for i in $$list; do \
517
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
519
$(AWK) ' { files[$$0] = 1; } \
520
END { for (i in files) print i; }'`; \
521
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
522
test -n "$$unique" || unique=$$empty_fix; \
523
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
527
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
528
$(TAGS_FILES) $(LISP)
531
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
532
unique=`for i in $$list; do \
533
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535
$(AWK) ' { files[$$0] = 1; } \
536
END { for (i in files) print i; }'`; \
537
test -z "$(CTAGS_ARGS)$$tags$$unique" \
538
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
542
here=`$(am__cd) $(top_builddir) && pwd` \
543
&& cd $(top_srcdir) \
544
&& gtags -i $(GTAGS_ARGS) $$here
547
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
549
distdir: $(DISTFILES)
550
$(mkdir_p) $(distdir)/../../../..
551
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
552
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
553
list='$(DISTFILES)'; for file in $$list; do \
555
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
556
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
558
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
559
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
560
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
562
$(mkdir_p) "$(distdir)$$dir"; \
566
if test -d $$d/$$file; then \
567
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
568
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
570
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
572
test -f $(distdir)/$$file \
573
|| cp -p $$d/$$file $(distdir)/$$file \
579
all-am: Makefile $(LIBRARIES) $(DATA)
581
for dir in "$(DESTDIR)$(avrdir)"; do \
582
test -z "$$dir" || $(mkdir_p) "$$dir"; \
585
install-exec: install-exec-am
586
install-data: install-data-am
587
uninstall: uninstall-am
590
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
592
installcheck: installcheck-am
594
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
595
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
596
`test -z '$(STRIP)' || \
597
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
603
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
605
maintainer-clean-generic:
606
@echo "This command is intended for maintainers to use"
607
@echo "it deletes files that may require special tools to rebuild."
610
clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
612
distclean: distclean-am
614
distclean-am: clean-am distclean-compile distclean-generic \
627
install-data-am: install-avrDATA
631
install-info: install-info-am
637
maintainer-clean: maintainer-clean-am
639
maintainer-clean-am: distclean-am maintainer-clean-generic
641
mostlyclean: mostlyclean-am
643
mostlyclean-am: mostlyclean-compile mostlyclean-generic
653
uninstall-am: uninstall-avrDATA uninstall-info-am
655
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
656
clean-noinstLIBRARIES ctags distclean distclean-compile \
657
distclean-generic distclean-tags distdir dvi dvi-am html \
658
html-am info info-am install install-am install-avrDATA \
659
install-data install-data-am install-exec install-exec-am \
660
install-info install-info-am install-man install-strip \
661
installcheck installcheck-am installdirs maintainer-clean \
662
maintainer-clean-generic mostlyclean mostlyclean-compile \
663
mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
664
uninstall-am uninstall-avrDATA uninstall-info-am
667
@HAS_at90usb647_TRUE@$(AVR_TARGET_CRT): gcrt1.o
668
@HAS_at90usb647_TRUE@ rm -f $@
669
@HAS_at90usb647_TRUE@ ln $< $@ || cp $< $@
671
# NOTE: Automake will be performing the following include, not GNU Make.
672
# Automake will also be scanning the included file.
674
@HAS_at90usb647_FALSE@echo all distdir install installdirs clean distclean uninstall check:
675
# Tell versions [3.59,3.63) of GNU make to not export all variables.
676
# Otherwise a system limit (for SysV at least) may be exceeded.