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

« back to all changes in this revision

Viewing changes to avr/lib/avrxmega6/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
472
439
@HAS_atxmega256a3b_TRUE@@HAS_avrxmega6_TRUE@am__append_6 = atxmega256a3b
473
440
@HAS_atxmega256d3_TRUE@@HAS_avrxmega6_TRUE@am__append_7 = atxmega256d3
474
441
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
475
 
        $(top_srcdir)/AvrCommonLibC.am \
476
442
        $(top_srcdir)/libc/misc/Files.am \
477
443
        $(top_srcdir)/libc/misc/Rules.am \
478
444
        $(top_srcdir)/libc/pmstring/Files.am \
493
459
mkinstalldirs = $(install_sh) -d
494
460
CONFIG_HEADER = $(top_builddir)/config.h
495
461
CONFIG_CLEAN_FILES =
 
462
CONFIG_CLEAN_VPATH_FILES =
496
463
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
497
464
am__vpath_adj = case $$p in \
498
465
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
499
466
    *) f=$$p;; \
500
467
  esac;
501
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
468
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
469
am__install_max = 40
 
470
am__nobase_strip_setup = \
 
471
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
472
am__nobase_strip = \
 
473
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
474
am__nobase_list = $(am__nobase_strip_setup); \
 
475
  for p in $$list; do echo "$$p $$p"; done | \
 
476
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
477
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
478
    if (++n[$$2] == $(am__install_max)) \
 
479
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
480
    END { for (dir in files) print dir, files[dir] }'
 
481
am__base_list = \
 
482
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
483
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
502
484
am__installdirs = "$(DESTDIR)$(avrdir)"
503
 
avrLIBRARIES_INSTALL = $(INSTALL_DATA)
504
485
LIBRARIES = $(avr_LIBRARIES)
505
486
ARFLAGS = cru
506
487
libc_a_AR = $(AR) $(ARFLAGS)
539
520
@HAS_avrxmega6_TRUE@    strncpy_P.$(OBJEXT) strnlen_P.$(OBJEXT) \
540
521
@HAS_avrxmega6_TRUE@    strpbrk_P.$(OBJEXT) strrchr_P.$(OBJEXT) \
541
522
@HAS_avrxmega6_TRUE@    strsep_P.$(OBJEXT) strspn_P.$(OBJEXT) \
542
 
@HAS_avrxmega6_TRUE@    strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT)
 
523
@HAS_avrxmega6_TRUE@    strstr_P.$(OBJEXT) strtok_rP.$(OBJEXT) \
 
524
@HAS_avrxmega6_TRUE@    memcpy_PF.$(OBJEXT) \
 
525
@HAS_avrxmega6_TRUE@    strcasecmp_PF.$(OBJEXT) \
 
526
@HAS_avrxmega6_TRUE@    strcat_PF.$(OBJEXT) strcmp_PF.$(OBJEXT) \
 
527
@HAS_avrxmega6_TRUE@    strcpy_PF.$(OBJEXT) strlcat_PF.$(OBJEXT) \
 
528
@HAS_avrxmega6_TRUE@    strlcpy_PF.$(OBJEXT) strlen_PF.$(OBJEXT) \
 
529
@HAS_avrxmega6_TRUE@    strncasecmp_PF.$(OBJEXT) \
 
530
@HAS_avrxmega6_TRUE@    strncat_PF.$(OBJEXT) strncmp_PF.$(OBJEXT) \
 
531
@HAS_avrxmega6_TRUE@    strncpy_PF.$(OBJEXT) strnlen_PF.$(OBJEXT) \
 
532
@HAS_avrxmega6_TRUE@    strstr_PF.$(OBJEXT) memcmp_PF.$(OBJEXT)
543
533
@HAS_avrxmega6_TRUE@am__objects_5 = strdup.$(OBJEXT) strtok.$(OBJEXT)
544
534
@HAS_avrxmega6_TRUE@am__objects_6 = ffs.$(OBJEXT) ffsl.$(OBJEXT) \
545
535
@HAS_avrxmega6_TRUE@    ffsll.$(OBJEXT) memccpy.$(OBJEXT) \
655
645
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
656
646
depcomp = $(SHELL) $(top_srcdir)/depcomp
657
647
am__depfiles_maybe = depfiles
 
648
am__mv = mv -f
658
649
CPPASCOMPILE = $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
659
650
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS)
660
651
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
676
667
        ps-recursive uninstall-recursive
677
668
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
678
669
  distclean-recursive maintainer-clean-recursive
 
