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

« back to all changes in this revision

Viewing changes to avr/lib/avr51/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
473
440
@HAS_at90usb1286_TRUE@@HAS_avr51_TRUE@am__append_7 = at90usb1286
474
441
@HAS_at90usb1287_TRUE@@HAS_avr51_TRUE@am__append_8 = at90usb1287
475
442
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
476
 
        $(top_srcdir)/AvrCommonLibC.am \
477
443
        $(top_srcdir)/libc/misc/Files.am \
478
444
        $(top_srcdir)/libc/misc/Rules.am \
479
445
        $(top_srcdir)/libc/pmstring/Files.am \
494
460
mkinstalldirs = $(install_sh) -d
495
461
CONFIG_HEADER = $(top_builddir)/config.h
496
462
CONFIG_CLEAN_FILES =
 
463
CONFIG_CLEAN_VPATH_FILES =
497
464
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
498
465
am__vpath_adj = case $$p in \
499
466
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
500
467
    *) f=$$p;; \
501
468
  esac;
502
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
469
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
470
am__install_max = 40
 
471
am__nobase_strip_setup = \
 
472
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
473
am__nobase_strip = \
 
474
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
475
am__nobase_list = $(am__nobase_strip_setup); \
 
476
  for p in $$list; do echo "$$p $$p"; done | \
 
477
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
478
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
479
    if (++n[$$2] == $(am__install_max)) \
 
480
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
481
    END { for (dir in files) print dir, files[dir] }'
 
482
am__base_list = \
 
483
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
484
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
503
485
am__installdirs = "$(DESTDIR)$(avrdir)"
504
 
avrLIBRARIES_INSTALL = $(INSTALL_DATA)
505
486
LIBRARIES = $(avr_LIBRARIES)
506
487
ARFLAGS = cru
507
488
libc_a_AR = $(AR) $(ARFLAGS)
538
519
@HAS_avr51_TRUE@        strncpy_P.$(OBJEXT) strnlen_P.$(OBJEXT) \
539
520
@HAS_avr51_TRUE@        strpbrk_P.$(OBJEXT) strrchr_P.$(OBJEXT) \
540
521
@HAS_avr51_TRUE@        strsep_P.$(OBJEXT) strspn_P.$(OBJEXT) \
541
 
@HAS_avr51_TRUE@        strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT)
 
522
@HAS_avr51_TRUE@        strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT) \
 
523
@HAS_avr51_TRUE@        memcpy_PF.$(OBJEXT) strcasecmp_PF.$(OBJEXT) \
 
524
@HAS_avr51_TRUE@        strcat_PF.$(OBJEXT) strcmp_PF.$(OBJEXT) \
 
525
@HAS_avr51_TRUE@        strcpy_PF.$(OBJEXT) strlcat_PF.$(OBJEXT) \
 
526
@HAS_avr51_TRUE@        strlcpy_PF.$(OBJEXT) strlen_PF.$(OBJEXT) \
 
527
@HAS_avr51_TRUE@        strncasecmp_PF.$(OBJEXT) strncat_PF.$(OBJEXT) \
 
528
@HAS_avr51_TRUE@        strncmp_PF.$(OBJEXT) strncpy_PF.$(OBJEXT) \
 
529
@HAS_avr51_TRUE@        strnlen_PF.$(OBJEXT) strstr_PF.$(OBJEXT) \
 
530
@HAS_avr51_TRUE@        memcmp_PF.$(OBJEXT)
542
531
@HAS_avr51_TRUE@am__objects_5 = strdup.$(OBJEXT) strtok.$(OBJEXT)
543
532
@HAS_avr51_TRUE@am__objects_6 = ffs.$(OBJEXT) ffsl.$(OBJEXT) \
544
533
@HAS_avr51_TRUE@        ffsll.$(OBJEXT) memccpy.$(OBJEXT) \
650
639
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
651
640
depcomp = $(SHELL) $(top_srcdir)/depcomp
652
641
am__depfiles_maybe = depfiles
 
