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