670
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
671
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
672
        distdir
679
673
ETAGS = etags
680
674
CTAGS = ctags
681
675
DIST_SUBDIRS = $(SUBDIRS)
682
676
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
683
 
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
 
677
am__relativize = \
 
678
  dir0=`pwd`; \
 
679
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
680
  sed_rest='s,^[^/]*/*,,'; \
 
681
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
682
  sed_butlast='s,/*[^/]*$$,,'; \
 
683
  while test -n "$$dir1"; do \
 
684
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
685
    if test "$$first" != "."; then \
 
686
      if test "$$first" = ".."; then \
 
687
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
688
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
689
      else \
 
690
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
691
        if test "$$first2" = "$$first"; then \
 
692
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
693
        else \
 
694
          dir2="../$$dir2"; \
 
695
        fi; \
 
696
        dir0="$$dir0"/"$$first"; \
 
697
      fi; \
 
698
    fi; \
 
699
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
700
  done; \
 
701
  reldir="$$dir2"
 
702
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
684
703
ACLOCAL = @ACLOCAL@
685
704
AMTAR = @AMTAR@
686
705
AR = @AR@
713
732
ECHO_T = @ECHO_T@
714
733
EXEEXT = @EXEEXT@
715
734
FNO_JUMP_TABLES = @FNO_JUMP_TABLES@
 
735
HAS_DELAY_CYCLES = @HAS_DELAY_CYCLES@
716
736
INSTALL = @INSTALL@
717
737
INSTALL_DATA = @INSTALL_DATA@
718
738
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
734
754
PACKAGE_NAME = @PACKAGE_NAME@
735
755
PACKAGE_STRING = @PACKAGE_STRING@
736
756
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
757
PACKAGE_URL = @PACKAGE_URL@
737
758
PACKAGE_VERSION = @PACKAGE_VERSION@
738
759
PATH_SEPARATOR = @PATH_SEPARATOR@
739
760
PNGTOPNM = @PNGTOPNM@
792
813
srcdir = @srcdir@
793
814
sysconfdir = @sysconfdir@
794
815
target_alias = @target_alias@
 
816
top_build_prefix = @top_build_prefix@
795
817
top_builddir = @top_builddir@
796
818
top_srcdir = @top_srcdir@
797
819
SUBDIRS = atxmega128a3 atxmega128d3 atxmega192a3 atxmega192d3 atxmega256a3 atxmega256a3b atxmega256d3
798
820
AVR_TARGET = avrxmega6
799
 
AVR_TARGET_CRT = crtx256d3.o
800
821
AVR_TARGET_DEFS = -D__COMPILING_AVR_LIBC__
801
822
AVR_TARGET_CFLAGS = -Os $(FNO_JUMP_TABLES)
802
823
AVR_TARGET_ASFLAGS = 
805
826
@HAS_avrxmega6_TRUE@    $(am__append_3) $(am__append_4) \
806
827
@HAS_avrxmega6_TRUE@    $(am__append_5) $(am__append_6) \
807
828
@HAS_avrxmega6_TRUE@    $(am__append_7)
808
 
@HAS_avrxmega6_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include
 
829
@HAS_avrxmega6_TRUE@AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/include -I$(top_builddir)/include
809
830
@HAS_avrxmega6_TRUE@AVRLIB_CFLAGS = -g -Wall -W -Wstrict-prototypes -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_CFLAGS)
810
831
@HAS_avrxmega6_TRUE@AVRLIB_ASFLAGS = -x assembler-with-cpp -Wa,-gstabs -mmcu=$(AVR_TARGET) $(AVR_TARGET_DEFS) $(AVR_TARGET_ASFLAGS)
811
832
@HAS_avrxmega6_TRUE@AM_CFLAGS = $(AVRLIB_CFLAGS)
902
923
@HAS_avrxmega6_TRUE@    strsep_P.S \
903
924
@HAS_avrxmega6_TRUE@    strspn_P.S \
904
925
@HAS_avrxmega6_TRUE@    strstr_P.S \
905
 
@HAS_avrxmega6_TRUE@    strtok_rP.S
 
926
@HAS_avrxmega6_TRUE@    strtok_rP.S \
 
927
@HAS_avrxmega6_TRUE@    memcpy_PF.S \
 
928
@HAS_avrxmega6_TRUE@    strcasecmp_PF.S \
 
929
@HAS_avrxmega6_TRUE@    strcat_PF.S \
 
930
@HAS_avrxmega6_TRUE@    strcmp_PF.S \
 
