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

« back to all changes in this revision

Viewing changes to avr/lib/avr25/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
484
451
@HAS_attiny461a_TRUE@@HAS_avr25_TRUE@am__append_18 = attiny461a
485
452
@HAS_attiny48_TRUE@@HAS_avr25_TRUE@am__append_19 = attiny48
486
453
@HAS_attiny84_TRUE@@HAS_avr25_TRUE@am__append_20 = attiny84
487
 
@HAS_attiny85_TRUE@@HAS_avr25_TRUE@am__append_21 = attiny85
488
 
@HAS_attiny861_TRUE@@HAS_avr25_TRUE@am__append_22 = attiny861
489
 
@HAS_attiny861a_TRUE@@HAS_avr25_TRUE@am__append_23 = attiny861a
490
 
@HAS_attiny87_TRUE@@HAS_avr25_TRUE@am__append_24 = attiny87
491
 
@HAS_attiny88_TRUE@@HAS_avr25_TRUE@am__append_25 = attiny88
 
454
@HAS_attiny84a_TRUE@@HAS_avr25_TRUE@am__append_21 = attiny84a
 
455
@HAS_attiny85_TRUE@@HAS_avr25_TRUE@am__append_22 = attiny85
 
456
@HAS_attiny861_TRUE@@HAS_avr25_TRUE@am__append_23 = attiny861
 
457
@HAS_attiny861a_TRUE@@HAS_avr25_TRUE@am__append_24 = attiny861a
 
458
@HAS_attiny87_TRUE@@HAS_avr25_TRUE@am__append_25 = attiny87
 
459
@HAS_attiny88_TRUE@@HAS_avr25_TRUE@am__append_26 = attiny88
492
460
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
493
 
        $(top_srcdir)/AvrCommonLibC.am \
494
461
        $(top_srcdir)/libc/misc/Files.am \
495
462
        $(top_srcdir)/libc/misc/Rules.am \
496
463
        $(top_srcdir)/libc/pmstring/Files.am \
511
478
mkinstalldirs = $(install_sh) -d
512
479
CONFIG_HEADER = $(top_builddir)/config.h
513
480
CONFIG_CLEAN_FILES =
 
481
CONFIG_CLEAN_VPATH_FILES =
514
482
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
515
483
am__vpath_adj = case $$p in \
516
484
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
517
485
    *) f=$$p;; \
518
486
  esac;
519
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
487
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
488
am__install_max = 40
 
489
am__nobase_strip_setup = \
 
490
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
491
am__nobase_strip = \
 
492
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
493
am__nobase_list = $(am__nobase_strip_setup); \
 
494
  for p in $$list; do echo "$$p $$p"; done | \
 
495
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
496
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
497
    if (++n[$$2] == $(am__install_max)) \
 
498
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
499
    END { for (dir in files) print dir, files[dir] }'
 
500
am__base_list = \
 
501
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
502
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
520
503
am__installdirs = "$(DESTDIR)$(avrdir)"
521
 
avrLIBRARIES_INSTALL = $(INSTALL_DATA)
522
504
LIBRARIES = $(avr_LIBRARIES)
523
505
ARFLAGS = cru
524
506
libc_a_AR = $(AR) $(ARFLAGS)
555
537
@HAS_avr25_TRUE@        strncpy_P.$(OBJEXT) strnlen_P.$(OBJEXT) \
556
538
@HAS_avr25_TRUE@        strpbrk_P.$(OBJEXT) strrchr_P.$(OBJEXT) \
557
539
@HAS_avr25_TRUE@        strsep_P.$(OBJEXT) strspn_P.$(OBJEXT) \
558
 
@HAS_avr25_TRUE@        strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT)
 
540
@HAS_avr25_TRUE@        strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT) \
 
541
@HAS_avr25_TRUE@        memcpy_PF.$(OBJEXT) strcasecmp_PF.$(OBJEXT) \
 
542
@HAS_avr25_TRUE@        strcat_PF.$(OBJEXT) strcmp_PF.$(OBJEXT) \
 
543
@HAS_avr25_TRUE@        strcpy_PF.$(OBJEXT) strlcat_PF.$(OBJEXT) \
 
544
@HAS_avr25_TRUE@        strlcpy_PF.$(OBJEXT) strlen_PF.$(OBJEXT) \
 
