~ubuntu-branches/ubuntu/raring/avr-libc/raring-proposed

« back to all changes in this revision

Viewing changes to avr/lib/avr5/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2011-07-14 11:15:32 UTC
  • mfrom: (1.1.10 upstream) (4.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110714111532-e83i3vqdowgxw8lv
Tags: 1:1.7.1-2
include/util/delay.h.in: Add math.h to list of includes (closes:
#633822)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
 
17
18
# Copyright (c) 2004,  Theodore A. Roth
18
 
# Copyright (c) 2005,  Anatoly Sokolov
19
 
# All rights reserved.
20
 
#
21
 
# Redistribution and use in source and binary forms, with or without
22
 
# modification, are permitted provided that the following conditions are met:
23
 
#
24
 
# * Redistributions of source code must retain the above copyright
25
 
#   notice, this list of conditions and the following disclaimer.
26
 
# * Redistributions in binary form must reproduce the above copyright
27
 
#   notice, this list of conditions and the following disclaimer in
28
 
#   the documentation and/or other materials provided with the
29
 
#   distribution.
30
 
# * Neither the name of the copyright holders nor the names of
31
 
#   contributors may be used to endorse or promote products derived
32
 
#   from this software without specific prior written permission.
33
 
#
34
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
38
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44
 
# POSSIBILITY OF SUCH DAMAGE.
45
 
#
46
 
 
47
 
# -*- Makefile -*-
48
 
#
49
 
# Copyright (c) 2004,  Theodore A. Roth
50
 
# All rights reserved.
51
 
#
52
 
# Redistribution and use in source and binary forms, with or without
53
 
# modification, are permitted provided that the following conditions are met:
54
 
#
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
60
 
#   distribution.
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.
64
 
#
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.
76
 
#
77
 
# $Id: AvrCommonLibC.am,v 1.3 2005/09/25 17:59:38 aesok Exp $
78
 
#
79
 
 
80
 
# The Makefile.am fragment is only used by targets that support C programming.
 
19
# Copyright (c) 2005, 2008, 2009  Anatoly Sokolov
 
20
# All rights reserved.
 
21
#
 
22
# Redistribution and use in source and binary forms, with or without
 
23
# modification, are permitted provided that the following conditions are met:
 
24
#
 
25
# * Redistributions of source code must retain the above copyright
 
26
#   notice, this list of conditions and the following disclaimer.
 
27
# * Redistributions in binary form must reproduce the above copyright
 
28
#   notice, this list of conditions and the following disclaimer in
 
29
#   the documentation and/or other materials provided with the
 
30
#   distribution.
 
31
# * Neither the name of the copyright holders nor the names of
 
32
#   contributors may be used to endorse or promote products derived
 
33
#   from this software without specific prior written permission.
 
34
#
 
35
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
36
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
37
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
38
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
39
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
40
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
41
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
42
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
43
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
44
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
45
# POSSIBILITY OF SUCH DAMAGE.
 
46
#
81
47
 
82
48
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
83
49
# All rights reserved.
107
73
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
108
74
# POSSIBILITY OF SUCH DAMAGE.
109
75
 
110
 
# $Id: Rules.am,v 1.2 2005/08/11 20:55:22 joerg_wunsch Exp $
 
76
# $Id: Rules.am 802 2005-08-11 20:55:26Z joerg_wunsch $
111
77
 
112
78
# Copyright (c) 2004,2005  Theodore A. Roth
113
79
# All rights reserved.
137
103
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
138
104
# POSSIBILITY OF SUCH DAMAGE.
139
105
#
140
 
# $Id: Files.am,v 1.5 2007/05/14 13:52:01 joerg_wunsch Exp $
141
 
#
142
 
 
143
 
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
144
 
# All rights reserved.
145
 
#
146
 
# Redistribution and use in source and binary forms, with or without
147
 
# modification, are permitted provided that the following conditions are met:
148
 
#
149
 
# * Redistributions of source code must retain the above copyright
150
 
#   notice, this list of conditions and the following disclaimer.
151
 
# * Redistributions in binary form must reproduce the above copyright
152
 
#   notice, this list of conditions and the following disclaimer in
153
 
#   the documentation and/or other materials provided with the
154
 
#   distribution.
155
 
# * Neither the name of the copyright holders nor the names of
156
 
#   contributors may be used to endorse or promote products derived
157
 
#   from this software without specific prior written permission.
158
 
#
159
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
160
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
161
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
162
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
163
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
164
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
165
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
166
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
167
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
168
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
169
 
# POSSIBILITY OF SUCH DAMAGE.
170
 
 
171
 
# $Id: Rules.am,v 1.2 2005/08/11 20:55:21 joerg_wunsch Exp $
172
 
 
173
 
# Copyright (c) 2004,  Theodore A. Roth
174
 
# All rights reserved.
175
 
#
176
 
# Redistribution and use in source and binary forms, with or without
177
 
# modification, are permitted provided that the following conditions are met:
178
 
#
179
 
# * Redistributions of source code must retain the above copyright
180
 
#   notice, this list of conditions and the following disclaimer.
181
 
# * Redistributions in binary form must reproduce the above copyright
182
 
#   notice, this list of conditions and the following disclaimer in
183
 
#   the documentation and/or other materials provided with the
184
 
#   distribution.
185
 
# * Neither the name of the copyright holders nor the names of
186
 
#   contributors may be used to endorse or promote products derived
187
 
#   from this software without specific prior written permission.
188
 
#
189
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
190
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
191
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
192
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
193
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
194
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
195
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
196
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
197
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
198
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
199
 
# POSSIBILITY OF SUCH DAMAGE.
200
 
#
201
 
# $Id: Files.am,v 1.9.2.2 2009/11/15 06:42:03 dmix Exp $
202
 
#
203
 
 
204
 
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
205
 
# All rights reserved.
206
 
#
207
 
# Redistribution and use in source and binary forms, with or without
208
 
# modification, are permitted provided that the following conditions are met:
209
 
#
210
 
# * Redistributions of source code must retain the above copyright
211
 
#   notice, this list of conditions and the following disclaimer.
212
 
# * Redistributions in binary form must reproduce the above copyright
213
 
#   notice, this list of conditions and the following disclaimer in
214
 
#   the documentation and/or other materials provided with the
215
 
#   distribution.
216
 
# * Neither the name of the copyright holders nor the names of
217
 
#   contributors may be used to endorse or promote products derived
218
 
#   from this software without specific prior written permission.
219
 
#
220
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
221
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
222
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
223
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
224
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
225
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
226
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
227
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
228
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
229
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
230
 
# POSSIBILITY OF SUCH DAMAGE.
231
 
 
232
 
# $Id: Rules.am,v 1.2 2005/08/11 20:55:23 joerg_wunsch Exp $
233
 
 
234
 
# Copyright (c) 2004,  Theodore A. Roth
235
 
# All rights reserved.
236
 
#
237
 
# Redistribution and use in source and binary forms, with or without
238
 
# modification, are permitted provided that the following conditions are met:
239
 
#
240
 
# * Redistributions of source code must retain the above copyright
241
 
#   notice, this list of conditions and the following disclaimer.
242
 
# * Redistributions in binary form must reproduce the above copyright
243
 
#   notice, this list of conditions and the following disclaimer in
244
 
#   the documentation and/or other materials provided with the
245
 
#   distribution.
246
 
# * Neither the name of the copyright holders nor the names of
247
 
#   contributors may be used to endorse or promote products derived
248
 
#   from this software without specific prior written permission.
249
 
#
250
 
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
251
 
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
252
 
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
253
 
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
254
 
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
255
 
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
256
 
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
257
 
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
258
 
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
259
 
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
260
 
# POSSIBILITY OF SUCH DAMAGE.
261
 
#
262
 
# $Id: Files.am,v 1.8.2.2 2008/08/20 15:27:32 arcanum Exp $
 
106
# $Id: Files.am 1381 2007-05-14 13:52:01Z joerg_wunsch $
 
107
#
 
108
 
 
109
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
 
110
# All rights reserved.
 
111
#
 
112
# Redistribution and use in source and binary forms, with or without
 
113
# modification, are permitted provided that the following conditions are met:
 
114
#
 
115
# * Redistributions of source code must retain the above copyright
 
116
#   notice, this list of conditions and the following disclaimer.
 
117
# * Redistributions in binary form must reproduce the above copyright
 
118
#   notice, this list of conditions and the following disclaimer in
 
119
#   the documentation and/or other materials provided with the
 
120
#   distribution.
 
121
# * Neither the name of the copyright holders nor the names of
 
122
#   contributors may be used to endorse or promote products derived
 
123
#   from this software without specific prior written permission.
 
124
#
 
125
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
126
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
127
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
128
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
129
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
130
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
131
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
132
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
133
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
134
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
135
# POSSIBILITY OF SUCH DAMAGE.
 
136
 
 
137
# $Id: Rules.am 802 2005-08-11 20:55:26Z joerg_wunsch $
 
138
 
 
139
# Copyright (c) 2004,  Theodore A. Roth
 
140
# All rights reserved.
 
141
#
 
142
# Redistribution and use in source and binary forms, with or without
 
143
# modification, are permitted provided that the following conditions are met:
 
144
#
 
145
# * Redistributions of source code must retain the above copyright
 
146
#   notice, this list of conditions and the following disclaimer.
 
147
# * Redistributions in binary form must reproduce the above copyright
 
148
#   notice, this list of conditions and the following disclaimer in
 
149
#   the documentation and/or other materials provided with the
 
150
#   distribution.
 
151
# * Neither the name of the copyright holders nor the names of
 
152
#   contributors may be used to endorse or promote products derived
 
153
#   from this software without specific prior written permission.
 
154
#
 
155
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
156
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
157
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
158
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
159
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
160
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
161
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
162
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
163
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
164
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
165
# POSSIBILITY OF SUCH DAMAGE.
 
166
#
 
167
# $Id: Files.am 2164 2010-06-13 12:34:24Z joerg_wunsch $
 
168
#
 
169
 
 
170
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
 
171
# All rights reserved.
 
172
#
 
173
# Redistribution and use in source and binary forms, with or without
 
174
# modification, are permitted provided that the following conditions are met:
 
175
#
 
176
# * Redistributions of source code must retain the above copyright
 
177
#   notice, this list of conditions and the following disclaimer.
 
178
# * Redistributions in binary form must reproduce the above copyright
 
179
#   notice, this list of conditions and the following disclaimer in
 
180
#   the documentation and/or other materials provided with the
 
181
#   distribution.
 
182
# * Neither the name of the copyright holders nor the names of
 
183
#   contributors may be used to endorse or promote products derived
 
184
#   from this software without specific prior written permission.
 
185
#
 
186
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
187
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
188
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
189
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
190
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
191
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
192
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
193
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
194
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
195
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
196
# POSSIBILITY OF SUCH DAMAGE.
 
197
 
 
198
# $Id: Rules.am 802 2005-08-11 20:55:26Z joerg_wunsch $
 
199
 
 
200
# Copyright (c) 2004,  Theodore A. Roth
 
201
# All rights reserved.
 
202
#
 
203
# Redistribution and use in source and binary forms, with or without
 
204
# modification, are permitted provided that the following conditions are met:
 
205
#
 
206
# * Redistributions of source code must retain the above copyright
 
207
#   notice, this list of conditions and the following disclaimer.
 
208
# * Redistributions in binary form must reproduce the above copyright
 
209
#   notice, this list of conditions and the following disclaimer in
 
210
#   the documentation and/or other materials provided with the
 
211
#   distribution.
 
212
# * Neither the name of the copyright holders nor the names of
 
213
#   contributors may be used to endorse or promote products derived
 
214
#   from this software without specific prior written permission.
 
215
#
 
216
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
217
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
218
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
219
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
220
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
221
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
222
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
223
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
224
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
225
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
226
# POSSIBILITY OF SUCH DAMAGE.
 
227
#
 
228
# $Id: Files.am 1743 2008-08-20 15:27:33Z arcanum $
263
229
#
264
230
 
265
231
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
291
257
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
292
258
# POSSIBILITY OF SUCH DAMAGE.
293
259
 
294
 
# $Id: Rules.am,v 1.2.4.2 2009/06/20 07:26:11 dmix Exp $
 
260
# $Id: Rules.am 1977 2009-06-05 23:05:35Z dmix $
295
261
 
296
262
# Copyright (c) 2004,2009  Theodore A. Roth
297
263
# All rights reserved.
321
287
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
322
288
# POSSIBILITY OF SUCH DAMAGE.
323
289
#
324
 
# $Id: Files.am,v 1.2.4.2 2009/06/20 07:24:19 dmix Exp $
 
290
# $Id: Files.am 1976 2009-06-05 23:04:34Z dmix $
325
291
#
326
292
 
327
293
# Copyright (c) 2002, 2003, 2004, 2009 Joerg Wunsch
352
318
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
353
319
# POSSIBILITY OF SUCH DAMAGE.
354
320
#
355
 
# $Id: Rules.am,v 1.2.4.1 2009/04/01 18:14:24 aesok Exp $
 
321
# $Id: Rules.am 1872 2009-02-08 22:55:13Z aesok $
356
322
#
357
323
 
358
324
# Copyright (c) 2004,2005  Theodore A. Roth
383
349
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
384
350
# POSSIBILITY OF SUCH DAMAGE.
385
351
#
386
 
# $Id: Files.am,v 1.6 2007/05/14 13:52:01 joerg_wunsch Exp $
 
352
# $Id: Files.am 1381 2007-05-14 13:52:01Z joerg_wunsch $
387
353
#
388
354
 
389
355
# Copyright (c) 2002, Reinhard Jessich  <reinhard.jessich@telering.at>
414
380
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
415
381
# POSSIBILITY OF SUCH DAMAGE.
416
382
 
417
 
# $Id: Rules.am,v 1.2 2005/08/11 20:55:26 joerg_wunsch Exp $
 
383
# $Id: Rules.am 802 2005-08-11 20:55:26Z joerg_wunsch $
418
384
 
419
385
# Copyright (c) 2004,2008,2009  Theodore A. Roth
420
386
# All rights reserved.
444
410
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
445
411
# POSSIBILITY OF SUCH DAMAGE.
446
412
#
447
 
# $Id: Files.am,v 1.9.2.3 2009/05/24 06:35:12 dmix Exp $
 
413
# $Id: Files.am 1961 2009-05-24 06:10:27Z dmix $
448
414
#
449
415
 
450
416
pkgdatadir = $(datadir)/@PACKAGE@
 
417
pkgincludedir = $(includedir)/@PACKAGE@
451
418
pkglibdir = $(libdir)/@PACKAGE@
452
 
pkgincludedir = $(includedir)/@PACKAGE@
 
419
pkglibexecdir = $(libexecdir)/@PACKAGE@
453
420
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
454
421
install_sh_DATA = $(install_sh) -c -m 644
455
422
install_sh_PROGRAM = $(install_sh) -c
495
462
@HAS_atmega16hva_TRUE@@HAS_avr5_TRUE@am__append_29 = atmega16hva
496
463
@HAS_atmega16hva2_TRUE@@HAS_avr5_TRUE@am__append_30 = atmega16hva2
497
464
@HAS_atmega16hvb_TRUE@@HAS_avr5_TRUE@am__append_31 = atmega16hvb
498
 
@HAS_atmega16m1_TRUE@@HAS_avr5_TRUE@am__append_32 = atmega16m1
499
 
@HAS_atmega16u4_TRUE@@HAS_avr5_TRUE@am__append_33 = atmega16u4
500
 
@HAS_atmega32_TRUE@@HAS_avr5_TRUE@am__append_34 = atmega32
501
 
@HAS_atmega323_TRUE@@HAS_avr5_TRUE@am__append_35 = atmega323
502
 
@HAS_atmega324a_TRUE@@HAS_avr5_TRUE@am__append_36 = atmega324a
503
 
@HAS_atmega324p_TRUE@@HAS_avr5_TRUE@am__append_37 = atmega324p
504
 
@HAS_atmega324pa_TRUE@@HAS_avr5_TRUE@am__append_38 = atmega324pa
505
 
@HAS_atmega325_TRUE@@HAS_avr5_TRUE@am__append_39 = atmega325
506
 
@HAS_atmega325p_TRUE@@HAS_avr5_TRUE@am__append_40 = atmega325p
507
 
@HAS_atmega3250_TRUE@@HAS_avr5_TRUE@am__append_41 = atmega3250
508
 
@HAS_atmega3250p_TRUE@@HAS_avr5_TRUE@am__append_42 = atmega3250p
509
 
@HAS_atmega328_TRUE@@HAS_avr5_TRUE@am__append_43 = atmega328
510
 
@HAS_atmega328p_TRUE@@HAS_avr5_TRUE@am__append_44 = atmega328p
511
 
@HAS_atmega329_TRUE@@HAS_avr5_TRUE@am__append_45 = atmega329
512
 
@HAS_atmega329p_TRUE@@HAS_avr5_TRUE@am__append_46 = atmega329p
513
 
@HAS_atmega329pa_TRUE@@HAS_avr5_TRUE@am__append_47 = atmega329pa
514
 
@HAS_atmega3290_TRUE@@HAS_avr5_TRUE@am__append_48 = atmega3290
515
 
@HAS_atmega3290p_TRUE@@HAS_avr5_TRUE@am__append_49 = atmega3290p
516
 
@HAS_atmega32c1_TRUE@@HAS_avr5_TRUE@am__append_50 = atmega32c1
517
 
@HAS_atmega32hvb_TRUE@@HAS_avr5_TRUE@am__append_51 = atmega32hvb
518
 
@HAS_atmega32m1_TRUE@@HAS_avr5_TRUE@am__append_52 = atmega32m1
519
 
@HAS_atmega32u4_TRUE@@HAS_avr5_TRUE@am__append_53 = atmega32u4
520
 
@HAS_atmega32u6_TRUE@@HAS_avr5_TRUE@am__append_54 = atmega32u6
521
 
@HAS_atmega406_TRUE@@HAS_avr5_TRUE@am__append_55 = atmega406
522
 
@HAS_atmega64_TRUE@@HAS_avr5_TRUE@am__append_56 = atmega64
523
 
@HAS_atmega640_TRUE@@HAS_avr5_TRUE@am__append_57 = atmega640
524
 
@HAS_atmega644_TRUE@@HAS_avr5_TRUE@am__append_58 = atmega644
525
 
@HAS_atmega644a_TRUE@@HAS_avr5_TRUE@am__append_59 = atmega644a
526
 
@HAS_atmega644p_TRUE@@HAS_avr5_TRUE@am__append_60 = atmega644p
527
 
@HAS_atmega644pa_TRUE@@HAS_avr5_TRUE@am__append_61 = atmega644pa
528
 
@HAS_atmega645_TRUE@@HAS_avr5_TRUE@am__append_62 = atmega645
529
 
@HAS_atmega645a_TRUE@@HAS_avr5_TRUE@am__append_63 = atmega645a
530
 
@HAS_atmega645p_TRUE@@HAS_avr5_TRUE@am__append_64 = atmega645p
531
 
@HAS_atmega6450_TRUE@@HAS_avr5_TRUE@am__append_65 = atmega6450
532
 
@HAS_atmega6450a_TRUE@@HAS_avr5_TRUE@am__append_66 = atmega6450a
533
 
@HAS_atmega6450p_TRUE@@HAS_avr5_TRUE@am__append_67 = atmega6450p
534
 
@HAS_atmega649_TRUE@@HAS_avr5_TRUE@am__append_68 = atmega649
535
 
@HAS_atmega649a_TRUE@@HAS_avr5_TRUE@am__append_69 = atmega649a
536
 
@HAS_atmega649p_TRUE@@HAS_avr5_TRUE@am__append_70 = atmega649p
537
 
@HAS_atmega6490_TRUE@@HAS_avr5_TRUE@am__append_71 = atmega6490
538
 
@HAS_atmega6490a_TRUE@@HAS_avr5_TRUE@am__append_72 = atmega6490a
539
 
@HAS_atmega6490p_TRUE@@HAS_avr5_TRUE@am__append_73 = atmega6490p
540
 
@HAS_atmega64c1_TRUE@@HAS_avr5_TRUE@am__append_74 = atmega64c1
541
 
@HAS_atmega64hve_TRUE@@HAS_avr5_TRUE@am__append_75 = atmega64hve
542
 
@HAS_atmega64m1_TRUE@@HAS_avr5_TRUE@am__append_76 = atmega64m1
543
 
@HAS_atmega128_TRUE@@HAS_avr5_TRUE@am__append_77 = atmega128
544
 
@HAS_atmega1280_TRUE@@HAS_avr5_TRUE@am__append_78 = atmega1280
545
 
@HAS_atmega1281_TRUE@@HAS_avr5_TRUE@am__append_79 = atmega1281
546
 
@HAS_atmega1284p_TRUE@@HAS_avr5_TRUE@am__append_80 = atmega1284p
547
 
@HAS_atmega128rfa1_TRUE@@HAS_avr5_TRUE@am__append_81 = atmega128rfa1
 
465
@HAS_atmega16hvbrevb_TRUE@@HAS_avr5_TRUE@am__append_32 = atmega16hvbrevb
 
466
@HAS_atmega16m1_TRUE@@HAS_avr5_TRUE@am__append_33 = atmega16m1
 
467
@HAS_atmega16u4_TRUE@@HAS_avr5_TRUE@am__append_34 = atmega16u4
 
468
@HAS_atmega32_TRUE@@HAS_avr5_TRUE@am__append_35 = atmega32
 
469
@HAS_atmega323_TRUE@@HAS_avr5_TRUE@am__append_36 = atmega323
 
470
@HAS_atmega324a_TRUE@@HAS_avr5_TRUE@am__append_37 = atmega324a
 
471
@HAS_atmega324p_TRUE@@HAS_avr5_TRUE@am__append_38 = atmega324p
 
472
@HAS_atmega324pa_TRUE@@HAS_avr5_TRUE@am__append_39 = atmega324pa
 
473
@HAS_atmega325_TRUE@@HAS_avr5_TRUE@am__append_40 = atmega325
 
474
@HAS_atmega325a_TRUE@@HAS_avr5_TRUE@am__append_41 = atmega325a
 
475
@HAS_atmega325p_TRUE@@HAS_avr5_TRUE@am__append_42 = atmega325p
 
476
@HAS_atmega3250_TRUE@@HAS_avr5_TRUE@am__append_43 = atmega3250
 
477
@HAS_atmega3250a_TRUE@@HAS_avr5_TRUE@am__append_44 = atmega3250a
 
478
@HAS_atmega3250p_TRUE@@HAS_avr5_TRUE@am__append_45 = atmega3250p
 
479
@HAS_atmega328_TRUE@@HAS_avr5_TRUE@am__append_46 = atmega328
 
480
@HAS_atmega328p_TRUE@@HAS_avr5_TRUE@am__append_47 = atmega328p
 
481
@HAS_atmega329_TRUE@@HAS_avr5_TRUE@am__append_48 = atmega329
 
482
@HAS_atmega329a_TRUE@@HAS_avr5_TRUE@am__append_49 = atmega329a
 
483
@HAS_atmega329p_TRUE@@HAS_avr5_TRUE@am__append_50 = atmega329p
 
484
@HAS_atmega329pa_TRUE@@HAS_avr5_TRUE@am__append_51 = atmega329pa
 
485
@HAS_atmega3290_TRUE@@HAS_avr5_TRUE@am__append_52 = atmega3290
 
486
@HAS_atmega3290a_TRUE@@HAS_avr5_TRUE@am__append_53 = atmega3290a
 
487
@HAS_atmega3290p_TRUE@@HAS_avr5_TRUE@am__append_54 = atmega3290p
 
488
@HAS_atmega32c1_TRUE@@HAS_avr5_TRUE@am__append_55 = atmega32c1
 
489
@HAS_atmega32hvb_TRUE@@HAS_avr5_TRUE@am__append_56 = atmega32hvb
 
490
@HAS_atmega32hvbrevb_TRUE@@HAS_avr5_TRUE@am__append_57 = atmega32hvbrevb
 
491
@HAS_atmega32m1_TRUE@@HAS_avr5_TRUE@am__append_58 = atmega32m1
 
492
@HAS_atmega32u4_TRUE@@HAS_avr5_TRUE@am__append_59 = atmega32u4
 
493
@HAS_atmega32u6_TRUE@@HAS_avr5_TRUE@am__append_60 = atmega32u6
 
494
@HAS_atmega406_TRUE@@HAS_avr5_TRUE@am__append_61 = atmega406
 
495
@HAS_atmega64_TRUE@@HAS_avr5_TRUE@am__append_62 = atmega64
 
496
@HAS_atmega640_TRUE@@HAS_avr5_TRUE@am__append_63 = atmega640
 
497
@HAS_atmega644_TRUE@@HAS_avr5_TRUE@am__append_64 = atmega644
 
498
@HAS_atmega644a_TRUE@@HAS_avr5_TRUE@am__append_65 = atmega644a
 
499
@HAS_atmega644p_TRUE@@HAS_avr5_TRUE@am__append_66 = atmega644p
 
500
@HAS_atmega644pa_TRUE@@HAS_avr5_TRUE@am__append_67 = atmega644pa
 
501
@HAS_atmega645_TRUE@@HAS_avr5_TRUE@am__append_68 = atmega645
 
502
@HAS_atmega645a_TRUE@@HAS_avr5_TRUE@am__append_69 = atmega645a
 
503
@HAS_atmega645p_TRUE@@HAS_avr5_TRUE@am__append_70 = atmega645p
 
504
@HAS_atmega6450_TRUE@@HAS_avr5_TRUE@am__append_71 = atmega6450
 
505
@HAS_atmega6450a_TRUE@@HAS_avr5_TRUE@am__append_72 = atmega6450a
 
506
@HAS_atmega6450p_TRUE@@HAS_avr5_TRUE@am__append_73 = atmega6450p
 
507
@HAS_atmega649_TRUE@@HAS_avr5_TRUE@am__append_74 = atmega649
 
508
@HAS_atmega649a_TRUE@@HAS_avr5_TRUE@am__append_75 = atmega649a
 
509
@HAS_atmega649p_TRUE@@HAS_avr5_TRUE@am__append_76 = atmega649p
 
510
@HAS_atmega6490_TRUE@@HAS_avr5_TRUE@am__append_77 = atmega6490
 
511
@HAS_atmega6490a_TRUE@@HAS_avr5_TRUE@am__append_78 = atmega6490a
 
512
@HAS_atmega6490p_TRUE@@HAS_avr5_TRUE@am__append_79 = atmega6490p
 
513
@HAS_atmega64c1_TRUE@@HAS_avr5_TRUE@am__append_80 = atmega64c1
 
514
@HAS_atmega64hve_TRUE@@HAS_avr5_TRUE@am__append_81 = atmega64hve
 
515
@HAS_atmega64m1_TRUE@@HAS_avr5_TRUE@am__append_82 = atmega64m1
 
516
@HAS_atmega128_TRUE@@HAS_avr5_TRUE@am__append_83 = atmega128
 
517
@HAS_atmega1280_TRUE@@HAS_avr5_TRUE@am__append_84 = atmega1280
 
518
@HAS_atmega1281_TRUE@@HAS_avr5_TRUE@am__append_85 = atmega1281
 
519
@HAS_atmega1284p_TRUE@@HAS_avr5_TRUE@am__append_86 = atmega1284p
 
520
@HAS_atmega128rfa1_TRUE@@HAS_avr5_TRUE@am__append_87 = atmega128rfa1
 
521
@HAS_avr5_TRUE@@HAS_m3000_TRUE@am__append_88 = m3000
548
522
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
549
 
        $(top_srcdir)/AvrCommonLibC.am \
550
523
        $(top_srcdir)/libc/misc/Files.am \
551
524
        $(top_srcdir)/libc/misc/Rules.am \
552
525
        $(top_srcdir)/libc/pmstring/Files.am \
567
540
mkinstalldirs = $(install_sh) -d
568
541
CONFIG_HEADER = $(top_builddir)/config.h
569
542
CONFIG_CLEAN_FILES =
 
543
CONFIG_CLEAN_VPATH_FILES =
570
544
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
571
545
am__vpath_adj = case $$p in \
572
546
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
573
547
    *) f=$$p;; \
574
548
  esac;
575
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
549
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
550
am__install_max = 40
 
551
am__nobase_strip_setup = \
 
552
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
553
am__nobase_strip = \
 
554
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
555
am__nobase_list = $(am__nobase_strip_setup); \
 
556
  for p in $$list; do echo "$$p $$p"; done | \
 
557
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
558
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
559
    if (++n[$$2] == $(am__install_max)) \
 
560
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
561
    END { for (dir in files) print dir, files[dir] }'
 
562
am__base_list = \
 
563
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
564
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
576
565
am__installdirs = "$(DESTDIR)$(avrdir)"
577
 
avrLIBRARIES_INSTALL = $(INSTALL_DATA)
578
566
LIBRARIES = $(avr_LIBRARIES)
579
567
ARFLAGS = cru
580
568
libc_a_AR = $(AR) $(ARFLAGS)
610
598
@HAS_avr5_TRUE@ strncpy_P.$(OBJEXT) strnlen_P.$(OBJEXT) \
611
599
@HAS_avr5_TRUE@ strpbrk_P.$(OBJEXT) strrchr_P.$(OBJEXT) \
612
600
@HAS_avr5_TRUE@ strsep_P.$(OBJEXT) strspn_P.$(OBJEXT) \
613
 
@HAS_avr5_TRUE@ strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT)
 