931
@HAS_avrxmega6_TRUE@    strcpy_PF.S \
 
932
@HAS_avrxmega6_TRUE@    strlcat_PF.S \
 
933
@HAS_avrxmega6_TRUE@    strlcpy_PF.S \
 
934
@HAS_avrxmega6_TRUE@    strlen_PF.S \
 
935
@HAS_avrxmega6_TRUE@    strncasecmp_PF.S \
 
936
@HAS_avrxmega6_TRUE@    strncat_PF.S \
 
937
@HAS_avrxmega6_TRUE@    strncmp_PF.S \
 
938
@HAS_avrxmega6_TRUE@    strncpy_PF.S \
 
939
@HAS_avrxmega6_TRUE@    strnlen_PF.S \
 
940
@HAS_avrxmega6_TRUE@    strstr_PF.S \
 
941
@HAS_avrxmega6_TRUE@    memcmp_PF.S
906
942
 
907
943
@HAS_avrxmega6_TRUE@string_a_c_sources = \
908
944
@HAS_avrxmega6_TRUE@    strdup.c \
1062
1098
@HAS_avrxmega6_TRUE@nodist_libscanf_flt_a_SOURCES = 
1063
1099
@HAS_avrxmega6_TRUE@libscanf_flt_a_LIBADD = vfscanf_flt.o
1064
1100
 
1065
 
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump),
 
1101
# vfprintf is compiled best with -Os -fno-jump-tables (-mno-tablejump), 
1066
1102
# this gives the smallest code.
1067
1103
@HAS_avrxmega6_TRUE@PRINTF_CFLAGS = -Os $(FNO_JUMP_TABLES)
1068
1104
@HAS_avrxmega6_TRUE@libm_a_c_sources = 
1175
1211
 
1176
1212
.SUFFIXES:
1177
1213
.SUFFIXES: .S .c .o .obj
1178
 
$(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)
 
1214
$(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)
1179
1215
        @for dep in $?; do \
1180
1216
          case '$(am__configure_deps)' in \
1181
1217
            *$$dep*) \
1182
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1183
 
                && exit 0; \
 
1218
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
1219
                && { if test -f $@; then exit 0; else break; fi; }; \
1184
1220
              exit 1;; \
1185
1221
          esac; \
1186
1222
        done; \
1187
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  avr/lib/avrxmega6/Makefile'; \
1188
 
        cd $(top_srcdir) && \
1189
 
          $(AUTOMAKE) --foreign  avr/lib/avrxmega6/Makefile
 
1223
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign avr/lib/avrxmega6/Makefile'; \
 
1224
        $(am__cd) $(top_srcdir) && \
 
1225
          $(AUTOMAKE) --foreign avr/lib/avrxmega6/Makefile
1190
1226
.PRECIOUS: Makefile
1191
1227
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1192
1228
        @case '$?' in \
1204
1240
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1205
1241
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1206
1242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1243
$(am__aclocal_m4_deps):
1207
1244
install-avrLIBRARIES: $(avr_LIBRARIES)
1208
1245
        @$(NORMAL_INSTALL)
1209
1246
        test -z "$(avrdir)" || $(MKDIR_P) "$(DESTDIR)$(avrdir)"
1210
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1247
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1248
        list2=; for p in $$list; do \
1211
1249
          if test -f $$p; then \
1212
 
            f=$(am__strip_dir) \
1213
 
            echo " $(avrLIBRARIES_INSTALL) '$$p' '$(DESTDIR)$(avrdir)/$$f'"; \
1214
 
            $(avrLIBRARIES_INSTALL) "$$p" "$(DESTDIR)$(avrdir)/$$f"; \
 
1250
            list2="$$list2 $$p"; \
1215
1251
          else :; fi; \
1216
 
        done
 
1252
        done; \
 
1253
        test -z "$$list2" || { \
 
1254
          echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(avrdir)'"; \
 
1255
          $(INSTALL_DATA) $$list2 "$(DESTDIR)$(avrdir)" || exit $$?; }
1217
1256
        @$(POST_INSTALL)
1218
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
 
1257
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1258
        for p in $$list; do \
1219
1259
          if test -f $$p; then \
1220
 
            p=$(am__strip_dir) \
1221
 
            echo " $(RANLIB) '$(DESTDIR)$(avrdir)/$$p'"; \
1222
 
            $(RANLIB) "$(DESTDIR)$(avrdir)/$$p"; \
 
1260
            $(am__strip_dir) \
 
