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