* cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
1 # Makefile.in generated automatically by automake 1.2 from Makefile.am
2
3 # Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
6
7
8 SHELL = @SHELL@
9
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
15
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
28
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32
33 top_builddir = .
34
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
39
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
45
46 NORMAL_INSTALL = true
47 PRE_INSTALL = true
48 POST_INSTALL = true
49 NORMAL_UNINSTALL = true
50 PRE_UNINSTALL = true
51 POST_UNINSTALL = true
52 build_alias = @build_alias@
53 build_triplet = @build@
54 host_alias = @host_alias@
55 host_triplet = @host@
56 target_alias = @target_alias@
57 target_triplet = @target@
58 AR = @AR@
59 BFD_MACHINES = @BFD_MACHINES@
60 CC = @CC@
61 EXEEXT = @EXEEXT@
62 HDEFINES = @HDEFINES@
63 LD = @LD@
64 LIBTOOL = @LIBTOOL@
65 LN_S = @LN_S@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 RANLIB = @RANLIB@
70 VERSION = @VERSION@
71 archdefs = @archdefs@
72
73 INCDIR = $(srcdir)/../include
74 BFDDIR = $(srcdir)/../bfd
75 DEP = mkdep
76
77 lib_LTLIBRARIES = libopcodes.la
78
79 # This is where bfd.h lives.
80 BFD_H = ../bfd/bfd.h
81
82 # Header files.
83 HFILES = \
84 arm-opc.h \
85 h8500-opc.h \
86 sh-opc.h \
87 sysdep.h \
88 w65-opc.h \
89 z8k-opc.h
90
91 # C source files that correspond to .o's.
92 CFILES = \
93 a29k-dis.c \
94 alpha-dis.c \
95 alpha-opc.c \
96 arm-dis.c \
97 cgen-asm.c \
98 cgen-dis.c \
99 cgen-opc.c \
100 d10v-dis.c \
101 d10v-opc.c \
102 dis-buf.c \
103 disassemble.c \
104 h8300-dis.c \
105 h8500-dis.c \
106 hppa-dis.c \
107 i386-dis.c \
108 i960-dis.c \
109 m32r-asm.c \
110 m32r-dis.c \
111 m32r-opc.c \
112 m68k-dis.c \
113 m68k-opc.c \
114 m88k-dis.c \
115 mips-dis.c \
116 mips-opc.c \
117 mips16-opc.c \
118 m10200-dis.c \
119 m10200-opc.c \
120 m10300-dis.c \
121 m10300-opc.c \
122 ns32k-dis.c \
123 ppc-dis.c \
124 ppc-opc.c \
125 sh-dis.c \
126 sparc-dis.c \
127 sparc-opc.c \
128 w65-dis.c \
129 z8k-dis.c \
130 z8kgen.c
131
132 ALL_MACHINES = \
133 a29k-dis.lo \
134 alpha-dis.lo \
135 alpha-opc.lo \
136 arc-dis.lo \
137 arc-opc.lo \
138 arm-dis.lo \
139 cgen-asm.lo \
140 cgen-dis.lo \
141 cgen-opc.lo \
142 d10v-dis.lo \
143 d10v-opc.lo \
144 $(start-sanitize-d30v) \
145 d30v-dis.lo \
146 d30v-opc.lo \
147 $(end-sanitize-d30v) \
148 h8300-dis.lo \
149 h8500-dis.lo \
150 hppa-dis.lo \
151 i386-dis.lo \
152 i960-dis.lo \
153 m32r-asm.lo \
154 m32r-dis.lo \
155 m32r-opc.lo \
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 mips-dis.lo \
164 mips-opc.lo \
165 mips16-opc.lo \
166 ppc-dis.lo \
167 ppc-opc.lo \
168 ns32k-dis.lo \
169 sh-dis.lo \
170 sparc-dis.lo \
171 sparc-opc.lo \
172 $(start-sanitize-tic80) \
173 tic80-dis.lo \
174 tic80-opc.lo \
175 $(end-sanitize-tic80) \
176 $(start-sanitize-sky) \
177 txvu-dis.lo \
178 txvu-opc.lo \
179 $(end-sanitize-sky) \
180 v850-dis.lo \
181 v850-opc.lo \
182 w65-dis.lo \
183 z8k-dis.lo
184
185 OFILES = @BFD_MACHINES@
186
187 INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@
188
189 libopcodes_la_SOURCES = dis-buf.c disassemble.c
190 libopcodes_la_DEPENDENCIES = $(OFILES)
191 libopcodes_la_LIBADD = $(OFILES)
192
193 # libtool will build .libs/libopcodes.a. We create libopcodes.a in
194 # the build directory so that we don't have to convert all the
195 # programs that use libopcodes.a simultaneously. This is a hack which
196 # should be removed if everything else starts using libtool. FIXME.
197
198 noinst_LIBRARIES = libopcodes.a
199
200 CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
201 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
202 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
203 CONFIG_HEADER = config.h
204 CONFIG_CLEAN_FILES =
205 LIBRARIES = $(noinst_LIBRARIES)
206
207
208 DEFS = @DEFS@ -I. -I$(srcdir) -I.
209 CPPFLAGS = @CPPFLAGS@
210 LDFLAGS = @LDFLAGS@
211 LIBS = @LIBS@
212 libopcodes_a_LIBADD =
213 libopcodes_a_SOURCES = libopcodes.a.c
214 libopcodes_a_OBJECTS = libopcodes.a.o
215 LTLIBRARIES = $(lib_LTLIBRARIES)
216
217 libopcodes_la_LDFLAGS =
218 libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo
219 CFLAGS = @CFLAGS@
220 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
221 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
222 LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
223 DIST_COMMON = ChangeLog Makefile.am Makefile.in acconfig.h acinclude.m4 \
224 aclocal.m4 config.in configure configure.in stamp-h.in
225
226
227 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
228
229 TAR = tar
230 GZIP = --best
231 SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
232 OBJECTS = libopcodes.a.o $(libopcodes_la_OBJECTS)
233
234 default: all
235
236 .SUFFIXES:
237 .SUFFIXES: .S .c .lo .o .s
238 $(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
239 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
240
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242 cd $(top_builddir) \
243 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
244
245 $(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
246 cd $(srcdir) && $(ACLOCAL)
247
248 config.status: $(srcdir)/configure
249 $(SHELL) ./config.status --recheck
250 $(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
251 cd $(srcdir) && $(AUTOCONF)
252
253 config.h: stamp-h ; @:
254 stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
255 cd $(top_builddir) \
256 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
257 $(SHELL) ./config.status
258 @echo timestamp > stamp-h
259 $(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
260 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
261 cd $(top_srcdir) && $(AUTOHEADER)
262 @echo timestamp > $(srcdir)/stamp-h.in
263
264 mostlyclean-hdr:
265
266 clean-hdr:
267
268 distclean-hdr:
269 rm -f config.h
270
271 maintainer-clean-hdr:
272
273 mostlyclean-noinstLIBRARIES:
274
275 clean-noinstLIBRARIES:
276 test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
277
278 distclean-noinstLIBRARIES:
279
280 maintainer-clean-noinstLIBRARIES:
281
282 .s.o:
283 $(COMPILE) -c $<
284
285 .S.o:
286 $(COMPILE) -c $<
287
288 .c.o:
289 $(COMPILE) -c $<
290
291 mostlyclean-compile:
292 rm -f *.o core
293
294 clean-compile:
295
296 distclean-compile:
297 rm -f *.tab.c
298
299 maintainer-clean-compile:
300
301 .c.lo:
302 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
303
304 # These are just copies of the above rule.
305 .s.lo:
306 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
307
308 .S.lo:
309 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
310
311 mostlyclean-libtool:
312 rm -f *.lo
313
314 clean-libtool:
315 rm -rf .libs
316
317 distclean-libtool:
318
319 maintainer-clean-libtool:
320
321 mostlyclean-libLTLIBRARIES:
322
323 clean-libLTLIBRARIES:
324 test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
325
326 distclean-libLTLIBRARIES:
327
328 maintainer-clean-libLTLIBRARIES:
329
330 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
331 @$(NORMAL_INSTALL)
332 $(mkinstalldirs) $(libdir)
333 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
334 if test -f $$p; then \
335 echo "$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p"; \
336 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(libdir)/$$p; \
337 else :; fi; \
338 done
339
340 uninstall-libLTLIBRARIES:
341 $(NORMAL_UNINSTALL)
342 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
343 $(LIBTOOL) --mode=uninstall rm -f $(libdir)/$$p; \
344 done
345
346 libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
347 $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
348
349 tags: TAGS
350
351 ID: $(HEADERS) $(SOURCES)
352 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
353
354 TAGS: $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES)
355 tags=; \
356 here=`pwd`; \
357 test -z "$(ETAGS_ARGS)config.in$(SOURCES)$(HEADERS)$$tags" \
358 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $(SOURCES) $(HEADERS) -o $$here/TAGS)
359
360 mostlyclean-tags:
361
362 clean-tags:
363
364 distclean-tags:
365 rm -f TAGS ID
366
367 maintainer-clean-tags:
368
369 distdir = $(PACKAGE)-$(VERSION)
370 top_distdir = $(distdir)
371
372 # This target untars the dist file and tries a VPATH configuration. Then
373 # it guarantees that the distribution is self-contained by making another
374 # tarfile.
375 distcheck: dist
376 rm -rf $(distdir)
377 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
378 mkdir $(distdir)/=build
379 mkdir $(distdir)/=inst
380 dc_install_base=`cd $(distdir)/=inst && pwd`; \
381 cd $(distdir)/=build \
382 && ../configure --srcdir=.. --prefix=$$dc_install_base \
383 && $(MAKE) \
384 && $(MAKE) dvi \
385 && $(MAKE) check \
386 && $(MAKE) install \
387 && $(MAKE) installcheck \
388 && $(MAKE) dist
389 rm -rf $(distdir)
390 @echo "========================"; \
391 echo "$(distdir).tar.gz is ready for distribution"; \
392 echo "========================"
393 dist: distdir
394 -chmod -R a+r $(distdir)
395 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
396 rm -rf $(distdir)
397 dist-all: distdir
398 -chmod -R a+r $(distdir)
399 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
400 rm -rf $(distdir)
401 distdir: $(DISTFILES)
402 rm -rf $(distdir)
403 mkdir $(distdir)
404 -chmod 777 $(distdir)
405 @for file in $(DISTFILES); do \
406 if test -f $$file; then d=.; else d=$(srcdir); fi; \
407 test -f $(distdir)/$$file \
408 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
409 || cp -p $$d/$$file $(distdir)/$$file; \
410 done
411 info:
412 dvi:
413 check: all
414 $(MAKE)
415 installcheck:
416 install-info:
417 install-exec: install-libLTLIBRARIES
418 @$(NORMAL_INSTALL)
419
420 install-data:
421 @$(NORMAL_INSTALL)
422
423 install: install-exec install-data all
424 @:
425
426 uninstall: uninstall-libLTLIBRARIES
427
428 all: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
429
430 install-strip:
431 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
432 installdirs:
433 $(mkinstalldirs) $(libdir)
434
435
436 mostlyclean-generic:
437 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
438
439 clean-generic:
440 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
441
442 distclean-generic:
443 rm -f Makefile $(DISTCLEANFILES)
444 rm -f config.cache config.log stamp-h stamp-h[0-9]*
445 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
446
447 maintainer-clean-generic:
448 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
449 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
450 mostlyclean: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
451 mostlyclean-compile mostlyclean-libtool \
452 mostlyclean-libLTLIBRARIES mostlyclean-tags \
453 mostlyclean-generic
454
455 clean: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
456 clean-libLTLIBRARIES clean-tags clean-generic \
457 mostlyclean
458
459 distclean: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
460 distclean-libtool distclean-libLTLIBRARIES \
461 distclean-tags distclean-generic clean
462 rm -f config.status
463 rm -f libtool
464
465 maintainer-clean: maintainer-clean-hdr maintainer-clean-noinstLIBRARIES \
466 maintainer-clean-compile maintainer-clean-libtool \
467 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
468 maintainer-clean-generic distclean
469 @echo "This command is intended for maintainers to use;"
470 @echo "it deletes files that may require special tools to rebuild."
471 rm -f config.status
472
473 .PHONY: default mostlyclean-hdr distclean-hdr clean-hdr \
474 maintainer-clean-hdr mostlyclean-noinstLIBRARIES \
475 distclean-noinstLIBRARIES clean-noinstLIBRARIES \
476 maintainer-clean-noinstLIBRARIES mostlyclean-compile distclean-compile \
477 clean-compile maintainer-clean-compile mostlyclean-libtool \
478 distclean-libtool clean-libtool maintainer-clean-libtool \
479 mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
480 clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
481 uninstall-libLTLIBRARIES install-libLTLIBRARIES tags mostlyclean-tags \
482 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
483 installcheck install-info install-exec install-data install uninstall \
484 all installdirs mostlyclean-generic distclean-generic clean-generic \
485 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
486
487
488 disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
489 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
490
491 stamp-lib: libopcodes.la
492 cp .libs/libopcodes.a libopcodes.tmp
493 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a
494 touch stamp-lib
495
496 libopcodes.a: stamp-lib ; @true
497
498 # start-sanitize-tic80
499 tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
500 $(INCDIR)/opcode/tic80.h
501 tic80-opc.lo: tic80-opc.c $(INCDIR)/opcode/tic80.h
502 # end-sanitize-tic80
503
504 # start-sanitize-sky
505 txvu-dis.lo: txvu-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
506 $(INCDIR)/opcode/txvu.h
507 txvu-opc.lo: txvu-opc.c $(INCDIR)/opcode/txvu.h
508 # end-sanitize-sky
509
510 # This dependency stuff is copied from BFD.
511
512 .dep: dep.sed $(CFILES) $(HFILES) config.h
513 rm -f .dep1
514 $(MAKE) DEP=$(DEP) .dep1
515 sed -f dep.sed < .dep1 > .dep
516
517 .dep1: $(CFILES)
518 rm -f .dep2 .dep2a
519 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
520 echo > .dep2a
521 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
522 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
523 rm -f .dep2a
524 $(srcdir)/../move-if-change .dep2 .dep1
525
526 dep.sed: dep-in.sed config.status
527 sed <$(srcdir)/dep-in.sed >dep.sed \
528 -e 's!@BFD_H@!$(BFD_H)!' \
529 -e 's!@INCDIR@!$(INCDIR)!' \
530 -e 's!@BFDDIR@!$(BFDDIR)!' \
531 -e 's!@SRCDIR@!$(srcdir)!'
532
533 dep: .dep
534 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
535 cat .dep >> tmp-Makefile
536 $(srcdir)/../move-if-change tmp-Makefile Makefile
537
538 dep-in: .dep
539 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
540 cat .dep >> tmp-Makefile.in
541 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
542
543 dep-am: .dep
544 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
545 cat .dep >> tmp-Makefile.am
546 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
547
548 .PHONY: dep dep-in dep-am
549
550 # What appears below is generated by a hacked mkdep using gcc -MM.
551
552 # DO NOT DELETE THIS LINE -- mkdep uses it.
553 # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
554 a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
555 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
556 alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
557 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
558 alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
559 $(BFD_H)
560 arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
561 $(INCDIR)/ansidecl.h arm-opc.h
562 cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
563 $(BFD_H) $(INCDIR)/opcode/cgen.h
564 cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
565 $(BFD_H) $(INCDIR)/opcode/cgen.h
566 cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
567 $(BFD_H) $(INCDIR)/opcode/cgen.h
568 d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
569 $(INCDIR)/dis-asm.h $(BFD_H)
570 d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
571 dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
572 $(BFD_H)
573 disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
574 $(INCDIR)/dis-asm.h $(BFD_H)
575 h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
576 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h
577 h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
578 $(BFD_H) $(INCDIR)/ansidecl.h
579 hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
580 $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
581 i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
582 $(INCDIR)/ansidecl.h sysdep.h config.h
583 i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
584 $(INCDIR)/ansidecl.h
585 m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
586 m32r-opc.h $(INCDIR)/opcode/cgen.h
587 m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
588 $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
589 m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
590 $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
591 m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
592 $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
593 m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
594 m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
595 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
596 mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
597 $(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
598 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
599 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
600 mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
601 mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
602 m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
603 $(INCDIR)/dis-asm.h $(BFD_H)
604 m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
605 m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
606 $(INCDIR)/dis-asm.h $(BFD_H)
607 m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
608 ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
609 sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
610 ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
611 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
612 ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
613 sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
614 $(INCDIR)/ansidecl.h
615 sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
616 config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
617 $(BFD_H) $(INCDIR)/libiberty.h
618 sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
619 w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
620 $(BFD_H) $(INCDIR)/ansidecl.h
621 z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
622 $(BFD_H) z8k-opc.h
623 z8kgen.lo: z8kgen.c sysdep.h config.h
624 # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
625
626 # Tell versions [3.59,3.63) of GNU make to not export all variables.
627 # Otherwise a system limit (for SysV at least) may be exceeded.
628 .NOEXPORT:
This page took 0.043097 seconds and 5 git commands to generate.