1261
            echo " ( cd '$(DESTDIR)$(avrdir)' && $(RANLIB) $$f )"; \
 
1262
            ( cd "$(DESTDIR)$(avrdir)" && $(RANLIB) $$f ) || exit $$?; \
1223
1263
          else :; fi; \
1224
1264
        done
1225
1265
 
1226
1266
uninstall-avrLIBRARIES:
1227
1267
        @$(NORMAL_UNINSTALL)
1228
 
        @list='$(avr_LIBRARIES)'; for p in $$list; do \
1229
 
          p=$(am__strip_dir) \
1230
 
          echo " rm -f '$(DESTDIR)$(avrdir)/$$p'"; \
1231
 
          rm -f "$(DESTDIR)$(avrdir)/$$p"; \
1232
 
        done
 
1268
        @list='$(avr_LIBRARIES)'; test -n "$(avrdir)" || list=; \
 
1269
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1270
        test -n "$$files" || exit 0; \
 
1271
        echo " ( cd '$(DESTDIR)$(avrdir)' && rm -f "$$files" )"; \
 
1272
        cd "$(DESTDIR)$(avrdir)" && rm -f $$files
1233
1273
 
1234
1274
clean-avrLIBRARIES:
1235
1275
        -test -z "$(avr_LIBRARIES)" || rm -f $(avr_LIBRARIES)
1381
1421
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memchr_P.Po@am__quote@
1382
1422
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp.Po@am__quote@
1383
1423
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_P.Po@am__quote@
 
1424
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcmp_PF.Po@am__quote@
1384
1425
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy.Po@am__quote@
1385
1426
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_P.Po@am__quote@
 
1427
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memcpy_PF.Po@am__quote@
1386
1428
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem.Po@am__quote@
1387
1429
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmem_P.Po@am__quote@
1388
1430
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memmove.Po@am__quote@
1423
1465
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sscanf_p.Po@am__quote@
1424
1466
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@
1425
1467
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_P.Po@am__quote@
 
1468
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp_PF.Po@am__quote@
1426
1469
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr.Po@am__quote@
1427
1470
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasestr_P.Po@am__quote@
1428
1471
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat.Po@am__quote@
1429
1472
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_P.Po@am__quote@
 
1473
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcat_PF.Po@am__quote@
1430
1474
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr.Po@am__quote@
1431
1475
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchr_P.Po@am__quote@
1432
1476
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul.Po@am__quote@
1433
1477
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strchrnul_P.Po@am__quote@
1434
1478
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp.Po@am__quote@
1435
1479
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_P.Po@am__quote@
 
1480
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcmp_PF.Po@am__quote@
1436
1481
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy.Po@am__quote@
1437
1482
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_P.Po@am__quote@
 
1483
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcpy_PF.Po@am__quote@
1438
1484
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn.Po@am__quote@
1439
1485
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcspn_P.Po@am__quote@
1440
1486
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@
1441
1487
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
1442
1488
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_P.Po@am__quote@
 
1489
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat_PF.Po@am__quote@
1443
1490
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
1444
1491
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_P.Po@am__quote@
 
1492
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy_PF.Po@am__quote@
1445
1493
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen.Po@am__quote@
1446
1494
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_P.Po@am__quote@
 
1495
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlen_PF.Po@am__quote@
1447
1496
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlwr.Po@am__quote@
1448
1497
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp.Po@am__quote@
1449
1498
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_P.Po@am__quote@
 
1499
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncasecmp_PF.Po@am__quote@
1450
1500
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat.Po@am__quote@
1451
1501
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_P.Po@am__quote@
 
1502
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncat_PF.Po@am__quote@
1452
1503
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp.Po@am__quote@
1453
1504
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_P.Po@am__quote@
 
1505
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncmp_PF.Po@am__quote@
1454
1506
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy.Po@am__quote@
1455
1507
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_P.Po@am__quote@
 
1508
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strncpy_PF.Po@am__quote@
1456
1509
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen.Po@am__quote@
1457
1510
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_P.Po@am__quote@
 
1511
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strnlen_PF.Po@am__quote@
1458
1512
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk.Po@am__quote@
1459
1513
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strpbrk_P.Po@am__quote@
1460
1514
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strrchr.Po@am__quote@
1466
1520
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strspn_P.Po@am__quote@
1467
1521
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr.Po@am__quote@
1468
1522
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_P.Po@am__quote@
 