545
@HAS_avr25_TRUE@        strncasecmp_PF.$(OBJEXT) strncat_PF.$(OBJEXT) \
 
546
@HAS_avr25_TRUE@        strncmp_PF.$(OBJEXT) strncpy_PF.$(OBJEXT) \
 
547
@HAS_avr25_TRUE@        strnlen_PF.$(OBJEXT) strstr_PF.$(OBJEXT) \
 
548
@HAS_avr25_TRUE@        memcmp_PF.$(OBJEXT)
559
549
@HAS_avr25_TRUE@am__objects_5 = strdup.$(OBJEXT) strtok.$(OBJEXT)
560
550
@HAS_avr25_TRUE@am__objects_6 = ffs.$(OBJEXT) ffsl.$(OBJEXT) \
561
551
@HAS_avr25_TRUE@        ffsll.$(OBJEXT) memccpy.$(OBJEXT) \
667
657
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
668
658
depcomp = $(SHELL) $(top_srcdir)/depcomp
669
659
am__depfiles_maybe = depfiles
 
660
am__mv = mv -f
670
661
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
671
662
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
672
663
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
688
679
        ps-recursive uninstall-recursive
689
680
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
690
681
  distclean-recursive maintainer-clean-recursive
 
682
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
683
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
684
        distdir
691
685
ETAGS = etags
692
686
CTAGS = ctags
693
687
DIST_SUBDIRS = $(SUBDIRS)
694
688
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
695
 
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
 
689
am__relativize = \
 
690
  dir0=`pwd`; \
 
691
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
692
  sed_rest='s,^[^/]*/*,,'; \
 
693
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
694
  sed_butlast='s,/*[^/]*$$,,'; \
 
695
  while test -n "$$dir1"; do \
 
696
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
697
    if test "$$first" != "."; then \
 
698
      if test "$$first" = ".."; then \
 
699
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
700
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
701
      else \
 
702
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
703
        if test "$$first2" = "$$first"; then \
 
704
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
705
        else \
 
706
          dir2="../$$dir2"; \
 
707
        fi; \
 
708
        dir0="$$dir0"/"$$first"; \
 
709
      fi; \
 
710
    fi; \
 
711
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
712
  done; \
 
713
  reldir="$$dir2"
 
714
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
696
715
ACLOCAL = @ACLOCAL@
697
716
AMTAR = @AMTAR@
698
717
AR = @AR@
725
744
ECHO_T = @ECHO_T@
726
745
EXEEXT = @EXEEXT@
727
746
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
747
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
728
748
INSTALL = @INSTALL@
729
749
INSTALL_DATA = @INSTALL_DATA@
730
750
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
746
766
PACKAGE_NAME = @PACKAGE_NAME@
747
767
PACKAGE_STRING = @PACKAGE_STRING@
748
768
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
769
PACKAGE_URL = @PACKAGE_URL@
749
770
PACKAGE_VERSION = @PACKAGE_VERSION@
750
771
PATH_SEPARATOR = @PATH_SEPARATOR@
751
772
PNGTOPNM = @PNGTOPNM@
804
825
srcdir = @srcdir@
805
826
sysconfdir = @sysconfdir@
806
827
target_alias = @target_alias@
 
828
top_build_prefix = @top_build_prefix@
807
829
top_builddir = @top_builddir@
808
830
top_srcdir = @top_srcdir@
809
 
SUBDIRS = at86rf401 ata6289 attiny13 attiny13a attiny2313 attiny2313a attiny24 attiny24a attiny25 attiny261 attiny261a attiny4313 attiny43u attiny44 attiny44a attiny45 attiny461 attiny461a attiny48 attiny84 attiny85 attiny861 attiny861a attiny87 attiny88
 
831
SUBDIRS = at86rf401 ata6289 attiny13 attiny13a attiny2313 attiny2313a attiny24 attiny24a attiny25 attiny261 attiny261a attiny4313 attiny43u attiny44 attiny44a attiny45 attiny461 attiny461a attiny48 attiny84 attiny84a attiny85 attiny861 attiny861a attiny87 attiny88
810
832
AVR_TARGET = avr25
811
 
