~ubuntu-branches/ubuntu/gutsy/avr-libc/gutsy

« back to all changes in this revision

Viewing changes to common/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Hakan Ardo
  • Date: 2006-05-01 12:03:39 UTC
  • mto: (3.1.1 edgy)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060501120339-q93dxulpunby36dj
Tags: upstream-1.4.4
ImportĀ upstreamĀ versionĀ 1.4.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.4 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# Copyright (c) 2004,  Theodore A. Roth
 
18
# All rights reserved.
 
19
#
 
20
# Redistribution and use in source and binary forms, with or without
 
21
# modification, are permitted provided that the following conditions are met:
 
22
#
 
23
# * Redistributions of source code must retain the above copyright
 
24
#   notice, this list of conditions and the following disclaimer.
 
25
# * Redistributions in binary form must reproduce the above copyright
 
26
#   notice, this list of conditions and the following disclaimer in
 
27
#   the documentation and/or other materials provided with the
 
28
#   distribution.
 
29
# * Neither the name of the copyright holders nor the names of
 
30
#   contributors may be used to endorse or promote products derived
 
31
#   from this software without specific prior written permission.
 
32
#
 
33
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
34
# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
35
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
36
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
37
# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
38
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
39
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
40
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
41
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
42
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
43
# POSSIBILITY OF SUCH DAMAGE.
 
44
#
 
45
# $Id: Makefile.am,v 1.2 2005/08/11 20:55:20 joerg_wunsch Exp $
 
46
#
 
47
srcdir = @srcdir@
 
48
top_srcdir = @top_srcdir@
 
49
VPATH = @srcdir@
 
50
pkgdatadir = $(datadir)/@PACKAGE@
 
51
pkglibdir = $(libdir)/@PACKAGE@
 
52
pkgincludedir = $(includedir)/@PACKAGE@
 
53
top_builddir = ..
 
54
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
55
INSTALL = @INSTALL@
 
56
install_sh_DATA = $(install_sh) -c -m 644
 
57
install_sh_PROGRAM = $(install_sh) -c
 
58
install_sh_SCRIPT = $(install_sh) -c
 
59
INSTALL_HEADER = $(INSTALL_DATA)
 
60
transform = $(program_transform_name)
 
61
NORMAL_INSTALL = :
 
62
PRE_INSTALL = :
 
63
POST_INSTALL = :
 
64
NORMAL_UNINSTALL = :
 
65
PRE_UNINSTALL = :
 
66
POST_UNINSTALL = :
 
67
build_triplet = @build@
 
68
host_triplet = @host@
 
69
subdir = common
 
70
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
71
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
72
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
73
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
74
        $(ACLOCAL_M4)
 
75
mkinstalldirs = $(install_sh) -d
 
76
CONFIG_HEADER = $(top_builddir)/config.h
 
77
CONFIG_CLEAN_FILES =
 
78
SOURCES =
 
79
DIST_SOURCES =
 
80
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
81
ACLOCAL = @ACLOCAL@
 
82
AMDEP_FALSE = @AMDEP_FALSE@
 
83
AMDEP_TRUE = @AMDEP_TRUE@
 
84
AMTAR = @AMTAR@
 
85
AR = @AR@
 
86
AS = @AS@
 
87
AUTOCONF = @AUTOCONF@
 
88
AUTOHEADER = @AUTOHEADER@
 
89
AUTOMAKE = @AUTOMAKE@
 
90
AVR_LIBC_MAJOR = @AVR_LIBC_MAJOR@
 
91
AVR_LIBC_MINOR = @AVR_LIBC_MINOR@
 
92
AVR_LIBC_RELDATE = @AVR_LIBC_RELDATE@
 
93
AVR_LIBC_REVISION = @AVR_LIBC_REVISION@
 
94
AVR_LIBC_USER_MANUAL = @AVR_LIBC_USER_MANUAL@
 
95
AVR_LIBC_VERSION = @AVR_LIBC_VERSION@
 
96
AVR_LIBC_VERSION_NUMERIC = @AVR_LIBC_VERSION_NUMERIC@
 
97
AWK = @AWK@
 
98
CC = @CC@
 
99
CCAS = @CCAS@
 
100
CCASFLAGS = @CCASFLAGS@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DOCSDIR = @DOCSDIR@
 
108
DOC_INST_DIR = @DOC_INST_DIR@
 
109
ECHO_C = @ECHO_C@
 
