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