source: trunk/src/binutils/opcodes/Makefile.am@ 433

Last change on this file since 433 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 17.2 KB
Line 
1## Process this file with automake to generate Makefile.in
2
3AUTOMAKE_OPTIONS = cygnus
4
5SUBDIRS = po
6
7INCDIR = $(srcdir)/../include
8BFDDIR = $(srcdir)/../bfd
9MKDEP = gcc -MM
10
11WARN_CFLAGS = @WARN_CFLAGS@
12AM_CFLAGS = $(WARN_CFLAGS)
13
14lib_LTLIBRARIES = libopcodes.la
15
16# This is where bfd.h lives.
17BFD_H = ../bfd/bfd.h
18
19# This is where libiberty lives.
20LIBIBERTY = ../libiberty/libiberty.a
21
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 \
31 ia64-asmtab.h \
32 ia64-opc.h \
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 \
41 arc-dis.c \
42 arc-opc.c \
43 arc-ext.c \
44 arm-dis.c \
45 avr-dis.c \
46 cgen-asm.c \
47 cgen-dis.c \
48 cgen-opc.c \
49 cris-dis.c \
50 cris-opc.c \
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 \
65 i370-dis.c \
66 i370-opc.c \
67 i386-dis.c \
68 i860-dis.c \
69 i960-dis.c \
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 \
80 m32r-asm.c \
81 m32r-desc.c \
82 m32r-dis.c \
83 m32r-ibld.c \
84 m32r-opc.c \
85 m32r-opinst.c \
86 m68hc11-dis.c \
87 m68hc11-opc.c \
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 \
100 pj-dis.c \
101 pj-opc.c \
102 ppc-dis.c \
103 ppc-opc.c \
104 sh-dis.c \
105 sparc-dis.c \
106 sparc-opc.c \
107 tic30-dis.c \
108 tic54x-dis.c \
109 tic54x-opc.c \
110 tic80-dis.c \
111 tic80-opc.c \
112 v850-dis.c \
113 v850-opc.c \
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 \
125 arc-ext.lo \
126 arm-dis.lo \
127 avr-dis.lo \
128 cgen-asm.lo \
129 cgen-dis.lo \
130 cgen-opc.lo \
131 cris-dis.lo \
132 cris-opc.lo \
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 \
146 i370-dis.lo \
147 i370-opc.lo \
148 i860-dis.lo \
149 i960-dis.lo \
150 ia64-dis.lo \
151 ia64-opc.lo \
152 m32r-asm.lo \
153 m32r-desc.lo \
154 m32r-dis.lo \
155 m32r-ibld.lo \
156 m32r-opc.lo \
157 m32r-opinst.lo \
158 m68hc11-dis.lo \
159 m68hc11-opc.lo \
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 \
171 ns32k-dis.lo \
172 pj-dis.lo \
173 pj-opc.lo \
174 ppc-dis.lo \
175 ppc-opc.lo \
176 sh-dis.lo \
177 sparc-dis.lo \
178 sparc-opc.lo \
179 tic30-dis.lo \
180 tic54x-dis.lo \
181 tic54x-opc.lo \
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
210 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
211 if [ -f $$libtooldir/libopcodes.a ]; then \
212 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
213 $(RANLIB) libopcodes.tmp; \
214 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
215 else true; fi
216 touch stamp-lib
217
218libopcodes.a: stamp-lib ; @true
219
220POTFILES = $(HFILES) $(CFILES)
221po/POTFILES.in: @MAINT@ Makefile
222 for file in $(POTFILES); do echo $$file; done | sort > tmp \
223 && mv tmp $(srcdir)/po/POTFILES.in
224
225# We should reconfigure whenever bfd/configure.in changes, because
226# that's where the version number comes from.
227config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
228 $(SHELL) ./config.status --recheck
229
230CLEANFILES = \
231 stamp-m32r stamp-fr30 \
232 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
233
234
235CGENDIR = @cgendir@
236CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
237CGENFLAGS = -v
238
239CGENDEPS = ../cgen/stamp-cgen \
240 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
241 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
242 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
243 $(CGENDIR)/opc-opinst.scm \
244 cgen-asm.in cgen-dis.in cgen-ibld.in
245
246if CGEN_MAINT
247M32R_DEPS = stamp-m32r
248FR30_DEPS = stamp-fr30
249else
250M32R_DEPS =
251FR30_DEPS =
252endif
253
254run-cgen:
255 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
256 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
257 "$(options)" $(extrafiles)
258 touch stamp-${prefix}
259.PHONY: run-cgen
260
261# For now, require developers to configure with --enable-cgen-maint.
262$(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)
263 @true
264stamp-m32r: $(CGENDEPS) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
265 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
266
267$(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)
268 @true
269stamp-fr30: $(CGENDEPS) $(CGENDIR)/fr30.cpu $(CGENDIR)/fr30.opc
270 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
271
272ia64-gen: ia64-gen.o
273 $(LINK) ia64-gen.o $(LIBIBERTY)
274
275ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
276 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
277
278ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
279 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
280
281# This dependency stuff is copied from BFD.
282
283DEP: dep.sed $(CFILES) $(HFILES) config.h
284 rm -f DEP1
285 $(MAKE) MKDEP="$(MKDEP)" DEP1
286 sed -f dep.sed < DEP1 > DEPA
287 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
288 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
289 echo 'make DEP failed!'; exit 1; \
290 else \
291 mv -f DEPA $@; \
292 fi
293
294DEP1: $(CFILES)
295 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
296 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
297 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
298 mv -f DEP2 $@
299
300dep.sed: dep-in.sed config.status
301 sed <$(srcdir)/dep-in.sed >dep.sed \
302 -e 's!@BFD_H@!$(BFD_H)!' \
303 -e 's!@INCDIR@!$(INCDIR)!' \
304 -e 's!@BFDDIR@!$(BFDDIR)!' \
305 -e 's!@SRCDIR@!$(srcdir)!'
306
307dep: DEP
308 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
309 cat DEP >> tmp-Makefile
310 $(srcdir)/../move-if-change tmp-Makefile Makefile
311
312dep-in: DEP
313 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
314 cat DEP >> tmp-Makefile.in
315 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
316
317dep-am: DEP
318 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
319 cat DEP >> tmp-Makefile.am
320 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
321
322.PHONY: dep dep-in dep-am
323
324# What appears below is generated by a hacked mkdep using gcc -MM.
325
326# DO NOT DELETE THIS LINE -- mkdep uses it.
327# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
328a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
329 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/a29k.h
330alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
331 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
332alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
333 $(INCDIR)/opcode/alpha.h $(BFD_H) opintl.h
334arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
335 $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
336 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
337 $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h opintl.h \
338 arc-dis.h arc-ext.h
339arc-opc.lo: arc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h
340arc-ext.lo: arc-ext.c $(BFD_H) $(INCDIR)/ansidecl.h \
341 arc-ext.h $(INCDIR)/libiberty.h
342arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
343 $(INCDIR)/dis-asm.h $(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h \
344 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h \
345 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
346 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
347avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
348 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h $(INCDIR)/opcode/avr.h
349cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
350 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
351 opintl.h
352cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
353 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
354cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
355 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
356cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
357 $(INCDIR)/ansidecl.h sysdep.h config.h $(INCDIR)/opcode/cris.h \
358 $(INCDIR)/libiberty.h
359cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
360d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
361 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H)
362d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
363 $(INCDIR)/opcode/d10v.h
364d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
365 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
366 opintl.h
367d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
368 $(INCDIR)/opcode/d30v.h
369dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
370 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
371disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
372 $(INCDIR)/dis-asm.h $(BFD_H)
373fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
374 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
375 fr30-opc.h opintl.h
376fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
377 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
378 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
379fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
380 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
381 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
382fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
383 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
384 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
385fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
386 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
387 fr30-opc.h $(INCDIR)/libiberty.h
388h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
389 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
390 opintl.h
391h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
392 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
393hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
394 $(INCDIR)/dis-asm.h $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
395i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
396 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
397i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
398 $(INCDIR)/opcode/i370.h
399i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
400 $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
401i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
402 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i860.h
403i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
404 $(INCDIR)/dis-asm.h $(BFD_H)
405ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
406 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ia64.h
407ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
408ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
409ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
410ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
411ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
412ia64-opc-d.lo: ia64-opc-d.c
413ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
414 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
415 ia64-asmtab.c
416ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
417 sysdep.h config.h ia64-opc.h $(INCDIR)/opcode/ia64.h \
418 ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c ia64-opc-b.c \
419 ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
420ia64-asmtab.lo: ia64-asmtab.c
421m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
422 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
423 m32r-opc.h opintl.h
424m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
425 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
426 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
427m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
428 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
429 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
430m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
431 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
432 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
433m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
434 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
435 m32r-opc.h $(INCDIR)/libiberty.h
436m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
437 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
438 m32r-opc.h
439m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
440 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H)
441m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
442 $(INCDIR)/opcode/m68hc11.h
443m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
444 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/floatformat.h \
445 opintl.h $(INCDIR)/opcode/m68k.h
446m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
447 $(INCDIR)/opcode/m68k.h
448m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
449 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/m88k.h \
450 opintl.h
451mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
452 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
453mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
454 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/mips.h \
455 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
456 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
457 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
458mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
459 $(INCDIR)/opcode/mips.h
460mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
461 $(INCDIR)/opcode/mips.h
462m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
463 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
464 opintl.h
465m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
466 $(INCDIR)/opcode/mn10200.h
467m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
469 opintl.h
470m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
471 $(INCDIR)/opcode/mn10300.h
472ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
473 sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
474 opintl.h
475pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
476 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H)
477pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
478 $(INCDIR)/opcode/pj.h
479ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
480 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
481ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
482 $(INCDIR)/opcode/ppc.h opintl.h
483sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
484 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
485sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
486 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
487 $(INCDIR)/libiberty.h opintl.h
488sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
489 $(INCDIR)/opcode/sparc.h
490tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
491 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic30.h
492tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
493 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic54x.h \
494 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
495tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
496 $(INCDIR)/opcode/tic54x.h
497tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
498 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H)
499tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
500 $(INCDIR)/opcode/tic80.h
501v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
502 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
503 opintl.h
504v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
505 $(INCDIR)/opcode/v850.h opintl.h
506vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
507 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H)
508w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
509 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
510z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
511 $(INCDIR)/dis-asm.h $(BFD_H) z8k-opc.h
512z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
513# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
Note: See TracBrowser for help on using the repository browser.