642
am__mv = mv -f
653
643
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
654
644
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
655
645
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
671
661
        ps-recursive uninstall-recursive
672
662
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
673
663
  distclean-recursive maintainer-clean-recursive
 
664
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
665
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
666
        distdir
674
667
ETAGS = etags
675
668
CTAGS = ctags
676
669
DIST_SUBDIRS = $(SUBDIRS)
677
670
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
678
 
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
 
671
am__relativize = \
 
672
  dir0=`pwd`; \
 
673
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
674
  sed_rest='s,^[^/]*/*,,'; \
 
675
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
676
  sed_butlast='s,/*[^/]*$$,,'; \
 
677
  while test -n "$$dir1"; do \
 
678
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
679
    if test "$$first" != "."; then \
 
680
      if test "$$first" = ".."; then \
 
681
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
682
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
683
      else \
 
684
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
685
        if test "$$first2" = "$$first"; then \
 
686
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
687
        else \
 
688
          dir2="../$$dir2"; \
 
689
        fi; \
 
690
        dir0="$$dir0"/"$$first"; \
 
691
      fi; \
 
692
    fi; \
 
693
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
694
  done; \
 
695
  reldir="$$dir2"
 
696
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
679
697
ACLOCAL = @ACLOCAL@
680
698
AMTAR = @AMTAR@
681
699
AR = @AR@
708
726
ECHO_T = @ECHO_T@
709
727
EXEEXT = @EXEEXT@
710
728
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
729
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
711
730
INSTALL = @INSTALL@
712
731
INSTALL_DATA = @INSTALL_DATA@
713
732
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
729
748
PACKAGE_NAME = @PACKAGE_NAME@
730
749
PACKAGE_STRING = @PACKAGE_STRING@
731
750
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
751
PACKAGE_URL = @PACKAGE_URL@
732
752
PACKAGE_VERSION = @PACKAGE_VERSION@
733
753
PATH_SEPARATOR = @PATH_SEPARATOR@
734
754
PNGTOPNM = @PNGTOPNM@
787
807
srcdir = @srcdir@
788
808
sysconfdir = @sysconfdir@
789
809
target_alias = @target_alias@
 
810
top_build_prefix = @top_build_prefix@
790
811
top_builddir = @top_builddir@
791
812
top_srcdir = @top_srcdir@
792
813
SUBDIRS = atmega128 atmega1280 atmega1281 atmega1284p atmega128rfa1 at90can128 at90usb1286 at90usb1287
793
814
AVR_TARGET = avr51
794
 
AVR_TARGET_CRT = crtusb1287.o
795
815
AVR_TARGET_DEFS = -D__COMPILING_AVR_LIBC__
796
816
AVR_TARGET_CFLAGS = -Os $(FNO_JUMP_TABLES)
797
817
AVR_TARGET_ASFLAGS = 
800
820
@HAS_avr51_TRUE@        $(am__append_3) $(am__append_4) \
801
821
@HAS_avr51_TRUE@        $(am__append_5) $(am__append_6) \
802
822
@HAS_avr51_TRUE@        $(am__append_7) $(am__append_8)
803
 
@HAS_avr51_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
 
823
@HAS_avr51_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
804
824
@HAS_avr51_TRUE@AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
805
825
@HAS_avr51_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
806
826
@HAS_avr51_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
897
917
@HAS_avr51_TRUE@        strsep_P.S \
898
918
@HAS_avr51_TRUE@        strspn_P.S \
899
919
@HAS_avr51_TRUE@        strstr_P.S \
900
 
@HAS_avr51_TRUE@        strtok_rP.S
 
920
@HAS_avr51_TRUE@        strtok_rP.S \
 
921
@HAS_avr51_TRUE@        memcpy_PF.S \
 
922
@HAS_avr51_TRUE@        strcasecmp_PF.S \
 
923
@HAS_avr51_TRUE@        strcat_PF.S \
 
924
@HAS_avr51_TRUE@        strcmp_PF.S \
 
