~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to crt1/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-11-15 21:12:47 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061115211247-b7qhgnb6o49v5zsg
Tags: 1:1.4.5-2
* Convertion to debheler fixed (closes: #398220)
* Reference to /usr/share/common-licenses in copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
2
3
 
3
 
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
4
6
# This Makefile.in is free software; the Free Software Foundation
5
7
# gives unlimited permission to copy and/or distribute it,
6
8
# with or without modifications, as long as this notice is preserved.
10
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
13
# PARTICULAR PURPOSE.
12
14
 
13
 
#
14
 
# $Id: Makefile.am,v 1.3 2004/04/23 23:57:36 troth Exp $
15
 
#
16
 
# Copyright (c) 2002, 2004  Reinhard Jessich  <reinhard.jessich@telering.at>
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (c) 2004,  Theodore A. Roth
17
18
# All rights reserved.
18
19
#
19
20
# Redistribution and use in source and binary forms, with or without
25
26
#   notice, this list of conditions and the following disclaimer in
26
27
#   the documentation and/or other materials provided with the
27
28
#   distribution.
28
 
# * Neither the name of the copyright holders nor the names of
29
 
#   contributors may be used to endorse or promote products derived
30
 
#   from this software without specific prior written permission.
31
29
#
32
30
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
33
31
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
40
38
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
41
39
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42
40
# POSSIBILITY OF SUCH DAMAGE.
43
 
 
44
 
# content of AVR_CRT_xxx is determined by configure according to the multilib
45
 
# subdir (see acinclude.m4 in top directory)
46
 
 
47
 
 
48
 
SHELL = @SHELL@
49
 
 
 
41
#
 
42
# $Id: Makefile.am,v 1.4 2005/08/11 20:55:20 joerg_wunsch Exp $
 
43
#
50
44
srcdir = @srcdir@
51
45
top_srcdir = @top_srcdir@
52
46
VPATH = @srcdir@
53
 
prefix = @prefix@
54
 
exec_prefix = @exec_prefix@
55
 
 
56
 
bindir = @bindir@
57
 
sbindir = @sbindir@
58
 
libexecdir = @libexecdir@
59
 
datadir = @datadir@
60
 
sysconfdir = @sysconfdir@
61
 
sharedstatedir = @sharedstatedir@
62
 
localstatedir = @localstatedir@
63
 
libdir = @libdir@
64
 
infodir = @infodir@
65
 
mandir = @mandir@
66
 
includedir = @includedir@
67
 
oldincludedir = /usr/include
68
 
 
69
 
DESTDIR =
70
 
 
71
47
pkgdatadir = $(datadir)/@PACKAGE@
72
48
pkglibdir = $(libdir)/@PACKAGE@
73
49
pkgincludedir = $(includedir)/@PACKAGE@
74
 
 
75
50
top_builddir = ..
76
 
 
77
 
ACLOCAL = @ACLOCAL@
78
 
AUTOCONF = @AUTOCONF@
79
 
AUTOMAKE = @AUTOMAKE@
80
 
AUTOHEADER = @AUTOHEADER@
81
 
 
 
51
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82
52
INSTALL = @INSTALL@
83
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
84
 
INSTALL_DATA = @INSTALL_DATA@
85
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
86
 
transform = @program_transform_name@
87
 
 
 
53
install_sh_DATA = $(install_sh) -c -m 644
 
54
install_sh_PROGRAM = $(install_sh) -c
 
55
install_sh_SCRIPT = $(install_sh) -c
 
56
INSTALL_HEADER = $(INSTALL_DATA)
 
57
transform = $(program_transform_name)
88
58
NORMAL_INSTALL = :
89
59
PRE_INSTALL = :
90
60
POST_INSTALL = :
91
61
NORMAL_UNINSTALL = :
92
62
PRE_UNINSTALL = :
93
63
POST_UNINSTALL = :
94
 
build_alias = @build_alias@
95
64
build_triplet = @build@
96
 
host_alias = @host_alias@
97
65
host_triplet = @host@
98
 
target_alias = @target_alias@
99
 
target_triplet = @target@
 
66
subdir = crt1
 
67
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
68
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
69
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
70
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
71
        $(ACLOCAL_M4)
 
72
mkinstalldirs = $(install_sh) -d
 
73
CONFIG_HEADER = $(top_builddir)/config.h
 
74
CONFIG_CLEAN_FILES =
 
75
SOURCES =
 
76
DIST_SOURCES =
 
77
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
78
ACLOCAL = @ACLOCAL@
 
79
AMDEP_FALSE = @AMDEP_FALSE@
 
80
AMDEP_TRUE = @AMDEP_TRUE@
 
81
AMTAR = @AMTAR@
100
82
AR = @AR@
101
83
AS = @AS@
102
 
AVRLIB_ASFLAGS = @AVRLIB_ASFLAGS@
103
 
AVRLIB_CFLAGS = @AVRLIB_CFLAGS@
104
 
AVR_CRT_ASFLAGS = @AVR_CRT_ASFLAGS@
105
 
AVR_CRT_AT90 = @AVR_CRT_AT90@
106
 
AVR_CRT_MEGA = @AVR_CRT_MEGA@
107
 
AVR_CRT_OTHER = @AVR_CRT_OTHER@
108
 
AVR_CRT_TINY = @AVR_CRT_TINY@
 
84
AUTOCONF = @AUTOCONF@
 
85
AUTOHEADER = @AUTOHEADER@
 
86
AUTOMAKE = @AUTOMAKE@
 
87
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
 
88
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
 
89
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
 
90
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
109
91
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
 
92
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
 
93
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
 
94
AWK = @AWK@
110
95
CC = @CC@
 
96
CCAS = @CCAS@
 
97
CCASFLAGS = @CCASFLAGS@
 
98
CCDEPMODE = @CCDEPMODE@
 
99
CFLAGS = @CFLAGS@
 
100
CPPFLAGS = @CPPFLAGS@
 
101
CYGPATH_W = @CYGPATH_W@
 
102
DEFS = @DEFS@
 
103
DEPDIR = @DEPDIR@
111
104
DOCSDIR = @DOCSDIR@
112
105
DOC_INST_DIR = @DOC_INST_DIR@
113
 
INCLUDES = @INCLUDES@
 
106
ECHO_C = @ECHO_C@
 
107
ECHO_N = @ECHO_N@
 
108
ECHO_T = @ECHO_T@
 
109
EXEEXT = @EXEEXT@
 
110
HAS_at43usb320_FALSE = @HAS_at43usb320_FALSE@
 
111
HAS_at43usb320_TRUE = @HAS_at43usb320_TRUE@
 
112
HAS_at43usb355_FALSE = @HAS_at43usb355_FALSE@
 
113
HAS_at43usb355_TRUE = @HAS_at43usb355_TRUE@
 
114
HAS_at76c711_FALSE = @HAS_at76c711_FALSE@
 
115
HAS_at76c711_TRUE = @HAS_at76c711_TRUE@
 
116
HAS_at86rf401_FALSE = @HAS_at86rf401_FALSE@
 
117
HAS_at86rf401_TRUE = @HAS_at86rf401_TRUE@
 
118
HAS_at90c8534_FALSE = @HAS_at90c8534_FALSE@
 
119
HAS_at90c8534_TRUE = @HAS_at90c8534_TRUE@
 
120
HAS_at90can128_FALSE = @HAS_at90can128_FALSE@
 
121
HAS_at90can128_TRUE = @HAS_at90can128_TRUE@
 
122
HAS_at90can32_FALSE = @HAS_at90can32_FALSE@
 
123
HAS_at90can32_TRUE = @HAS_at90can32_TRUE@
 
124
HAS_at90can64_FALSE = @HAS_at90can64_FALSE@
 
125
HAS_at90can64_TRUE = @HAS_at90can64_TRUE@
 
126
HAS_at90pwm2_FALSE = @HAS_at90pwm2_FALSE@
 
127
HAS_at90pwm2_TRUE = @HAS_at90pwm2_TRUE@
 
128
HAS_at90pwm3_FALSE = @HAS_at90pwm3_FALSE@
 
129
HAS_at90pwm3_TRUE = @HAS_at90pwm3_TRUE@
 
130
HAS_at90s1200_FALSE = @HAS_at90s1200_FALSE@
 
131
HAS_at90s1200_TRUE = @HAS_at90s1200_TRUE@
 
132
HAS_at90s2313_FALSE = @HAS_at90s2313_FALSE@
 
133
HAS_at90s2313_TRUE = @HAS_at90s2313_TRUE@
 
134
HAS_at90s2323_FALSE = @HAS_at90s2323_FALSE@
 
135
HAS_at90s2323_TRUE = @HAS_at90s2323_TRUE@
 
136
HAS_at90s2333_FALSE = @HAS_at90s2333_FALSE@
 
137
HAS_at90s2333_TRUE = @HAS_at90s2333_TRUE@
 
138
HAS_at90s2343_FALSE = @HAS_at90s2343_FALSE@
 
139
HAS_at90s2343_TRUE = @HAS_at90s2343_TRUE@
 
140
HAS_at90s4414_FALSE = @HAS_at90s4414_FALSE@
 
141
HAS_at90s4414_TRUE = @HAS_at90s4414_TRUE@
 
142
HAS_at90s4433_FALSE = @HAS_at90s4433_FALSE@
 
143
HAS_at90s4433_TRUE = @HAS_at90s4433_TRUE@
 
144
HAS_at90s4434_FALSE = @HAS_at90s4434_FALSE@
 
145
HAS_at90s4434_TRUE = @HAS_at90s4434_TRUE@
 
146
HAS_at90s8515_FALSE = @HAS_at90s8515_FALSE@
 
147
HAS_at90s8515_TRUE = @HAS_at90s8515_TRUE@
 
148
HAS_at90s8535_FALSE = @HAS_at90s8535_FALSE@
 
149
HAS_at90s8535_TRUE = @HAS_at90s8535_TRUE@
 
150
HAS_at90usb1286_FALSE = @HAS_at90usb1286_FALSE@
 
151
HAS_at90usb1286_TRUE = @HAS_at90usb1286_TRUE@
 
152
HAS_at90usb1287_FALSE = @HAS_at90usb1287_FALSE@
 
153
HAS_at90usb1287_TRUE = @HAS_at90usb1287_TRUE@
 
154
HAS_at90usb646_FALSE = @HAS_at90usb646_FALSE@
 
155
HAS_at90usb646_TRUE = @HAS_at90usb646_TRUE@
 
156
HAS_at90usb647_FALSE = @HAS_at90usb647_FALSE@
 
157
HAS_at90usb647_TRUE = @HAS_at90usb647_TRUE@
 
158
HAS_at94k_FALSE = @HAS_at94k_FALSE@
 
159
HAS_at94k_TRUE = @HAS_at94k_TRUE@
 
160
HAS_atmega103_FALSE = @HAS_atmega103_FALSE@
 
161
HAS_atmega103_TRUE = @HAS_atmega103_TRUE@
 
162
HAS_atmega1280_FALSE = @HAS_atmega1280_FALSE@
 
163
HAS_atmega1280_TRUE = @HAS_atmega1280_TRUE@
 
164
HAS_atmega1281_FALSE = @HAS_atmega1281_FALSE@
 
165
HAS_atmega1281_TRUE = @HAS_atmega1281_TRUE@
 
166
HAS_atmega128_FALSE = @HAS_atmega128_FALSE@
 
167
HAS_atmega128_TRUE = @HAS_atmega128_TRUE@
 
168
HAS_atmega161_FALSE = @HAS_atmega161_FALSE@
 
169
HAS_atmega161_TRUE = @HAS_atmega161_TRUE@
 
170
HAS_atmega162_FALSE = @HAS_atmega162_FALSE@
 
171
HAS_atmega162_TRUE = @HAS_atmega162_TRUE@
 
172
HAS_atmega163_FALSE = @HAS_atmega163_FALSE@
 
173
HAS_atmega163_TRUE = @HAS_atmega163_TRUE@
 
174
HAS_atmega164p_FALSE = @HAS_atmega164p_FALSE@
 
175
HAS_atmega164p_TRUE = @HAS_atmega164p_TRUE@
 
176
HAS_atmega165_FALSE = @HAS_atmega165_FALSE@
 
177
HAS_atmega165_TRUE = @HAS_atmega165_TRUE@
 
178
HAS_atmega165p_FALSE = @HAS_atmega165p_FALSE@
 
179
HAS_atmega165p_TRUE = @HAS_atmega165p_TRUE@
 
180
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
 
181
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
 
182
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
 
183
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
 
184
HAS_atmega169p_FALSE = @HAS_atmega169p_FALSE@
 
185
HAS_atmega169p_TRUE = @HAS_atmega169p_TRUE@
 
186
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
 
187
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
 
188
HAS_atmega2560_FALSE = @HAS_atmega2560_FALSE@
 
189
HAS_atmega2560_TRUE = @HAS_atmega2560_TRUE@
 
190
HAS_atmega2561_FALSE = @HAS_atmega2561_FALSE@
 
191
HAS_atmega2561_TRUE = @HAS_atmega2561_TRUE@
 
192
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
 
193
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
 
194
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
 
195
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
 
196
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
 
197
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
 
198
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
 
199
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
 
200
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
 
201
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
 
202
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
 
203
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
 
204
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
 
205
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
 
206
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
 
207
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
 
208
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
 
209
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
 
210
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
 
211
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
 
212
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
 
213
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
 
214
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
 
215
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
 
216
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
 
217
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
 
218
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
 
219
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
 
220
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
 
221
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
 
222
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
 
223
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
 
224
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
 
225
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
 
226
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
 
227
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
 
228
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
 
229
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
 
230
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
 
231
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
 
232
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
 
233
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
 
234
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
 
235
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
 
236
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
 
237
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
 
238
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
 
239
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
 
240
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
 
241
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
 
242
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
 
243
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
 
244
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
 
245
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
 
246
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
 
247
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
 
248
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
 
249
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
 
250
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
 
251
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
 
252
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
 
253
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
 
254
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
 
255
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
 
256
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
 
257
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
 
258
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
 
259
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
 
260
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
 
261
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
 
262
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
 
263
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
 
264
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
 
265
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
 
266
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
 
267
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
 
268
HAS_avr2_FALSE = @HAS_avr2_FALSE@
 
269
HAS_avr2_TRUE = @HAS_avr2_TRUE@
 
270
HAS_avr3_FALSE = @HAS_avr3_FALSE@
 
271
HAS_avr3_TRUE = @HAS_avr3_TRUE@
 
272
HAS_avr4_FALSE = @HAS_avr4_FALSE@
 
273
HAS_avr4_TRUE = @HAS_avr4_TRUE@
 
274
HAS_avr5_FALSE = @HAS_avr5_FALSE@
 
275
HAS_avr5_TRUE = @HAS_avr5_TRUE@
 
276
HAS_avr6_FALSE = @HAS_avr6_FALSE@
 
277
HAS_avr6_TRUE = @HAS_avr6_TRUE@
 
278
INSTALL_DATA = @INSTALL_DATA@
114
279
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
115
280
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
116
281
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
117
282
INSTALL_DOX_PS = @INSTALL_DOX_PS@
 
283
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
284
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
285
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
286
LDFLAGS = @LDFLAGS@
 
287
LIBOBJS = @LIBOBJS@
 
288
LIBS = @LIBS@
 
289
LN_S = @LN_S@
 
290
LTLIBOBJS = @LTLIBOBJS@
118
291
MAKEINFO = @MAKEINFO@
 
292
OBJEXT = @OBJEXT@
119
293
PACKAGE = @PACKAGE@
 
294
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
295
PACKAGE_NAME = @PACKAGE_NAME@
 
296
PACKAGE_STRING = @PACKAGE_STRING@
 
297
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
298
PACKAGE_VERSION = @PACKAGE_VERSION@
 
299
PATH_SEPARATOR = @PATH_SEPARATOR@
120
300
PNGTOPNM = @PNGTOPNM@
121
301
PNMTOPNG = @PNMTOPNG@
122
302
RANLIB = @RANLIB@
 
303
SET_MAKE = @SET_MAKE@
 
304
SHELL = @SHELL@
 
305
STRIP = @STRIP@
123
306
TARGET_DOX_HTML = @TARGET_DOX_HTML@
124
307
TARGET_DOX_PDF = @TARGET_DOX_PDF@
125
308
TARGET_DOX_PS = @TARGET_DOX_PS@
126
309
VERSION = @VERSION@
127
 
avrlib_basedir = @avrlib_basedir@
128
 
 
129
 
noinst_DATA = $(AVR_CRT_AT90) $(AVR_CRT_TINY) $(AVR_CRT_MEGA) $(AVR_CRT_OTHER)
130
 
 
131
 
# must be added to the package, but automake doesn't know them as source
132
 
# files until now
 
310
ac_ct_AR = @ac_ct_AR@
 
311
ac_ct_AS = @ac_ct_AS@
 
312
ac_ct_CC = @ac_ct_CC@
 
313
ac_ct_RANLIB = @ac_ct_RANLIB@
 
314
ac_ct_STRIP = @ac_ct_STRIP@
 
315
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
316
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
317
am__include = @am__include@
 
318
am__leading_dot = @am__leading_dot@
 
319
am__quote = @am__quote@
 
320
am__tar = @am__tar@
 
321
am__untar = @am__untar@
 
322
bindir = @bindir@
 
323
build = @build@
 
324
build_alias = @build_alias@
 
325
build_cpu = @build_cpu@
 
326
build_os = @build_os@
 
327
build_vendor = @build_vendor@
 
328
datadir = @datadir@
 
329
exec_prefix = @exec_prefix@
 
330
host = @host@
 
331
host_alias = @host_alias@
 
332
host_cpu = @host_cpu@
 
333
host_os = @host_os@
 
334
host_vendor = @host_vendor@
 
335
includedir = @includedir@
 
336
infodir = @infodir@
 
337
install_sh = @install_sh@
 
338
libdir = @libdir@
 
339
libexecdir = @libexecdir@
 
340
localstatedir = @localstatedir@
 
341
mandir = @mandir@
 
342
mkdir_p = @mkdir_p@
 
343
oldincludedir = @oldincludedir@
 
344
prefix = @prefix@
 
345
program_transform_name = @program_transform_name@
 
346
sbindir = @sbindir@
 
347
sharedstatedir = @sharedstatedir@
 
348
sysconfdir = @sysconfdir@
 
349
target_alias = @target_alias@
133
350
EXTRA_DIST = gcrt1.S
134
 
 
135
 
# if we have no sources, COMPILE is not defined by automake
136
 
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138
 
CONFIG_CLEAN_FILES = 
139
 
DATA =  $(noinst_DATA)
140
 
 
141
 
DIST_COMMON =  Makefile.am Makefile.in
142
 
 
143
 
 
144
 
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
145
 
 
146
 
TAR = gtar
147
 
GZIP_ENV = --best
148
 
all: all-redirect
 
351
all: all-am
 
352
 
149
353
.SUFFIXES:
150
 
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
151
 
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps crt1/Makefile
152
 
 
153
 
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
154
 
        cd $(top_builddir) \
155
 
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
156
 
 
 
354
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
355
        @for dep in $?; do \
 
356
          case '$(am__configure_deps)' in \
 
357
            *$$dep*) \
 