1523
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strstr_PF.Po@am__quote@
1469
1524
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtod.Po@am__quote@
1470
1525
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok.Po@am__quote@
1471
1526
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strtok_P.Po@am__quote@
1496
1551
 
1497
1552
.S.o:
1498
1553
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1499
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1554
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1500
1555
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1501
1556
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1502
1557
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ $<
1503
1558
 
1504
1559
.S.obj:
1505
1560
@am__fastdepCCAS_TRUE@  $(CPPASCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1506
 
@am__fastdepCCAS_TRUE@  mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1561
@am__fastdepCCAS_TRUE@  $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1507
1562
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1508
1563
@AMDEP_TRUE@@am__fastdepCCAS_FALSE@     DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1509
1564
@am__fastdepCCAS_FALSE@ $(CPPASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1510
1565
 
1511
1566
.c.o:
1512
1567
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1513
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1568
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1514
1569
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1515
1570
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1516
1571
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
1517
1572
 
1518
1573
.c.obj:
1519
1574
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1520
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
1575
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1521
1576
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1522
1577
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1523
1578
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1529
1584
#     (which will cause the Makefiles to be regenerated when you run `make');
1530
1585
# (2) otherwise, pass the desired values on the `make' command line.
1531
1586
$(RECURSIVE_TARGETS):
1532
 
        @failcom='exit 1'; \
 
1587
        @fail= failcom='exit 1'; \
1533
1588
        for f in x $$MAKEFLAGS; do \
1534
1589
          case $$f in \
1535
1590
            *=* | --[!k]*);; \
1546
1601
          else \
1547
1602
            local_target="$$target"; \
1548
1603
          fi; \
1549
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1604
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1550
1605
          || eval $$failcom; \
1551
1606
        done; \
1552
1607
        if test "$$dot_seen" = "no"; then \
1554
1609
        fi; test -z "$$fail"
1555
1610
 
1556
1611
$(RECURSIVE_CLEAN_TARGETS):
1557
 
        @failcom='exit 1'; \
 
1612
        @fail= failcom='exit 1'; \
1558
1613
        for f in x $$MAKEFLAGS; do \
1559
1614
          case $$f in \
1560
1615
            *=* | --[!k]*);; \
1580
1635
          else \
1581
1636
            local_target="$$target"; \
1582
1637
          fi; \
1583
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1638
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1584
1639
          || eval $$failcom; \
1585
1640
        done && test -z "$$fail"
1586
1641
tags-recursive:
1587
1642
        list='$(SUBDIRS)'; for subdir in $$list; do \
1588
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
1643
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1589
1644
        done
1590
1645
ctags-recursive:
1591
1646
        list='$(SUBDIRS)'; for subdir in $$list; do \
1592
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
1647
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1593
1648
        done
1594
1649
 
1595
1650
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
1597
1652
        unique=`for i in $$list; do \
1598
1653
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1599
1654
          done | \
1600
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1655
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1601
1656
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1602
1657
        mkid -fID $$unique
1603
1658
tags: TAGS
1604
1659
 
1605
1660
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1606
1661
                $(TAGS_FILES) $(LISP)
1607
 
        tags=; \
 
1662
        set x; \
1608
1663
        here=`pwd`; \
1609
1664
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1610
1665
          include_option=--etags-include; \
1616
1671
        list='$(SUBDIRS)'; for subdir in $$list; do \
1617
1672
          if test "$$subdir" = .; then :; else \
1618
1673
            test ! -f $$subdir/TAGS || \
1619
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
1674
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1620
1675
          fi; \
1621
1676
        done; \
1622
1677
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1625
1680
          done | \
1626
1681
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1627
1682
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1628
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
1683
        shift; \
 
1684
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1629
1685
          test -n "$$unique" || unique=$$empty_fix; \
1630
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1631
 
            $$tags $$unique; \
 
1686
          if test $$# -gt 0; then \
 
1687
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1688
              "$$@" $$unique; \
 
1689
          else \
 
1690
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1691
              $$unique; \
 
1692
          fi; \
1632
1693
        fi
1633
1694
ctags: CTAGS
1634
1695
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1635
1696
                $(TAGS_FILES) $(LISP)
1636
 
        tags=; \
1637
1697
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1638
1698
        unique=`for i in $$list; do \
1639
1699
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1640
1700
          done | \
1641
1701
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1642
1702
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1643
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
1703
        test -z "$(CTAGS_ARGS)$$unique" \
1644
1704
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1645
 
             $$tags $$unique
 
1705
             $$unique
1646
1706
 