601
@HAS_avr5_TRUE@ strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT) \
 
602
@HAS_avr5_TRUE@ memcpy_PF.$(OBJEXT) strcasecmp_PF.$(OBJEXT) \
 
603
@HAS_avr5_TRUE@ strcat_PF.$(OBJEXT) strcmp_PF.$(OBJEXT) \
 
604
@HAS_avr5_TRUE@ strcpy_PF.$(OBJEXT) strlcat_PF.$(OBJEXT) \
 
605
@HAS_avr5_TRUE@ strlcpy_PF.$(OBJEXT) strlen_PF.$(OBJEXT) \
 
606
@HAS_avr5_TRUE@ strncasecmp_PF.$(OBJEXT) strncat_PF.$(OBJEXT) \
 
607
@HAS_avr5_TRUE@ strncmp_PF.$(OBJEXT) strncpy_PF.$(OBJEXT) \
 
608
@HAS_avr5_TRUE@ strnlen_PF.$(OBJEXT) strstr_PF.$(OBJEXT) \
 
609
@HAS_avr5_TRUE@ memcmp_PF.$(OBJEXT)
614
610
@HAS_avr5_TRUE@am__objects_5 = strdup.$(OBJEXT) strtok.$(OBJEXT)
615
611
@HAS_avr5_TRUE@am__objects_6 = ffs.$(OBJEXT) ffsl.$(OBJEXT) \
616
612
@HAS_avr5_TRUE@ ffsll.$(OBJEXT) memccpy.$(OBJEXT) \
721
717
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
722
718
depcomp = $(SHELL) $(top_srcdir)/depcomp
723
719
am__depfiles_maybe = depfiles
 
