Ensure /usr/include and the like stay out of dependencies.
[deliverable/binutils-gdb.git] / opcodes / Makefile.am
1 ## Process this file with automake to generate Makefile.in
2
3 AUTOMAKE_OPTIONS = cygnus
4
5 SUBDIRS = po
6
7 INCDIR = $(srcdir)/../include
8 BFDDIR = $(srcdir)/../bfd
9 MKDEP = gcc -MM
10
11 WARN_CFLAGS = @WARN_CFLAGS@
12 AM_CFLAGS = $(WARN_CFLAGS)
13
14 lib_LTLIBRARIES = libopcodes.la
15
16 # This is where bfd.h lives.
17 BFD_H = ../bfd/bfd.h
18
19 # This is where libiberty lives.
20 LIBIBERTY = ../libiberty/libiberty.a
21
22 # Header files.
23 HFILES = \
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.
37 CFILES = \
38 a29k-dis.c \
39 alpha-dis.c \
40 alpha-opc.c \
41 arc-dis.c \
42 arc-opc.c \
43 arm-dis.c \
44 avr-dis.c \
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 \
62 i370-dis.c \
63 i370-opc.c \
64 i386-dis.c \
65 i960-dis.c \
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 \
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 m68hc11-dis.c \
83 m68hc11-opc.c \
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 \
96 pj-dis.c \
97 pj-opc.c \
98 ppc-dis.c \
99 ppc-opc.c \
100 sh-dis.c \
101 sparc-dis.c \
102 sparc-opc.c \
103 tic30-dis.c \
104 tic54x-dis.c \
105 tic54x-opc.c \
106 tic80-dis.c \
107 tic80-opc.c \
108 v850-dis.c \
109 v850-opc.c \
110 vax-dis.c \
111 w65-dis.c \
112 z8k-dis.c \
113 z8kgen.c
114
115 ALL_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 \
122 avr-dis.lo \
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 \
139 i370-dis.lo \
140 i370-opc.lo \
141 i960-dis.lo \
142 ia64-dis.lo \
143 ia64-opc.lo \
144 m32r-asm.lo \
145 m32r-desc.lo \
146 m32r-dis.lo \
147 m32r-ibld.lo \
148 m32r-opc.lo \
149 m32r-opinst.lo \
150 m68hc11-dis.lo \
151 m68hc11-opc.lo \
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 \
163 pj-dis.lo \
164 pj-opc.lo \
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 \
172 tic54x-dis.lo \
173 tic54x-opc.lo \
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
182 OFILES = @BFD_MACHINES@
183
184 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
185
186 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
187 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
188
189 libopcodes_la_SOURCES = dis-buf.c disassemble.c
190 libopcodes_la_DEPENDENCIES = $(OFILES)
191 libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
192 libopcodes_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
199 noinst_LIBRARIES = libopcodes.a
200
201 stamp-lib: libopcodes.la
202 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
203 if [ -f $$libtooldir/libopcodes.a ]; then \
204 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
205 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
206 else true; fi
207 touch stamp-lib
208
209 libopcodes.a: stamp-lib ; @true
210
211 POTFILES = $(HFILES) $(CFILES)
212 po/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.
218 config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
219 $(SHELL) ./config.status --recheck
220
221 CLEANFILES = \
222 libopcodes.a stamp-lib dep.sed DEP DEP1 DEP2
223
224
225
226 # The start marker is written this way to pass through automake unscathed.
227
228
229
230 ia64-ic.tbl: $(srcdir)/ia64-ic.tbl
231 $(LN_S) -f $(srcdir)/ia64-ic.tbl
232 ia64-raw.tbl: $(srcdir)/ia64-raw.tbl
233 $(LN_S) -f $(srcdir)/ia64-raw.tbl
234 ia64-waw.tbl: $(srcdir)/ia64-waw.tbl
235 $(LN_S) -f $(srcdir)/ia64-waw.tbl
236 ia64-war.tbl: $(srcdir)/ia64-war.tbl
237 $(LN_S) -f $(srcdir)/ia64-war.tbl
238
239 ia64-gen: ia64-gen.o
240 $(LINK) ia64-gen.o $(LIBIBERTY)
241
242 ia64-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
245 ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
246 ./ia64-gen > $(srcdir)/ia64-asmtab.c
247
248 # This dependency stuff is copied from BFD.
249
250 DEP: dep.sed $(CFILES) $(HFILES) config.h
251 rm -f DEP1
252 $(MAKE) MKDEP="$(MKDEP)" DEP1
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
259
260 DEP1: $(CFILES)
261 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
262 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
263 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
264 mv -f DEP2 $@
265
266 dep.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
273 dep: DEP
274 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
275 cat DEP >> tmp-Makefile
276 $(srcdir)/../move-if-change tmp-Makefile Makefile
277
278 dep-in: DEP
279 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
280 cat DEP >> tmp-Makefile.in
281 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
282
283 dep-am: DEP
284 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
285 cat DEP >> tmp-Makefile.am
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.
294 a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
295 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/a29k.h
296 alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
297 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
298 alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
299 $(INCDIR)/opcode/alpha.h $(BFD_H) opintl.h
300 arc-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
305 arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
306 $(INCDIR)/opcode/arc.h opintl.h
307 arm-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 \
310 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
311 $(INCDIR)/elf/arm.h $(INCDIR)/elf/reloc-macros.h
312 avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
313 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h $(INCDIR)/opcode/avr.h
314 cgen-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 \
316 opintl.h
317 cgen-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
319 cgen-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
321 d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
322 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H)
323 d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
324 $(INCDIR)/opcode/d10v.h
325 d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
326 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
327 opintl.h
328 d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
329 $(INCDIR)/opcode/d30v.h
330 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
331 $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
332 disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
333 $(INCDIR)/dis-asm.h $(BFD_H)
334 fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
335 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
336 fr30-opc.h opintl.h
337 fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
338 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
339 fr30-opc.h opintl.h
340 fr30-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
343 fr30-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
346 fr30-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 \
348 fr30-opc.h
349 h8300-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
352 h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
353 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
354 hppa-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
356 i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
357 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
358 i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
359 $(INCDIR)/opcode/i370.h
360 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
361 $(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
362 i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
363 $(INCDIR)/dis-asm.h $(BFD_H)
364 ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
365 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ia64.h
366 ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
367 ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
368 ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
369 ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
370 ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
371 ia64-opc-d.lo: ia64-opc-d.c
372 ia64-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
375 ia64-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
379 ia64-asmtab.lo: ia64-asmtab.c
380 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
381 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
382 m32r-opc.h opintl.h
383 m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
384 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
385 m32r-opc.h opintl.h
386 m32r-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
389 m32r-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
392 m32r-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 \
394 m32r-opc.h
395 m32r-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 \
397 m32r-opc.h
398 m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
399 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H)
400 m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
401 $(INCDIR)/opcode/m68hc11.h
402 m68k-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
405 m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
406 $(INCDIR)/opcode/m68k.h
407 m88k-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
410 mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
411 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
412 mips-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
417 mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
418 $(INCDIR)/opcode/mips.h
419 mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
420 $(INCDIR)/opcode/mips.h
421 m10200-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
424 m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
425 $(INCDIR)/opcode/mn10200.h
426 m10300-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
429 m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
430 $(INCDIR)/opcode/mn10300.h
431 ns32k-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
434 pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
435 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H)
436 pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
437 $(INCDIR)/opcode/pj.h
438 ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
439 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
440 ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
441 $(INCDIR)/opcode/ppc.h opintl.h
442 sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
443 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
444 sparc-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
447 sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
448 $(INCDIR)/opcode/sparc.h
449 tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
450 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/tic30.h
451 tic54x-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
454 tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
455 $(INCDIR)/opcode/tic54x.h
456 tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
457 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H)
458 tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
459 $(INCDIR)/opcode/tic80.h
460 v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
461 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
462 opintl.h
463 v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
464 $(INCDIR)/opcode/v850.h opintl.h
465 vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
466 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H)
467 w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
468 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H)
469 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
470 $(INCDIR)/dis-asm.h $(BFD_H) z8k-opc.h
471 z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
472 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.05488 seconds and 4 git commands to generate.