925
@HAS_avr51_TRUE@        strcpy_PF.S \
 
926
@HAS_avr51_TRUE@        strlcat_PF.S \
 
927
@HAS_avr51_TRUE@        strlcpy_PF.S \
 
928
@HAS_avr51_TRUE@        strlen_PF.S \
 
929
@HAS_avr51_TRUE@        strncasecmp_PF.S \
 
930
@HAS_avr51_TRUE@        strncat_PF.S \
 
931
@HAS_avr51_TRUE@        strncmp_PF.S \
 
932
@HAS_avr51_TRUE@        strncpy_PF.S \
 
933
@HAS_avr51_TRUE@        strnlen_PF.S \
 
934
@HAS_avr51_TRUE@        strstr_PF.S \
 
935
@HAS_avr51_TRUE@        memcmp_PF.S
901
936
 
902
937
@HAS_avr51_TRUE@string_a_c_sources = \
903
938
@HAS_avr51_TRUE@        strdup.c \
1057
1092
@HAS_avr51_TRUE@nodist_libscanf_flt_a_SOURCES = 
1058
1093
@HAS_avr51_TRUE@libscanf_flt_a_LIBADD = vfscanf_flt.o
1059
1094
 
1060
 
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump),
 
1095
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump), 
1061
1096
# this gives the smallest code.
1062
1097
@HAS_avr51_TRUE@PRINTF_CFLAGS = -Os $(FNO_JUMP_TABLES)
1063
1098
@HAS_avr51_TRUE@libm_a_c_sources = 
1170
1205
 
1171
1206
.SUFFIXES:
1172
1207
.SUFFIXES: .S .c .o .obj
1173
 
$(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)
 
1208
$(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)
1174
1209
        @for dep in $?; do \
1175
1210
          case '$(am__configure_deps)' in \
1176
1211
            *$$dep*) \
1177
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1178
 
                && exit 0; \
 
1212
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
1213
                && { if test -f $@; then exit 0; else break; fi; }; \
1179
1214
              exit 1;; \
1180
1215
          esac; \
1181
1216
        done; \
1182
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avr/lib/avr51/Makefile'; \
1183
 
        cd $(top_srcdir) && \
1184
 
          $(AUTOMAKE) --foreign  avr/lib/avr51/Makefile
 
1217
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avr51/Makefile'; \
 
1218
        $(am__cd) $(top_srcdir) && \
 
1219
          $(AUTOMAKE) --foreign avr/lib/avr51/Makefile
1185
1220
.PRECIOUS: Makefile
1186
1221
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1187
1222
        @case '$?' in \
1199
1234
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1200
1235
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1201
1236
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1237
$(am__aclocal_m4_deps):
1202
1238
install-avrLIBRARIES: $(avr_LIBRARIES)
1203
1239
        @$(NORMAL_INSTALL)
1204
1240
        test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
1205
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1241
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1242
        list2=; for p in $$list; do \
1206
1243
          if test -f $$p; then \
1207
 
            f=$(am__strip_dir) \
1208
 
            echo " $(avrLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