720
am__mv = mv -f
724
721
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
725
722
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
726
723
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
742
739
        ps-recursive uninstall-recursive
743
740
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
744
741
  distclean-recursive maintainer-clean-recursive
 
742
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
743
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
744
        distdir
745
745
ETAGS = etags
746
746
CTAGS = ctags
747
747
DIST_SUBDIRS = $(SUBDIRS)
748
748
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
749
 
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
 
749
am__relativize = \
 
750
  dir0=`pwd`; \
 
751
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
752
  sed_rest='s,^[^/]*/*,,'; \
 
753
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
754
  sed_butlast='s,/*[^/]*$$,,'; \
 
755
  while test -n "$$dir1"; do \
 
756
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
757
    if test "$$first" != "."; then \
 
758
      if test "$$first" = ".."; then \
 
759
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
760
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
761
      else \
 
762
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
763
        if test "$$first2" = "$$first"; then \
 
764
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
765
        else \
 
766
          dir2="../$$dir2"; \
 
767
        fi; \
 
768
        dir0="$$dir0"/"$$first"; \
 
769
      fi; \
 
770
    fi; \
 
771
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
772
  done; \
 
773
  reldir="$$dir2"
 
774
VPATH = $(top_srcdir)/libc/stdlib:$(top_srcdir)/libc/pmstring:$(top_srcdir)/libc/string:$(top_srcdir)/libc/misc:$(top_srcdir)/libc/stdio:$(top_srcdir)/libm/fplib
750
775
ACLOCAL = @ACLOCAL@
751
776
AMTAR = @AMTAR@
752
777
AR = @AR@
779
804
ECHO_T = @ECHO_T@
780
805
EXEEXT = @EXEEXT@
781
806
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
807
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
782
808
INSTALL = @INSTALL@
783
809
INSTALL_DATA = @INSTALL_DATA@
784
810
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
800
826
PACKAGE_NAME = @PACKAGE_NAME@
801
827
PACKAGE_STRING = @PACKAGE_STRING@
802
828
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
829
PACKAGE_URL = @PACKAGE_URL@
803
830
PACKAGE_VERSION = @PACKAGE_VERSION@
804
831
PATH_SEPARATOR = @PATH_SEPARATOR@
805
832
PNGTOPNM = @PNGTOPNM@
858
885
srcdir = @srcdir@
859
886
sysconfdir = @sysconfdir@
860
887
target_alias = @target_alias@
 
