2002-03-15 Chris G. Demetriou <cgd@broadcom.com>
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
2c73f9d8 1# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
252b5132 2
2c73f9d8 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
252b5132
RH
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
a2d91340 13
252b5132
RH
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
a2d91340 49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
252b5132
RH
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AR = @AR@
67AS = @AS@
68BFD_MACHINES = @BFD_MACHINES@
69CATALOGS = @CATALOGS@
70CATOBJEXT = @CATOBJEXT@
71CC = @CC@
dc62a253 72CC_FOR_BUILD = @CC_FOR_BUILD@
ed265386
NC
73CXX = @CXX@
74CXXCPP = @CXXCPP@
252b5132
RH
75DATADIRNAME = @DATADIRNAME@
76DLLTOOL = @DLLTOOL@
77EXEEXT = @EXEEXT@
dc62a253 78EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
09919455
NC
79GCJ = @GCJ@
80GCJFLAGS = @GCJFLAGS@
252b5132
RH
81GMOFILES = @GMOFILES@
82GMSGFMT = @GMSGFMT@
83GT_NO = @GT_NO@
84GT_YES = @GT_YES@
85HDEFINES = @HDEFINES@
86INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
87INSTOBJEXT = @INSTOBJEXT@
88INTLDEPS = @INTLDEPS@
89INTLLIBS = @INTLLIBS@
90INTLOBJS = @INTLOBJS@
252b5132
RH
91LIBTOOL = @LIBTOOL@
92LN_S = @LN_S@
93MAINT = @MAINT@
94MAKEINFO = @MAKEINFO@
95MKINSTALLDIRS = @MKINSTALLDIRS@
96MSGFMT = @MSGFMT@
a74801ba 97OBJDUMP = @OBJDUMP@
ed265386 98OBJEXT = @OBJEXT@
252b5132
RH
99PACKAGE = @PACKAGE@
100POFILES = @POFILES@
101POSUB = @POSUB@
102RANLIB = @RANLIB@
ed265386 103STRIP = @STRIP@
252b5132
RH
104USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
105USE_NLS = @USE_NLS@
252b5132
RH
106VERSION = @VERSION@
107WIN32LDFLAGS = @WIN32LDFLAGS@
108WIN32LIBADD = @WIN32LIBADD@
109archdefs = @archdefs@
6e31aea3 110cgendir = @cgendir@
252b5132
RH
111l = @l@
112
113AUTOMAKE_OPTIONS = cygnus
114
115SUBDIRS = po
116
117INCDIR = $(srcdir)/../include
118BFDDIR = $(srcdir)/../bfd
41b49281 119MKDEP = gcc -MM
252b5132 120
a2d91340
AC
121WARN_CFLAGS = @WARN_CFLAGS@
122AM_CFLAGS = $(WARN_CFLAGS)
123
252b5132
RH
124lib_LTLIBRARIES = libopcodes.la
125
126# This is where bfd.h lives.
127BFD_H = ../bfd/bfd.h
128
0ab71ce3
NC
129# This is where libiberty lives.
130LIBIBERTY = ../libiberty/libiberty.a
131
252b5132
RH
132# Header files.
133HFILES = \
134 arm-opc.h \
135 fr30-desc.h fr30-opc.h \
136 h8500-opc.h \
137 m32r-desc.h m32r-opc.h \
138 mcore-opc.h \
87e6d782 139 openrisc-desc.h openrisc-opc.h \
252b5132
RH
140 sh-opc.h \
141 sysdep.h \
800eeca4
JW
142 ia64-asmtab.h \
143 ia64-opc.h \
d28847ce 144 sh64-opc.h \
252b5132 145 w65-opc.h \
93fbbb04 146 xstormy16-desc.h xstormy16-opc.h \
252b5132
RH
147 z8k-opc.h
148
149
150# C source files that correspond to .o's.
151CFILES = \
152 a29k-dis.c \
153 alpha-dis.c \
154 alpha-opc.c \
71f22174
AS
155 arc-dis.c \
156 arc-opc.c \
0d2bcfaf 157 arc-ext.c \
252b5132 158 arm-dis.c \
832ddf62 159 avr-dis.c \
252b5132
RH
160 cgen-asm.c \
161 cgen-dis.c \
162 cgen-opc.c \
6c95a37f
HPN
163 cris-dis.c \
164 cris-opc.c \
252b5132
RH
165 d10v-dis.c \
166 d10v-opc.c \
167 d30v-dis.c \
168 d30v-opc.c \
169 dis-buf.c \
170 disassemble.c \
171 fr30-asm.c \
172 fr30-desc.c \
173 fr30-dis.c \
174 fr30-ibld.c \
175 fr30-opc.c \
176 h8300-dis.c \
177 h8500-dis.c \
178 hppa-dis.c \
5b93d8bb
AM
179 i370-dis.c \
180 i370-opc.c \
252b5132 181 i386-dis.c \
9d751335 182 i860-dis.c \
252b5132 183 i960-dis.c \
800eeca4
JW
184 ia64-dis.c \
185 ia64-opc-a.c \
186 ia64-opc-b.c \
187 ia64-opc-f.c \
188 ia64-opc-i.c \
189 ia64-opc-m.c \
190 ia64-opc-d.c \
191 ia64-opc.c \
192 ia64-gen.c \
193 ia64-asmtab.c \
252b5132
RH
194 m32r-asm.c \
195 m32r-desc.c \
196 m32r-dis.c \
197 m32r-ibld.c \
198 m32r-opc.c \
199 m32r-opinst.c \
60bcf0fa
NC
200 m68hc11-dis.c \
201 m68hc11-opc.c \
252b5132
RH
202 m68k-dis.c \
203 m68k-opc.c \
204 m88k-dis.c \
205 mcore-dis.c \
206 mips-dis.c \
207 mips-opc.c \
208 mips16-opc.c \
209 m10200-dis.c \
210 m10200-opc.c \
211 m10300-dis.c \
212 m10300-opc.c \
3c3bdf30
NC
213 mmix-dis.c \
214 mmix-opc.c \
252b5132 215 ns32k-dis.c \
87e6d782
NC
216 openrisc-asm.c \
217 openrisc-desc.c \
218 openrisc-dis.c \
219 openrisc-ibld.c \
220 openrisc-opc.c \
3b16e843
NC
221 or32-dis.c \
222 or32-opc.c \
e135f41b
NC
223 pdp11-dis.c \
224 pdp11-opc.c \
1e608f98
ILT
225 pj-dis.c \
226 pj-opc.c \
252b5132
RH
227 ppc-dis.c \
228 ppc-opc.c \
b6849f55 229 s390-mkopc.c \
a85d7ed0
NC
230 s390-opc.c \
231 s390-dis.c \
252b5132
RH
232 sh-dis.c \
233 sparc-dis.c \
234 sparc-opc.c \
235 tic30-dis.c \
5c84d377
TW
236 tic54x-dis.c \
237 tic54x-opc.c \
252b5132
RH
238 tic80-dis.c \
239 tic80-opc.c \
71f22174
AS
240 v850-dis.c \
241 v850-opc.c \
252b5132 242 vax-dis.c \
d28847ce
AO
243 sh64-dis.c \
244 sh64-opc.c \
252b5132 245 w65-dis.c \
93fbbb04
GK
246 xstormy16-asm.c \
247 xstormy16-desc.c \
248 xstormy16-dis.c \
249 xstormy16-ibld.c \
250 xstormy16-opc.c \
252b5132
RH
251 z8k-dis.c \
252 z8kgen.c
253
254
255ALL_MACHINES = \
256 a29k-dis.lo \
257 alpha-dis.lo \
258 alpha-opc.lo \
259 arc-dis.lo \
260 arc-opc.lo \
0d2bcfaf 261 arc-ext.lo \
252b5132 262 arm-dis.lo \
832ddf62 263 avr-dis.lo \
252b5132
RH
264 cgen-asm.lo \
265 cgen-dis.lo \
266 cgen-opc.lo \
6c95a37f
HPN
267 cris-dis.lo \
268 cris-opc.lo \
252b5132
RH
269 d10v-dis.lo \
270 d10v-opc.lo \
271 d30v-dis.lo \
272 d30v-opc.lo \
273 fr30-asm.lo \
274 fr30-desc.lo \
275 fr30-dis.lo \
276 fr30-ibld.lo \
277 fr30-opc.lo \
278 h8300-dis.lo \
279 h8500-dis.lo \
280 hppa-dis.lo \
281 i386-dis.lo \
5b93d8bb
AM
282 i370-dis.lo \
283 i370-opc.lo \
9d751335 284 i860-dis.lo \
252b5132 285 i960-dis.lo \
800eeca4
JW
286 ia64-dis.lo \
287 ia64-opc.lo \
252b5132
RH
288 m32r-asm.lo \
289 m32r-desc.lo \
290 m32r-dis.lo \
291 m32r-ibld.lo \
292 m32r-opc.lo \
293 m32r-opinst.lo \
60bcf0fa
NC
294 m68hc11-dis.lo \
295 m68hc11-opc.lo \
252b5132
RH
296 m68k-dis.lo \
297 m68k-opc.lo \
298 m88k-dis.lo \
299 m10200-dis.lo \
300 m10200-opc.lo \
301 m10300-dis.lo \
302 m10300-opc.lo \
303 mcore-dis.lo \
304 mips-dis.lo \
305 mips-opc.lo \
306 mips16-opc.lo \
3c3bdf30
NC
307 mmix-dis.lo \
308 mmix-opc.lo \
e135f41b 309 ns32k-dis.lo \
87e6d782
NC
310 openrisc-asm.lo \
311 openrisc-desc.lo \
312 openrisc-dis.lo \
313 openrisc-ibld.lo \
314 openrisc-opc.lo \
3b16e843
NC
315 or32-dis.lo \
316 or32-opc.lo \
e135f41b
NC
317 pdp11-dis.lo \
318 pdp11-opc.lo \
1e608f98
ILT
319 pj-dis.lo \
320 pj-opc.lo \
252b5132
RH
321 ppc-dis.lo \
322 ppc-opc.lo \
a85d7ed0
NC
323 s390-dis.lo \
324 s390-opc.lo \
252b5132
RH
325 sh-dis.lo \
326 sparc-dis.lo \
327 sparc-opc.lo \
328 tic30-dis.lo \
5c84d377
TW
329 tic54x-dis.lo \
330 tic54x-opc.lo \
252b5132
RH
331 tic80-dis.lo \
332 tic80-opc.lo \
333 v850-dis.lo \
334 v850-opc.lo \
335 vax-dis.lo \
d28847ce
AO
336 sh64-dis.lo \
337 sh64-opc.lo \
252b5132 338 w65-dis.lo \
93fbbb04
GK
339 xstormy16-asm.lo \
340 xstormy16-desc.lo \
341 xstormy16-dis.lo \
342 xstormy16-ibld.lo \
343 xstormy16-opc.lo \
252b5132
RH
344 z8k-dis.lo
345
346
347OFILES = @BFD_MACHINES@
348
349INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
350
351libopcodes_la_SOURCES = dis-buf.c disassemble.c
352libopcodes_la_DEPENDENCIES = $(OFILES)
353libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
354libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
355
356# libtool will build .libs/libopcodes.a. We create libopcodes.a in
357# the build directory so that we don't have to convert all the
358# programs that use libopcodes.a simultaneously. This is a hack which
359# should be removed if everything else starts using libtool. FIXME.
360
361noinst_LIBRARIES = libopcodes.a
362
363POTFILES = $(HFILES) $(CFILES)
364
365CLEANFILES = \
87e6d782 366 stamp-m32r stamp-fr30 stamp-openrisc \
93fbbb04 367 stamp-xstormy16 \
0bdaf48b 368 libopcodes.a stamp-lib dep.sed DEP DEPA DEP1 DEP2
252b5132 369
6e31aea3
BE
370
371CGENDIR = @cgendir@
4a3264e6 372CPUDIR = $(CGENDIR)/cpu
6e31aea3
BE
373CGEN = `if test -f ../guile/libguile/guile ; then echo ../guile/libguile/guile; else echo guile ; fi`
374CGENFLAGS = -v
375
376CGENDEPS = ../cgen/stamp-cgen \
377 $(CGENDIR)/desc.scm $(CGENDIR)/desc-cpu.scm \
378 $(CGENDIR)/opcodes.scm $(CGENDIR)/opc-asmdis.scm \
379 $(CGENDIR)/opc-ibld.scm $(CGENDIR)/opc-itab.scm \
380 $(CGENDIR)/opc-opinst.scm \
381 cgen-asm.in cgen-dis.in cgen-ibld.in
382
383@CGEN_MAINT_TRUE@M32R_DEPS = @CGEN_MAINT_TRUE@stamp-m32r
384@CGEN_MAINT_FALSE@M32R_DEPS =
385@CGEN_MAINT_TRUE@FR30_DEPS = @CGEN_MAINT_TRUE@stamp-fr30
386@CGEN_MAINT_FALSE@FR30_DEPS =
87e6d782
NC
387@CGEN_MAINT_TRUE@OPENRISC_DEPS = @CGEN_MAINT_TRUE@stamp-openrisc
388@CGEN_MAINT_FALSE@OPENRISC_DEPS =
93fbbb04
GK
389@CGEN_MAINT_TRUE@XSTORMY16_DEPS = @CGEN_MAINT_TRUE@stamp-xstormy16
390@CGEN_MAINT_FALSE@XSTORMY16_DEPS =
252b5132
RH
391ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
392mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
393CONFIG_HEADER = config.h
394CONFIG_CLEAN_FILES =
395LIBRARIES = $(noinst_LIBRARIES)
396
397
398DEFS = @DEFS@ -I. -I$(srcdir) -I.
399CPPFLAGS = @CPPFLAGS@
400LDFLAGS = @LDFLAGS@
401LIBS = @LIBS@
402libopcodes_a_LIBADD =
403libopcodes_a_SOURCES = libopcodes.a.c
ed265386 404libopcodes_a_OBJECTS = libopcodes.a.$(OBJEXT)
252b5132
RH
405LTLIBRARIES = $(lib_LTLIBRARIES)
406
a2d91340
AC
407libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo
408CFLAGS = @CFLAGS@
252b5132
RH
409COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
410LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
411CCLD = $(CC)
a2d91340
AC
412LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
413DIST_COMMON = ./stamp-h.in ChangeLog Makefile.am Makefile.in \
414acinclude.m4 aclocal.m4 config.in configure configure.in
252b5132
RH
415
416
a2d91340 417DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
252b5132 418
263de010 419TAR = gtar
252b5132
RH
420GZIP_ENV = --best
421SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
ed265386 422OBJECTS = libopcodes.a.$(OBJEXT) $(libopcodes_la_OBJECTS)
252b5132
RH
423
424all: all-redirect
425.SUFFIXES:
ed265386 426.SUFFIXES: .S .c .lo .o .obj .s
252b5132
RH
427$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
428 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
429
430Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431 cd $(top_builddir) \
432 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
433
434$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
435 cd $(srcdir) && $(ACLOCAL)
436$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
437 cd $(srcdir) && $(AUTOCONF)
438
439config.h: stamp-h
440 @if test ! -f $@; then \
441 rm -f stamp-h; \
442 $(MAKE) stamp-h; \
443 else :; fi
444stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
445 cd $(top_builddir) \
446 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
447 $(SHELL) ./config.status
a2d91340
AC
448 @echo timestamp > stamp-h 2> /dev/null
449$(srcdir)/config.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
252b5132 450 @if test ! -f $@; then \
a2d91340
AC
451 rm -f $(srcdir)/stamp-h.in; \
452 $(MAKE) $(srcdir)/stamp-h.in; \
252b5132 453 else :; fi
a2d91340 454$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
252b5132 455 cd $(top_srcdir) && $(AUTOHEADER)
a2d91340 456 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
252b5132
RH
457
458mostlyclean-hdr:
459
460clean-hdr:
461
462distclean-hdr:
463 -rm -f config.h
464
465maintainer-clean-hdr:
466
467mostlyclean-noinstLIBRARIES:
468
469clean-noinstLIBRARIES:
470 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
471
472distclean-noinstLIBRARIES:
473
474maintainer-clean-noinstLIBRARIES:
475
a2d91340
AC
476.c.o:
477 $(COMPILE) -c $<
478
ed265386
NC
479# FIXME: We should only use cygpath when building on Windows,
480# and only if it is available.
481.c.obj:
482 $(COMPILE) -c `cygpath -w $<`
483
a2d91340
AC
484.s.o:
485 $(COMPILE) -c $<
486
487.S.o:
488 $(COMPILE) -c $<
489
252b5132
RH
490mostlyclean-compile:
491 -rm -f *.o core *.core
ed265386 492 -rm -f *.$(OBJEXT)
252b5132
RH
493
494clean-compile:
495
496distclean-compile:
497 -rm -f *.tab.c
498
499maintainer-clean-compile:
500
a2d91340
AC
501.c.lo:
502 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
503
504.s.lo:
505 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
506
507.S.lo:
508 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
509
252b5132
RH
510mostlyclean-libtool:
511 -rm -f *.lo
512
513clean-libtool:
514 -rm -rf .libs _libs
515
516distclean-libtool:
517
518maintainer-clean-libtool:
519
520mostlyclean-libLTLIBRARIES:
521
522clean-libLTLIBRARIES:
523 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
524
525distclean-libLTLIBRARIES:
526
527maintainer-clean-libLTLIBRARIES:
528
529install-libLTLIBRARIES: $(lib_LTLIBRARIES)
530 @$(NORMAL_INSTALL)
531 $(mkinstalldirs) $(DESTDIR)$(libdir)
532 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
533 if test -f $$p; then \
a2d91340
AC
534 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
535 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
252b5132
RH
536 else :; fi; \
537 done
538
539uninstall-libLTLIBRARIES:
540 @$(NORMAL_UNINSTALL)
a2d91340 541 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
252b5132
RH
542 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
543 done
544
545libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
546 $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
547
548# This directory's subdirectories are mostly independent; you can cd
549# into them and run `make' without going through this Makefile.
550# To change the values of `make' variables: instead of editing Makefiles,
551# (1) if the variable is set in `config.status', edit `config.status'
552# (which will cause the Makefiles to be regenerated when you run `make');
553# (2) otherwise, pass the desired values on the `make' command line.
554
a2d91340
AC
555@SET_MAKE@
556
252b5132
RH
557all-recursive install-data-recursive install-exec-recursive \
558installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
559check-recursive installcheck-recursive info-recursive dvi-recursive:
560 @set fnord $(MAKEFLAGS); amf=$$2; \
561 dot_seen=no; \
562 target=`echo $@ | sed s/-recursive//`; \
563 list='$(SUBDIRS)'; for subdir in $$list; do \
564 echo "Making $$target in $$subdir"; \
565 if test "$$subdir" = "."; then \
566 dot_seen=yes; \
567 local_target="$$target-am"; \
568 else \
569 local_target="$$target"; \
570 fi; \
571 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
572 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
573 done; \
574 if test "$$dot_seen" = "no"; then \
575 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
576 fi; test -z "$$fail"
577
578mostlyclean-recursive clean-recursive distclean-recursive \
579maintainer-clean-recursive:
580 @set fnord $(MAKEFLAGS); amf=$$2; \
581 dot_seen=no; \
582 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
583 rev="$$subdir $$rev"; \
2c73f9d8 584 test "$$subdir" != "." || dot_seen=yes; \
252b5132
RH
585 done; \
586 test "$$dot_seen" = "no" && rev=". $$rev"; \
587 target=`echo $@ | sed s/-recursive//`; \
588 for subdir in $$rev; do \
589 echo "Making $$target in $$subdir"; \
590 if test "$$subdir" = "."; then \
591 local_target="$$target-am"; \
592 else \
593 local_target="$$target"; \
594 fi; \
595 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
596 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
597 done && test -z "$$fail"
598tags-recursive:
599 list='$(SUBDIRS)'; for subdir in $$list; do \
600 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
601 done
602
603tags: TAGS
604
a2d91340
AC
605ID: $(HEADERS) $(SOURCES) $(LISP)
606 list='$(SOURCES) $(HEADERS)'; \
607 unique=`for i in $$list; do echo $$i; done | \
608 awk ' { files[$$0] = 1; } \
252b5132 609 END { for (i in files) print i; }'`; \
a2d91340
AC
610 here=`pwd` && cd $(srcdir) \
611 && mkid -f$$here/ID $$unique $(LISP)
252b5132 612
a2d91340 613TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
252b5132
RH
614 tags=; \
615 here=`pwd`; \
616 list='$(SUBDIRS)'; for subdir in $$list; do \
617 if test "$$subdir" = .; then :; else \
618 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
619 fi; \
620 done; \
a2d91340
AC
621 list='$(SOURCES) $(HEADERS)'; \
622 unique=`for i in $$list; do echo $$i; done | \
623 awk ' { files[$$0] = 1; } \
252b5132
RH
624 END { for (i in files) print i; }'`; \
625 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
a2d91340 626 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
252b5132
RH
627
628mostlyclean-tags:
629
630clean-tags:
631
632distclean-tags:
633 -rm -f TAGS ID
634
635maintainer-clean-tags:
636
637distdir = $(PACKAGE)-$(VERSION)
638top_distdir = $(distdir)
639
640# This target untars the dist file and tries a VPATH configuration. Then
641# it guarantees that the distribution is self-contained by making another
642# tarfile.
643distcheck: dist
a2d91340
AC
644 -rm -rf $(distdir)
645 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
252b5132
RH
646 mkdir $(distdir)/=build
647 mkdir $(distdir)/=inst
a2d91340
AC
648 dc_install_base=`cd $(distdir)/=inst && pwd`; \
649 cd $(distdir)/=build \
252b5132
RH
650 && ../configure --srcdir=.. --prefix=$$dc_install_base \
651 && $(MAKE) $(AM_MAKEFLAGS) \
652 && $(MAKE) $(AM_MAKEFLAGS) dvi \
653 && $(MAKE) $(AM_MAKEFLAGS) check \
654 && $(MAKE) $(AM_MAKEFLAGS) install \
655 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
a2d91340
AC
656 && $(MAKE) $(AM_MAKEFLAGS) dist
657 -rm -rf $(distdir)
252b5132
RH
658 @banner="$(distdir).tar.gz is ready for distribution"; \
659 dashes=`echo "$$banner" | sed s/./=/g`; \
660 echo "$$dashes"; \
661 echo "$$banner"; \
662 echo "$$dashes"
663dist: distdir
a2d91340
AC
664 -chmod -R a+r $(distdir)
665 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
666 -rm -rf $(distdir)
252b5132 667dist-all: distdir
a2d91340
AC
668 -chmod -R a+r $(distdir)
669 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
670 -rm -rf $(distdir)
252b5132 671distdir: $(DISTFILES)
a2d91340 672 -rm -rf $(distdir)
252b5132 673 mkdir $(distdir)
a2d91340 674 -chmod 777 $(distdir)
252b5132
RH
675 @for file in $(DISTFILES); do \
676 if test -f $$file; then d=.; else d=$(srcdir); fi; \
677 if test -d $$d/$$file; then \
a2d91340 678 cp -pr $$d/$$file $(distdir)/$$file; \
252b5132
RH
679 else \
680 test -f $(distdir)/$$file \
a2d91340
AC
681 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
682 || cp -p $$d/$$file $(distdir)/$$file || :; \
252b5132
RH
683 fi; \
684 done
685 for subdir in $(SUBDIRS); do \
686 if test "$$subdir" = .; then :; else \
687 test -d $(distdir)/$$subdir \
688 || mkdir $(distdir)/$$subdir \
689 || exit 1; \
a2d91340 690 chmod 777 $(distdir)/$$subdir; \
252b5132
RH
691 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
692 || exit 1; \
693 fi; \
694 done
695info-am:
696info: info-recursive
697dvi-am:
698dvi: dvi-recursive
699check-am:
700check: check-recursive
701installcheck-am:
702installcheck: installcheck-recursive
703install-info-am:
704install-info: install-info-recursive
705all-recursive-am: config.h
706 $(MAKE) $(AM_MAKEFLAGS) all-recursive
707
708install-exec-am: install-libLTLIBRARIES
709install-exec: install-exec-recursive
710
263de010 711install-data-am: install-data-local
252b5132
RH
712install-data: install-data-recursive
713
714install-am: all-am
715 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
716install: install-recursive
717uninstall-am: uninstall-libLTLIBRARIES
718uninstall: uninstall-recursive
719all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
720all-redirect: all-recursive-am
721install-strip:
a2d91340 722 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252b5132
RH
723installdirs: installdirs-recursive
724installdirs-am:
725 $(mkinstalldirs) $(DESTDIR)$(libdir)
726
727
728mostlyclean-generic:
729
730clean-generic:
731 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
732
733distclean-generic:
734 -rm -f Makefile $(CONFIG_CLEAN_FILES)
735 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
736
737maintainer-clean-generic:
738mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
739 mostlyclean-compile mostlyclean-libtool \
740 mostlyclean-libLTLIBRARIES mostlyclean-tags \
741 mostlyclean-generic
742
743mostlyclean: mostlyclean-recursive
744
745clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
746 clean-libLTLIBRARIES clean-tags clean-generic \
747 mostlyclean-am
748
749clean: clean-recursive
750
751distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
752 distclean-libtool distclean-libLTLIBRARIES \
753 distclean-tags distclean-generic clean-am
754 -rm -f libtool
755
756distclean: distclean-recursive
757 -rm -f config.status
758
759maintainer-clean-am: maintainer-clean-hdr \
760 maintainer-clean-noinstLIBRARIES \
761 maintainer-clean-compile maintainer-clean-libtool \
762 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
763 maintainer-clean-generic distclean-am
764 @echo "This command is intended for maintainers to use;"
765 @echo "it deletes files that may require special tools to rebuild."
766
767maintainer-clean: maintainer-clean-recursive
768 -rm -f config.status
769
770.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
771mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
772clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
773mostlyclean-compile distclean-compile clean-compile \
774maintainer-clean-compile mostlyclean-libtool distclean-libtool \
775clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
776distclean-libLTLIBRARIES clean-libLTLIBRARIES \
777maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
a2d91340
AC
778install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
779install-exec-recursive uninstall-exec-recursive installdirs-recursive \
780uninstalldirs-recursive all-recursive check-recursive \
781installcheck-recursive info-recursive dvi-recursive \
782mostlyclean-recursive distclean-recursive clean-recursive \
252b5132
RH
783maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
784distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
785dvi-am dvi check check-am installcheck-am installcheck install-info-am \
786install-info all-recursive-am install-exec-am install-exec \
263de010
NC
787install-data-local install-data-am install-data install-am install \
788uninstall-am uninstall all-redirect all-am all installdirs-am \
789installdirs mostlyclean-generic distclean-generic clean-generic \
790maintainer-clean-generic clean mostlyclean distclean maintainer-clean
252b5132
RH
791
792
793disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
794 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
795
796stamp-lib: libopcodes.la
e56f75e9
ILT
797 libtooldir=`$(LIBTOOL) --config | sed -n -e 's/^objdir=//p'`; \
798 if [ -f $$libtooldir/libopcodes.a ]; then \
799 cp $$libtooldir/libopcodes.a libopcodes.tmp; \
847ee773 800 $(RANLIB) libopcodes.tmp; \
252b5132
RH
801 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
802 else true; fi
803 touch stamp-lib
804
805libopcodes.a: stamp-lib ; @true
806po/POTFILES.in: @MAINT@ Makefile
807 for file in $(POTFILES); do echo $$file; done | sort > tmp \
808 && mv tmp $(srcdir)/po/POTFILES.in
809
810# We should reconfigure whenever bfd/configure.in changes, because
811# that's where the version number comes from.
812config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
813 $(SHELL) ./config.status --recheck
814
263de010
NC
815# Install libopcodes include file.
816install-data-local:
817 @$(NORMAL_INSTALL)
818 $(mkinstalldirs) $(DESTDIR)$(includedir)
819 $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(includedir)/dis-asm.h
820
6e31aea3
BE
821run-cgen:
822 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGEN) \
823 $(CGENDIR) "$(CGENFLAGS)" $(arch) $(prefix) \
824 "$(options)" $(extrafiles)
825 touch stamp-${prefix}
826.PHONY: run-cgen
827
828# For now, require developers to configure with --enable-cgen-maint.
829$(srcdir)/m32r-desc.h $(srcdir)/m32r-desc.c $(srcdir)/m32r-opc.h $(srcdir)/m32r-opc.c $(srcdir)/m32r-ibld.c $(srcdir)/m32r-opinst.c $(srcdir)/m32r-asm.c $(srcdir)/m32r-dis.c: $(M32R_DEPS)
ed265386 830 @true
4a3264e6 831stamp-m32r: $(CGENDEPS) $(CPUDIR)/m32r.cpu $(CPUDIR)/m32r.opc
6e31aea3
BE
832 $(MAKE) run-cgen arch=m32r prefix=m32r options=opinst extrafiles=opinst
833
834$(srcdir)/fr30-desc.h $(srcdir)/fr30-desc.c $(srcdir)/fr30-opc.h $(srcdir)/fr30-opc.c $(srcdir)/fr30-ibld.c $(srcdir)/fr30-asm.c $(srcdir)/fr30-dis.c: $(FR30_DEPS)
835 @true
4a3264e6 836stamp-fr30: $(CGENDEPS) $(CPUDIR)/fr30.cpu $(CPUDIR)/fr30.opc
6e31aea3
BE
837 $(MAKE) run-cgen arch=fr30 prefix=fr30 options= extrafiles=
838
d28847ce
AO
839sh64-opc.lo: sh64-opc.c sh64-opc.h
840sh64-dis.lo: sh64-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
841 sh64-opc.h $(INCDIR)/dis-asm.h $(BFD_H) opintl.h
842
87e6d782
NC
843$(srcdir)/openrisc-desc.h $(srcdir)/openrisc-desc.c $(srcdir)/openrisc-opc.h $(srcdir)/openrisc-opc.c $(srcdir)/openrisc-ibld.c $(srcdir)/openrisc-asm.c $(srcdir)/openrisc-dis.c: $(OPENRISC_DEPS)
844 @true
4a3264e6 845stamp-openrisc: $(CGENDEPS) $(CPUDIR)/openrisc.cpu $(CPUDIR)/openrisc.opc
87e6d782
NC
846 $(MAKE) run-cgen arch=openrisc prefix=openrisc options= extrafiles=
847
93fbbb04
GK
848$(srcdir)/xstormy16-desc.h $(srcdir)/xstormy16-desc.c $(srcdir)/xstormy16-opc.h $(srcdir)/xstormy16-opc.c $(srcdir)/xstormy16-ibld.c $(srcdir)/xstormy16-asm.c $(srcdir)/xstormy16-dis.c: $(XSTORMY16_DEPS)
849 @true
850stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc
851 $(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= extrafiles=
852
0ab71ce3
NC
853ia64-gen: ia64-gen.o
854 $(LINK) ia64-gen.o $(LIBIBERTY)
855
856ia64-gen.o: ia64-gen.c ia64-opc.c ia64-opc-a.c ia64-opc-b.c ia64-opc-f.c \
857 ia64-opc-i.c ia64-opc-m.c ia64-opc-d.c ia64-opc.h
858
859ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
b34fb0b4 860 here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
0ab71ce3 861
b6849f55
NC
862s390-mkopc: s390-mkopc.c
863 $(CC_FOR_BUILD) -o s390-mkopc $(srcdir)/s390-mkopc.c
864
865s390-opc.tab: s390-mkopc s390-opc.txt
866 ./s390-mkopc < $(srcdir)/s390-opc.txt > s390-opc.tab
867
7997656a
AM
868Makefile: $(BFDDIR)/configure.in
869
252b5132
RH
870# This dependency stuff is copied from BFD.
871
73c418f4
ILT
872DEP: dep.sed $(CFILES) $(HFILES) config.h
873 rm -f DEP1
41b49281 874 $(MAKE) MKDEP="$(MKDEP)" DEP1
0bdaf48b
AM
875 sed -f dep.sed < DEP1 > DEPA
876 echo '# IF YOU PUT ANYTHING HERE IT WILL GO AWAY' >> DEPA
877 if grep ' /' DEPA > /dev/null 2> /dev/null; then \
1581f8c9
AM
878 echo 'make DEP failed!'; exit 1; \
879 else \
0bdaf48b 880 mv -f DEPA $@; \
1581f8c9 881 fi
252b5132 882
73c418f4 883DEP1: $(CFILES)
73c418f4 884 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > DEP2
41b49281
AM
885 echo '# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.' >> DEP2
886 $(MKDEP) $(INCLUDES) $(CFLAGS) $? >> DEP2
887 mv -f DEP2 $@
252b5132
RH
888
889dep.sed: dep-in.sed config.status
890 sed <$(srcdir)/dep-in.sed >dep.sed \
891 -e 's!@BFD_H@!$(BFD_H)!' \
892 -e 's!@INCDIR@!$(INCDIR)!' \
893 -e 's!@BFDDIR@!$(BFDDIR)!' \
894 -e 's!@SRCDIR@!$(srcdir)!'
895
73c418f4 896dep: DEP
252b5132 897 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
73c418f4 898 cat DEP >> tmp-Makefile
252b5132
RH
899 $(srcdir)/../move-if-change tmp-Makefile Makefile
900
73c418f4 901dep-in: DEP
252b5132 902 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
73c418f4 903 cat DEP >> tmp-Makefile.in
252b5132
RH
904 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
905
73c418f4 906dep-am: DEP
252b5132 907 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
73c418f4 908 cat DEP >> tmp-Makefile.am
252b5132
RH
909 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
910
911.PHONY: dep dep-in dep-am
912
913# What appears below is generated by a hacked mkdep using gcc -MM.
914
915# DO NOT DELETE THIS LINE -- mkdep uses it.
916# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
0d8dfecf 917a29k-dis.lo: a29k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 918 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/a29k.h
0d8dfecf 919alpha-dis.lo: alpha-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 920 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/alpha.h
0d8dfecf 921alpha-opc.lo: alpha-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
922 $(INCDIR)/opcode/alpha.h $(BFD_H) $(INCDIR)/symcat.h \
923 opintl.h
27b7e12d 924arc-dis.lo: arc-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
925 $(INCDIR)/symcat.h $(INCDIR)/opcode/arc.h $(BFDDIR)/elf-bfd.h \
926 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
927 $(INCDIR)/bfdlink.h $(INCDIR)/elf/arc.h $(INCDIR)/elf/reloc-macros.h \
928 opintl.h arc-dis.h arc-ext.h
8737c3ea
HPN
929arc-opc.lo: arc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
930 $(INCDIR)/opcode/arc.h
931arc-ext.lo: arc-ext.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 932 $(BFD_H) $(INCDIR)/symcat.h arc-ext.h $(INCDIR)/libiberty.h
0d8dfecf 933arm-dis.lo: arm-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
934 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h arm-opc.h \
935 $(INCDIR)/coff/internal.h $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h \
936 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
937 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/elf/arm.h \
938 $(INCDIR)/elf/reloc-macros.h
0d8dfecf 939avr-dis.lo: avr-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
940 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h \
941 $(INCDIR)/opcode/avr.h
0d8dfecf 942cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
943 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
944 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h opintl.h
0d8dfecf
AM
945cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
946 $(INCDIR)/libiberty.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
947cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
8737c3ea
HPN
948 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h $(BFD_H) \
949 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen.h
6c95a37f 950cris-dis.lo: cris-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
951 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
952 $(INCDIR)/opcode/cris.h $(INCDIR)/libiberty.h
6c95a37f 953cris-opc.lo: cris-opc.c $(INCDIR)/opcode/cris.h
0d8dfecf 954d10v-dis.lo: d10v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
955 $(INCDIR)/opcode/d10v.h $(INCDIR)/dis-asm.h $(BFD_H) \
956 $(INCDIR)/symcat.h
0d8dfecf
AM
957d10v-opc.lo: d10v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
958 $(INCDIR)/opcode/d10v.h
959d30v-dis.lo: d30v-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
960 $(INCDIR)/opcode/d30v.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 961 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
962d30v-opc.lo: d30v-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
963 $(INCDIR)/opcode/d30v.h
964dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 965 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h opintl.h
0d8dfecf 966disassemble.lo: disassemble.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 967 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 968fr30-asm.lo: fr30-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
969 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
970 fr30-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
971 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
0d8dfecf 972fr30-desc.lo: fr30-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 973 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 974 fr30-opc.h opintl.h $(INCDIR)/libiberty.h
0d8dfecf
AM
975fr30-dis.lo: fr30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
976 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
977 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h
978fr30-ibld.lo: fr30-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
979 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h \
c0ef99a7 980 $(INCDIR)/opcode/cgen.h fr30-opc.h opintl.h $(INCDIR)/safe-ctype.h
0d8dfecf
AM
981fr30-opc.lo: fr30-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
982 $(BFD_H) $(INCDIR)/symcat.h fr30-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 983 fr30-opc.h $(INCDIR)/libiberty.h
0d8dfecf
AM
984h8300-dis.lo: h8300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
985 $(INCDIR)/opcode/h8300.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 986 $(INCDIR)/symcat.h opintl.h
0d8dfecf 987h8500-dis.lo: h8500-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
988 h8500-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
989 opintl.h
0d8dfecf 990hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
991 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(BFDDIR)/libhppa.h \
992 $(INCDIR)/opcode/hppa.h
0d8dfecf 993i370-dis.lo: i370-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 994 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/i370.h
0d8dfecf
AM
995i370-opc.lo: i370-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
996 $(INCDIR)/opcode/i370.h
252b5132 997i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a
AM
998 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
999 opintl.h
9d751335 1000i860-dis.lo: i860-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1001 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/i860.h
0d8dfecf 1002i960-dis.lo: i960-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1003 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
2114f57b 1004ia64-dis.lo: ia64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1005 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/ia64.h
2114f57b
AM
1006ia64-opc-a.lo: ia64-opc-a.c ia64-opc.h $(INCDIR)/opcode/ia64.h
1007ia64-opc-b.lo: ia64-opc-b.c ia64-opc.h $(INCDIR)/opcode/ia64.h
1008ia64-opc-f.lo: ia64-opc-f.c ia64-opc.h $(INCDIR)/opcode/ia64.h
1009ia64-opc-i.lo: ia64-opc-i.c ia64-opc.h $(INCDIR)/opcode/ia64.h
1010ia64-opc-m.lo: ia64-opc-m.c ia64-opc.h $(INCDIR)/opcode/ia64.h
1011ia64-opc-d.lo: ia64-opc-d.c
1012ia64-opc.lo: ia64-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
1013 sysdep.h config.h ia64-asmtab.h $(INCDIR)/opcode/ia64.h \
1014 ia64-asmtab.c
1015ia64-gen.lo: ia64-gen.c $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h \
8737c3ea
HPN
1016 $(INCDIR)/safe-ctype.h sysdep.h config.h ia64-opc.h \
1017 $(INCDIR)/opcode/ia64.h ia64-opc-a.c ia64-opc-i.c ia64-opc-m.c \
1018 ia64-opc-b.c ia64-opc-f.c ia64-opc-x.c ia64-opc-d.c
2114f57b 1019ia64-asmtab.lo: ia64-asmtab.c
0d8dfecf 1020m32r-asm.lo: m32r-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
1021 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
1022 m32r-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1023 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
0d8dfecf 1024m32r-desc.lo: m32r-desc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 1025 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 1026 m32r-opc.h opintl.h $(INCDIR)/libiberty.h
0d8dfecf
AM
1027m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1028 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
1029 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h
1030m32r-ibld.lo: m32r-ibld.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1031 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h \
c0ef99a7 1032 $(INCDIR)/opcode/cgen.h m32r-opc.h opintl.h $(INCDIR)/safe-ctype.h
0d8dfecf
AM
1033m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1034 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
27b7e12d 1035 m32r-opc.h $(INCDIR)/libiberty.h
0d8dfecf
AM
1036m32r-opinst.lo: m32r-opinst.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1037 $(BFD_H) $(INCDIR)/symcat.h m32r-desc.h $(INCDIR)/opcode/cgen.h \
252b5132 1038 m32r-opc.h
bbeb2e03 1039m68hc11-dis.lo: m68hc11-dis.c $(INCDIR)/ansidecl.h \
7997656a
AM
1040 $(INCDIR)/opcode/m68hc11.h $(INCDIR)/dis-asm.h $(BFD_H) \
1041 $(INCDIR)/symcat.h
bbeb2e03 1042m68hc11-opc.lo: m68hc11-opc.c $(INCDIR)/ansidecl.h \
60bcf0fa 1043 $(INCDIR)/opcode/m68hc11.h
0d8dfecf 1044m68k-dis.lo: m68k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1045 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/floatformat.h \
0d8dfecf
AM
1046 opintl.h $(INCDIR)/opcode/m68k.h
1047m68k-opc.lo: m68k-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
252b5132 1048 $(INCDIR)/opcode/m68k.h
0d8dfecf 1049m88k-dis.lo: m88k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1050 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/m88k.h \
0d8dfecf
AM
1051 opintl.h
1052mcore-dis.lo: mcore-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1053 mcore-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf 1054mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1055 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/mips.h \
0d8dfecf
AM
1056 opintl.h $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1057 $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h $(INCDIR)/bfdlink.h \
1058 $(INCDIR)/elf/mips.h $(INCDIR)/elf/reloc-macros.h
1059mips-opc.lo: mips-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1060 $(INCDIR)/opcode/mips.h
1061mips16-opc.lo: mips16-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1062 $(INCDIR)/opcode/mips.h
1063m10200-dis.lo: m10200-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1064 $(INCDIR)/opcode/mn10200.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1065 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
1066m10200-opc.lo: m10200-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1067 $(INCDIR)/opcode/mn10200.h
1068m10300-dis.lo: m10300-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1069 $(INCDIR)/opcode/mn10300.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1070 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
1071m10300-opc.lo: m10300-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1072 $(INCDIR)/opcode/mn10300.h
3c3bdf30 1073mmix-dis.lo: mmix-dis.c $(INCDIR)/opcode/mmix.h $(INCDIR)/dis-asm.h \
c0ef99a7 1074 $(BFD_H) $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/libiberty.h \
3c3bdf30
NC
1075 opintl.h
1076mmix-opc.lo: mmix-opc.c $(INCDIR)/opcode/mmix.h $(INCDIR)/symcat.h
252b5132 1077ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
7997656a
AM
1078 $(INCDIR)/symcat.h sysdep.h config.h $(INCDIR)/dis-asm.h \
1079 $(INCDIR)/opcode/ns32k.h opintl.h
87e6d782 1080openrisc-asm.lo: openrisc-asm.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7
AM
1081 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
1082 openrisc-opc.h opintl.h $(INCDIR)/xregex.h $(INCDIR)/xregex2.h \
1083 $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
8a5cc6be
AM
1084openrisc-desc.lo: openrisc-desc.c sysdep.h config.h \
1085 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1086 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h $(INCDIR)/libiberty.h
87e6d782
NC
1087openrisc-dis.lo: openrisc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1088 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h \
1089 $(INCDIR)/opcode/cgen.h openrisc-opc.h opintl.h
8a5cc6be
AM
1090openrisc-ibld.lo: openrisc-ibld.c sysdep.h config.h \
1091 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1092 openrisc-desc.h $(INCDIR)/opcode/cgen.h openrisc-opc.h \
c0ef99a7 1093 opintl.h $(INCDIR)/safe-ctype.h
87e6d782
NC
1094openrisc-opc.lo: openrisc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1095 $(BFD_H) $(INCDIR)/symcat.h openrisc-desc.h $(INCDIR)/opcode/cgen.h \
1096 openrisc-opc.h $(INCDIR)/libiberty.h
ba323545
AM
1097or32-dis.lo: or32-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1098 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h $(INCDIR)/opcode/or32.h \
1099 $(INCDIR)/safe-ctype.h
1100or32-opc.lo: or32-opc.c $(INCDIR)/safe-ctype.h $(INCDIR)/ansidecl.h \
1101 $(INCDIR)/opcode/or32.h
8737c3ea 1102pdp11-dis.lo: pdp11-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1103 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/pdp11.h
e135f41b 1104pdp11-opc.lo: pdp11-opc.c $(INCDIR)/opcode/pdp11.h
0d8dfecf 1105pj-dis.lo: pj-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
1106 $(INCDIR)/opcode/pj.h $(INCDIR)/dis-asm.h $(BFD_H) \
1107 $(INCDIR)/symcat.h
0d8dfecf
AM
1108pj-opc.lo: pj-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1109 $(INCDIR)/opcode/pj.h
1110ppc-dis.lo: ppc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1111 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/ppc.h
0d8dfecf
AM
1112ppc-opc.lo: ppc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1113 $(INCDIR)/opcode/ppc.h opintl.h
8737c3ea
HPN
1114s390-mkopc.lo: s390-mkopc.c
1115s390-opc.lo: s390-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/s390.h \
1116 s390-opc.tab
27b7e12d 1117s390-dis.lo: s390-dis.c $(INCDIR)/ansidecl.h sysdep.h \
7997656a
AM
1118 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1119 $(INCDIR)/opcode/s390.h
0d8dfecf 1120sh-dis.lo: sh-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1121 sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
0d8dfecf
AM
1122sparc-dis.lo: sparc-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1123 $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1124 $(INCDIR)/symcat.h $(INCDIR)/libiberty.h opintl.h
0d8dfecf
AM
1125sparc-opc.lo: sparc-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1126 $(INCDIR)/opcode/sparc.h
1127tic30-dis.lo: tic30-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1128 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic30.h
bbeb2e03 1129tic54x-dis.lo: tic54x-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1130 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h \
bbeb2e03
L
1131 $(INCDIR)/coff/tic54x.h $(INCDIR)/coff/ti.h
1132tic54x-opc.lo: tic54x-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
c0ef99a7 1133 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h $(INCDIR)/opcode/tic54x.h
0d8dfecf 1134tic80-dis.lo: tic80-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
1135 $(INCDIR)/opcode/tic80.h $(INCDIR)/dis-asm.h $(BFD_H) \
1136 $(INCDIR)/symcat.h
0d8dfecf
AM
1137tic80-opc.lo: tic80-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1138 $(INCDIR)/opcode/tic80.h
1139v850-dis.lo: v850-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1140 $(INCDIR)/opcode/v850.h $(INCDIR)/dis-asm.h $(BFD_H) \
7997656a 1141 $(INCDIR)/symcat.h opintl.h
0d8dfecf
AM
1142v850-opc.lo: v850-opc.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1143 $(INCDIR)/opcode/v850.h opintl.h
1144vax-dis.lo: vax-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a
AM
1145 $(INCDIR)/opcode/vax.h $(INCDIR)/dis-asm.h $(BFD_H) \
1146 $(INCDIR)/symcat.h
2c73f9d8
AM
1147sh64-dis.lo: sh64-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
1148 $(INCDIR)/ansidecl.h $(INCDIR)/symcat.h sysdep.h config.h \
1149 sh64-opc.h $(INCDIR)/libiberty.h $(BFDDIR)/elf-bfd.h \
1150 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
1151 $(INCDIR)/bfdlink.h $(INCDIR)/elf/sh.h $(INCDIR)/elf/reloc-macros.h
1152sh64-opc.lo: sh64-opc.c sh64-opc.h
0d8dfecf 1153w65-dis.lo: w65-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1154 w65-opc.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h
c0ef99a7
AM
1155xstormy16-asm.lo: xstormy16-asm.c sysdep.h config.h \
1156 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1157 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/xregex.h \
1158 $(INCDIR)/xregex2.h $(INCDIR)/libiberty.h $(INCDIR)/safe-ctype.h
1159xstormy16-desc.lo: xstormy16-desc.c sysdep.h config.h \
1160 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1161 $(INCDIR)/opcode/cgen.h xstormy16-opc.h opintl.h $(INCDIR)/libiberty.h
1162xstormy16-dis.lo: xstormy16-dis.c sysdep.h config.h \
1163 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1164 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
1165 opintl.h
1166xstormy16-ibld.lo: xstormy16-ibld.c sysdep.h config.h \
1167 $(INCDIR)/ansidecl.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h \
1168 xstormy16-desc.h $(INCDIR)/opcode/cgen.h xstormy16-opc.h \
1169 opintl.h $(INCDIR)/safe-ctype.h
1170xstormy16-opc.lo: xstormy16-opc.c sysdep.h config.h \
1171 $(INCDIR)/ansidecl.h $(BFD_H) $(INCDIR)/symcat.h xstormy16-desc.h \
1172 $(INCDIR)/opcode/cgen.h xstormy16-opc.h $(INCDIR)/libiberty.h
0d8dfecf 1173z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
7997656a 1174 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/symcat.h z8k-opc.h
0d8dfecf 1175z8kgen.lo: z8kgen.c sysdep.h config.h $(INCDIR)/ansidecl.h
252b5132
RH
1176# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
1177
1178# Tell versions [3.59,3.63) of GNU make to not export all variables.
1179# Otherwise a system limit (for SysV at least) may be exceeded.
1180.NOEXPORT:
This page took 0.171411 seconds and 4 git commands to generate.