358
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
359
                && exit 0; \
 
360
              exit 1;; \
 
361
          esac; \
 
362
        done; \
 
363
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  crt1/Makefile'; \
 
364
        cd $(top_srcdir) && \
 
365
          $(AUTOMAKE) --foreign  crt1/Makefile
 
366
.PRECIOUS: Makefile
 
367
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
368
        @case '$?' in \
 
369
          *config.status*) \
 
370
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
371
          *) \
 
372
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
373
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
374
        esac;
 
375
 
 
376
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
378
 
 
379
$(top_srcdir)/configure:  $(am__configure_deps)
 
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
381
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
382
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
383
uninstall-info-am:
157
384
tags: TAGS
158
385
TAGS:
159
386
 
160
 
 
161
 
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
162
 
 
163
 
subdir = crt1
 
387
ctags: CTAGS
 
388
CTAGS:
 
389
 
164
390
 
165
391
distdir: $(DISTFILES)
166
 
        @for file in $(DISTFILES); do \
167
 
          d=$(srcdir); \
 
392
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
393
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
394
        list='$(DISTFILES)'; for file in $$list; do \
 
395
          case $$file in \
 
396
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
397
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
398
          esac; \
 
399
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
400
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
401
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
402
            dir="/$$dir"; \
 
403
            $(mkdir_p) "$(distdir)$$dir"; \
 
