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