888
top_build_prefix = @top_build_prefix@
861
889
top_builddir = @top_builddir@
862
890
top_srcdir = @top_srcdir@
863
 
SUBDIRS = at90can32 at90can64 at90can128 at90pwm216 at90pwm316 at90scr100 at90usb646 at90usb647 at90usb1286 at90usb1287 at94k atmega16 atmega16a atmega161 atmega162 atmega163 atmega164a atmega164p atmega165 atmega165a atmega165p atmega168 atmega168a atmega168p atmega169 atmega169a atmega169p atmega169pa atmega16hva atmega16hva2 atmega16hvb atmega16m1 atmega16u4 atmega32 atmega323 atmega324a atmega324p atmega324pa atmega325 atmega325p atmega3250 atmega3250p atmega328 atmega328p atmega329 atmega329p atmega329pa atmega3290 atmega3290p atmega32c1 atmega32hvb atmega32m1 atmega32u4 atmega32u6 atmega406 atmega64 atmega640 atmega644 atmega644a atmega644p atmega644pa atmega645 atmega645a atmega645p atmega6450 atmega6450a atmega6450p atmega649 atmega649a atmega649p atmega6490 atmega6490a atmega6490p atmega64c1 atmega64hve atmega64m1 atmega128 atmega1280 atmega1281 atmega1284p atmega128rfa1
 