1209
 
            $(avrLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(avrdir)/$$f"; \
 
1244
            list2="$$list2 $$p"; \
1210
1245
          else :; fi; \
1211
 
        done
 
1246
        done; \
 
1247
        test -z "$$list2" || { \
 
1248
          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(avrdir)'"; \
 
1249
          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(avrdir)" || exit $$?; }
1212
1250
        @$(POST_INSTALL)
1213
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1251
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1252
        for p in $$list; do \
1214
1253
          if test -f $$p; then \
1215
 
            p=$(am__strip_dir) \
1216
 
            echo " $(RANLIB) '$(DESTDIR)$(avrdir)/$$p'"; \
1217
 
            $(RANLIB) "$(DESTDIR)$(avrdir)/$$p"; \
 
1254
            $(am__strip_dir) \
 
1255
            echo " ( cd '$(DESTDIR)$(avrdir)' && $(RANLIB) $$f )"; \
 
1256
            ( cd "$(DESTDIR)$(avrdir)" && $(RANLIB) $$f ) || exit $$?; \
1218
1257
          else :; fi; \
1219
1258
        done
1220
1259
 
1221
1260
uninstall-avrLIBRARIES:
1222
1261
        @$(NORMAL_UNINSTALL)
1223
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
1224
 
          p=$(am__strip_dir) \
1225
 
          echo " rm -f '$(DESTDIR)$(avrdir)/$$p'"; \
1226
 
          rm -f "$(DESTDIR)$(avrdir)/$$p"; \
1227
 
        done
 
1262
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1263
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1264
        test -n "$$files" || exit 0; \
 
1265
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f "$$files" )"; \
 
1266
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
1228
1267
 
1229
1268
clean-avrLIBRARIES:
1230
1269
        -test -z "$(avr_LIBRARIES)" || rm -f $(avr_LIBRARIES)
1376
1415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr_P.Po@am__quote@
1377
1416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@
1378
1417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_P.Po@am__quote@
 
1418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_PF.Po@am__quote@
1379
1419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy.Po@am__quote@
1380
1420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_P.Po@am__quote@
 
1421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_PF.Po@am__quote@
1381
1422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
1382
1423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem_P.Po@am__quote@
1383
1424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove.Po@am__quote@
1418
1459
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sscanf_p.Po@am__quote@
1419
1460
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
1420
1461
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_P.Po@am__quote@
 
1462
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_PF.Po@am__quote@
1421
1463
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr.Po@am__quote@
1422
1464
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr_P.Po@am__quote@
1423
1465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat.Po@am__quote@
1424
1466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_P.Po@am__quote@
 
1467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_PF.Po@am__quote@
1425
1468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr.Po@am__quote@
1426
1469
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr_P.Po@am__quote@
1427
1470
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
1428
1471
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul_P.Po@am__quote@
1429
1472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp.Po@am__quote@
1430
1473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_P.Po@am__quote@
 
1474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_PF.Po@am__quote@
1431
1475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy.Po@am__quote@
1432
1476
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_P.Po@am__quote@
 
1477
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_PF.Po@am__quote@
1433
1478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn.Po@am__quote@
1434
1479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn_P.Po@am__quote@
1435
1480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
1436
1481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
1437
1482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_P.Po@am__quote@
 
1483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_PF.Po@am__quote@
1438
1484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
1439
1485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_P.Po@am__quote@
 
1486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_PF.Po@am__quote@
1440
1487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen.Po@am__quote@
1441
1488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_P.Po@am__quote@
 
1489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_PF.Po@am__quote@
1442
1490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlwr.Po@am__quote@
1443
1491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
1444
1492
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_P.Po@am__quote@
 
1493
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_PF.Po@am__quote@
1445
1494
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat.Po@am__quote@
1446
1495
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_P.Po@am__quote@
 
1496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_PF.Po@am__quote@
1447
1497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp.Po@am__quote@
1448
1498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_P.Po@am__quote@
 
1499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_PF.Po@am__quote@
1449
1500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy.Po@am__quote@
1450
1501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_P.Po@am__quote@
 
1502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_PF.Po@am__quote@
1451
1503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
1452
1504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_P.Po@am__quote@
 
1505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_PF.Po@am__quote@
1453
1506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk.Po@am__quote@
1454
1507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk_P.Po@am__quote@
1455
1508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strrchr.Po@am__quote@
1461
1514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strspn_P.Po@am__quote@
1462
1515
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Po@am__quote@
1463
1516
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_P.Po@am__quote@
 
1517
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_PF.Po@am__quote@
1464
1518
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtod.Po@am__quote@
1465
1519
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Po@am__quote@
1466
1520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_P.Po@am__quote@
1491
1545
 
1492
1546
.S.o:
1493
1547
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1494
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1548
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1495
1549
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1496
1550
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1497
1551
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
1498
1552
 
1499
1553
.S.obj:
1500
1554
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1501
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1555
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1502
1556
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1503
1557
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1504
1558
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1505
1559
 
1506
1560
.c.o:
1507
1561
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1508
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1562
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1509
1563
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1510
1564
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1511
1565
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
1512
1566
 
1513
1567
.c.obj:
1514
1568
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1515
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1569
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1516
1570
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1517
1571
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1518
1572
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1524
1578
#     (which will cause the Makefiles to be regenerated when you run `make');
1525
1579
# (2) otherwise, pass the desired values on the `make' command line.
1526
1580
$(RECURSIVE_TARGETS):
1527
 
        @failcom='exit 1'; \
 
1581
        @fail= failcom='exit 1'; \
1528
1582
        for f in x $$MAKEFLAGS; do \
1529
1583
          case $$f in \
1530
1584
            *=* | --[!k]*);; \
