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