891
SUBDIRS = at90can32 at90can64 at90can128 at90pwm216 at90pwm316 at90scr100 at90usb646 at90usb647 at90usb1286 at90usb1287 at94k atmega16 atmega16a atmega161 atmega162 atmega163 atmega164a atmega164p atmega165 atmega165a atmega165p atmega168 atmega168a atmega168p atmega169 atmega169a atmega169p atmega169pa atmega16hva atmega16hva2 atmega16hvb atmega16hvbrevb atmega16m1 atmega16u4 atmega32 atmega323 atmega324a atmega324p atmega324pa atmega325 atmega325a atmega325p atmega3250 atmega3250a atmega3250p atmega328 atmega328p atmega329 atmega329a atmega329p atmega329pa atmega3290 atmega3290a atmega3290p atmega32c1 atmega32hvb atmega32hvbrevb atmega32m1 atmega32u4 atmega32u6 atmega406 atmega64 atmega640 atmega644 atmega644a atmega644p atmega644pa atmega645 atmega645a atmega645p atmega6450 atmega6450a atmega6450p atmega649 atmega649a atmega649p atmega6490 atmega6490a atmega6490p atmega64c1 atmega64hve atmega64m1 atmega128 atmega1280 atmega1281 atmega1284p atmega128rfa1 m3000
864
892
AVR_TARGET = avr5
865
 
