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