1 |
106 |
markom |
## 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 |
|
|
# Header files.
|
20 |
|
|
HFILES = \
|
21 |
|
|
arm-opc.h \
|
22 |
|
|
fr30-desc.h fr30-opc.h \
|
23 |
|
|
h8500-opc.h \
|
24 |
|
|
m32r-desc.h m32r-opc.h \
|
25 |
|
|
mcore-opc.h \
|
26 |
|
|
sh-opc.h \
|
27 |
|
|
sysdep.h \
|
28 |
|
|
w65-opc.h \
|
29 |
|
|
z8k-opc.h
|
30 |
|
|
|
31 |
|
|
# C source files that correspond to .o's.
|
32 |
|
|
CFILES = \
|
33 |
|
|
a29k-dis.c \
|
34 |
|
|
alpha-dis.c \
|
35 |
|
|
alpha-opc.c \
|
36 |
|
|
arc-dis.c \
|
37 |
|
|
arc-opc.c \
|
38 |
|
|
arm-dis.c \
|
39 |
|
|
avr-dis.c \
|
40 |
|
|
cgen-asm.c \
|
41 |
|
|
cgen-dis.c \
|
42 |
|
|
cgen-opc.c \
|
43 |
|
|
d10v-dis.c \
|
44 |
|
|
d10v-opc.c \
|
45 |
|
|
d30v-dis.c \
|
46 |
|
|
d30v-opc.c \
|
47 |
|
|
dis-buf.c \
|
48 |
|
|
disassemble.c \
|
49 |
|
|
fr30-asm.c \
|
50 |
|
|
fr30-desc.c \
|
51 |
|
|
fr30-dis.c \
|
52 |
|
|
fr30-ibld.c \
|
53 |
|
|
fr30-opc.c \
|
54 |
|
|
h8300-dis.c \
|
55 |
|
|
h8500-dis.c \
|
56 |
|
|
hppa-dis.c \
|
57 |
|
|
i370-dis.c \
|
58 |
|
|
i370-opc.c \
|
59 |
|
|
i386-dis.c \
|
60 |
|
|
i960-dis.c \
|
61 |
|
|
m32r-asm.c \
|
62 |
|
|
m32r-desc.c \
|
63 |
|
|
m32r-dis.c \
|
64 |
|
|
m32r-ibld.c \
|
65 |
|
|
m32r-opc.c \
|
66 |
|
|
m32r-opinst.c \
|
67 |
|
|
m68k-dis.c \
|
68 |
|
|
m68k-opc.c \
|
69 |
|
|
m88k-dis.c \
|
70 |
|
|
mcore-dis.c \
|
71 |
|
|
mips-dis.c \
|
72 |
|
|
mips-opc.c \
|
73 |
|
|
mips16-opc.c \
|
74 |
|
|
m10200-dis.c \
|
75 |
|
|
m10200-opc.c \
|
76 |
|
|
m10300-dis.c \
|
77 |
|
|
m10300-opc.c \
|
78 |
|
|
ns32k-dis.c \
|
79 |
372 |
markom |
or32-dis.c \
|
80 |
|
|
or32.c \
|
81 |
106 |
markom |
pj-dis.c \
|
82 |
|
|
pj-opc.c \
|
83 |
|
|
ppc-dis.c \
|
84 |
|
|
ppc-opc.c \
|
85 |
|
|
sh-dis.c \
|
86 |
|
|
sparc-dis.c \
|
87 |
|
|
sparc-opc.c \
|
88 |
|
|
tic30-dis.c \
|
89 |
|
|
tic80-dis.c \
|
90 |
|
|
tic80-opc.c \
|
91 |
|
|
v850-dis.c \
|
92 |
|
|
v850-opc.c \
|
93 |
|
|
vax-dis.c \
|
94 |
|
|
w65-dis.c \
|
95 |
|
|
z8k-dis.c \
|
96 |
|
|
z8kgen.c
|
97 |
|
|
|
98 |
|
|
ALL_MACHINES = \
|
99 |
|
|
a29k-dis.lo \
|
100 |
|
|
alpha-dis.lo \
|
101 |
|
|
alpha-opc.lo \
|
102 |
|
|
arc-dis.lo \
|
103 |
|
|
arc-opc.lo \
|
104 |
|
|
arm-dis.lo \
|
105 |
|
|
avr-dis.lo \
|
106 |
|
|
cgen-asm.lo \
|
107 |
|
|
cgen-dis.lo \
|
108 |
|
|
cgen-opc.lo \
|
109 |
|
|
d10v-dis.lo \
|
110 |
|
|
d10v-opc.lo \
|
111 |
|
|
d30v-dis.lo \
|
112 |
|
|
d30v-opc.lo \
|
113 |
|
|
fr30-asm.lo \
|
114 |
|
|
fr30-desc.lo \
|
115 |
|
|
fr30-dis.lo \
|
116 |
|
|
fr30-ibld.lo \
|
117 |
|
|
fr30-opc.lo \
|
118 |
|
|
h8300-dis.lo \
|
119 |
|
|
h8500-dis.lo \
|
120 |
|
|
hppa-dis.lo \
|
121 |
|
|
i386-dis.lo \
|
122 |
|
|
i370-dis.lo \
|
123 |
|
|
i370-opc.lo \
|
124 |
|
|
i960-dis.lo \
|
125 |
|
|
m32r-asm.lo \
|
126 |
|
|
m32r-desc.lo \
|
127 |
|
|
m32r-dis.lo \
|
128 |
|
|
m32r-ibld.lo \
|
129 |
|
|
m32r-opc.lo \
|
130 |
|
|
m32r-opinst.lo \
|
131 |
|
|
m68k-dis.lo \
|
132 |
|
|
m68k-opc.lo \
|
133 |
|
|
m88k-dis.lo \
|
134 |
|
|
m10200-dis.lo \
|
135 |
|
|
m10200-opc.lo \
|
136 |
|
|
m10300-dis.lo \
|
137 |
|
|
m10300-opc.lo \
|
138 |
|
|
mcore-dis.lo \
|
139 |
|
|
mips-dis.lo \
|
140 |
|
|
mips-opc.lo \
|
141 |
|
|
mips16-opc.lo \
|
142 |
372 |
markom |
or32-dis.lo \
|
143 |
|
|
or32.lo \
|
144 |
106 |
markom |
pj-dis.lo \
|
145 |
|
|
pj-opc.lo \
|
146 |
|
|
ppc-dis.lo \
|
147 |
|
|
ppc-opc.lo \
|
148 |
|
|
ns32k-dis.lo \
|
149 |
|
|
sh-dis.lo \
|
150 |
|
|
sparc-dis.lo \
|
151 |
|
|
sparc-opc.lo \
|
152 |
|
|
tic30-dis.lo \
|
153 |
|
|
tic80-dis.lo \
|
154 |
|
|
tic80-opc.lo \
|
155 |
|
|
v850-dis.lo \
|
156 |
|
|
v850-opc.lo \
|
157 |
|
|
vax-dis.lo \
|
158 |
|
|
w65-dis.lo \
|
159 |
|
|
z8k-dis.lo
|
160 |
|
|
|
161 |
|
|
OFILES = @BFD_MACHINES@
|
162 |
|
|
|
163 |
|
|
INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
|
164 |
|
|
|
165 |
|
|
disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
|
166 |
|
|
$(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
|
167 |
|
|
|
168 |
|
|
libopcodes_la_SOURCES = dis-buf.c disassemble.c
|
169 |
|
|
libopcodes_la_DEPENDENCIES = $(OFILES)
|
170 |
|
|
libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
|
171 |
|
|
libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
|
172 |
|
|
|
173 |
|
|
# libtool will build .libs/libopcodes.a. We create libopcodes.a in
|
174 |
|
|
# the build directory so that we don't have to convert all the
|
175 |
|
|
# programs that use libopcodes.a simultaneously. This is a hack which
|
176 |
|
|
# should be removed if everything else starts using libtool. FIXME.
|
177 |
|
|
|
178 |
|
|
noinst_LIBRARIES = libopcodes.a
|
179 |
|
|
|
180 |
|
|
stamp-lib: libopcodes.la
|
181 |
|
|
libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
|
182 |
|
|
if [ -f $$libtooldir/libopcodes.a ]; then \
|
183 |
|
|
cp $$libtooldir/libopcodes.a libopcodes.tmp; \
|
184 |
|
|
$(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
|
185 |
|
|
else true; fi
|
186 |
|
|
touch stamp-lib
|
187 |
|
|
|
188 |
|
|
libopcodes.a: stamp-lib ; @true
|
189 |
|
|
|
190 |
|
|
POTFILES = $(HFILES) $(CFILES)
|
191 |
|
|
po/POTFILES.in: @MAINT@ Makefile
|
192 |
|
|
for file in $(POTFILES); do echo $$file; done | sort > tmp \
|
193 |
|
|
&& mv tmp $(srcdir)/po/POTFILES.in
|
194 |
|
|
|
195 |
|
|
# We should reconfigure whenever bfd/configure.in changes, because
|
196 |
|
|
# that's where the version number comes from.
|
197 |
|
|
config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
|
198 |
|
|
$(SHELL) ./config.status --recheck
|
199 |
|
|
|
200 |
|
|
CLEANFILES = \
|
201 |
|
|
libopcodes.a stamp-lib dep.sed DEP DEP1 DEP2
|
202 |
|
|
|
203 |
|
|
|
204 |
|
|
|
205 |
|
|
# The start marker is written this way to pass through automake unscathed.
|
206 |
|
|
|
207 |
|
|
|
208 |
|
|
|
209 |
|
|
|
210 |
|
|
# This dependency stuff is copied from BFD.
|
211 |
|
|
|
212 |
|
|
DEP: dep.sed $(CFILES) $(HFILES) config.h
|
213 |
|
|
rm -f DEP1
|
214 |
|
|
$(MAKE) MKDEP="$(MKDEP)" DEP1
|
215 |
|
|
sed -f dep.sed < DEP1 > $@
|
216 |
|
|
echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> $@
|
217 |
|
|
|
218 |
|
|
DEP1: $(CFILES)
|
219 |
|
|
echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
|
220 |
|
|
echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
|
221 |
|
|
$(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
|
222 |
|
|
mv -f DEP2 $@
|
223 |
|
|
|
224 |
|
|
dep.sed: dep-in.sed config.status
|
225 |
|
|
sed <$(srcdir)/dep-in.sed >dep.sed \
|
226 |
|
|
-e 's!@BFD_H@!$(BFD_H)!' \
|
227 |
|
|
-e 's!@INCDIR@!$(INCDIR)!' \
|
228 |
|
|
-e 's!@BFDDIR@!$(BFDDIR)!' \
|
229 |
|
|
-e 's!@SRCDIR@!$(srcdir)!'
|
230 |
|
|
|
231 |
|
|
dep: DEP
|
232 |
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
|
233 |
|
|
cat DEP >> tmp-Makefile
|
234 |
|
|
$(srcdir)/../move-if-change tmp-Makefile Makefile
|
235 |
|
|
|
236 |
|
|
dep-in: DEP
|
237 |
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
|
238 |
|
|
cat DEP >> tmp-Makefile.in
|
239 |
|
|
$(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
|
240 |
|
|
|
241 |
|
|
dep-am: DEP
|
242 |
|
|
sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
|
243 |
|
|
cat DEP >> tmp-Makefile.am
|
244 |
|
|
$(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
|
245 |
|
|
|
246 |
|
|
.PHONY: dep dep-in dep-am
|
247 |
|
|
|
248 |
|
|
# What appears below is generated by a hacked mkdep using gcc -MM.
|
249 |
|
|
|
250 |
|
|
# DO NOT DELETE THIS LINE -- mkdep uses it.
|
251 |
|
|
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
|
252 |
|
|
a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
253 |
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
|
254 |
|
|
alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
255 |
|
|
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
|
256 |
|
|
alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
|
257 |
|
|
$(BFD_H) opintl.h
|
258 |
|
|
arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
259 |
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
|
260 |
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
261 |
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
|
262 |
|
|
opintl.h
|
263 |
|
|
arc-opc.lo: arc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/arc.h \
|
264 |
|
|
opintl.h
|
265 |
|
|
arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
266 |
|
|
$(BFD_H) arm-opc.h $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h \
|
267 |
|
|
$(INCDIR)/bfdlink.h opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
|
268 |
|
|
$(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
|
269 |
|
|
$(INCDIR)/elf/reloc-macros.h
|
270 |
|
|
avr-dis.lo: avr-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
271 |
|
|
$(INCDIR)/ansidecl.h opintl.h
|
272 |
|
|
cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
273 |
|
|
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h \
|
274 |
|
|
opintl.h
|
275 |
|
|
cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
276 |
|
|
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
277 |
|
|
cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
|
278 |
|
|
$(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
|
279 |
|
|
d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
|
280 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H)
|
281 |
|
|
d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
|
282 |
|
|
d30v-dis.lo: d30v-dis.c $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h \
|
283 |
|
|
$(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
284 |
|
|
d30v-opc.lo: d30v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d30v.h
|
285 |
|
|
dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
286 |
|
|
$(BFD_H) opintl.h
|
287 |
|
|
disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
|
288 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H)
|
289 |
|
|
fr30-asm.lo: fr30-asm.c sysdep.h config.h $(BFD_H) \
|
290 |
|
|
$(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
291 |
|
|
fr30-opc.h opintl.h
|
292 |
|
|
fr30-desc.lo: fr30-desc.c sysdep.h config.h $(BFD_H) \
|
293 |
|
|
$(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
294 |
|
|
fr30-opc.h opintl.h
|
295 |
|
|
fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
296 |
|
|
$(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
297 |
|
|
fr30-opc.h opintl.h
|
298 |
|
|
fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
299 |
|
|
$(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
300 |
|
|
fr30-opc.h opintl.h
|
301 |
|
|
fr30-opc.lo: fr30-opc.c sysdep.h config.h $(BFD_H) \
|
302 |
|
|
$(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
|
303 |
|
|
fr30-opc.h
|
304 |
|
|
h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
|
305 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
306 |
|
|
h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
|
307 |
|
|
$(BFD_H) $(INCDIR)/ansidecl.h opintl.h
|
308 |
|
|
hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
309 |
|
|
$(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
|
310 |
|
|
i370-dis.lo: i370-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
311 |
|
|
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/i370.h
|
312 |
|
|
i370-opc.lo: i370-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/i370.h
|
313 |
|
|
i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
314 |
|
|
$(INCDIR)/ansidecl.h sysdep.h config.h opintl.h
|
315 |
|
|
i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
316 |
|
|
$(INCDIR)/ansidecl.h
|
317 |
|
|
m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
|
318 |
|
|
$(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
319 |
|
|
m32r-opc.h opintl.h
|
320 |
|
|
m32r-desc.lo: m32r-desc.c sysdep.h config.h $(BFD_H) \
|
321 |
|
|
$(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
322 |
|
|
m32r-opc.h opintl.h
|
323 |
|
|
m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
324 |
|
|
$(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
325 |
|
|
m32r-opc.h opintl.h
|
326 |
|
|
m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
327 |
|
|
$(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
328 |
|
|
m32r-opc.h opintl.h
|
329 |
|
|
m32r-opc.lo: m32r-opc.c sysdep.h config.h $(BFD_H) \
|
330 |
|
|
$(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
331 |
|
|
m32r-opc.h
|
332 |
|
|
m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(BFD_H) \
|
333 |
|
|
$(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
|
334 |
|
|
m32r-opc.h
|
335 |
|
|
m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
336 |
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h opintl.h \
|
337 |
|
|
$(INCDIR)/opcode/m68k.h
|
338 |
|
|
m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
|
339 |
|
|
m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
|
340 |
|
|
$(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h opintl.h
|
341 |
|
|
mcore-dis.lo: mcore-dis.c mcore-opc.h $(INCDIR)/ansidecl.h \
|
342 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H)
|
343 |
|
|
mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
344 |
|
|
$(BFD_H) $(INCDIR)/opcode/mips.h opintl.h $(BFDDIR)/elf-bfd.h \
|
345 |
|
|
$(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
|
346 |
|
|
$(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
|
347 |
|
|
mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
348 |
|
|
mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
|
349 |
|
|
m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
|
350 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
351 |
|
|
m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
|
352 |
|
|
m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
|
353 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
354 |
|
|
m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
|
355 |
|
|
ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
|
356 |
|
|
sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h \
|
357 |
|
|
opintl.h
|
358 |
372 |
markom |
or32-dis.lo: or32-dis.c $(INCDIR)/opcode/or32.h
|
359 |
106 |
markom |
pj-dis.lo: pj-dis.c $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h \
|
360 |
|
|
$(BFD_H) $(INCDIR)/ansidecl.h
|
361 |
|
|
pj-opc.lo: pj-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/pj.h
|
362 |
|
|
ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
363 |
|
|
config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
|
364 |
|
|
ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h \
|
365 |
|
|
opintl.h
|
366 |
|
|
sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
|
367 |
|
|
$(INCDIR)/ansidecl.h
|
368 |
|
|
sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
|
369 |
|
|
config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
|
370 |
|
|
$(BFD_H) $(INCDIR)/libiberty.h opintl.h
|
371 |
|
|
sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
|
372 |
|
|
tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
373 |
|
|
$(BFD_H) $(INCDIR)/opcode/tic30.h
|
374 |
|
|
tic80-dis.lo: tic80-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h \
|
375 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H)
|
376 |
|
|
tic80-opc.lo: tic80-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic80.h
|
377 |
|
|
v850-dis.lo: v850-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/v850.h \
|
378 |
|
|
$(INCDIR)/dis-asm.h $(BFD_H) opintl.h
|
379 |
|
|
v850-opc.lo: v850-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/v850.h \
|
380 |
|
|
opintl.h
|
381 |
|
|
vax-dis.lo: vax-dis.c $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h \
|
382 |
|
|
$(BFD_H) $(INCDIR)/ansidecl.h
|
383 |
|
|
w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
|
384 |
|
|
$(BFD_H) $(INCDIR)/ansidecl.h
|
385 |
|
|
z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
|
386 |
|
|
$(BFD_H) z8k-opc.h
|
387 |
|
|
z8kgen.lo: z8kgen.c sysdep.h config.h
|
388 |
|
|
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
|