AVR_TARGET_CRT = crtm128rfa1.o
866
893
AVR_TARGET_DEFS = -D__COMPILING_AVR_LIBC__
867
894
AVR_TARGET_CFLAGS = -mcall-prologues -Os
868
895
AVR_TARGET_ASFLAGS = 
906
933
@HAS_avr5_TRUE@ $(am__append_75) $(am__append_76) \
907
934
@HAS_avr5_TRUE@ $(am__append_77) $(am__append_78) \
908
935
@HAS_avr5_TRUE@ $(am__append_79) $(am__append_80) \
909
 
@HAS_avr5_TRUE@ $(am__append_81)
910
 
@HAS_avr5_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
 
936
@HAS_avr5_TRUE@ $(am__append_81) $(am__append_82) \
 
937
@HAS_avr5_TRUE@ $(am__append_83) $(am__append_84) \
 
938
@HAS_avr5_TRUE@ $(am__append_85) $(am__append_86) \
 
939
@HAS_avr5_TRUE@ $(am__append_87) $(am__append_88)
 
940
@HAS_avr5_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
911
941
@HAS_avr5_TRUE@AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
912
942
@HAS_avr5_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
913
943
@HAS_avr5_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
1004
1034
@HAS_avr5_TRUE@ strsep_P.S \
1005
1035
@HAS_avr5_TRUE@ strspn_P.S \
1006
1036
@HAS_avr5_TRUE@ strstr_P.S \
1007
 
@HAS_avr5_TRUE@ strtok_rP.S
 
1037
@HAS_avr5_TRUE@ strtok_rP.S \
 
1038
@HAS_avr5_TRUE@ memcpy_PF.S \
 
1039
@HAS_avr5_TRUE@ strcasecmp_PF.S \
 
1040
@HAS_avr5_TRUE@ strcat_PF.S \
 
1041
@HAS_avr5_TRUE@ strcmp_PF.S \
 
1042
@HAS_avr5_TRUE@ strcpy_PF.S \
 
1043
@HAS_avr5_TRUE@ strlcat_PF.S \
 
1044
@HAS_avr5_TRUE@ strlcpy_PF.S \
 
1045
@HAS_avr5_TRUE@ strlen_PF.S \
 
1046
@HAS_avr5_TRUE@ strncasecmp_PF.S \
 
1047
@HAS_avr5_TRUE@ strncat_PF.S \
 
1048
@HAS_avr5_TRUE@ strncmp_PF.S \
 
1049
@HAS_avr5_TRUE@ strncpy_PF.S \
 
1050
@HAS_avr5_TRUE@ strnlen_PF.S \
 
1051
@HAS_avr5_TRUE@ strstr_PF.S \
 
1052
@HAS_avr5_TRUE@ memcmp_PF.S
1008
1053
 
1009
1054
@HAS_avr5_TRUE@string_a_c_sources = \
1010
1055
@HAS_avr5_TRUE@ strdup.c \
1164
1209
@HAS_avr5_TRUE@nodist_libscanf_flt_a_SOURCES = 
1165
1210
@HAS_avr5_TRUE@libscanf_flt_a_LIBADD = vfscanf_flt.o
1166
1211
 
1167
 
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump),
 
1212
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump), 
1168
1213
# this gives the smallest code.
1169
1214
@HAS_avr5_TRUE@PRINTF_CFLAGS = -Os $(FNO_JUMP_TABLES)
1170
1215
@HAS_avr5_TRUE@libm_a_c_sources = 
1277
1322
 
1278
1323
.SUFFIXES:
1279
1324
.SUFFIXES: .S .c .o .obj
1280
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/AvrCommonLibC.am $(top_srcdir)/libc/stdlib/Rules.am $(top_srcdir)/libc/stdlib/Files.am $(top_srcdir)/libc/pmstring/Rules.am $(top_srcdir)/libc/pmstring/Files.am $(top_srcdir)/libc/string/Rules.am $(top_srcdir)/libc/string/Files.am $(top_srcdir)/libc/misc/Rules.am $(top_srcdir)/libc/misc/Files.am $(top_srcdir)/libc/stdio/Rules.am $(top_srcdir)/libc/stdio/Files.am $(top_srcdir)/libm/fplib/Rules.am $(top_srcdir)/libm/fplib/Files.am $(am__configure_deps)
 
1325
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/libc/stdlib/Rules.am $(top_srcdir)/libc/stdlib/Files.am $(top_srcdir)/libc/pmstring/Rules.am $(top_srcdir)/libc/pmstring/Files.am $(top_srcdir)/libc/string/Rules.am $(top_srcdir)/libc/string/Files.am $(top_srcdir)/libc/misc/Rules.am $(top_srcdir)/libc/misc/Files.am $(top_srcdir)/libc/stdio/Rules.am $(top_srcdir)/libc/stdio/Files.am $(top_srcdir)/libm/fplib/Rules.am $(top_srcdir)/libm/fplib/Files.am $(am__configure_deps)
1281
1326
        @for dep in $?; do \
1282
1327
          case '$(am__configure_deps)' in \
1283
1328
            *$$dep*) \