1541
1595
          else \
1542
1596
            local_target="$$target"; \
1543
1597
          fi; \
1544
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1598
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1545
1599
          || eval $$failcom; \
1546
1600
        done; \
1547
1601
        if test "$$dot_seen" = "no"; then \
1549
1603
        fi; test -z "$$fail"
1550
1604
 
1551
1605
$(RECURSIVE_CLEAN_TARGETS):
1552
 
        @failcom='exit 1'; \
 
1606
        @fail= failcom='exit 1'; \
1553
1607
        for f in x $$MAKEFLAGS; do \
1554
1608
          case $$f in \
1555
1609
            *=* | --[!k]*);; \
1575
1629
          else \
1576
1630
            local_target="$$target"; \
1577
1631
          fi; \
1578
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1632
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1579
1633
          || eval $$failcom; \
1580
1634
        done && test -z "$$fail"
1581
1635
tags-recursive:
1582
1636
        list='$(SUBDIRS)'; for subdir in $$list; do \
1583
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1637
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1584
1638
        done
1585
1639
ctags-recursive:
1586
1640
        list='$(SUBDIRS)'; for subdir in $$list; do \
1587
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1641
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1588
1642
        done
1589
1643
 
1590
1644
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1592
1646
        unique=`for i in $$list; do \
1593
1647
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1594
1648
          done | \
1595
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1649
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1596
1650
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1597
1651
        mkid -fID $$unique
1598
1652
tags: TAGS
1599
1653
 
1600
1654
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1601
1655
                $(TAGS_FILES) $(LISP)
1602
 
        tags=; \
 
1656
        set x; \
1603
1657
        here=`pwd`; \
1604
1658
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1605
1659
          include_option=--etags-include; \
1611
1665
        list='$(SUBDIRS)'; for subdir in $$list; do \
1612
1666
          if test "$$subdir" = .; then :; else \
1613
1667
            test ! -f $$subdir/TAGS || \
1614
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1668
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1615
1669
          fi; \
1616
1670
        done; \
1617
1671
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1620
1674
          done | \
1621
1675
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1622
1676
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1623
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1677
        shift; \
 
1678
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1624
1679
          test -n "$$unique" || unique=$$empty_fix; \
1625
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1626
 
            $$tags $$unique; \
 
1680
          if test $$# -gt 0; then \
 
1681
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1682
              "$$@" $$unique; \
 
1683
          else \
 
1684
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1685
              $$unique; \
 
1686
          fi; \
1627
1687
        fi
1628
1688
ctags: CTAGS
1629
1689
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1630
1690
                $(TAGS_FILES) $(LISP)
1631
 
        tags=; \
1632
1691
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1633
1692
        unique=`for i in $$list; do \
1634
1693
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1635
1694
          done | \
1636
1695
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1637
1696
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1638
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1697
        test -z "$(CTAGS_ARGS)$$unique" \
1639
1698
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1640
 
             $$tags $$unique
 
1699
             $$unique
1641
1700
 
1642
1701
GTAGS:
1643
1702
        here=`$(am__cd) $(top_builddir) && pwd` \
1644
 
          && cd $(top_srcdir) \
1645
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1703
          && $(am__cd) $(top_srcdir) \
 