AVR_TARGET_CRT = crttn88.o
812
833
AVR_TARGET_DEFS = -D__COMPILING_AVR_LIBC__
813
834
AVR_TARGET_CFLAGS = -mcall-prologues -Os
814
835
AVR_TARGET_ASFLAGS = 
825
846
@HAS_avr25_TRUE@        $(am__append_19) $(am__append_20) \
826
847
@HAS_avr25_TRUE@        $(am__append_21) $(am__append_22) \
827
848
@HAS_avr25_TRUE@        $(am__append_23) $(am__append_24) \
828
 
@HAS_avr25_TRUE@        $(am__append_25)
829
 
@HAS_avr25_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
 
849
@HAS_avr25_TRUE@        $(am__append_25) $(am__append_26)
 
850
@HAS_avr25_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
830
851
@HAS_avr25_TRUE@AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
831
852
@HAS_avr25_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
832
853
@HAS_avr25_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
923
944
@HAS_avr25_TRUE@        strsep_P.S \
924
945
@HAS_avr25_TRUE@        strspn_P.S \
925
946
@HAS_avr25_TRUE@        strstr_P.S \
926
 
@HAS_avr25_TRUE@        strtok_rP.S
 
947
@HAS_avr25_TRUE@        strtok_rP.S \
 
948
@HAS_avr25_TRUE@        memcpy_PF.S \
 
949
@HAS_avr25_TRUE@        strcasecmp_PF.S \
 
950
@HAS_avr25_TRUE@        strcat_PF.S \
 
951
@HAS_avr25_TRUE@        strcmp_PF.S \
 
952
@HAS_avr25_TRUE@        strcpy_PF.S \
 
953
@HAS_avr25_TRUE@        strlcat_PF.S \
 
954
@HAS_avr25_TRUE@        strlcpy_PF.S \
 
955
@HAS_avr25_TRUE@        strlen_PF.S \
 
956
@HAS_avr25_TRUE@        strncasecmp_PF.S \
 
957
@HAS_avr25_TRUE@        strncat_PF.S \
 
958
@HAS_avr25_TRUE@        strncmp_PF.S \
 
959
@HAS_avr25_TRUE@        strncpy_PF.S \
 
960
@HAS_avr25_TRUE@        strnlen_PF.S \
 
961
@HAS_avr25_TRUE@        strstr_PF.S \
 
962
@HAS_avr25_TRUE@        memcmp_PF.S
927
963
 
928
964
@HAS_avr25_TRUE@string_a_c_sources = \
929
965
@HAS_avr25_TRUE@        strdup.c \
1083
1119
@HAS_avr25_TRUE@nodist_libscanf_flt_a_SOURCES = 
1084
1120
@HAS_avr25_TRUE@libscanf_flt_a_LIBADD = vfscanf_flt.o
1085
1121
 
1086
 
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump),
 
1122
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump), 
1087
1123
# this gives the smallest code.
1088
1124
@HAS_avr25_TRUE@PRINTF_CFLAGS = -Os $(FNO_JUMP_TABLES)
1089
1125
@HAS_avr25_TRUE@libm_a_c_sources = 
1196
1232
 
1197
1233
.SUFFIXES:
1198
1234
.SUFFIXES: .S .c .o .obj
1199
 
$(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)
 
1235
$(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)
1200
1236
        @for dep in $?; do \
1201
1237
          case '$(am__configure_deps)' in \
1202
1238
            *$$dep*) \
1203
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1204
 
                && exit 0; \
 
1239
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
1240
                && { if test -f $@; then exit 0; else break; fi; }; \
1205
1241
              exit 1;; \
1206
1242
          esac; \
1207
1243
        done; \
1208
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avr/lib/avr25/Makefile'; \
1209
 
        cd $(top_srcdir) && \
1210
 
          $(AUTOMAKE) --foreign  avr/lib/avr25/Makefile
 
1244
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr25/Makefile'; \
 
1245
        $(am__cd) $(top_srcdir) && \
 
1246
          $(AUTOMAKE) --foreign avr/lib/avr25/Makefile
1211
1247
.PRECIOUS: Makefile
1212
1248
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1213
1249
        @case '$?' in \
1225
1261
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1226
1262
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1227
1263
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1264
$(am__aclocal_m4_deps):
1228
1265
install-avrLIBRARIES: $(avr_LIBRARIES)
1229
1266
        @$(NORMAL_INSTALL)
1230
1267
        test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
1231
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1268
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1269
        list2=; for p in $$list; do \
1232
1270
          if test -f $$p; then \