1284
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1285
 
                && exit 0; \
 
1329
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
1330
                && { if test -f $@; then exit 0; else break; fi; }; \
1286
1331
              exit 1;; \
1287
1332
          esac; \
1288
1333
        done; \
1289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avr/lib/avr5/Makefile'; \
1290
 
        cd $(top_srcdir) && \
1291
 
          $(AUTOMAKE) --foreign  avr/lib/avr5/Makefile
 
1334
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr5/Makefile'; \
 
1335
        $(am__cd) $(top_srcdir) && \
 
1336
          $(AUTOMAKE) --foreign avr/lib/avr5/Makefile
1292
1337
.PRECIOUS: Makefile
1293
1338
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1294
1339
        @case '$?' in \
1306
1351
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1307
1352
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1308
1353
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1354
$(am__aclocal_m4_deps):
1309
1355
install-avrLIBRARIES: $(avr_LIBRARIES)
1310
1356
        @$(NORMAL_INSTALL)
1311
1357
        test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
1312
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1358
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1359
        list2=; for p in $$list; do \
1313
1360
          if test -f $$p; then \
1314
 
            f=$(am__strip_dir) \
1315
 
            echo " $(avrLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
1316
 
            $(avrLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(avrdir)/$$f"; \
 
1361
            list2="$$list2 $$p"; \
1317
1362
          else :; fi; \
1318
 
        done
 
1363
        done; \
 
1364
        test -z "$$list2" || { \
 
1365
          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(avrdir)'"; \
 
1366
          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(avrdir)" || exit $$?; }
1319
1367
        @$(POST_INSTALL)
1320
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1368
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1369
        for p in $$list; do \
1321
1370
          if test -f $$p; then \
1322
 
            p=$(am__strip_dir) \
1323
 
            echo " $(RANLIB) '$(DESTDIR)$(avrdir)/$$p'"; \
1324
 
            $(RANLIB) "$(DESTDIR)$(avrdir)/$$p"; \
 
1371
            $(am__strip_dir) \
 
1372
            echo " ( cd '$(DESTDIR)$(avrdir)' && $(RANLIB) $$f )"; \
 
1373
            ( cd "$(DESTDIR)$(avrdir)" && $(RANLIB) $$f ) || exit $$?; \
1325
1374
          else :; fi; \
1326
1375
        done
1327
1376
 
1328
1377
uninstall-avrLIBRARIES:
1329
1378
        @$(NORMAL_UNINSTALL)
1330
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
1331
 
          p=$(am__strip_dir) \
1332
 
          echo " rm -f '$(DESTDIR)$(avrdir)/$$p'"; \
1333
 
          rm -f "$(DESTDIR)$(avrdir)/$$p"; \
1334
 
        done
 
1379
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1380
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1381
        test -n "$$files" || exit 0; \
 
1382
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f "$$files" )"; \
 
1383
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
1335
1384
 
1336
1385
clean-avrLIBRARIES:
1337
1386
        -test -z "$(avr_LIBRARIES)" || rm -f $(avr_LIBRARIES)
1483
1532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr_P.Po@am__quote@
1484
1533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@
1485
1534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_P.Po@am__quote@
 
1535
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_PF.Po@am__quote@
1486
1536
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy.Po@am__quote@
1487
1537
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_P.Po@am__quote@
 
1538
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_PF.Po@am__quote@
1488
1539
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
1489
1540
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem_P.Po@am__quote@
1490
1541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove.Po@am__quote@
1525
1576
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sscanf_p.Po@am__quote@
1526
1577
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
1527
1578
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_P.Po@am__quote@
 
1579
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_PF.Po@am__quote@
1528
1580
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr.Po@am__quote@
1529
1581
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr_P.Po@am__quote@
1530
1582
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat.Po@am__quote@
1531
1583
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_P.Po@am__quote@
 
1584
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_PF.Po@am__quote@
1532
1585
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr.Po@am__quote@
1533
1586
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr_P.Po@am__quote@
1534
1587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
1535
1588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul_P.Po@am__quote@
1536
1589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp.Po@am__quote@
1537
1590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_P.Po@am__quote@
 
1591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_PF.Po@am__quote@
1538
1592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy.Po@am__quote@
1539
1593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_P.Po@am__quote@
 
1594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_PF.Po@am__quote@
1540
1595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn.Po@am__quote@
1541
1596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn_P.Po@am__quote@
1542
1597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
1543
1598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
1544
1599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_P.Po@am__quote@
 
1600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_PF.Po@am__quote@
1545
1601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
1546
1602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_P.Po@am__quote@
 
1603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_PF.Po@am__quote@
1547
1604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen.Po@am__quote@
1548
1605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_P.Po@am__quote@
 
1606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_PF.Po@am__quote@
1549
1607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlwr.Po@am__quote@
1550
1608
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
1551
1609
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_P.Po@am__quote@
 
1610
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_PF.Po@am__quote@
1552
1611
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat.Po@am__quote@
1553
1612
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_P.Po@am__quote@
 
1613
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_PF.Po@am__quote@
1554
1614
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp.Po@am__quote@
1555
1615
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_P.Po@am__quote@
 
1616
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_PF.Po@am__quote@
1556
1617
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy.Po@am__quote@
1557
1618
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_P.Po@am__quote@
 
1619
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_PF.Po@am__quote@
1558
1620
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
1559
1621
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_P.Po@am__quote@
 
1622
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_PF.Po@am__quote@
1560
1623
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk.Po@am__quote@
1561
1624
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk_P.Po@am__quote@
1562
1625
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strrchr.Po@am__quote@
1568
1631
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strspn_P.Po@am__quote@
1569
1632
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Po@am__quote@
1570
1633
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_P.Po@am__quote@
 
1634
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_PF.Po@am__quote@
1571
1635
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtod.Po@am__quote@
1572
1636
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Po@am__quote@
1573
1637
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_P.Po@am__quote@
1598
1662
 
1599
1663
.S.o:
1600
1664
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1601
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1665
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1602
1666
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1603
1667
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1604
1668
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
1605
1669
 
1606
1670
.S.obj:
1607
1671
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1608
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1672
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1609
1673
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1610
1674
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1611
1675
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1612
1676
 
1613
1677
.c.o:
1614
1678
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1615
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1679
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1616
1680
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1617
1681
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1618
1682
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
1619
1683
 
1620
1684
.c.obj:
1621
1685
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1622
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1686
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1623
1687
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1624
1688
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1625
1689
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1631
1695
#     (which will cause the Makefiles to be regenerated when you run `make');
1632
1696
# (2) otherwise, pass the desired values on the `make' command line.
1633
1697
$(RECURSIVE_TARGETS):
1634
 
        @failcom='exit 1'; \
 
1698
        @fail= failcom='exit 1'; \
1635
1699
        for f in x $$MAKEFLAGS; do \
1636
1700
          case $$f in \
1637
1701
            *=* | --[!k]*);; \
1648
1712
          else \
1649
1713
            local_target="$$target"; \
1650
1714
          fi; \
