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