110
ECHO_N = @ECHO_N@
 
111
ECHO_T = @ECHO_T@
 
112
EXEEXT = @EXEEXT@
 
113
HAS_at43usb320_FALSE = @HAS_at43usb320_FALSE@
 
114
HAS_at43usb320_TRUE = @HAS_at43usb320_TRUE@
 
115
HAS_at43usb355_FALSE = @HAS_at43usb355_FALSE@
 
116
HAS_at43usb355_TRUE = @HAS_at43usb355_TRUE@
 
117
HAS_at76c711_FALSE = @HAS_at76c711_FALSE@
 
118
HAS_at76c711_TRUE = @HAS_at76c711_TRUE@
 
119
HAS_at86rf401_FALSE = @HAS_at86rf401_FALSE@
 
120
HAS_at86rf401_TRUE = @HAS_at86rf401_TRUE@
 
121
HAS_at90c8534_FALSE = @HAS_at90c8534_FALSE@
 
122
HAS_at90c8534_TRUE = @HAS_at90c8534_TRUE@
 
123
HAS_at90can128_FALSE = @HAS_at90can128_FALSE@
 
124
HAS_at90can128_TRUE = @HAS_at90can128_TRUE@
 
125
HAS_at90can32_FALSE = @HAS_at90can32_FALSE@
 
126
HAS_at90can32_TRUE = @HAS_at90can32_TRUE@
 
127
HAS_at90can64_FALSE = @HAS_at90can64_FALSE@
 
128
HAS_at90can64_TRUE = @HAS_at90can64_TRUE@
 
129
HAS_at90pwm2_FALSE = @HAS_at90pwm2_FALSE@
 
130
HAS_at90pwm2_TRUE = @HAS_at90pwm2_TRUE@
 
131
HAS_at90pwm3_FALSE = @HAS_at90pwm3_FALSE@
 
132
HAS_at90pwm3_TRUE = @HAS_at90pwm3_TRUE@
 
133
HAS_at90s1200_FALSE = @HAS_at90s1200_FALSE@
 
134
HAS_at90s1200_TRUE = @HAS_at90s1200_TRUE@
 
135
HAS_at90s2313_FALSE = @HAS_at90s2313_FALSE@
 
136
HAS_at90s2313_TRUE = @HAS_at90s2313_TRUE@
 
137
HAS_at90s2323_FALSE = @HAS_at90s2323_FALSE@
 
138
HAS_at90s2323_TRUE = @HAS_at90s2323_TRUE@
 
139
HAS_at90s2333_FALSE = @HAS_at90s2333_FALSE@
 
140
HAS_at90s2333_TRUE = @HAS_at90s2333_TRUE@
 
141
HAS_at90s2343_FALSE = @HAS_at90s2343_FALSE@
 
142
HAS_at90s2343_TRUE = @HAS_at90s2343_TRUE@
 
143
HAS_at90s4414_FALSE = @HAS_at90s4414_FALSE@
 
144
HAS_at90s4414_TRUE = @HAS_at90s4414_TRUE@
 
145
HAS_at90s4433_FALSE = @HAS_at90s4433_FALSE@
 
146
HAS_at90s4433_TRUE = @HAS_at90s4433_TRUE@
 
147
HAS_at90s4434_FALSE = @HAS_at90s4434_FALSE@
 
148
HAS_at90s4434_TRUE = @HAS_at90s4434_TRUE@
 
149
HAS_at90s8515_FALSE = @HAS_at90s8515_FALSE@
 
150
HAS_at90s8515_TRUE = @HAS_at90s8515_TRUE@
 
151
HAS_at90s8535_FALSE = @HAS_at90s8535_FALSE@
 
152
HAS_at90s8535_TRUE = @HAS_at90s8535_TRUE@
 
153
HAS_at90usb1286_FALSE = @HAS_at90usb1286_FALSE@
 
154
HAS_at90usb1286_TRUE = @HAS_at90usb1286_TRUE@
 
155
HAS_at90usb1287_FALSE = @HAS_at90usb1287_FALSE@
 
156
HAS_at90usb1287_TRUE = @HAS_at90usb1287_TRUE@
 
157
HAS_at90usb646_FALSE = @HAS_at90usb646_FALSE@
 
158
HAS_at90usb646_TRUE = @HAS_at90usb646_TRUE@
 
159
HAS_at90usb647_FALSE = @HAS_at90usb647_FALSE@
 
