Fix MTSA opcode encoding.
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
add1fb05 1# Makefile template for Configure for the opcodes library.
7adf2630 2# Copyright (C) 1990, 91, 92, 93, 94, 95, 96, 1997
42b4add9 3# Free Software Foundation, Inc.
add1fb05
SC
4# Written by Cygnus Support.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
40db6118 18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
add1fb05 19
40db6118
ILT
20VPATH = @srcdir@
21srcdir = @srcdir@
add1fb05 22
40db6118 23prefix = @prefix@
add1fb05 24
6d76c71f 25program_transform_name = @program_transform_name@
40db6118 26exec_prefix = @exec_prefix@
42b4add9
JM
27bindir = @bindir@
28libdir = @libdir@
add1fb05 29
42b4add9
JM
30datadir = @datadir@
31mandir = @mandir@
add1fb05
SC
32man1dir = $(mandir)/man1
33man2dir = $(mandir)/man2
34man3dir = $(mandir)/man3
35man4dir = $(mandir)/man4
36man5dir = $(mandir)/man5
37man6dir = $(mandir)/man6
38man7dir = $(mandir)/man7
39man8dir = $(mandir)/man8
40man9dir = $(mandir)/man9
42b4add9
JM
41infodir = @infodir@
42includedir = @includedir@
add1fb05
SC
43
44SHELL = /bin/sh
45
40db6118
ILT
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
add1fb05 49
40db6118
ILT
50AR = @AR@
51AR_FLAGS = rc
52CC = @CC@
53CFLAGS = @CFLAGS@
add1fb05 54MAKEINFO = makeinfo
40db6118 55RANLIB = @RANLIB@
add1fb05 56
e0bf1022
ILT
57ALLLIBS = @ALLLIBS@
58
59PICFLAG = @PICFLAG@
60SHLIB = @SHLIB@
61SHLIB_CC = @SHLIB_CC@
62SHLIB_CFLAGS = @SHLIB_CFLAGS@
63COMMON_SHLIB = @COMMON_SHLIB@
c8303271 64SHLIB_DEP = @SHLIB_DEP@
e0bf1022
ILT
65SHLINK = @SHLINK@
66
6d76c71f
ILT
67SONAME = lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`
68
fde326fb 69INCDIR = $(srcdir)/../include
c840244e 70BFDDIR = $(srcdir)/../bfd
fde326fb 71CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
add1fb05
SC
72DEP = mkdep
73
794a16b0 74TARGETLIB = libopcodes.a
add1fb05 75
f76db60b
ILT
76# This is where bfd.h lives.
77BFD_H = ../bfd/bfd.h
78
79# Header files.
80HFILES = \
81 arm-opc.h \
82 h8500-opc.h \
83 sh-opc.h \
84 sysdep.h \
85 w65-opc.h \
86 z8k-opc.h
a4c01299 87
f76db60b
ILT
88# C source files that correspond to .o's.
89CFILES = \
90 a29k-dis.c \
91 alpha-dis.c \
92 alpha-opc.c \
93 arm-dis.c \
9c03036a
DE
94 cgen-asm.c \
95 cgen-dis.c \
96 cgen-opc.c \
f76db60b
ILT
97 d10v-dis.c \
98 d10v-opc.c \
99 dis-buf.c \
100 disassemble.c \
101 h8300-dis.c \
102 h8500-dis.c \
103 hppa-dis.c \
104 i386-dis.c \
105 i960-dis.c \
9c03036a
DE
106 m32r-asm.c \
107 m32r-dis.c \
108 m32r-opc.c \
f76db60b
ILT
109 m68k-dis.c \
110 m68k-opc.c \
111 m88k-dis.c \
112 mips-dis.c \
113 mips-opc.c \
114 mips16-opc.c \
bb6dafe9
ILT
115 m10200-dis.c \
116 m10200-opc.c \
117 m10300-dis.c \
118 m10300-opc.c \
f76db60b
ILT
119 ns32k-dis.c \
120 ppc-dis.c \
121 ppc-opc.c \
122 sh-dis.c \
123 sparc-dis.c \
124 sparc-opc.c \
125 w65-dis.c \
126 z8k-dis.c \
127 z8kgen.c
128
129ALL_MACHINES = \
130 a29k-dis.o \
131 alpha-dis.o \
132 alpha-opc.o \
d7ace307 133 $(start-sanitize-arc) \
f76db60b
ILT
134 arc-dis.o \
135 arc-opc.o \
d7ace307 136 $(end-sanitize-arc) \
f76db60b 137 arm-dis.o \
9c03036a
DE
138 cgen-asm.o \
139 cgen-dis.o \
140 cgen-opc.o \
f76db60b
ILT
141 d10v-dis.o \
142 d10v-opc.o \
b2e3f844 143 $(start-sanitize-d30v) \
f76db60b
ILT
144 d30v-dis.o \
145 d30v-opc.o \
b2e3f844 146 $(end-sanitize-d30v) \
f76db60b
ILT
147 h8300-dis.o \
148 h8500-dis.o \
149 hppa-dis.o \
150 i386-dis.o \
151 i960-dis.o \
9c03036a
DE
152 m32r-asm.o \
153 m32r-dis.o \
154 m32r-opc.o \
f76db60b
ILT
155 m68k-dis.o \
156 m68k-opc.o \
157 m88k-dis.o \
bb6dafe9
ILT
158 m10200-dis.o \
159 m10200-opc.o \
160 m10300-dis.o \
161 m10300-opc.o \
f76db60b
ILT
162 mips-dis.o \
163 mips-opc.o \
164 mips16-opc.o \
165 ppc-dis.o \
166 ppc-opc.o \
167 ns32k-dis.o \
168 sh-dis.o \
169 sparc-dis.o \
170 sparc-opc.o \
a79d0193 171 $(start-sanitize-tic80) \
f76db60b
ILT
172 tic80-dis.o \
173 tic80-opc.o \
a79d0193 174 $(end-sanitize-tic80) \
f76db60b
ILT
175 $(start-sanitize-v850) \
176 v850-dis.o \
177 v850-opc.o \
178 $(end-sanitize-v850) \
179 w65-dis.o \
180 z8k-dis.o
d7ace307 181
40db6118 182OFILES = @BFD_MACHINES@ dis-buf.o disassemble.o
add1fb05
SC
183
184FLAGS_TO_PASS = \
185 "against=$(against)" \
186 "AR=$(AR)" \
187 "AR_FLAGS=$(AR_FLAGS)" \
188 "CC=$(CC)" \
189 "CFLAGS=$(CFLAGS)" \
190 "RANLIB=$(RANLIB)" \
191 "MAKEINFO=$(MAKEINFO)" \
192 "INSTALL=$(INSTALL)" \
193 "INSTALL_DATA=$(INSTALL_DATA)" \
e0bf1022 194 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)"
add1fb05 195
b2e3f844 196ALL_CFLAGS = -D_GNU_SOURCE $(CSEARCH) @HDEFINES@ $(CFLAGS)
add1fb05 197
40db6118 198.c.o:
e0bf1022
ILT
199 if [ -n "$(PICFLAG)" ]; then \
200 $(CC) -c $(PICFLAG) $(ALL_CFLAGS) $< -o pic/$@; \
201 else true; fi
40db6118 202 $(CC) -c $(ALL_CFLAGS) $<
add1fb05 203
e0bf1022 204all: $(ALLLIBS)
add1fb05
SC
205
206.NOEXPORT:
207
5d0734a7 208installcheck check:
add1fb05 209
e5bc6aaf 210info:
add1fb05 211clean-info:
e5bc6aaf 212install-info:
5d0734a7 213dvi:
add1fb05
SC
214
215# HDEPFILES comes from the host config; TDEPFILES from the target config.
216
add1fb05
SC
217$(TARGETLIB): $(OFILES)
218 rm -f $(TARGETLIB)
219 $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
220 $(RANLIB) $(TARGETLIB)
221
c8303271 222LIBIBERTY_LISTS = ../libiberty/required-list ../libiberty/needed-list
42b4add9 223BFD_PICLIST = @BFD_PICLIST@
c8303271 224
42b4add9 225stamp-piclist: Makefile $(LIBIBERTY_LISTS) $(BFD_PICLIST)
e0bf1022
ILT
226 rm -f tpiclist
227 if [ -n "$(PICFLAG)" ]; then \
228 echo $(OFILES) | sed -e 's,\([^ ][^ ]*\),pic/\1,g' > tpiclist; \
229 else \
230 echo $(OFILES) > tpiclist; \
231 fi
c8303271
ILT
232 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
233 lobjs=`cat $(LIBIBERTY_LISTS)`; \
234 if [ -n "$(PICFLAG)" ]; then \
235 lobjs=`echo $$lobjs | sed -e 's,\([^ ][^ ]*\),pic/\1,g'`; \
236 fi; \
237 lobjs=`echo $$lobjs | sed -e 's,\([^ ][^ ]*\),../libiberty/\1,g'`; \
238 echo $$lobjs >> tpiclist; \
42b4add9 239 sed -e 's,\([^ ][^ ]*\),../bfd/\1,g' $(BFD_PICLIST) >> tpiclist; \
c8303271 240 else true; fi
e0bf1022
ILT
241 $(srcdir)/../move-if-change tpiclist piclist
242 touch stamp-piclist
243
244piclist: stamp-piclist ; @true
245
c8303271 246$(SHLIB): stamp-picdir $(OFILES) piclist $(SHLIB_DEP)
e0bf1022 247 rm -f $(SHLIB)
c8303271 248 $(SHLIB_CC) $(SHLIB_CFLAGS) -o $(SHLIB) `cat piclist`
e0bf1022
ILT
249
250$(SHLINK): $(SHLIB)
6d76c71f
ILT
251 ts=lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed -e '$(program_transform_name)'`; \
252 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
253 ts=../bfd/$$ts; \
254 fi; \
255 if [ "$$ts" != "$(SHLIB)" ]; then \
256 rm -f $$ts; \
f76db60b 257 ln -s `echo $(SHLIB) | sed -e 's,^\.\./bfd/,,'` $$ts; \
6d76c71f 258 else true; fi
e0bf1022 259 rm -f $(SHLINK)
f76db60b 260 ln -s `echo $(SHLIB) | sed -e 's,^\.\./bfd/,,'` $(SHLINK)
e0bf1022 261
6d76c71f
ILT
262# This target creates libTARGET-opcodes.so.VERSION as a symlink to
263# libopcodes.so.VERSION. It is used on SunOS, which does not have SONAME.
264stamp-tshlink: $(SHLIB)
265 tf=lib`echo $(SHLIB) | sed -e 's,\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
266 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
267 tf=../bfd/$$tf; \
268 fi; \
269 if [ "$$tf" != "$(SHLIB)" ]; then \
270 rm -f $$tf; \
f76db60b 271 ln -s $(SHLIB) $$tf; \
6d76c71f
ILT
272 else true; fi
273 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
274 tf=lib`echo $(TARGETLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
275 if [ "$$tf" != "$(TARGETLIB)" ]; then \
276 rm -f $$tf; \
f76db60b 277 ln -s $(TARGETLIB) $$tf; \
6d76c71f
ILT
278 else true; fi; \
279 else true; fi
280 touch stamp-tshlink
281
e0bf1022
ILT
282$(OFILES): stamp-picdir
283
d7ace307 284disassemble.o: disassemble.c $(INCDIR)/dis-asm.h
e0bf1022
ILT
285 if [ -n "$(PICFLAG)" ]; then \
286 $(CC) -c @archdefs@ $(PICFLAG) $(ALL_CFLAGS) $(srcdir)/disassemble.c -o pic/disassemble.o; \
287 else true; fi
40db6118 288 $(CC) -c @archdefs@ $(ALL_CFLAGS) $(srcdir)/disassemble.c
d7ace307 289
39620b71 290# start-sanitize-tic80
7adf2630
ILT
291tic80-dis.o: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
292 $(INCDIR)/opcode/tic80.h
39620b71 293tic80-opc.o: tic80-opc.c $(INCDIR)/opcode/tic80.h
f204f752 294# end-sanitize-tic80
39620b71 295
add1fb05
SC
296tags etags: TAGS
297
298TAGS: force
299 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
300
42b4add9 301MOSTLYCLEAN = *.o core *.E *.p *.ip pic/*.o
d7ace307 302mostlyclean:
c840244e 303 rm -rf $(MOSTLYCLEAN)
add1fb05 304clean:
e0bf1022 305 rm -f *.a $(MOSTLYCLEAN) $(SHLIB) $(SHLINK) piclist stamp-piclist
c840244e 306distclean: clean
e0bf1022 307 rm -rf Makefile config.status TAGS config.cache config.h stamp-h \
42b4add9 308 pic stamp-picdir config.log
e0bf1022 309clobber realclean maintainer-clean: distclean
add1fb05
SC
310
311# Mark everything as depending on config.status, since the timestamp on
312# sysdep.h might actually move backwards if we reconfig and relink it
313# to a different hosts/h-xxx.h file. This will force a recompile anyway.
314RECONFIG = config.status
315
add1fb05
SC
316# This target should be invoked before building a new release.
317# 'VERSION' file must be present and contain a string of the form "x.y"
318#
319roll:
320 @V=`cat VERSION` ; \
321 MAJ=`sed 's/\..*//' VERSION` ; \
322 MIN=`sed 's/.*\.//' VERSION` ; \
323 V=$$MAJ.`expr $$MIN + 1` ; \
324 rm -f VERSION ; \
325 echo $$V >VERSION ; \
326 echo Version $$V
327
328# Dummy target to force execution of dependent targets.
329#
330force:
331
e0bf1022
ILT
332install: $(ALLLIBS)
333 for f in $(ALLLIBS); do \
6d76c71f
ILT
334 if [ "$$f" = "stamp-tshlink" ]; then \
335 continue; \
336 fi; \
337 tf=lib`echo $$f | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
338 rm -f $(libdir)/$$tf; \
e0bf1022 339 if [ "$$f" = "$(SHLINK)" ]; then \
6d76c71f 340 ts=lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
f76db60b 341 ln -s $$ts $(libdir)/$$tf; \
e0bf1022 342 elif [ "$$f" = "$(SHLIB)" ]; then \
42b4add9 343 @INSTALL_SHLIB@ \
e0bf1022 344 else \
6d76c71f
ILT
345 $(INSTALL_DATA) $$f $(libdir)/$$tf; \
346 $(RANLIB) $(libdir)/$$tf; \
347 chmod a-x $(libdir)/$$tf; \
e0bf1022
ILT
348 fi; \
349 done
794a16b0 350
824155e8
ILT
351Makefile: Makefile.in config.status
352 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
353
354config.h: stamp-h ; @true
355stamp-h: config.in config.status
356 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
40db6118 357
c8303271 358config.status: configure $(srcdir)/../bfd/configure.host $(srcdir)/../bfd/config.bfd $(srcdir)/../bfd/VERSION
40db6118 359 $(SHELL) config.status --recheck
add1fb05 360
e0bf1022
ILT
361stamp-picdir:
362 if [ -n "$(PICFLAG)" ] && [ ! -d pic ]; then \
363 mkdir pic; \
364 else true; fi
365 touch stamp-picdir
add1fb05 366
f76db60b
ILT
367# This dependency stuff is copied from BFD.
368
369.dep: dep.sed $(CFILES) $(HFILES) config.h
370 rm -f .dep1
371 $(MAKE) DEP=$(DEP) .dep1
372 sed -f dep.sed < .dep1 > .dep
373
374.dep1: $(CFILES)
375 rm -f .dep2 .dep2a
376 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
377 echo > .dep2a
378 $(DEP) -f .dep2a $(ALL_CFLAGS) $?
379 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
380 rm -f .dep2a
381 $(srcdir)/../move-if-change .dep2 .dep1
382
383dep.sed: dep-in.sed config.status
384 sed <$(srcdir)/dep-in.sed >dep.sed \
385 -e 's!@BFD_H@!$(BFD_H)!' \
386 -e 's!@INCDIR@!$(INCDIR)!' \
387 -e 's!@BFDDIR@!$(BFDDIR)!' \
388 -e 's!@SRCDIR@!$(srcdir)!'
389
390dep: .dep
391 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
392 cat .dep >> tmp-Makefile
393 $(srcdir)/../move-if-change tmp-Makefile Makefile
394
395dep-in: .dep
396 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
397 cat .dep >> tmp-Makefile.in
398 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
399
bb6dafe9
ILT
400.PHONY: dep dep-in
401
add1fb05
SC
402# What appears below is generated by a hacked mkdep using gcc -MM.
403
404# DO NOT DELETE THIS LINE -- mkdep uses it.
405# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
f76db60b
ILT
406a29k-dis.o: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
407 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
408alpha-dis.o: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
409 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
410alpha-opc.o: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
411 $(BFD_H)
412arm-dis.o: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h \
413 arm-opc.h
9c03036a
DE
414cgen-asm.o: cgen-asm.c config.h $(INCDIR)/ansidecl.h \
415 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/opcode/cgen.h
416cgen-dis.o: cgen-dis.c config.h $(INCDIR)/ansidecl.h \
417 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/opcode/cgen.h
418cgen-opc.o: cgen-opc.c config.h $(INCDIR)/ansidecl.h \
419 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/opcode/cgen.h
bb6dafe9
ILT
420d10v-dis.o: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
421 $(INCDIR)/dis-asm.h $(BFD_H)
f76db60b
ILT
422d10v-opc.o: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
423dis-buf.o: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
424 $(BFD_H)
425disassemble.o: disassemble.c $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h \
426 $(BFD_H)
427h8300-dis.o: h8300-dis.c $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h \
428 $(BFD_H) $(INCDIR)/ansidecl.h
429h8500-dis.o: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
430 $(BFD_H) $(INCDIR)/ansidecl.h
431hppa-dis.o: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
432 $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
433i386-dis.o: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
434 $(INCDIR)/ansidecl.h sysdep.h config.h
435i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
436 $(INCDIR)/ansidecl.h
9c03036a
DE
437m32r-asm.o: m32r-asm.c $(INCDIR)/ansidecl.h $(BFD_H) \
438 m32r-opc.h $(INCDIR)/opcode/cgen.h
439m32r-dis.o: m32r-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h \
440 $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
441m32r-opc.o: m32r-opc.c config.h $(INCDIR)/ansidecl.h \
442 $(INCDIR)/libiberty.h $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
f76db60b
ILT
443m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
444 $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
445m68k-opc.o: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
446m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
447 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
448mips-dis.o: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
449 $(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
450 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
451 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
452mips-opc.o: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
453mips16-opc.o: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
bb6dafe9 454m10200-dis.o: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
f76db60b 455 $(INCDIR)/dis-asm.h $(BFD_H)
bb6dafe9
ILT
456m10200-opc.o: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
457m10300-dis.o: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
f76db60b 458 $(INCDIR)/dis-asm.h $(BFD_H)
bb6dafe9 459m10300-opc.o: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
f76db60b
ILT
460ns32k-dis.o: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
461 sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
462ppc-dis.o: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
463 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
464ppc-opc.o: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
465sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
466 $(INCDIR)/ansidecl.h
bb6dafe9
ILT
467sparc-dis.o: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
468 config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
469 $(BFD_H) $(INCDIR)/libiberty.h
f76db60b
ILT
470sparc-opc.o: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
471w65-dis.o: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
472 $(BFD_H) $(INCDIR)/ansidecl.h
473z8k-dis.o: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
474 $(BFD_H) z8k-opc.h
475z8kgen.o: z8kgen.c sysdep.h config.h
add1fb05 476# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This page took 0.194507 seconds and 4 git commands to generate.