1233
 
            f=$(am__strip_dir) \
1234
 
            echo " $(avrLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
1235
 
            $(avrLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(avrdir)/$$f"; \
 
1271
            list2="$$list2 $$p"; \
1236
1272
          else :; fi; \
1237
 
        done
 
1273
        done; \
 
1274
        test -z "$$list2" || { \
 
1275
          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(avrdir)'"; \
 
1276
          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(avrdir)" || exit $$?; }
1238
1277
        @$(POST_INSTALL)
1239
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1278
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1279
        for p in $$list; do \
1240
1280
          if test -f $$p; then \
1241
 
            p=$(am__strip_dir) \
1242
 
            echo " $(RANLIB) '$(DESTDIR)$(avrdir)/$$p'"; \
1243
 
            $(RANLIB) "$(DESTDIR)$(avrdir)/$$p"; \
 
1281
            $(am__strip_dir) \
 
1282
            echo " ( cd '$(DESTDIR)$(avrdir)' && $(RANLIB) $$f )"; \
 
1283
            ( cd "$(DESTDIR)$(avrdir)" && $(RANLIB) $$f ) || exit $$?; \
1244
1284
          else :; fi; \
1245
1285
        done
1246
1286
 
1247
1287
uninstall-avrLIBRARIES:
1248
1288
        @$(NORMAL_UNINSTALL)
1249
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
1250
 
          p=$(am__strip_dir) \
1251
 
          echo " rm -f '$(DESTDIR)$(avrdir)/$$p'"; \
1252
 
          rm -f "$(DESTDIR)$(avrdir)/$$p"; \
1253
 
        done
 
1289
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1290
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1291
        test -n "$$files" || exit 0; \
 
1292
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f "$$files" )"; \
 
1293
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
1254
1294
 
1255
1295
clean-avrLIBRARIES:
1256
1296
        -test -z "$(avr_LIBRARIES)" || rm -f $(avr_LIBRARIES)
1402
1442
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr_P.Po@am__quote@
1403
1443
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@
1404
1444
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_P.Po@am__quote@
 
1445
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_PF.Po@am__quote@
1405
1446
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy.Po@am__quote@
1406
1447
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_P.Po@am__quote@
 
1448
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_PF.Po@am__quote@
1407
1449
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
1408
1450
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem_P.Po@am__quote@
1409
1451
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove.Po@am__quote@
1444
1486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sscanf_p.Po@am__quote@
1445
1487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
1446
1488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_P.Po@am__quote@
 
1489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_PF.Po@am__quote@
1447
1490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr.Po@am__quote@
1448
1491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr_P.Po@am__quote@
1449
1492
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat.Po@am__quote@
1450
1493
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_P.Po@am__quote@
 
1494
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_PF.Po@am__quote@
1451
1495
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr.Po@am__quote@
1452
1496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr_P.Po@am__quote@
1453
1497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
1454
1498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul_P.Po@am__quote@
1455
1499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp.Po@am__quote@
1456
1500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_P.Po@am__quote@
 
1501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_PF.Po@am__quote@
1457
1502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy.Po@am__quote@
1458
1503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_P.Po@am__quote@
 
1504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_PF.Po@am__quote@
1459
1505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn.Po@am__quote@
1460
1506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn_P.Po@am__quote@
1461
1507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
1462
1508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
1463
1509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_P.Po@am__quote@
 
1510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_PF.Po@am__quote@
1464
1511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
1465
1512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_P.Po@am__quote@
 
1513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_PF.Po@am__quote@
1466
1514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen.Po@am__quote@
1467
1515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_P.Po@am__quote@
 
1516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_PF.Po@am__quote@
1468
1517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlwr.Po@am__quote@
1469
1518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
1470
1519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_P.Po@am__quote@
 
1520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_PF.Po@am__quote@
1471
1521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat.Po@am__quote@
1472
1522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_P.Po@am__quote@
 
1523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_PF.Po@am__quote@
1473
1524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp.Po@am__quote@
1474
1525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_P.Po@am__quote@
 
1526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_PF.Po@am__quote@
1475
1527
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy.Po@am__quote@
1476
1528
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_P.Po@am__quote@
 
1529
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_PF.Po@am__quote@
1477
1530
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
1478
1531
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_P.Po@am__quote@
 
1532
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_PF.Po@am__quote@
1479
1533
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk.Po@am__quote@
1480
1534
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk_P.Po@am__quote@
1481
1535
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strrchr.Po@am__quote@
1487
1541
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strspn_P.Po@am__quote@
1488
1542
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Po@am__quote@
1489
1543
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_P.Po@am__quote@
 
1544
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_PF.Po@am__quote@
1490
1545
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtod.Po@am__quote@
1491
1546
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Po@am__quote@
1492
1547
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_P.Po@am__quote@
1517
1572
 
1518
1573
.S.o:
1519
1574
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1520
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1575
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1521
1576
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1522
1577
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1523
1578
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
1524
1579
 
1525
1580
.S.obj:
1526
1581
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1527
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1582
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1528
1583
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1529
1584
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1530
1585
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1531
1586
 
1532
1587
.c.o:
1533
1588
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1534
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1589
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1535
1590
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1536
1591
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1537
1592
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
1538
1593
 
1539
1594
.c.obj:
1540
1595
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1541
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1596
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1542
1597
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1543
1598
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1544
1599
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1550
1605
#     (which will cause the Makefiles to be regenerated when you run `make');
1551
1606
# (2) otherwise, pass the desired values on the `make' command line.
1552
1607
$(RECURSIVE_TARGETS):
1553
 
        @failcom='exit 1'; \
 
1608
        @fail= failcom='exit 1'; \
1554
1609
        for f in x $$MAKEFLAGS; do \
1555
1610
          case $$f in \
1556
1611
            *=* | --[!k]*);; \