404
          else \
 
405
            dir=''; \
 
406
          fi; \
168
407
          if test -d $$d/$$file; then \
169
 
            cp -pr $$d/$$file $(distdir)/$$file; \
 
408
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
409
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
410
            fi; \
 
411
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
170
412
          else \
171
413
            test -f $(distdir)/$$file \
172
 
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
173
 
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
414
            || cp -p $$d/$$file $(distdir)/$$file \
 
415
            || exit 1; \
174
416
          fi; \
175
417
        done
176
 
info-am:
177
 
info: info-am
178
 
dvi-am:
179
 
dvi: dvi-am
180
418
check-am: all-am
181
419
check: check-am
182
 
installcheck-am:
183
 
installcheck: installcheck-am
184
 
install-exec-am:
 
420
all-am: Makefile
 
421
installdirs:
 
422
install: install-am
185
423
install-exec: install-exec-am
186
 
 
187
 
install-data-am:
188
424
install-data: install-data-am
 
425
uninstall: uninstall-am
189
426
 
190
427
install-am: all-am
191
428
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
192
 
install: install-am
193
 
uninstall-am:
194
 
uninstall: uninstall-am
195
 
all-am: Makefile $(DATA)
196
 
all-redirect: all-am
 
429
 
 
430
installcheck: installcheck-am
197
431
install-strip:
198
 
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
199
 
