* parse.c (target_map_name_to_register): Check target specific
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
072aa625 1# Makefile.in generated automatically by automake 1.3 from Makefile.am
add1fb05 2
25161728 3# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
3b1e6264 4# This Makefile.in is free software; the Free Software Foundation
25161728
ILT
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.
add1fb05 12
add1fb05 13
3b1e6264
ILT
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
40db6118 20exec_prefix = @exec_prefix@
add1fb05 21
3b1e6264
ILT
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
42b4add9 25datadir = @datadir@
3b1e6264
ILT
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
42b4add9 30infodir = @infodir@
3b1e6264 31mandir = @mandir@
42b4add9 32includedir = @includedir@
3b1e6264
ILT
33oldincludedir = /usr/include
34
072aa625
NC
35DISTDIR =
36
3b1e6264
ILT
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
add1fb05 40
3b1e6264
ILT
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
add1fb05 47
40db6118
ILT
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
3b1e6264
ILT
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
25161728
ILT
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
3b1e6264
ILT
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
40db6118 66AR = @AR@
3b1e6264 67BFD_MACHINES = @BFD_MACHINES@
40db6118 68CC = @CC@
072aa625 69CC_FOR_BUILD = @CC_FOR_BUILD@
3b1e6264 70EXEEXT = @EXEEXT@
072aa625 71EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
3b1e6264 72HDEFINES = @HDEFINES@
3b1e6264 73LIBTOOL = @LIBTOOL@
40db6118 74RANLIB = @RANLIB@
072aa625
NC
75WIN32LDFLAGS = @WIN32LDFLAGS@
76WIN32LIBADD = @WIN32LIBADD@
3b1e6264 77archdefs = @archdefs@
6d76c71f 78
25161728
ILT
79AUTOMAKE_OPTIONS = cygnus
80
072aa625
NC
81SUBDIRS = po
82
fde326fb 83INCDIR = $(srcdir)/../include
c840244e 84BFDDIR = $(srcdir)/../bfd
add1fb05
SC
85DEP = mkdep
86
3b1e6264 87lib_LTLIBRARIES = libopcodes.la
add1fb05 88
f76db60b
ILT
89# This is where bfd.h lives.
90BFD_H = ../bfd/bfd.h
91
92# Header files.
93HFILES = \
94 arm-opc.h \
95 h8500-opc.h \
96 sh-opc.h \
97 sysdep.h \
98 w65-opc.h \
99 z8k-opc.h
a4c01299 100
f76db60b
ILT
101# C source files that correspond to .o's.
102CFILES = \
103 a29k-dis.c \
104 alpha-dis.c \
105 alpha-opc.c \
106 arm-dis.c \
9c03036a
DE
107 cgen-asm.c \
108 cgen-dis.c \
109 cgen-opc.c \
f76db60b
ILT
110 d10v-dis.c \
111 d10v-opc.c \
112 dis-buf.c \
113 disassemble.c \
114 h8300-dis.c \
115 h8500-dis.c \
116 hppa-dis.c \
117 i386-dis.c \
118 i960-dis.c \
9c03036a
DE
119 m32r-asm.c \
120 m32r-dis.c \
121 m32r-opc.c \
f76db60b
ILT
122 m68k-dis.c \
123 m68k-opc.c \
124 m88k-dis.c \
125 mips-dis.c \
126 mips-opc.c \
127 mips16-opc.c \
bb6dafe9
ILT
128 m10200-dis.c \
129 m10200-opc.c \
130 m10300-dis.c \
131 m10300-opc.c \
f76db60b
ILT
132 ns32k-dis.c \
133 ppc-dis.c \
134 ppc-opc.c \
135 sh-dis.c \
136 sparc-dis.c \
137 sparc-opc.c \
ab0bd049 138 tic30-dis.c \
f76db60b
ILT
139 w65-dis.c \
140 z8k-dis.c \
141 z8kgen.c
142
143ALL_MACHINES = \
3b1e6264
ILT
144 a29k-dis.lo \
145 alpha-dis.lo \
146 alpha-opc.lo \
147 arc-dis.lo \
148 arc-opc.lo \
149 arm-dis.lo \
150 cgen-asm.lo \
151 cgen-dis.lo \
152 cgen-opc.lo \
153 d10v-dis.lo \
154 d10v-opc.lo \
b2e3f844 155 $(start-sanitize-d30v) \
3b1e6264
ILT
156 d30v-dis.lo \
157 d30v-opc.lo \
b2e3f844 158 $(end-sanitize-d30v) \
3b1e6264
ILT
159 h8300-dis.lo \
160 h8500-dis.lo \
161 hppa-dis.lo \
162 i386-dis.lo \
163 i960-dis.lo \
164 m32r-asm.lo \
165 m32r-dis.lo \
166 m32r-opc.lo \
167 m68k-dis.lo \
168 m68k-opc.lo \
169 m88k-dis.lo \
170 m10200-dis.lo \
171 m10200-opc.lo \
172 m10300-dis.lo \
173 m10300-opc.lo \
174 mips-dis.lo \
175 mips-opc.lo \
176 mips16-opc.lo \
177 ppc-dis.lo \
178 ppc-opc.lo \
179 ns32k-dis.lo \
180 sh-dis.lo \
181 sparc-dis.lo \
182 sparc-opc.lo \
ab0bd049 183 tic30-dis.lo \
a79d0193 184 $(start-sanitize-tic80) \
3b1e6264
ILT
185 tic80-dis.lo \
186 tic80-opc.lo \
a79d0193 187 $(end-sanitize-tic80) \
54cc8ed4 188 $(start-sanitize-sky) \
37130f11
DE
189 dvp-dis.lo \
190 dvp-opc.lo \
54cc8ed4 191 $(end-sanitize-sky) \
3b1e6264
ILT
192 v850-dis.lo \
193 v850-opc.lo \
194 w65-dis.lo \
195 z8k-dis.lo
196
197OFILES = @BFD_MACHINES@
198
072aa625 199INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFINES@ -I$(srcdir)/../intl -I../intl
3b1e6264
ILT
200
201libopcodes_la_SOURCES = dis-buf.c disassemble.c
202libopcodes_la_DEPENDENCIES = $(OFILES)
072aa625
NC
203libopcodes_la_LIBADD = $(OFILES) @WIN32LIBADD@
204libopcodes_la_LDFLAGS = -release $(VERSION) @WIN32LDFLAGS@
3b1e6264
ILT
205
206# libtool will build .libs/libopcodes.a. We create libopcodes.a in
207# the build directory so that we don't have to convert all the
208# programs that use libopcodes.a simultaneously. This is a hack which
209# should be removed if everything else starts using libtool. FIXME.
210
211noinst_LIBRARIES = libopcodes.a
212
4c5c86cb 213POTFILES = $(HFILES) $(CFILES)
072aa625 214
3b1e6264 215CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1
bfc10abe
DE
216# start-sanitize-cygnus
217CLEANFILES = libopcodes.a stamp-lib dep.sed .dep .dep1 stamp-m32r
218# end-sanitize-cygnus
219
220# start-sanitize-cygnus
221# CGEN support is sanitized out of FSF releases for now.
222# Sanitization must be split between assignments and rules because
223# automake splits them that way.
224
225SCHEME = @SCHEME@
226SCHEMEFLAGS = -s
227CGENDIR = $(srcdir)/../cgen
228CGENFLAGS = -v
229
230CGENFILES = $(CGENDIR)/object.scm $(CGENDIR)/utils.scm \
ffee80df 231 $(CGENDIR)/attr.scm $(CGENDIR)/enum.scm $(CGENDIR)/types.scm \
bfc10abe
DE
232 $(CGENDIR)/utils-cgen.scm $(CGENDIR)/cpu.scm \
233 $(CGENDIR)/mode.scm $(CGENDIR)/mach.scm \
ffee80df 234 $(CGENDIR)/model.scm $(CGENDIR)/hardware.scm \
bfc10abe 235 $(CGENDIR)/ifield.scm $(CGENDIR)/iformat.scm \
fbe293a6 236 $(CGENDIR)/operand.scm $(CGENDIR)/insn.scm $(CGENDIR)/minsn.scm \
ffee80df
JL
237 $(CGENDIR)/opcodes.scm $(CGENDIR)/cdl-c.scm \
238 $(CGENDIR)/cgen-opc.scm cgen-opc.in cgen-asm.in cgen-dis.in
fbe293a6
DE
239# The CGEN_MAINT conditional is put here so it end up in Makefile.in
240# properly sanitized.
241@CGEN_MAINT_TRUE@M32R_DEPS = stamp-m32r
242@CGEN_MAINT_FALSE@M32R_DEPS =
bfc10abe
DE
243# The end marker is written this way to pass through automake unscathed.
244ENDSAN = end-sanitize-cygnus
3b1e6264
ILT
245ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
246mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
247CONFIG_HEADER = config.h
248CONFIG_CLEAN_FILES =
249LIBRARIES = $(noinst_LIBRARIES)
250
251
252DEFS = @DEFS@ -I. -I$(srcdir) -I.
253CPPFLAGS = @CPPFLAGS@
254LDFLAGS = @LDFLAGS@
255LIBS = @LIBS@
256libopcodes_a_LIBADD =
257libopcodes_a_SOURCES = libopcodes.a.c
258libopcodes_a_OBJECTS = libopcodes.a.o
259LTLIBRARIES = $(lib_LTLIBRARIES)
260
3b1e6264
ILT
261libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo
262CFLAGS = @CFLAGS@
263COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
264LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
265LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
266DIST_COMMON = ChangeLog Makefile.am Makefile.in acconfig.h acinclude.m4 \
267aclocal.m4 config.in configure configure.in stamp-h.in
268
269
072aa625
NC
270PACKAGE = @PACKAGE@
271VERSION = @VERSION@
272
3b1e6264
ILT
273DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
274
275TAR = tar
276GZIP = --best
277SOURCES = libopcodes.a.c $(libopcodes_la_SOURCES)
278OBJECTS = libopcodes.a.o $(libopcodes_la_OBJECTS)
279
072aa625 280all: all-recursive-am all-am
3b1e6264
ILT
281
282.SUFFIXES:
283.SUFFIXES: .S .c .lo .o .s
072aa625 284$(srcdir)/Makefile.in: @MAINT@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
3b1e6264
ILT
285 cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
286
072aa625 287Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
3b1e6264
ILT
288 cd $(top_builddir) \
289 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
290
291$(ACLOCAL_M4): @MAINT@ configure.in acinclude.m4
292 cd $(srcdir) && $(ACLOCAL)
293
294config.status: $(srcdir)/configure
295 $(SHELL) ./config.status --recheck
296$(srcdir)/configure: @MAINT@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
297 cd $(srcdir) && $(AUTOCONF)
298
25161728
ILT
299config.h: stamp-h
300 @:
3b1e6264
ILT
301stamp-h: $(srcdir)/config.in $(top_builddir)/config.status
302 cd $(top_builddir) \
303 && CONFIG_FILES= CONFIG_HEADERS=config.h:config.in \
304 $(SHELL) ./config.status
305 @echo timestamp > stamp-h
306$(srcdir)/config.in: @MAINT@$(srcdir)/stamp-h.in
307$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
308 cd $(top_srcdir) && $(AUTOHEADER)
309 @echo timestamp > $(srcdir)/stamp-h.in
310
311mostlyclean-hdr:
312
313clean-hdr:
314
315distclean-hdr:
25161728 316 -rm -f config.h
3b1e6264
ILT
317
318maintainer-clean-hdr:
319
320mostlyclean-noinstLIBRARIES:
321
322clean-noinstLIBRARIES:
25161728 323 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
3b1e6264
ILT
324
325distclean-noinstLIBRARIES:
326
327maintainer-clean-noinstLIBRARIES:
328
25161728 329.c.o:
3b1e6264
ILT
330 $(COMPILE) -c $<
331
25161728 332.s.o:
3b1e6264 333 $(COMPILE) -c $<
add1fb05 334
25161728 335.S.o:
3b1e6264 336 $(COMPILE) -c $<
add1fb05 337
3b1e6264 338mostlyclean-compile:
25161728 339 -rm -f *.o core *.core
add1fb05 340
3b1e6264 341clean-compile:
add1fb05 342
3b1e6264 343distclean-compile:
25161728 344 -rm -f *.tab.c
add1fb05 345
3b1e6264 346maintainer-clean-compile:
add1fb05 347
3b1e6264
ILT
348.c.lo:
349 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
d7ace307 350
3b1e6264
ILT
351.s.lo:
352 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
39620b71 353
3b1e6264
ILT
354.S.lo:
355 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
356
357mostlyclean-libtool:
25161728 358 -rm -f *.lo
3b1e6264
ILT
359
360clean-libtool:
25161728 361 -rm -rf .libs _libs
3b1e6264
ILT
362
363distclean-libtool:
364
365maintainer-clean-libtool:
794a16b0 366
3b1e6264 367mostlyclean-libLTLIBRARIES:
824155e8 368
3b1e6264 369clean-libLTLIBRARIES:
25161728 370 -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
40db6118 371
3b1e6264 372distclean-libLTLIBRARIES:
add1fb05 373
3b1e6264
ILT
374maintainer-clean-libLTLIBRARIES:
375
376install-libLTLIBRARIES: $(lib_LTLIBRARIES)
377 @$(NORMAL_INSTALL)
072aa625 378 $(mkinstalldirs) $(DESTDIR)$(libdir)
3b1e6264
ILT
379 @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
380 if test -f $$p; then \
072aa625
NC
381 echo "$(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p"; \
382 $(LIBTOOL) --mode=install $(INSTALL_DATA) $$p $(DESTDIR)$(libdir)/$$p; \
3b1e6264
ILT
383 else :; fi; \
384 done
385
386uninstall-libLTLIBRARIES:
072aa625 387 @$(NORMAL_UNINSTALL)
3b1e6264 388 list='$(lib_LTLIBRARIES)'; for p in $$list; do \
072aa625 389 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
3b1e6264
ILT
390 done
391
392libopcodes.la: $(libopcodes_la_OBJECTS) $(libopcodes_la_DEPENDENCIES)
393 $(LINK) -rpath $(libdir) $(libopcodes_la_LDFLAGS) $(libopcodes_la_OBJECTS) $(libopcodes_la_LIBADD) $(LIBS)
394
072aa625
NC
395# This directory's subdirectories are mostly independent; you can cd
396# into them and run `make' without going through this Makefile.
397# To change the values of `make' variables: instead of editing Makefiles,
398# (1) if the variable is set in `config.status', edit `config.status'
399# (which will cause the Makefiles to be regenerated when you run `make');
400# (2) otherwise, pass the desired values on the `make' command line.
401
402@SET_MAKE@
403
404all-recursive install-data-recursive install-exec-recursive \
405installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
406check-recursive installcheck-recursive info-recursive dvi-recursive:
407 @set fnord $(MAKEFLAGS); amf=$$2; \
408 list='$(SUBDIRS)'; for subdir in $$list; do \
409 target=`echo $@ | sed s/-recursive//`; \
410 echo "Making $$target in $$subdir"; \
411 (cd $$subdir && $(MAKE) $$target) \
412 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
413 done && test -z "$$fail"
414
415mostlyclean-recursive clean-recursive distclean-recursive \
416maintainer-clean-recursive:
417 @set fnord $(MAKEFLAGS); amf=$$2; \
418 rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
419 rev="$$subdir $$rev"; \
420 done; \
421 for subdir in $$rev; do \
422 target=`echo $@ | sed s/-recursive//`; \
423 echo "Making $$target in $$subdir"; \
424 (cd $$subdir && $(MAKE) $$target) \
425 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
426 done && test -z "$$fail"
427tags-recursive:
428 list='$(SUBDIRS)'; for subdir in $$list; do \
429 (cd $$subdir && $(MAKE) tags); \
430 done
431
3b1e6264
ILT
432tags: TAGS
433
25161728
ILT
434ID: $(HEADERS) $(SOURCES) $(LISP)
435 here=`pwd` && cd $(srcdir) \
436 && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
3b1e6264 437
072aa625 438TAGS: tags-recursive $(HEADERS) $(SOURCES) config.in $(TAGS_DEPENDENCIES) $(LISP)
3b1e6264
ILT
439 tags=; \
440 here=`pwd`; \
072aa625
NC
441 list='$(SUBDIRS)'; for subdir in $$list; do \
442 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
443 done; \
25161728
ILT
444 list='$(SOURCES) $(HEADERS)'; \
445 unique=`for i in $$list; do echo $$i; done | \
446 awk ' { files[$$0] = 1; } \
447 END { for (i in files) print i; }'`; \
448 test -z "$(ETAGS_ARGS)config.in$$unique$(LISP)$$tags" \
449 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.in $$unique $(LISP) -o $$here/TAGS)
3b1e6264
ILT
450
451mostlyclean-tags:
452
453clean-tags:
454
455distclean-tags:
25161728 456 -rm -f TAGS ID
3b1e6264
ILT
457
458maintainer-clean-tags:
459
460distdir = $(PACKAGE)-$(VERSION)
461top_distdir = $(distdir)
462
463# This target untars the dist file and tries a VPATH configuration. Then
464# it guarantees that the distribution is self-contained by making another
465# tarfile.
466distcheck: dist
25161728 467 -rm -rf $(distdir)
3b1e6264
ILT
468 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
469 mkdir $(distdir)/=build
470 mkdir $(distdir)/=inst
471 dc_install_base=`cd $(distdir)/=inst && pwd`; \
472 cd $(distdir)/=build \
473 && ../configure --srcdir=.. --prefix=$$dc_install_base \
474 && $(MAKE) \
475 && $(MAKE) dvi \
476 && $(MAKE) check \
477 && $(MAKE) install \
478 && $(MAKE) installcheck \
479 && $(MAKE) dist
25161728 480 -rm -rf $(distdir)
3b1e6264
ILT
481 @echo "========================"; \
482 echo "$(distdir).tar.gz is ready for distribution"; \
483 echo "========================"
484dist: distdir
485 -chmod -R a+r $(distdir)
486 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
25161728 487 -rm -rf $(distdir)
3b1e6264
ILT
488dist-all: distdir
489 -chmod -R a+r $(distdir)
490 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
25161728 491 -rm -rf $(distdir)
3b1e6264 492distdir: $(DISTFILES)
25161728 493 -rm -rf $(distdir)
3b1e6264
ILT
494 mkdir $(distdir)
495 -chmod 777 $(distdir)
496 @for file in $(DISTFILES); do \
497 if test -f $$file; then d=.; else d=$(srcdir); fi; \
498 test -f $(distdir)/$$file \
499 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
500 || cp -p $$d/$$file $(distdir)/$$file; \
501 done
072aa625
NC
502 for subdir in $(SUBDIRS); do \
503 test -d $(distdir)/$$subdir \
504 || mkdir $(distdir)/$$subdir \
505 || exit 1; \
506 chmod 777 $(distdir)/$$subdir; \
507 (cd $$subdir && $(MAKE) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
508 || exit 1; \
509 done
510info: info-recursive
511dvi: dvi-recursive
25161728 512check:
072aa625
NC
513 $(MAKE) check-recursive
514installcheck: installcheck-recursive
515install-info: install-info-recursive
516all-recursive-am: config.h
517 $(MAKE) all-recursive
518
519all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
520
521install-exec-am: install-libLTLIBRARIES
522
523uninstall-am: uninstall-libLTLIBRARIES
524
525install-exec: install-exec-recursive install-exec-am
3b1e6264
ILT
526 @$(NORMAL_INSTALL)
527
072aa625 528install-data: install-data-recursive
3b1e6264
ILT
529 @$(NORMAL_INSTALL)
530
072aa625 531install: install-recursive install-exec-am
3b1e6264
ILT
532 @:
533
072aa625 534uninstall: uninstall-recursive uninstall-am
3b1e6264
ILT
535
536install-strip:
537 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
072aa625
NC
538installdirs: installdirs-recursive
539 $(mkinstalldirs) $(DATADIR)$(libdir)
3b1e6264
ILT
540
541
542mostlyclean-generic:
25161728 543 -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
3b1e6264
ILT
544
545clean-generic:
25161728 546 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3b1e6264
ILT
547
548distclean-generic:
25161728
ILT
549 -rm -f Makefile $(DISTCLEANFILES)
550 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
551 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3b1e6264
ILT
552
553maintainer-clean-generic:
25161728
ILT
554 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
555 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
072aa625 556mostlyclean-am: mostlyclean-hdr mostlyclean-noinstLIBRARIES \
3b1e6264
ILT
557 mostlyclean-compile mostlyclean-libtool \
558 mostlyclean-libLTLIBRARIES mostlyclean-tags \
559 mostlyclean-generic
560
072aa625 561clean-am: clean-hdr clean-noinstLIBRARIES clean-compile clean-libtool \
3b1e6264 562 clean-libLTLIBRARIES clean-tags clean-generic \
072aa625 563 mostlyclean-am
3b1e6264 564
072aa625 565distclean-am: distclean-hdr distclean-noinstLIBRARIES distclean-compile \
3b1e6264 566 distclean-libtool distclean-libLTLIBRARIES \
072aa625 567 distclean-tags distclean-generic clean-am
3b1e6264 568
072aa625
NC
569maintainer-clean-am: maintainer-clean-hdr \
570 maintainer-clean-noinstLIBRARIES \
3b1e6264
ILT
571 maintainer-clean-compile maintainer-clean-libtool \
572 maintainer-clean-libLTLIBRARIES maintainer-clean-tags \
072aa625
NC
573 maintainer-clean-generic distclean-am
574
575mostlyclean: mostlyclean-recursive mostlyclean-am
576
577clean: clean-recursive clean-am
578
579distclean: distclean-recursive distclean-am
580 -rm -f config.status
581 -rm -f libtool
582
583maintainer-clean: maintainer-clean-recursive maintainer-clean-am
3b1e6264
ILT
584 @echo "This command is intended for maintainers to use;"
585 @echo "it deletes files that may require special tools to rebuild."
25161728 586 -rm -f config.status
3b1e6264 587
072aa625
NC
588.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
589mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
590clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
591mostlyclean-compile distclean-compile clean-compile \
592maintainer-clean-compile mostlyclean-libtool distclean-libtool \
593clean-libtool maintainer-clean-libtool mostlyclean-libLTLIBRARIES \
594distclean-libLTLIBRARIES clean-libLTLIBRARIES \
595maintainer-clean-libLTLIBRARIES uninstall-libLTLIBRARIES \
596install-libLTLIBRARIES install-data-recursive uninstall-data-recursive \
597install-exec-recursive uninstall-exec-recursive installdirs-recursive \
598uninstalldirs-recursive all-recursive check-recursive \
599installcheck-recursive info-recursive dvi-recursive \
600mostlyclean-recursive distclean-recursive clean-recursive \
601maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
3b1e6264 602distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
072aa625
NC
603installcheck install-info all-recursive-am all-am install-exec-am \
604uninstall-am install-exec install-data install uninstall all \
605installdirs mostlyclean-generic distclean-generic clean-generic \
3b1e6264
ILT
606maintainer-clean-generic clean mostlyclean distclean maintainer-clean
607
608
609disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h
610 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/disassemble.c
611
612stamp-lib: libopcodes.la
638985a9
ILT
613 if [ -f .libs/libopcodes.a ]; then \
614 cp .libs/libopcodes.a libopcodes.tmp; \
615 $(SHELL) $(srcdir)/../move-if-change libopcodes.tmp libopcodes.a; \
616 else true; fi
3b1e6264
ILT
617 touch stamp-lib
618
619libopcodes.a: stamp-lib ; @true
072aa625
NC
620po/POTFILES.in: @MAINT@ Makefile
621 for file in $(POTFILES); do echo $$file; done | sort > tmp \
622 && mv tmp $(srcdir)/po/POTFILES.in
3b1e6264 623
bfc10abe
DE
624# start-sanitize-cygnus
625cgen:
3b7029b1 626 $(SHELL) $(srcdir)/cgen.sh opcodes $(srcdir) $(CGENDIR) $(CGENFLAGS) $(SCHEME) $(SCHEMEFLAGS) $(arch)
bfc10abe
DE
627 touch stamp-${arch}
628
629.PHONY: cgen
630
fbe293a6
DE
631# For now, require developers to configure with --enable-cgen-maint.
632m32r-opc.h m32r-opc.c m32r-asm.c m32r-dis.c: $(M32R_DEPS)
bfc10abe
DE
633 @true
634stamp-m32r: $(CGENFILES) $(CGENDIR)/m32r.cpu $(CGENDIR)/m32r.opc
635 $(MAKE) cgen arch=m32r prefix=m32r
636# end-sanitize-cygnus
637
3b1e6264
ILT
638# start-sanitize-tic80
639tic80-dis.lo: tic80-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
640 $(INCDIR)/opcode/tic80.h
641tic80-opc.lo: tic80-opc.c $(INCDIR)/opcode/tic80.h
642# end-sanitize-tic80
add1fb05 643
54cc8ed4 644# start-sanitize-sky
a6616528 645dvp-dis.lo: dvp-dis.c $(INCDIR)/dis-asm.h ../bfd/bfd.h \
37130f11
DE
646 $(INCDIR)/opcode/dvp.h
647dvp-opc.lo: dvp-opc.c $(INCDIR)/opcode/dvp.h
648
649mips-dis.lo: mips-dis.c
650 $(LIBTOOL) --mode=compile $(COMPILE) -c @archdefs@ $(srcdir)/mips-dis.c
54cc8ed4
DE
651# end-sanitize-sky
652
f76db60b
ILT
653# This dependency stuff is copied from BFD.
654
655.dep: dep.sed $(CFILES) $(HFILES) config.h
656 rm -f .dep1
657 $(MAKE) DEP=$(DEP) .dep1
658 sed -f dep.sed < .dep1 > .dep
659
660.dep1: $(CFILES)
661 rm -f .dep2 .dep2a
662 echo '# DO NOT DELETE THIS LINE -- mkdep uses it.' > .dep2
663 echo > .dep2a
3b1e6264 664 $(DEP) -f .dep2a $(INCLUDES) $(CFLAGS) $?
f76db60b
ILT
665 sed -e '/DO NOT DELETE/d' -e '/^$$/d' < .dep2a >> .dep2
666 rm -f .dep2a
667 $(srcdir)/../move-if-change .dep2 .dep1
668
669dep.sed: dep-in.sed config.status
670 sed <$(srcdir)/dep-in.sed >dep.sed \
671 -e 's!@BFD_H@!$(BFD_H)!' \
672 -e 's!@INCDIR@!$(INCDIR)!' \
673 -e 's!@BFDDIR@!$(BFDDIR)!' \
674 -e 's!@SRCDIR@!$(srcdir)!'
675
676dep: .dep
677 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < Makefile > tmp-Makefile
678 cat .dep >> tmp-Makefile
679 $(srcdir)/../move-if-change tmp-Makefile Makefile
680
681dep-in: .dep
682 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.in > tmp-Makefile.in
683 cat .dep >> tmp-Makefile.in
684 $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
685
3b1e6264
ILT
686dep-am: .dep
687 sed -e '/^..DO NOT DELETE THIS LINE/,$$d' < $(srcdir)/Makefile.am > tmp-Makefile.am
688 cat .dep >> tmp-Makefile.am
689 $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
690
691.PHONY: dep dep-in dep-am
bb6dafe9 692
add1fb05
SC
693# What appears below is generated by a hacked mkdep using gcc -MM.
694
695# DO NOT DELETE THIS LINE -- mkdep uses it.
696# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
3b1e6264 697a29k-dis.lo: a29k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 698 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/a29k.h
3b1e6264 699alpha-dis.lo: alpha-dis.c $(INCDIR)/ansidecl.h sysdep.h \
f76db60b 700 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/alpha.h
3b1e6264 701alpha-opc.lo: alpha-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/alpha.h \
f76db60b 702 $(BFD_H)
3b1e6264 703arm-dis.lo: arm-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
ab0bd049
DE
704 $(INCDIR)/ansidecl.h arm-opc.h $(INCDIR)/coff/internal.h \
705 $(BFDDIR)/libcoff.h $(INCDIR)/bfdlink.h
3b1e6264
ILT
706cgen-asm.lo: cgen-asm.c sysdep.h config.h $(INCDIR)/libiberty.h \
707 $(BFD_H) $(INCDIR)/opcode/cgen.h
708cgen-dis.lo: cgen-dis.c sysdep.h config.h $(INCDIR)/libiberty.h \
709 $(BFD_H) $(INCDIR)/opcode/cgen.h
710cgen-opc.lo: cgen-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
711 $(BFD_H) $(INCDIR)/opcode/cgen.h
712d10v-dis.lo: d10v-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h \
bb6dafe9 713 $(INCDIR)/dis-asm.h $(BFD_H)
3b1e6264
ILT
714d10v-opc.lo: d10v-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/d10v.h
715dis-buf.lo: dis-buf.c sysdep.h config.h $(INCDIR)/dis-asm.h \
f76db60b 716 $(BFD_H)
3b1e6264
ILT
717disassemble.lo: disassemble.c $(INCDIR)/ansidecl.h \
718 $(INCDIR)/dis-asm.h $(BFD_H)
719h8300-dis.lo: h8300-dis.c $(INCDIR)/opcode/h8300.h \
720 $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/ansidecl.h
721h8500-dis.lo: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h \
f76db60b 722 $(BFD_H) $(INCDIR)/ansidecl.h
3b1e6264 723hppa-dis.lo: hppa-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
f76db60b 724 $(BFD_H) $(BFDDIR)/libhppa.h $(INCDIR)/opcode/hppa.h
3b1e6264 725i386-dis.lo: i386-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 726 $(INCDIR)/ansidecl.h sysdep.h config.h
3b1e6264 727i960-dis.lo: i960-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 728 $(INCDIR)/ansidecl.h
3b1e6264 729m32r-asm.lo: m32r-asm.c sysdep.h config.h $(BFD_H) \
9c03036a 730 m32r-opc.h $(INCDIR)/opcode/cgen.h
3b1e6264
ILT
731m32r-dis.lo: m32r-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
732 $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
733m32r-opc.lo: m32r-opc.c sysdep.h config.h $(INCDIR)/libiberty.h \
9c03036a 734 $(BFD_H) m32r-opc.h $(INCDIR)/opcode/cgen.h
3b1e6264 735m68k-dis.lo: m68k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 736 $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h $(INCDIR)/opcode/m68k.h
3b1e6264
ILT
737m68k-opc.lo: m68k-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m68k.h
738m88k-dis.lo: m88k-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 739 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/m88k.h
3b1e6264 740mips-dis.lo: mips-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
f76db60b
ILT
741 $(BFD_H) $(INCDIR)/opcode/mips.h $(BFDDIR)/elf-bfd.h \
742 $(INCDIR)/elf/common.h $(INCDIR)/elf/internal.h $(INCDIR)/elf/external.h \
743 $(INCDIR)/bfdlink.h $(INCDIR)/elf/mips.h
3b1e6264 744mips-opc.lo: mips-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
638985a9 745# start-sanitize-r5900
ffee80df 746mips-opc.lo: vu0.h
638985a9 747# end-sanitize-r5900
3b1e6264
ILT
748mips16-opc.lo: mips16-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mips.h
749m10200-dis.lo: m10200-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h \
f76db60b 750 $(INCDIR)/dis-asm.h $(BFD_H)
3b1e6264
ILT
751m10200-opc.lo: m10200-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10200.h
752m10300-dis.lo: m10300-dis.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h \
f76db60b 753 $(INCDIR)/dis-asm.h $(BFD_H)
3b1e6264
ILT
754m10300-opc.lo: m10300-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/mn10300.h
755ns32k-dis.lo: ns32k-dis.c $(BFD_H) $(INCDIR)/ansidecl.h \
f76db60b 756 sysdep.h config.h $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
3b1e6264 757ppc-dis.lo: ppc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
f76db60b 758 config.h $(INCDIR)/dis-asm.h $(BFD_H) $(INCDIR)/opcode/ppc.h
3b1e6264
ILT
759ppc-opc.lo: ppc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/ppc.h
760sh-dis.lo: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h $(BFD_H) \
f76db60b 761 $(INCDIR)/ansidecl.h
3b1e6264 762sparc-dis.lo: sparc-dis.c $(INCDIR)/ansidecl.h sysdep.h \
bb6dafe9
ILT
763 config.h $(INCDIR)/opcode/sparc.h $(INCDIR)/dis-asm.h \
764 $(BFD_H) $(INCDIR)/libiberty.h
3b1e6264 765sparc-opc.lo: sparc-opc.c $(INCDIR)/ansidecl.h $(INCDIR)/opcode/sparc.h
ab0bd049
DE
766tic30-dis.lo: tic30-dis.c $(INCDIR)/dis-asm.h $(BFD_H) \
767 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/tic30.h
3b1e6264 768w65-dis.lo: w65-dis.c w65-opc.h $(INCDIR)/dis-asm.h \
f76db60b 769 $(BFD_H) $(INCDIR)/ansidecl.h
3b1e6264 770z8k-dis.lo: z8k-dis.c sysdep.h config.h $(INCDIR)/dis-asm.h \
f76db60b 771 $(BFD_H) z8k-opc.h
3b1e6264 772z8kgen.lo: z8kgen.c sysdep.h config.h
add1fb05 773# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
3b1e6264
ILT
774
775# Tell versions [3.59,3.63) of GNU make to not export all variables.
776# Otherwise a system limit (for SysV at least) may be exceeded.
777.NOEXPORT:
This page took 0.277646 seconds and 4 git commands to generate.