1567
1622
          else \
1568
1623
            local_target="$$target"; \
1569
1624
          fi; \
1570
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1625
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1571
1626
          || eval $$failcom; \
1572
1627
        done; \
1573
1628
        if test "$$dot_seen" = "no"; then \
1575
1630
        fi; test -z "$$fail"
1576
1631
 
1577
1632
$(RECURSIVE_CLEAN_TARGETS):
1578
 
        @failcom='exit 1'; \
 
1633
        @fail= failcom='exit 1'; \
1579
1634
        for f in x $$MAKEFLAGS; do \
1580
1635
          case $$f in \
1581
1636
            *=* | --[!k]*);; \
1601
1656
          else \
1602
1657
            local_target="$$target"; \
1603
1658
          fi; \
1604
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1659
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1605
1660
          || eval $$failcom; \
1606
1661
        done && test -z "$$fail"
1607
1662
tags-recursive:
1608
1663
        list='$(SUBDIRS)'; for subdir in $$list; do \
1609
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1664
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1610
1665
        done
1611
1666
ctags-recursive:
1612
1667
        list='$(SUBDIRS)'; for subdir in $$list; do \
1613
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1668
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1614
1669
        done
1615
1670
 
1616
1671
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1618
1673
        unique=`for i in $$list; do \
1619
1674
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1620
1675
          done | \
1621
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1676
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1622
1677
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1623
1678
        mkid -fID $$unique
1624
1679
tags: TAGS
1625
1680
 
1626
1681
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1627
1682
                $(TAGS_FILES) $(LISP)
1628
 
        tags=; \
 
1683
        set x; \
1629
1684
        here=`pwd`; \
1630
1685
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1631
1686
          include_option=--etags-include; \
1637
1692
        list='$(SUBDIRS)'; for subdir in $$list; do \
1638
1693
          if test "$$subdir" = .; then :; else \
1639
1694
            test ! -f $$subdir/TAGS || \
1640
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1695
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1641
1696
          fi; \
1642
1697
        done; \
1643
1698
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1646
1701
          done | \
1647
1702
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1648
1703
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1649
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1704
        shift; \
 
1705
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1650
1706
          test -n "$$unique" || unique=$$empty_fix; \
1651
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1652
 
            $$tags $$unique; \
 
1707
          if test $$# -gt 0; then \
 
1708
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1709
              "$$@" $$unique; \
 
1710
          else \
 
1711
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1712
              $$unique; \
 
1713
          fi; \
1653
1714
        fi
1654
1715
ctags: CTAGS
1655
1716
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1656
1717
                $(TAGS_FILES) $(LISP)
1657
 
        tags=; \
1658
1718
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1659
1719
        unique=`for i in $$list; do \
1660
1720
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1661
1721
          done | \
1662
1722
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1663
1723
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1664
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1724
        test -z "$(CTAGS_ARGS)$$unique" \
