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