1647
1707
GTAGS:
1648
1708
        here=`$(am__cd) $(top_builddir) && pwd` \
1649
 
          && cd $(top_srcdir) \
1650
 
          && gtags -i $(GTAGS_ARGS) $$here
 
1709
          && $(am__cd) $(top_srcdir) \
 
1710
          && gtags -i $(GTAGS_ARGS) "$$here"
1651
1711
 
1652
1712
distclean-tags:
1653
1713
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1668
1728
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1669
1729
          if test -d $$d/$$file; then \
1670
1730
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1731
            if test -d "$(distdir)/$$file"; then \
 
1732
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1733
            fi; \
1671
1734
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1672
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
1735
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1736
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1673
1737
            fi; \
1674
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
1738
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1675
1739
          else \
1676
 
            test -f $(distdir)/$$file \
1677
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
1740
            test -f "$(distdir)/$$file" \
 
1741
            || cp -p $$d/$$file "$(distdir)/$$file" \
1678
1742
            || exit 1; \
1679
1743
          fi; \
1680
1744
        done
1681
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1745
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1682
1746
          if test "$$subdir" = .; then :; else \
1683
1747
            test -d "$(distdir)/$$subdir" \
1684
1748
            || $(MKDIR_P) "$(distdir)/$$subdir" \
1685
1749
            || exit 1; \
1686
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
1687
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1688
 
            (cd $$subdir && \
 
1750
          fi; \
 
1751
        done
 
1752
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1753
          if test "$$subdir" = .; then :; else \
 
1754
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1755
            $(am__relativize); \
 
1756
            new_distdir=$$reldir; \
 
1757
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1758
            $(am__relativize); \
 
1759
            new_top_distdir=$$reldir; \
 
1760
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1761
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1762
            ($(am__cd) $$subdir && \
1689
1763
              $(MAKE) $(AM_MAKEFLAGS) \
1690
 
                top_distdir="$$top_distdir" \
1691
 
                distdir="$$distdir/$$subdir" \
 
1764
                top_distdir="$$new_top_distdir" \
 
1765
                distdir="$$new_distdir" \
1692
1766
                am__remove_distdir=: \
1693
1767
                am__skip_length_check=: \
 
1768
                am__skip_mode_fix=: \
1694
1769
                distdir) \
1695
1770
              || exit 1; \
1696
1771
          fi; \
1723
1798
 
1724
1799
distclean-generic:
1725
1800
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1801
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1726
1802
 
1727
1803
maintainer-clean-generic:
1728
1804
        @echo "This command is intended for maintainers to use"
1743
1819
 
1744
1820
html: html-recursive
1745
1821
 
 
1822
html-am:
 
1823
 
1746
1824
info: info-recursive
1747
1825
 
1748
1826
info-am:
1751
1829
 
1752
1830
install-dvi: install-dvi-recursive
1753
1831
 
 
1832
install-dvi-am:
 
1833
 
1754
1834
install-exec-am:
1755
1835
 
1756
1836
install-html: install-html-recursive
1757
1837
 
 
1838
install-html-am:
 
1839
 
1758
1840
install-info: install-info-recursive
1759
1841
 
 
1842
install-info-am:
 
1843
 
1760
1844
install-man:
1761
1845
 
1762
1846
install-pdf: install-pdf-recursive
1763
1847
 
 
1848
install-pdf-am:
 
1849
 
1764
1850
install-ps: install-ps-recursive
1765
1851
 
 
1852
install-ps-am:
 
1853
 
1766
1854
installcheck-am:
1767
1855
 
1768
1856
maintainer-clean: maintainer-clean-recursive
1784
1872
 
1785
1873
uninstall-am: uninstall-avrLIBRARIES
1786
1874
 
1787
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1788
 
        install-strip
 
1875
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
1876
        install-am install-strip tags-recursive
1789
1877
 
1790
1878
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1791
1879
        all all-am check check-am clean clean-avrLIBRARIES \
1865
1953
 
1866
1954
# vim: set ft=make:
1867
1955
 
1868
 
# NOTE: Automake will be performing the following include, not GNU Make.
1869
 
# Automake will also be scanning the included file.
1870
 
 
1871
1956
@HAS_avrxmega6_FALSE@echo all distdir install installdirs clean distclean uninstall check:
 
1957
 
1872
1958
# Tell versions [3.59,3.63) of GNU make to not export all variables.
1873
1959
# Otherwise a system limit (for SysV at least) may be exceeded.
1874
1960
.NOEXPORT: