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