160
HAS_at90usb647_TRUE = @HAS_at90usb647_TRUE@
 
161
HAS_at94k_FALSE = @HAS_at94k_FALSE@
 
162
HAS_at94k_TRUE = @HAS_at94k_TRUE@
 
163
HAS_atmega103_FALSE = @HAS_atmega103_FALSE@
 
164
HAS_atmega103_TRUE = @HAS_atmega103_TRUE@
 
165
HAS_atmega1280_FALSE = @HAS_atmega1280_FALSE@
 
166
HAS_atmega1280_TRUE = @HAS_atmega1280_TRUE@
 
167
HAS_atmega1281_FALSE = @HAS_atmega1281_FALSE@
 
168
HAS_atmega1281_TRUE = @HAS_atmega1281_TRUE@
 
169
HAS_atmega128_FALSE = @HAS_atmega128_FALSE@
 
170
HAS_atmega128_TRUE = @HAS_atmega128_TRUE@
 
171
HAS_atmega161_FALSE = @HAS_atmega161_FALSE@
 
172
HAS_atmega161_TRUE = @HAS_atmega161_TRUE@
 
173
HAS_atmega162_FALSE = @HAS_atmega162_FALSE@
 
174
HAS_atmega162_TRUE = @HAS_atmega162_TRUE@
 
175
HAS_atmega163_FALSE = @HAS_atmega163_FALSE@
 
176
HAS_atmega163_TRUE = @HAS_atmega163_TRUE@
 
177
HAS_atmega164p_FALSE = @HAS_atmega164p_FALSE@
 
178
HAS_atmega164p_TRUE = @HAS_atmega164p_TRUE@
 
179
HAS_atmega165_FALSE = @HAS_atmega165_FALSE@
 
180
HAS_atmega165_TRUE = @HAS_atmega165_TRUE@
 
181
HAS_atmega168_FALSE = @HAS_atmega168_FALSE@
 
182
HAS_atmega168_TRUE = @HAS_atmega168_TRUE@
 
183
HAS_atmega169_FALSE = @HAS_atmega169_FALSE@
 
184
HAS_atmega169_TRUE = @HAS_atmega169_TRUE@
 
185
HAS_atmega16_FALSE = @HAS_atmega16_FALSE@
 
186
HAS_atmega16_TRUE = @HAS_atmega16_TRUE@
 
187
HAS_atmega323_FALSE = @HAS_atmega323_FALSE@
 
188
HAS_atmega323_TRUE = @HAS_atmega323_TRUE@
 
189
HAS_atmega324p_FALSE = @HAS_atmega324p_FALSE@
 
190
HAS_atmega324p_TRUE = @HAS_atmega324p_TRUE@
 
191
HAS_atmega3250_FALSE = @HAS_atmega3250_FALSE@
 
192
HAS_atmega3250_TRUE = @HAS_atmega3250_TRUE@
 
193
HAS_atmega325_FALSE = @HAS_atmega325_FALSE@
 
194
HAS_atmega325_TRUE = @HAS_atmega325_TRUE@
 
195
HAS_atmega3290_FALSE = @HAS_atmega3290_FALSE@
 
196
HAS_atmega3290_TRUE = @HAS_atmega3290_TRUE@
 
197
HAS_atmega329_FALSE = @HAS_atmega329_FALSE@
 
198
HAS_atmega329_TRUE = @HAS_atmega329_TRUE@
 
199
HAS_atmega32_FALSE = @HAS_atmega32_FALSE@
 
200
HAS_atmega32_TRUE = @HAS_atmega32_TRUE@
 
201
HAS_atmega406_FALSE = @HAS_atmega406_FALSE@
 
202
HAS_atmega406_TRUE = @HAS_atmega406_TRUE@
 
203
HAS_atmega48_FALSE = @HAS_atmega48_FALSE@
 
204
HAS_atmega48_TRUE = @HAS_atmega48_TRUE@
 
205
HAS_atmega640_FALSE = @HAS_atmega640_FALSE@
 
206
HAS_atmega640_TRUE = @HAS_atmega640_TRUE@
 
207
HAS_atmega644_FALSE = @HAS_atmega644_FALSE@
 
208
HAS_atmega644_TRUE = @HAS_atmega644_TRUE@
 
209
HAS_atmega644p_FALSE = @HAS_atmega644p_FALSE@
 
210
HAS_atmega644p_TRUE = @HAS_atmega644p_TRUE@
 
211
HAS_atmega6450_FALSE = @HAS_atmega6450_FALSE@
 
212
HAS_atmega6450_TRUE = @HAS_atmega6450_TRUE@
 
213
HAS_atmega645_FALSE = @HAS_atmega645_FALSE@
 
214
HAS_atmega645_TRUE = @HAS_atmega645_TRUE@
 
215
HAS_atmega6490_FALSE = @HAS_atmega6490_FALSE@
 
216
HAS_atmega6490_TRUE = @HAS_atmega6490_TRUE@
 
217
HAS_atmega649_FALSE = @HAS_atmega649_FALSE@
 
218
HAS_atmega649_TRUE = @HAS_atmega649_TRUE@
 
219
HAS_atmega64_FALSE = @HAS_atmega64_FALSE@
 
220
HAS_atmega64_TRUE = @HAS_atmega64_TRUE@
 
221
HAS_atmega8515_FALSE = @HAS_atmega8515_FALSE@
 
222
HAS_atmega8515_TRUE = @HAS_atmega8515_TRUE@
 
223
HAS_atmega8535_FALSE = @HAS_atmega8535_FALSE@
 
224
HAS_atmega8535_TRUE = @HAS_atmega8535_TRUE@
 
225
HAS_atmega88_FALSE = @HAS_atmega88_FALSE@
 
226
HAS_atmega88_TRUE = @HAS_atmega88_TRUE@
 
227
HAS_atmega8_FALSE = @HAS_atmega8_FALSE@
 
228
HAS_atmega8_TRUE = @HAS_atmega8_TRUE@
 
229
HAS_attiny11_FALSE = @HAS_attiny11_FALSE@
 
230
HAS_attiny11_TRUE = @HAS_attiny11_TRUE@
 
231
HAS_attiny12_FALSE = @HAS_attiny12_FALSE@
 
232
HAS_attiny12_TRUE = @HAS_attiny12_TRUE@
 
233
HAS_attiny13_FALSE = @HAS_attiny13_FALSE@
 
234
HAS_attiny13_TRUE = @HAS_attiny13_TRUE@
 
235
HAS_attiny15_FALSE = @HAS_attiny15_FALSE@
 
236
HAS_attiny15_TRUE = @HAS_attiny15_TRUE@
 
237
HAS_attiny22_FALSE = @HAS_attiny22_FALSE@
 
238
HAS_attiny22_TRUE = @HAS_attiny22_TRUE@
 
239
HAS_attiny2313_FALSE = @HAS_attiny2313_FALSE@
 
240
HAS_attiny2313_TRUE = @HAS_attiny2313_TRUE@
 
241
HAS_attiny24_FALSE = @HAS_attiny24_FALSE@
 
242
HAS_attiny24_TRUE = @HAS_attiny24_TRUE@
 
243
HAS_attiny25_FALSE = @HAS_attiny25_FALSE@
 
244
HAS_attiny25_TRUE = @HAS_attiny25_TRUE@
 
245
HAS_attiny261_FALSE = @HAS_attiny261_FALSE@
 
246
HAS_attiny261_TRUE = @HAS_attiny261_TRUE@
 
247
HAS_attiny26_FALSE = @HAS_attiny26_FALSE@
 
248
HAS_attiny26_TRUE = @HAS_attiny26_TRUE@
 
249
HAS_attiny28_FALSE = @HAS_attiny28_FALSE@
 
250
HAS_attiny28_TRUE = @HAS_attiny28_TRUE@
 
251
HAS_attiny44_FALSE = @HAS_attiny44_FALSE@
 
252
HAS_attiny44_TRUE = @HAS_attiny44_TRUE@
 
253
HAS_attiny45_FALSE = @HAS_attiny45_FALSE@
 
254
HAS_attiny45_TRUE = @HAS_attiny45_TRUE@
 
255
HAS_attiny461_FALSE = @HAS_attiny461_FALSE@
 
256
HAS_attiny461_TRUE = @HAS_attiny461_TRUE@
 
257
HAS_attiny84_FALSE = @HAS_attiny84_FALSE@
 
258
HAS_attiny84_TRUE = @HAS_attiny84_TRUE@
 
259
HAS_attiny85_FALSE = @HAS_attiny85_FALSE@
 
260
HAS_attiny85_TRUE = @HAS_attiny85_TRUE@
 
261
HAS_attiny861_FALSE = @HAS_attiny861_FALSE@
 
262
HAS_attiny861_TRUE = @HAS_attiny861_TRUE@
 
263
HAS_avr2_FALSE = @HAS_avr2_FALSE@
 
264
HAS_avr2_TRUE = @HAS_avr2_TRUE@
 
265
HAS_avr3_FALSE = @HAS_avr3_FALSE@
 
266
HAS_avr3_TRUE = @HAS_avr3_TRUE@
 
267
HAS_avr4_FALSE = @HAS_avr4_FALSE@
 
268
HAS_avr4_TRUE = @HAS_avr4_TRUE@
 
269
HAS_avr5_FALSE = @HAS_avr5_FALSE@
 
270
HAS_avr5_TRUE = @HAS_avr5_TRUE@
 
271
INSTALL_DATA = @INSTALL_DATA@
 
272
INSTALL_DOX_HTML = @INSTALL_DOX_HTML@
 
273
INSTALL_DOX_MAN = @INSTALL_DOX_MAN@
 
274
INSTALL_DOX_PDF = @INSTALL_DOX_PDF@
 
275
INSTALL_DOX_PS = @INSTALL_DOX_PS@
 
276
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
277
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
278
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
279
LDFLAGS = @LDFLAGS@
 
280
LIBOBJS = @LIBOBJS@
 
281
LIBS = @LIBS@
 
282
LN_S = @LN_S@
 
283
LTLIBOBJS = @LTLIBOBJS@
 
284
MAKEINFO = @MAKEINFO@
 
285
OBJEXT = @OBJEXT@
 
286
PACKAGE = @PACKAGE@
 
287
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
288
PACKAGE_NAME = @PACKAGE_NAME@
 
289
PACKAGE_STRING = @PACKAGE_STRING@
 
290
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
291
PACKAGE_VERSION = @PACKAGE_VERSION@
 
292
PATH_SEPARATOR = @PATH_SEPARATOR@
 
293
PNGTOPNM = @PNGTOPNM@
 
294
PNMTOPNG = @PNMTOPNG@
 
295
RANLIB = @RANLIB@
 
296
SET_MAKE = @SET_MAKE@
 
297
SHELL = @SHELL@
 
298
STRIP = @STRIP@
 
299
TARGET_DOX_HTML = @TARGET_DOX_HTML@
 
300
TARGET_DOX_PDF = @TARGET_DOX_PDF@
 
301
TARGET_DOX_PS = @TARGET_DOX_PS@
 
302
VERSION = @VERSION@
 
303
ac_ct_AR = @ac_ct_AR@
 
304
ac_ct_AS = @ac_ct_AS@
 
305
ac_ct_CC = @ac_ct_CC@
 
306
ac_ct_RANLIB = @ac_ct_RANLIB@
 
307
ac_ct_STRIP = @ac_ct_STRIP@
 
308
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
309
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
310
am__include = @am__include@
 
311
am__leading_dot = @am__leading_dot@
 
312
am__quote = @am__quote@
 
313
am__tar = @am__tar@
 
314
am__untar = @am__untar@
 
315
bindir = @bindir@
 
316
build = @build@
 
317
build_alias = @build_alias@
 
318
build_cpu = @build_cpu@
 
319
build_os = @build_os@
 
320
build_vendor = @build_vendor@
 
321
datadir = @datadir@
 
322
exec_prefix = @exec_prefix@
 
323
host = @host@
 
324
host_alias = @host_alias@
 
325
host_cpu = @host_cpu@
 
326
host_os = @host_os@
 
327
host_vendor = @host_vendor@
 
328
includedir = @includedir@
 
329
infodir = @infodir@
 
330
install_sh = @install_sh@
 
331
libdir = @libdir@
 
332
libexecdir = @libexecdir@
 
333
localstatedir = @localstatedir@
 
334
mandir = @mandir@
 
335
mkdir_p = @mkdir_p@
 
336
oldincludedir = @oldincludedir@
 
337
prefix = @prefix@
 
338
program_transform_name = @program_transform_name@
 
339
sbindir = @sbindir@
 
340
sharedstatedir = @sharedstatedir@
 
341
sysconfdir = @sysconfdir@
 
342
target_alias = @target_alias@
 
343
EXTRA_DIST = \
 
344
    ctoasm.inc \
 
345
    gasava.inc \
 
346
    macros.inc
 
347
 
 
348
all: all-am
 
349
 
 
350
.SUFFIXES:
 
351
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
352
        @for dep in $?; do \
 
353
          case '$(am__configure_deps)' in \
 
354
            *$$dep*) \
 
355
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
356
                && exit 0; \
 
357
              exit 1;; \
 
358
          esac; \
 
359
        done; \
 
360
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  common/Makefile'; \
 
361
        cd $(top_srcdir) && \
 
362
          $(AUTOMAKE) --foreign  common/Makefile
 
363
.PRECIOUS: Makefile
 
364
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
365
        @case '$?' in \
 
366
          *config.status*) \
 
367
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
368
          *) \
 
369
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
370
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
371
        esac;
 
372
 
 
373
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
374
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
375
 
 
376
$(top_srcdir)/configure:  $(am__configure_deps)
 
377
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
378
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
379
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
380
uninstall-info-am:
 
381
tags: TAGS
 
382
TAGS:
 
383
 
 
384
ctags: CTAGS
 
385
CTAGS:
 
386
 
 
387
 
 
388
distdir: $(DISTFILES)
 
389
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
390
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
391
        list='$(DISTFILES)'; for file in $$list; do \
 
392
          case $$file in \
 
393
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
394
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
395
          esac; \
 
396
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
397
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
398
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
399
            dir="/$$dir"; \
 
400
            $(mkdir_p) "$(distdir)$$dir"; \
 
401
          else \
 
402
            dir=''; \
 
403
          fi; \
 
404
          if test -d $$d/$$file; then \
 
405
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
406
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
407
            fi; \
 
408
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
409
          else \
 
410
            test -f $(distdir)/$$file \
 
411
            || cp -p $$d/$$file $(distdir)/$$file \
 
412
            || exit 1; \
 
413
          fi; \
 
414
        done
 
415
check-am: all-am
 
416
check: check-am
 
417
all-am: Makefile
 
418
installdirs:
 
419
install: install-am
 
420
install-exec: install-exec-am
 
421
install-data: install-data-am
 
422
uninstall: uninstall-am
 
423
 
 
424
install-am: all-am
 
425
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
426
 
 
427
installcheck: installcheck-am
 
428
install-strip:
 
429
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
430
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
431
          `test -z '$(STRIP)' || \
 
432
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
433
mostlyclean-generic:
 
434
 
 
435
clean-generic:
 
436
 
 
437
distclean-generic:
 
438
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
439
 
 
440
maintainer-clean-generic:
 
441
        @echo "This command is intended for maintainers to use"
 
442
        @echo "it deletes files that may require special tools to rebuild."
 
443
clean: clean-am
 
444
 
 
445
clean-am: clean-generic mostlyclean-am
 
446
 
 
447
distclean: distclean-am
 
448
        -rm -f Makefile
 
449
distclean-am: clean-am distclean-generic
 
450
 
 
451
dvi: dvi-am
 
452
 
 
453
dvi-am:
 
454
 
 
455
html: html-am
 
456
 
 
457
info: info-am
 
458
 
 
459
info-am:
 
460
 
 
461
install-data-am:
 
462
 
 
463
install-exec-am:
 
464
 
 
465
install-info: install-info-am
 
466
 
 
467
install-man:
 
468
 
 
469
installcheck-am:
 
470
 
 
471
maintainer-clean: maintainer-clean-am
 
472
        -rm -f Makefile
 
473
maintainer-clean-am: distclean-am maintainer-clean-generic
 
474
 
 
475
mostlyclean: mostlyclean-am
 
476
 
 
477
mostlyclean-am: mostlyclean-generic
 
478
 
 
479
pdf: pdf-am
 
480
 
 
481
pdf-am:
 
482
 
 
483
ps: ps-am
 
484
 
 
485
ps-am:
 
486
 
 
487
uninstall-am: uninstall-info-am
 
488
 
 
489
.PHONY: all all-am check check-am clean clean-generic distclean \
 
490
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
491
        install install-am install-data install-data-am install-exec \
 
492
        install-exec-am install-info install-info-am install-man \
 
493
        install-strip installcheck installcheck-am installdirs \
 
494
        maintainer-clean maintainer-clean-generic mostlyclean \
 
495
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
496
        uninstall-info-am
 
497
 
 
498
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
499
# Otherwise a system limit (for SysV at least) may be exceeded.
 
500
.NOEXPORT: