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

« back to all changes in this revision

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