If the LMA for a segment is known, use it for matching sections to segments.
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
CommitLineData
252b5132
RH
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5SUBDIRS = po
6
7INCDIR = $(srcdir)/../include
8BFDDIR = $(srcdir)/../bfd
41b49281 9MKDEP = gcc -MM
252b5132 10
a2d91340
AC
11WARN_CFLAGS = @WARN_CFLAGS@
12AM_CFLAGS = $(WARN_CFLAGS)
13
252b5132
RH
14lib_LTLIBRARIES = libopcodes.la
15
16# This is where bfd.h lives.
17BFD_H = ../bfd/bfd.h
18
6c298591
NC
19# This is where libiberty lives.
20LIBIBERTY = ../libiberty/libiberty.a
21
252b5132
RH
22# Header files.
23HFILES = \
24 arm-opc.h \
25 fr30-desc.h fr30-opc.h \
26 h8500-opc.h \
27 m32r-desc.h m32r-opc.h \
28 mcore-opc.h \
87e6d782 29 openrisc-desc.h openrisc-opc.h \
252b5132
RH
30 sh-opc.h \
31 sysdep.h \
800eeca4
JW
32 ia64-asmtab.h \
33 ia64-opc.h \
252b5132
RH
34 w65-opc.h \
35 z8k-opc.h
36
37# C source files that correspond to .o's.
38CFILES = \
39 a29k-dis.c \
40 alpha-dis.c \
41 alpha-opc.c \
71f22174
AS
42 arc-dis.c \
43 arc-opc.c \
0d2bcfaf 44 arc-ext.c \
252b5132 45 arm-dis.c \
832ddf62 46 avr-dis.c \
252b5132
RH
47 cgen-asm.c \
48 cgen-dis.c \
49 cgen-opc.c \
6c95a37f
HPN
50 cris-dis.c \
51 cris-opc.c \
252b5132
RH
52 d10v-dis.c \
53 d10v-opc.c \
54 d30v-dis.c \
55 d30v-opc.c \
56 dis-buf.c \
57 disassemble.c \
58 fr30-asm.c \
59 fr30-desc.c \
60 fr30-dis.c \
61 fr30-ibld.c \
62 fr30-opc.c \
63 h8300-dis.c \
64 h8500-dis.c \
65 hppa-dis.c \
5b93d8bb
AM
66 i370-dis.c \
67 i370-opc.c \
252b5132 68 i386-dis.c \
915ef37f 69 i860-dis.c \
252b5132 70 i960-dis.c \
800eeca4
JW
71 ia64-dis.c \
72 ia64-opc-a.c \
73 ia64-opc-b.c \
74 ia64-opc-f.c \
75 ia64-opc-i.c \
76 ia64-opc-m.c \
77 ia64-opc-d.c \
78 ia64-opc.c \
79 ia64-gen.c \
80 ia64-asmtab.c \
252b5132
RH
81 m32r-asm.c \
82 m32r-desc.c \
83 m32r-dis.c \
84 m32r-ibld.c \
85 m32r-opc.c \
86 m32r-opinst.c \
60bcf0fa
NC
87 m68hc11-dis.c \
88 m68hc11-opc.c \
252b5132
RH
89 m68k-dis.c \
90 m68k-opc.c \
91 m88k-dis.c \
92 mcore-dis.c \
93 mips-dis.c \
94 mips-opc.c \
95 mips16-opc.c \
96 m10200-dis.c \
97 m10200-opc.c \
98 m10300-dis.c \
99 m10300-opc.c \
100 ns32k-dis.c \
87e6d782
NC
101 openrisc-asm.c \
102 openrisc-desc.c \
103 openrisc-dis.c \
104 openrisc-ibld.c \
105 openrisc-opc.c \
e135f41b
NC
106 pdp11-dis.c \
107 pdp11-opc.c \
1e608f98
ILT
108 pj-dis.c \
109 pj-opc.c \
252b5132
RH
110 ppc-dis.c \
111 ppc-opc.c \
b6849f55 112 s390-mkopc.c \
a85d7ed0
NC
113 s390-opc.c \
114 s390-dis.c \
252b5132
RH
115 sh-dis.c \
116 sparc-dis.c \
117 sparc-opc.c \
118 tic30-dis.c \
5c84d377
TW
119 tic54x-dis.c \
120 tic54x-opc.c \
252b5132
RH
121 tic80-dis.c \
122 tic80-opc.c \
71f22174
AS
123 v850-dis.c \
124 v850-opc.c \
252b5132
RH
125 vax-dis.c \
126 w65-dis.c \
127 z8k-dis.c \
128 z8kgen.c
129
130ALL_MACHINES = \
131 a29k-dis.lo \
132 alpha-dis.lo \
133 alpha-opc.lo \
134 arc-dis.lo \
135 arc-opc.lo \
0d2bcfaf 136 arc-ext.lo \
252b5132 137 arm-dis.lo \
832ddf62 138 avr-dis.lo \
252b5132
RH
139 cgen-asm.lo \
140 cgen-dis.lo \
141 cgen-opc.lo \
6c95a37f
HPN
142 cris-dis.lo \
143 cris-opc.lo \
252b5132
RH
144 d10v-dis.lo \
145 d10v-opc.lo \
146 d30v-dis.lo \
147 d30v-opc.lo \
148 fr30-asm.lo \
149 fr30-desc.lo \
150 fr30-dis.lo \
151 fr30-ibld.lo \
152 fr30-opc.lo \
153 h8300-dis.lo \
154 h8500-dis.lo \
155 hppa-dis.lo \
156 i386-dis.lo \
5b93d8bb
AM
157 i370-dis.lo \
158 i370-opc.lo \
915ef37f 159 i860-dis.lo \
252b5132 160 i960-dis.lo \
800eeca4
JW
161 ia64-dis.lo \
162 ia64-opc.lo \
252b5132
RH
163 m32r-asm.lo \
164 m32r-desc.lo \
165 m32r-dis.lo \
166 m32r-ibld.lo \
167 m32r-opc.lo \
168 m32r-opinst.lo \
60bcf0fa
NC
169 m68hc11-dis.lo \
170 m68hc11-opc.lo \
252b5132
RH
171 m68k-dis.lo \
172 m68k-opc.lo \
173 m88k-dis.lo \
174 m10200-dis.lo \
175 m10200-opc.lo \
176 m10300-dis.lo \
177 m10300-opc.lo \
178 mcore-dis.lo \
179 mips-dis.lo \
180 mips-opc.lo \
181 mips16-opc.lo \
e135f41b 182 ns32k-dis.lo \
87e6d782
NC
183 openrisc-asm.lo \
184 openrisc-desc.lo \
185 openrisc-dis.lo \
186 openrisc-ibld.lo \
187 openrisc-opc.lo \
e135f41b
NC
188 pdp11-dis.lo \
189 pdp11-opc.lo \
1e608f98
ILT
190 pj-dis.lo \
191 pj-opc.lo \
252b5132
RH
192 ppc-dis.lo \
193 ppc-opc.lo \
a85d7ed0
NC
194 s390-dis.lo \
195 s390-opc.lo \
252b5132
RH
196 sh-dis.lo \
197 sparc-dis.lo \
198 sparc-opc.lo \
199 tic30-dis.lo \
5c84d377
TW
200 tic54x-dis.lo \
201 tic54x-opc.lo \
252b5132
RH
202 tic80-dis.lo \
203 tic80-opc.lo \
204 v850-dis.lo \
205 v850-opc.lo \
206 vax-dis.lo \
207 w65-dis.lo \
208 z8k-dis.lo
209
210OFILES = @BFD_MACHINES@
211
212INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
213
214disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
215 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
216
217libopcodes_la_SOURCES = dis-buf.c disassemble.c
218libopcodes_la_DEPENDENCIES = $(OFILES)
219libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
220libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
221
222# libtool will build .libs/libopcodes.a. We create libopcodes.a in
223# the build directory so that we don't have to convert all the
224# programs that use libopcodes.a simultaneously. This is a hack which
225# should be removed if everything else starts using libtool. FIXME.
226
227noinst_LIBRARIES = libopcodes.a
228
229stamp-lib: libopcodes.la
e56f75e9
ILT
230 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
231 if [ -f $$libtooldir/libopcodes.a ]; then \
232 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 233 $(RANLIB) libopcodes.tmp; \
252b5132
RH
234 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
235 else true; fi
236 touch stamp-lib
237
238libopcodes.a: stamp-lib ; @true
239
240POTFILES = $(HFILES) $(CFILES)
241po/POTFILES.in: @MAINT@ Makefile
242 for file in $(POTFILES); do echo $$file; done | sort > tmp \
243 && mv tmp $(srcdir)/po/POTFILES.in
244
245# We should reconfigure whenever bfd/configure.in changes, because
246# that's where the version number comes from.
247config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
248 $(SHELL) ./config.status --recheck
249
250CLEANFILES = \
87e6d782 251 stamp-m32r stamp-fr30 stamp-openrisc \
0bdaf48b 252 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
252b5132
RH
253
254
6e31aea3 255CGENDIR = @cgendir@
4a3264e6 256CPUDIR = $(CGENDIR)/cpu
6e31aea3
BE
257CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
258CGENFLAGS = -v
259
260CGENDEPS = ../cgen/stamp-cgen \
261 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
262 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
263 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
264 $(CGENDIR)/opc-opinst.scm \
265 cgen-asm.in cgen-dis.in cgen-ibld.in
266
267if CGEN_MAINT
268M32R_DEPS = stamp-m32r
269FR30_DEPS = stamp-fr30
87e6d782 270OPENRISC_DEPS = stamp-openrisc
6e31aea3
BE
271else
272M32R_DEPS =
273FR30_DEPS =
87e6d782 274OPENRISC_DEPS =
6e31aea3
BE
275endif
276
277run-cgen:
278 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
279 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
280 "$(options)" $(extrafiles)
281 touch stamp-${prefix}
282.PHONY: run-cgen
283
284# For now, require developers to configure with --enable-cgen-maint.
285$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
dc62a253 286 @true
4a3264e6 287stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
6e31aea3
BE
288 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
289
290$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
291 @true
4a3264e6 292stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
6e31aea3
BE
293 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
294
87e6d782
NC
295$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
296 @true
4a3264e6 297stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
87e6d782
NC
298 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
299
800eeca4
JW
300ia64-gen: ia64-gen.o
301 $(LINK) ia64-gen.o $(LIBIBERTY)
302
303ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
304 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
305
306ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
b34fb0b4 307 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
252b5132 308
b6849f55
NC
309s390-mkopc: s390-mkopc.c
310 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
311
312s390-opc.tab: s390-mkopc s390-opc.txt
313 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
314
7997656a
AM
315Makefile: $(BFDDIR)/configure.in
316
252b5132
RH
317# This dependency stuff is copied from BFD.
318
73c418f4
ILT
319DEP: dep.sed $(CFILES) $(HFILES) config.h
320 rm -f DEP1
41b49281 321 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
322 sed -f dep.sed < DEP1 > DEPA
323 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
324 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
325 echo 'make DEP failed!'; exit 1; \
326 else \
0bdaf48b 327 mv -f DEPA $@; \
1581f8c9 328 fi
252b5132 329
73c418f4 330DEP1: $(CFILES)
73c418f4 331 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
332 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
333 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
334 mv -f DEP2 $@
252b5132
RH
335
336dep.sed: dep-in.sed config.status
337 sed <$(srcdir)/dep-in.sed >dep.sed \
338 -e 's!@BFD_H@!$(BFD_H)!' \
339 -e 's!@INCDIR@!$(INCDIR)!' \
340 -e 's!@BFDDIR@!$(BFDDIR)!' \
341 -e 's!@SRCDIR@!$(srcdir)!'
342
73c418f4 343dep: DEP
252b5132 344 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 345 cat DEP >> tmp-Makefile
252b5132
RH
346 $(srcdir)/../move-if-change tmp-Makefile Makefile
347
73c418f4 348dep-in: DEP
252b5132 349 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 350 cat DEP >> tmp-Makefile.in
252b5132
RH
351 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
352
73c418f4 353dep-am: DEP
252b5132 354 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 355 cat DEP >> tmp-Makefile.am
252b5132
RH
356 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
357
358.PHONY: dep dep-in dep-am
359
360# What appears below is generated by a hacked mkdep using gcc -MM.
361
362# DO NOT DELETE THIS LINE -- mkdep uses it.
363# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
0d8dfecf 364a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 365 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
0d8dfecf 366alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 367 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
0d8dfecf 368alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
369 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
370 opintl.h
27b7e12d 371arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
372 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
373 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
374 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
375 opintl.h arc-dis.h arc-ext.h
8737c3ea
HPN
376arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
377 $(INCDIR)/opcode/arc.h
378arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 379 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
0d8dfecf 380arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
381 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
382 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
383 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
384 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
385 $(INCDIR)/elf/reloc-macros.h
0d8dfecf 386avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
387 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
388 $(INCDIR)/opcode/avr.h
0d8dfecf 389cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
390 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
391 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
0d8dfecf
AM
392cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
393 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
394cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
395 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
396 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
6c95a37f 397cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
398 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
399 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
6c95a37f 400cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
0d8dfecf 401d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
402 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
403 $(INCDIR)/symcat.h
0d8dfecf
AM
404d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
405 $(INCDIR)/opcode/d10v.h
406d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
407 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 408 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
409d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
410 $(INCDIR)/opcode/d30v.h
411dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 412 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
0d8dfecf 413disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 414 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 415fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
416 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
417 fr30-desc.h $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h \
418 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
0d8dfecf 419fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 420 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 421 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
0d8dfecf
AM
422fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
423 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
424 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
425fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
426 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
427 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
428fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
429 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 430 fr30-opc.h $(INCDIR)/libiberty.h
0d8dfecf
AM
431h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
432 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 433 $(INCDIR)/symcat.h opintl.h
0d8dfecf 434h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
435 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
436 opintl.h
0d8dfecf 437hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
438 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
439 $(INCDIR)/opcode/hppa.h
0d8dfecf 440i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 441 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
0d8dfecf
AM
442i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
443 $(INCDIR)/opcode/i370.h
252b5132 444i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
445 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
446 opintl.h
915ef37f 447i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 448 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
0d8dfecf 449i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 450 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
2114f57b 451ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 452 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
2114f57b
AM
453ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
454ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
455ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
456ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
457ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
458ia64-opc-d.lo: ia64-opc-d.c
459ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
460 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
461 ia64-asmtab.c
462ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
8737c3ea
HPN
463 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
464 $(INCDIR)/opcode/ia64.h ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c \
465 ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
2114f57b 466ia64-asmtab.lo: ia64-asmtab.c
0d8dfecf 467m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
468 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
469 m32r-desc.h $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h \
470 $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
0d8dfecf 471m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 472 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 473 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
0d8dfecf
AM
474m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
475 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
476 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
477m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
478 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
479 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
480m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
481 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 482 m32r-opc.h $(INCDIR)/libiberty.h
0d8dfecf
AM
483m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
484 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
252b5132 485 m32r-opc.h
bbeb2e03 486m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a
AM
487 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
488 $(INCDIR)/symcat.h
bbeb2e03 489m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 490 $(INCDIR)/opcode/m68hc11.h
0d8dfecf 491m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 492 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
0d8dfecf
AM
493 opintl.h $(INCDIR)/opcode/m68k.h
494m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 495 $(INCDIR)/opcode/m68k.h
0d8dfecf 496m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 497 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
0d8dfecf
AM
498 opintl.h
499mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 500 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 501mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 502 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
0d8dfecf
AM
503 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
504 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
505 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
506mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
507 $(INCDIR)/opcode/mips.h
508mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
509 $(INCDIR)/opcode/mips.h
510m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
511 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 512 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
513m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
514 $(INCDIR)/opcode/mn10200.h
515m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
516 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 517 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
518m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
519 $(INCDIR)/opcode/mn10300.h
252b5132 520ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
7997656a
AM
521 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
522 $(INCDIR)/opcode/ns32k.h opintl.h
87e6d782 523openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
524 $(INCDIR)/safe-ctype.h $(BFD_H) $(INCDIR)/symcat.h \
525 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
526 opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h
8a5cc6be
AM
527openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
528 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
529 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
87e6d782
NC
530openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
531 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
532 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
8a5cc6be
AM
533openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
534 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
535 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
536 opintl.h
87e6d782
NC
537openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
538 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
539 openrisc-opc.h $(INCDIR)/libiberty.h
8737c3ea 540pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 541 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
e135f41b 542pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
0d8dfecf 543pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
544 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
545 $(INCDIR)/symcat.h
0d8dfecf
AM
546pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
547 $(INCDIR)/opcode/pj.h
548ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 549 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
0d8dfecf
AM
550ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
551 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
552s390-mkopc.lo: s390-mkopc.c
553s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
554 s390-opc.tab
27b7e12d 555s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
7997656a
AM
556 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
557 $(INCDIR)/opcode/s390.h
0d8dfecf 558sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 559 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf
AM
560sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
561 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 562 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
0d8dfecf
AM
563sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
564 $(INCDIR)/opcode/sparc.h
565tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 566 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
bbeb2e03 567tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 568 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
bbeb2e03
L
569 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
570tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
571 $(INCDIR)/opcode/tic54x.h
0d8dfecf 572tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
573 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
574 $(INCDIR)/symcat.h
0d8dfecf
AM
575tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
576 $(INCDIR)/opcode/tic80.h
577v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
578 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 579 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
580v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
581 $(INCDIR)/opcode/v850.h opintl.h
582vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
583 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
584 $(INCDIR)/symcat.h
0d8dfecf 585w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 586 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 587z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 588 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
0d8dfecf 589z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
252b5132 590# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.156079 seconds and 4 git commands to generate.