1665
1725
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1666
 
             $$tags $$unique
 
1726
             $$unique
1667
1727
 
1668
1728
GTAGS:
1669
1729
        here=`$(am__cd) $(top_builddir) && pwd` \
1670
 
          && cd $(top_srcdir) \
1671
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1730
          && $(am__cd) $(top_srcdir) \
 
1731
          && gtags -i $(GTAGS_ARGS) "$$here"
1672
1732
 
1673
1733
distclean-tags:
1674
1734
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1689
1749
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1690
1750
          if test -d $$d/$$file; then \
1691
1751
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1752
            if test -d "$(distdir)/$$file"; then \
 
1753
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1754
            fi; \
1692
1755
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1693
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1756
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1757
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1694
1758
            fi; \
1695
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1759
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1696
1760
          else \
1697
 
            test -f $(distdir)/$$file \
1698
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1761
            test -f "$(distdir)/$$file" \
 
1762
            || cp -p $$d/$$file "$(distdir)/$$file" \
1699
1763
            || exit 1; \
1700
1764
          fi; \
1701
1765
        done
1702
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1766
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1703
1767
          if test "$$subdir" = .; then :; else \
1704
1768
            test -d "$(distdir)/$$subdir" \
1705
1769
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1706
1770
            || exit 1; \
1707
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1708
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1709
 
            (cd $$subdir && \
 
1771
          fi; \
 
1772
        done
 
1773
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1774
          if test "$$subdir" = .; then :; else \
 
1775
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1776
            $(am__relativize); \
 
1777
            new_distdir=$$reldir; \
 
1778
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1779
            $(am__relativize); \
 
1780
            new_top_distdir=$$reldir; \
 
1781
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1782
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1783
            ($(am__cd) $$subdir && \
1710
1784
              $(MAKE) $(AM_MAKEFLAGS) \
1711
 
                top_distdir="$$top_distdir" \
1712
 
                distdir="$$distdir/$$subdir" \
 
1785
                top_distdir="$$new_top_distdir" \
 
1786
                distdir="$$new_distdir" \
1713
1787
                am__remove_distdir=: \
1714
1788
                am__skip_length_check=: \
 
1789
                am__skip_mode_fix=: \
1715
1790
                distdir) \
1716
1791
              || exit 1; \
1717
1792
          fi; \
1744
1819
 
1745
1820
distclean-generic:
1746
1821
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1822
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1747
1823
 
1748
1824
maintainer-clean-generic:
1749
1825
        @echo "This command is intended for maintainers to use"
1764
1840
 
1765
1841
html: html-recursive
1766
1842
 
 
1843
html-am:
 
1844
 
1767
1845
info: info-recursive
1768
1846
 
1769
1847
info-am:
1772
1850
 
1773
1851
install-dvi: install-dvi-recursive
1774
1852
 
 
1853
install-dvi-am:
 
1854
 
1775
1855
install-exec-am:
1776
1856
 
1777
1857
install-html: install-html-recursive
1778
1858
 
 
1859
install-html-am:
 
1860
 
1779
1861
install-info: install-info-recursive
1780
1862
 
 
1863
install-info-am:
 
1864
 
1781
1865
install-man:
1782
1866
 
1783
1867
install-pdf: install-pdf-recursive
1784
1868
 
 
1869
install-pdf-am:
 
1870
 
1785
1871
install-ps: install-ps-recursive
1786
1872
 
 
1873
install-ps-am:
 
1874
 
1787
1875
installcheck-am:
1788
1876
 
1789
1877
maintainer-clean: maintainer-clean-recursive
1805
1893
 
1806
1894
uninstall-am: uninstall-avrLIBRARIES
1807
1895
 
1808
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1809
 
        install-strip
 
1896
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
1897
        install-am install-strip tags-recursive
1810
1898
 
1811
1899
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1812
1900
        all all-am check check-am clean clean-avrLIBRARIES \
1886
1974
 
1887
1975
# vim: set ft=make:
1888
1976
 
1889
 
# NOTE: Automake will be performing the following include, not GNU Make.
1890
 
# Automake will also be scanning the included file.
1891
 
 
1892
1977
@HAS_avr25_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
1978
 
1893
1979
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1894
1980
# Otherwise a system limit (for SysV at least) may be exceeded.
1895
1981
.NOEXPORT: