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