1704
          && gtags -i $(GTAGS_ARGS) "$$here"
1646
1705
 
1647
1706
distclean-tags:
1648
1707
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1663
1722
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1664
1723
          if test -d $$d/$$file; then \
1665
1724
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1725
            if test -d "$(distdir)/$$file"; then \
 
1726
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1727
            fi; \
1666
1728
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1667
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1729
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1730
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1668
1731
            fi; \
1669
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1732
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1670
1733
          else \
1671
 
            test -f $(distdir)/$$file \
1672
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1734
            test -f "$(distdir)/$$file" \
 
1735
            || cp -p $$d/$$file "$(distdir)/$$file" \
1673
1736
            || exit 1; \
1674
1737
          fi; \
1675
1738
        done
1676
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1739
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1677
1740
          if test "$$subdir" = .; then :; else \
1678
1741
            test -d "$(distdir)/$$subdir" \
1679
1742
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1680
1743
            || exit 1; \
1681
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1682
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1683
 
            (cd $$subdir && \
 
1744
          fi; \
 
1745
        done
 
1746
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1747
          if test "$$subdir" = .; then :; else \
 
1748
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1749
            $(am__relativize); \
 
1750
            new_distdir=$$reldir; \
 
1751
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1752
            $(am__relativize); \
 
1753
            new_top_distdir=$$reldir; \
 
1754
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1755
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1756
            ($(am__cd) $$subdir && \
1684
1757
              $(MAKE) $(AM_MAKEFLAGS) \
1685
 
                top_distdir="$$top_distdir" \
1686
 
                distdir="$$distdir/$$subdir" \
 
1758
                top_distdir="$$new_top_distdir" \
 
1759
                distdir="$$new_distdir" \
1687
1760
                am__remove_distdir=: \
1688
1761
                am__skip_length_check=: \
 
1762
                am__skip_mode_fix=: \
1689
1763
                distdir) \
1690
1764
              || exit 1; \
1691
1765
          fi; \
1718
1792
 
1719
1793
distclean-generic:
1720
1794
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1795
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1721
1796
 
1722
1797
maintainer-clean-generic:
1723
1798
        @echo "This command is intended for maintainers to use"
1738
1813
 
1739
1814
html: html-recursive
1740
1815
 
 
1816
html-am:
 
1817
 
1741
1818
info: info-recursive
1742
1819
 
1743
1820
info-am:
1746
1823
 
1747
1824
install-dvi: install-dvi-recursive
1748
1825
 
 
1826
install-dvi-am:
 
1827
 
1749
1828
install-exec-am:
1750
1829
 
1751
1830
install-html: install-html-recursive
1752
1831
 
 
1832
install-html-am:
 
1833
 
1753
1834
install-info: install-info-recursive
1754
1835
 
 
1836
install-info-am:
 
1837
 
1755
1838
install-man:
1756
1839
 
1757
1840
install-pdf: install-pdf-recursive
1758
1841
 
 
1842
install-pdf-am:
 
1843
 
1759
1844
install-ps: install-ps-recursive
1760
1845
 
 
1846
install-ps-am:
 
1847
 
1761
1848
installcheck-am:
1762
1849
 
1763
1850
maintainer-clean: maintainer-clean-recursive
1779
1866
 
1780
1867
uninstall-am: uninstall-avrLIBRARIES
1781
1868
 
1782
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1783
 
        install-strip
 
1869
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
1870
        install-am install-strip tags-recursive
1784
1871
 
1785
1872
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1786
1873
        all all-am check check-am clean clean-avrLIBRARIES \
1860
1947
 
1861
1948
# vim: set ft=make:
1862
1949
 
1863
 
# NOTE: Automake will be performing the following include, not GNU Make.
1864
 
# Automake will also be scanning the included file.
1865
 
 
1866
1950
@HAS_avr51_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
1951
 
1867
1952
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1868
1953
# Otherwise a system limit (for SysV at least) may be exceeded.
1869
1954
.NOEXPORT: