source: trunk/src/binutils/bfd/Makefile.in@ 11

Last change on this file since 11 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 65.0 KB
Line 
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BFD_HOST_64BIT_LONG = @BFD_HOST_64BIT_LONG@
69BFD_HOST_64_BIT = @BFD_HOST_64_BIT@
70BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@
71BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@
72CATALOGS = @CATALOGS@
73CATOBJEXT = @CATOBJEXT@
74CC = @CC@
75CC_FOR_BUILD = @CC_FOR_BUILD@
76COREFILE = @COREFILE@
77COREFLAG = @COREFLAG@
78CXX = @CXX@
79CXXCPP = @CXXCPP@
80DATADIRNAME = @DATADIRNAME@
81DLLTOOL = @DLLTOOL@
82EXEEXT = @EXEEXT@
83EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
84GCJ = @GCJ@
85GCJFLAGS = @GCJFLAGS@
86GMOFILES = @GMOFILES@
87GMSGFMT = @GMSGFMT@
88GT_NO = @GT_NO@
89GT_YES = @GT_YES@
90HDEFINES = @HDEFINES@
91INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
92INSTOBJEXT = @INSTOBJEXT@
93INTLDEPS = @INTLDEPS@
94INTLLIBS = @INTLLIBS@
95INTLOBJS = @INTLOBJS@
96LIBTOOL = @LIBTOOL@
97LN_S = @LN_S@
98MAINT = @MAINT@
99MAKEINFO = @MAKEINFO@
100MKINSTALLDIRS = @MKINSTALLDIRS@
101MSGFMT = @MSGFMT@
102OBJDUMP = @OBJDUMP@
103OBJEXT = @OBJEXT@
104PACKAGE = @PACKAGE@
105POFILES = @POFILES@
106POSUB = @POSUB@
107RANLIB = @RANLIB@
108STRIP = @STRIP@
109TDEFINES = @TDEFINES@
110USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
111USE_NLS = @USE_NLS@
112VERSION = @VERSION@
113WIN32LDFLAGS = @WIN32LDFLAGS@
114WIN32LIBADD = @WIN32LIBADD@
115all_backends = @all_backends@
116bfd_backends = @bfd_backends@
117bfd_machines = @bfd_machines@
118l = @l@
119tdefaults = @tdefaults@
120wordsize = @wordsize@
121
122AUTOMAKE_OPTIONS = cygnus
123
124INCDIR = $(srcdir)/../include
125CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
126MKDEP = gcc -MM
127
128SUBDIRS = doc po
129
130docdir = doc
131
132lib_LTLIBRARIES = libbfd.la
133
134WARN_CFLAGS = @WARN_CFLAGS@
135AM_CFLAGS = $(WARN_CFLAGS)
136
137# bfd.h goes here, for now
138BFD_H = bfd.h
139
140# Jim Kingdon notes:
141# Writing S-records should be included in all (or at least most)
142# *-*-coff, *-*-aout, etc., configurations, because people will want to
143# be able to use objcopy to create S-records. (S-records are not useful
144# for the debugger, so if you are downloading things as S-records you
145# need two copies of the executable, one to download and one for the
146# debugger).
147BFD_LIBS = \
148 archive.lo archures.lo bfd.lo cache.lo coffgen.lo corefile.lo \
149 format.lo init.lo libbfd.lo opncls.lo reloc.lo \
150 section.lo syms.lo targets.lo hash.lo linker.lo \
151 srec.lo binary.lo tekhex.lo ihex.lo stabs.lo stab-syms.lo \
152 dwarf2.lo
153
154
155BFD_LIBS_CFILES = \
156 archive.c archures.c bfd.c cache.c coffgen.c corefile.c \
157 format.c init.c libbfd.c opncls.c reloc.c \
158 section.c syms.c targets.c hash.c linker.c \
159 srec.c binary.c tekhex.c ihex.c stabs.c stab-syms.c \
160 dwarf2.c
161
162
163# This list is alphabetized to make it easier to keep in sync
164# with the decls and initializer in archures.c.
165ALL_MACHINES = \
166 cpu-a29k.lo \
167 cpu-alpha.lo \
168 cpu-arc.lo \
169 cpu-arm.lo \
170 cpu-avr.lo \
171 cpu-cris.lo \
172 cpu-d10v.lo \
173 cpu-d30v.lo \
174 cpu-fr30.lo \
175 cpu-h8300.lo \
176 cpu-h8500.lo \
177 cpu-hppa.lo \
178 cpu-ia64.lo \
179 cpu-i370.lo \
180 cpu-i386.lo \
181 cpu-i860.lo \
182 cpu-i960.lo \
183 cpu-m32r.lo \
184 cpu-m68hc11.lo \
185 cpu-m68hc12.lo \
186 cpu-m68k.lo \
187 cpu-m88k.lo \
188 cpu-m10200.lo \
189 cpu-m10300.lo \
190 cpu-mcore.lo \
191 cpu-mips.lo \
192 cpu-ns32k.lo \
193 cpu-pj.lo \
194 cpu-powerpc.lo \
195 cpu-rs6000.lo \
196 cpu-sh.lo \
197 cpu-sparc.lo \
198 cpu-tic30.lo \
199 cpu-tic54x.lo \
200 cpu-tic80.lo \
201 cpu-v850.lo \
202 cpu-vax.lo \
203 cpu-we32k.lo \
204 cpu-w65.lo \
205 cpu-z8k.lo
206
207
208ALL_MACHINES_CFILES = \
209 cpu-a29k.c \
210 cpu-alpha.c \
211 cpu-arc.c \
212 cpu-arm.c \
213 cpu-avr.c \
214 cpu-cris.c \
215 cpu-d10v.c \
216 cpu-d30v.c \
217 cpu-fr30.c \
218 cpu-h8300.c \
219 cpu-h8500.c \
220 cpu-hppa.c \
221 cpu-ia64.c \
222 cpu-i370.c \
223 cpu-i386.c \
224 cpu-i860.c \
225 cpu-i960.c \
226 cpu-m32r.c \
227 cpu-m68hc11.c \
228 cpu-m68hc12.c \
229 cpu-m68k.c \
230 cpu-m88k.c \
231 cpu-m10200.c \
232 cpu-m10300.c \
233 cpu-mcore.c \
234 cpu-mips.c \
235 cpu-ns32k.c \
236 cpu-pj.c \
237 cpu-powerpc.c \
238 cpu-rs6000.c \
239 cpu-sh.c \
240 cpu-sparc.c \
241 cpu-tic30.c \
242 cpu-tic54x.c \
243 cpu-tic80.c \
244 cpu-v850.c \
245 cpu-vax.c \
246 cpu-we32k.c \
247 cpu-w65.c \
248 cpu-z8k.c
249
250
251# The .o files needed by all of the 32 bit vectors that are configured into
252# target_vector in targets.c if configured with --enable-targets=all.
253BFD32_BACKENDS = \
254 aout-adobe.lo \
255 aout-arm.lo \
256 aout-cris.lo \
257 aout-ns32k.lo \
258 aout-sparcle.lo \
259 aout-tic30.lo \
260 aout0.lo \
261 aout32.lo \
262 armnetbsd.lo \
263 bout.lo \
264 cf-i386lynx.lo \
265 cf-m68klynx.lo \
266 cf-sparclynx.lo \
267 coff-a29k.lo \
268 coff-apollo.lo \
269 coff-arm.lo \
270 coff-aux.lo \
271 coff-h8300.lo \
272 coff-h8500.lo \
273 coff-i386.lo \
274 coff-go32.lo \
275 coff-i860.lo \
276 coff-i960.lo \
277 coff-m68k.lo \
278 coff-m88k.lo \
279 coff-mips.lo \
280 coff-pmac.lo \
281 coff-rs6000.lo \
282 coff-sh.lo \