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