installdirs:
200
 
 
201
 
 
 
432
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
433
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
434
          `test -z '$(STRIP)' || \
 
435
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
202
436
mostlyclean-generic:
203
437
 
204
438
clean-generic:
205
439
 
206
440
distclean-generic:
207
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
208
 
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
441
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
209
442
 
210
443
maintainer-clean-generic:
211
 
mostlyclean-am:  mostlyclean-generic
212
 
 
213
 
mostlyclean: mostlyclean-am
214
 
 
215
 
clean-am:  clean-generic mostlyclean-am
216
 
 
 
444
        @echo "This command is intended for maintainers to use"
 
445
        @echo "it deletes files that may require special tools to rebuild."
217
446
clean: clean-am
218
447
 
219
 
distclean-am:  distclean-generic clean-am
 
448
clean-am: clean-generic mostlyclean-am
220
449
 
221
450
distclean: distclean-am
222
 
 
223
 
maintainer-clean-am:  maintainer-clean-generic distclean-am
224
 
        @echo "This command is intended for maintainers to use;"
225
 
        @echo "it deletes files that may require special tools to rebuild."
 
451
        -rm -f Makefile
 
452
distclean-am: clean-am distclean-generic
 
453
 
 
454
dvi: dvi-am
 
455
 
 
456
dvi-am:
 
457
 
 
458
html: html-am
 
459
 
 
460
info: info-am
 
461
 
 
462
info-am:
 
463
 
 
464
install-data-am:
 
465
 
 
466
install-exec-am:
 
467
 
 
468
install-info: install-info-am
 
469
 
 
470
install-man:
 
471
 
 
472
installcheck-am:
226
473
 
227
474
maintainer-clean: maintainer-clean-am
228
 
 
229
 
.PHONY: tags distdir info-am info dvi-am dvi check check-am \
230
 
installcheck-am installcheck install-exec-am install-exec \
231
 
install-data-am install-data install-am install uninstall-am uninstall \
232
 
all-redirect all-am all installdirs mostlyclean-generic \
233
 
distclean-generic clean-generic maintainer-clean-generic clean \
234
 
mostlyclean distclean maintainer-clean
235
 
 
236
 
 
237
 
# content of AVR_CRT_ASFLAGS is set by configure (see acinclude.m4 in top
238
 
# directory)
239
 
 
240
 
$(AVR_CRT_AT90): crt%.o: gcrt1.S
241
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at90$* -c $< -o $@
242
 
 
243
 
$(AVR_CRT_MEGA): crtm%.o: gcrt1.S
244
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=atmega$* -c $< -o $@
245
 
 
246
 
$(AVR_CRT_TINY): crttn%.o: gcrt1.S
247
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=attiny$* -c $< -o $@
248
 
 
249
 
# $(AVR_CRT_OTHER) - devices that don't follow a common naming convention.
250
 
crtat94k.o: gcrt1.S
251
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at94k -c $< -o $@
252
 
 
253
 
crtcan128.o: gcrt1.S
254
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at90can128 -c $< -o $@
255
 
 
256
 
crt43320.o: gcrt1.S
257
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at43usb320 -c $< -o $@
258
 
 
259
 
crt43355.o: gcrt1.S
260
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at43usb355 -c $< -o $@
261
 
 
262
 
crt76711.o: gcrt1.S
263
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at76c711 -c $< -o $@
264
 
 
265
 
crt86401.o: gcrt1.S
266
 
        $(COMPILE) $(AVR_CRT_ASFLAGS) -mmcu=at86rf401 -c $< -o $@
 
475
        -rm -f Makefile
 
476
maintainer-clean-am: distclean-am maintainer-clean-generic
 
477
 
 
478
mostlyclean: mostlyclean-am
 
479
 
 
480
mostlyclean-am: mostlyclean-generic
 
481
 
 
482
pdf: pdf-am
 
483
 
 
484
pdf-am:
 
485
 
 
486
ps: ps-am
 
487
 
 
488
ps-am:
 
489
 
 
490
uninstall-am: uninstall-info-am
 
491
 
 
492
.PHONY: all all-am check check-am clean clean-generic distclean \
 
493
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
494
        install install-am install-data install-data-am install-exec \
 
495
        install-exec-am install-info install-info-am install-man \
 
496
        install-strip installcheck installcheck-am installdirs \
 
497
        maintainer-clean maintainer-clean-generic mostlyclean \
 
498
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
499
        uninstall-info-am
267
500
 
268
501
# Tell versions [3.59,3.63) of GNU make to not export all variables.
269
502
# Otherwise a system limit (for SysV at least) may be exceeded.