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