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