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