1651
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1715
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1652
1716
          || eval $$failcom; \
1653
1717
        done; \
1654
1718
        if test "$$dot_seen" = "no"; then \
1656
1720
        fi; test -z "$$fail"
1657
1721
 
1658
1722
$(RECURSIVE_CLEAN_TARGETS):
1659
 
        @failcom='exit 1'; \
 
1723
        @fail= failcom='exit 1'; \
1660
1724
        for f in x $$MAKEFLAGS; do \
1661
1725
          case $$f in \
1662
1726
            *=* | --[!k]*);; \
1682
1746
          else \
1683
1747
            local_target="$$target"; \
1684
1748
          fi; \
1685
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1749
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1686
1750
          || eval $$failcom; \
1687
1751
        done && test -z "$$fail"
1688
1752
tags-recursive:
1689
1753
        list='$(SUBDIRS)'; for subdir in $$list; do \
1690
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1754
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1691
1755
        done
1692
1756
ctags-recursive:
1693
1757
        list='$(SUBDIRS)'; for subdir in $$list; do \
1694
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1758
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1695
1759
        done
1696
1760
 
1697
1761
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1699
1763
        unique=`for i in $$list; do \
1700
1764
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1701
1765
          done | \
1702
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1766
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1703
1767
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1704
1768
        mkid -fID $$unique
1705
1769
tags: TAGS
1706
1770
 
1707
1771
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1708
1772
                $(TAGS_FILES) $(LISP)
1709
 
        tags=; \
 
1773
        set x; \
1710
1774
        here=`pwd`; \
1711
1775
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1712
1776
          include_option=--etags-include; \
1718
1782
        list='$(SUBDIRS)'; for subdir in $$list; do \
1719
1783
          if test "$$subdir" = .; then :; else \
1720
1784
            test ! -f $$subdir/TAGS || \
1721
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1785
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1722
1786
          fi; \
1723
1787
        done; \
1724
1788
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1727
1791
          done | \
1728
1792
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1729
1793
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1730
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1794
        shift; \
 
1795
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1731
1796
          test -n "$$unique" || unique=$$empty_fix; \
1732
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1733
 
            $$tags $$unique; \
 
1797
          if test $$# -gt 0; then \
 
1798
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1799
              "$$@" $$unique; \
 
1800
          else \
 
1801
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1802
              $$unique; \
 
1803
          fi; \
1734
1804
        fi
1735
1805
ctags: CTAGS
1736
1806
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1737
1807
                $(TAGS_FILES) $(LISP)
1738
 
        tags=; \
1739
1808
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1740
1809
        unique=`for i in $$list; do \
1741
1810
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1742
1811
          done | \
1743
1812
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1744
1813
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1745
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1814
        test -z "$(CTAGS_ARGS)$$unique" \
1746
1815
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1747
 
             $$tags $$unique
 
1816
             $$unique
1748
1817
 
1749
1818
GTAGS:
1750
1819
        here=`$(am__cd) $(top_builddir) && pwd` \
1751
 
          && cd $(top_srcdir) \
1752
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1820
          && $(am__cd) $(top_srcdir) \
 
1821
          && gtags -i $(GTAGS_ARGS) "$$here"
1753
1822
 
1754
1823
distclean-tags:
1755
1824
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1770
1839
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1771
1840
          if test -d $$d/$$file; then \
1772
1841
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1842
            if test -d "$(distdir)/$$file"; then \
 
1843
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1844
            fi; \
1773
1845
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1774
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1846
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1847
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1775
1848
            fi; \
1776
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1849
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1777
1850
          else \
1778
 
            test -f $(distdir)/$$file \
1779
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1851
            test -f "$(distdir)/$$file" \
 
1852
            || cp -p $$d/$$file "$(distdir)/$$file" \
1780
1853
            || exit 1; \
1781
1854
          fi; \
1782
1855
        done
1783
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1856
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1784
1857
          if test "$$subdir" = .; then :; else \
1785
1858
            test -d "$(distdir)/$$subdir" \
1786
1859
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1787
1860
            || exit 1; \
1788
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1789
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1790
 
            (cd $$subdir && \
 
1861
          fi; \
 
1862
        done
 
1863
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1864
          if test "$$subdir" = .; then :; else \
 
1865
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1866
            $(am__relativize); \
 
1867
            new_distdir=$$reldir; \
 
1868
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1869
            $(am__relativize); \
 
1870
            new_top_distdir=$$reldir; \
 
1871
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1872
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1873
            ($(am__cd) $$subdir && \
1791
1874
              $(MAKE) $(AM_MAKEFLAGS) \
1792
 
                top_distdir="$$top_distdir" \
1793
 
                distdir="$$distdir/$$subdir" \
 
1875
                top_distdir="$$new_top_distdir" \
 
1876
                distdir="$$new_distdir" \
1794
1877
                am__remove_distdir=: \
1795
1878
                am__skip_length_check=: \
 
1879
                am__skip_mode_fix=: \
1796
1880
                distdir) \
1797
1881
              || exit 1; \
1798
1882
          fi; \
1825
1909
 
1826
1910
distclean-generic:
1827
1911
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1912
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1828
1913
 
1829
1914
maintainer-clean-generic:
1830
1915
        @echo "This command is intended for maintainers to use"
1845
1930
 
1846
1931
html: html-recursive
1847
1932
 
 
1933
html-am:
 
1934
 
1848
1935
info: info-recursive
1849
1936
 
1850
1937
info-am:
1853
1940
 
1854
1941
install-dvi: install-dvi-recursive
1855
1942
 
 
1943
install-dvi-am:
 
1944
 
1856
1945
install-exec-am:
1857
1946
 
1858
1947
install-html: install-html-recursive
1859
1948
 
 
1949
install-html-am:
 
1950
 
1860
1951
install-info: install-info-recursive
1861
1952
 
 
1953
install-info-am:
 
1954
 
1862
1955
install-man:
1863
1956
 
1864
1957
install-pdf: install-pdf-recursive
1865
1958
 
 
1959
install-pdf-am:
 
1960
 
1866
1961
install-ps: install-ps-recursive
1867
1962
 
 
1963
install-ps-am:
 
1964
 
1868
1965
installcheck-am:
1869
1966
 
1870
1967
maintainer-clean: maintainer-clean-recursive
1886
1983
 
1887
1984
uninstall-am: uninstall-avrLIBRARIES
1888
1985
 
1889
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1890
 
        install-strip
 
1986
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
1987
        install-am install-strip tags-recursive
1891
1988
 
1892
1989
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1893
1990
        all all-am check check-am clean clean-avrLIBRARIES \
1967
2064
 
1968
2065
# vim: set ft=make:
1969
2066
 
1970
 
# NOTE: Automake will be performing the following include, not GNU Make.
1971
 
# Automake will also be scanning the included file.
1972
 
 
1973
2067
@HAS_avr5_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
2068
 
1974
2069
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1975
2070
# Otherwise a system limit (for SysV at least) may be exceeded.
1976
2071
.NOEXPORT: