* sparc-opc.c (sparc_opcodes, prefetcha insn): Fix.
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
add1fb05
SC
1# Makefile template for Configure for the opcodes library.
2# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
3# Written by Cygnus Support.
4#
5# This program is free software; you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation; either version 2 of the License, or
8# (at your option) any later version.
9#
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
14#
15# You should have received a copy of the GNU General Public License
16# along with this program; if not, write to the Free Software
17# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
19srcdir = .
20
21prefix = /usr/local
22
23exec_prefix = $(prefix)
24bindir = $(exec_prefix)/bin
25libdir = $(exec_prefix)/lib
26
27datadir = $(prefix)/lib
28mandir = $(prefix)/man
29man1dir = $(mandir)/man1
30man2dir = $(mandir)/man2
31man3dir = $(mandir)/man3
32man4dir = $(mandir)/man4
33man5dir = $(mandir)/man5
34man6dir = $(mandir)/man6
35man7dir = $(mandir)/man7
36man8dir = $(mandir)/man8
37man9dir = $(mandir)/man9
38infodir = $(prefix)/info
39includedir = $(prefix)/include
40oldincludedir =
41docdir = $(srcdir)/doc
42
43SHELL = /bin/sh
44
d7ace307 45INSTALL = `cd $(srcdir)/..; pwd`/install.sh -c
add1fb05
SC
46INSTALL_PROGRAM = $(INSTALL)
47INSTALL_DATA = $(INSTALL)
48
49AR = ar
50AR_FLAGS = qc
51CFLAGS = -g
52BISON = bison
53MAKEINFO = makeinfo
54RANLIB = ranlib
55
fde326fb 56INCDIR = $(srcdir)/../include
c840244e 57BFDDIR = $(srcdir)/../bfd
fde326fb 58CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
add1fb05
SC
59DEP = mkdep
60
61
794a16b0 62TARGETLIB = libopcodes.a
add1fb05 63
f7ed13c7
JK
64# To circumvent a Sun make VPATH bug, each file listed here
65# should also have a foo.o: foo.c line further along in this file.
a4c01299 66
d7ace307
ILT
67ALL_MACHINES = a29k-dis.o alpha-dis.o h8300-dis.o h8500-dis.o \
68 $(start-sanitize-arc) \
69 arc-dis.o arc-opc.o \
70 $(end-sanitize-arc) \
71 hppa-dis.o i386-dis.o i960-dis.o m68k-dis.o \
72 m88k-dis.o mips-dis.o mips-opc.o sh-dis.o sparc-dis.o \
73 sparc-opc.o z8k-dis.o ns32k-dis.o ppc-dis.o ppc-opc.o \
74 arm-dis.o w65-dis.o
75
76# BFD_MACHINES is set by configure.in.
77OFILES = $(BFD_MACHINES) dis-buf.o disassemble.o
add1fb05 78
add1fb05
SC
79#### host and target dependent Makefile fragments come in here.
80###
81
82FLAGS_TO_PASS = \
83 "against=$(against)" \
84 "AR=$(AR)" \
85 "AR_FLAGS=$(AR_FLAGS)" \
86 "CC=$(CC)" \
87 "CFLAGS=$(CFLAGS)" \
88 "RANLIB=$(RANLIB)" \
89 "MAKEINFO=$(MAKEINFO)" \
90 "INSTALL=$(INSTALL)" \
91 "INSTALL_DATA=$(INSTALL_DATA)" \
92 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
93 "BISON=$(BISON)"
94
95.c.o:
96 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
97
98
99# C source files that correspond to .o's.
d7ace307 100CFILES = i386-dis.c z8k-dis.c m68k-dis.c mips-dis.c ns32k-dis.c ppc-dis.c
add1fb05
SC
101
102STAGESTUFF = $(TARGETLIB) $(OFILES)
103
104all: $(TARGETLIB)
105
106
107.NOEXPORT:
108
5d0734a7 109installcheck check:
add1fb05 110
e5bc6aaf 111info:
add1fb05 112clean-info:
e5bc6aaf 113install-info:
5d0734a7 114dvi:
add1fb05
SC
115
116# HDEPFILES comes from the host config; TDEPFILES from the target config.
117
118
119$(TARGETLIB): $(OFILES)
120 rm -f $(TARGETLIB)
121 $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
122 $(RANLIB) $(TARGETLIB)
123
d7ace307
ILT
124disassemble.o: disassemble.c $(INCDIR)/dis-asm.h
125 $(CC) -c $(CFLAGS) $(ARCHDEFS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
126
fde326fb
ILT
127a29k-dis.o: a29k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/a29k.h
128dis-buf.o: dis-buf.c $(INCDIR)/dis-asm.h
129h8500-dis.o: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h
130h8300-dis.o: h8300-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/h8300.h
131i386-dis.o: i386-dis.c $(INCDIR)/dis-asm.h
132i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h
d7ace307
ILT
133w65-dis.o: w65-dis.c
134m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/floatformat.h \
fde326fb
ILT
135 $(INCDIR)/opcode/m68k.h
136mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h
d7ace307
ILT
137mips-opc.o: mips-opc.c $(INCDIR)/opcode/mips.h
138ppc-dis.o: ppc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ppc.h
139ppc-opc.o: ppc-opc.c $(INCDIR)/opcode/ppc.h
fde326fb
ILT
140sparc-dis.o: sparc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/sparc.h
141sparc-opc.o: sparc-opc.c $(INCDIR)/opcode/sparc.h
142z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h
d7ace307 143ns32k-dis.o: ns32k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
fde326fb
ILT
144sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h
145alpha-dis.o: alpha-dis.c alpha-opc.h $(INCDIR)/dis-asm.h
146hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h
a4c01299 147m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h
d7ace307 148arm-dis.o: arm-dis.c arm-opc.h $(INCDIR)/dis-asm.h
68ca3238 149
add1fb05
SC
150tags etags: TAGS
151
152TAGS: force
153 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
154
c840244e 155MOSTLYCLEAN = *.o core *.E *.p *.ip
d7ace307 156mostlyclean:
c840244e 157 rm -rf $(MOSTLYCLEAN)
add1fb05 158clean:
c840244e
PB
159 rm -f *.a $(MOSTLYCLEAN)
160distclean: clean
161 rm -rf Makefile config.status sysdep.h TAGS
162clobber realclean: distclean
add1fb05
SC
163
164# Mark everything as depending on config.status, since the timestamp on
165# sysdep.h might actually move backwards if we reconfig and relink it
166# to a different hosts/h-xxx.h file. This will force a recompile anyway.
167RECONFIG = config.status
168
169
170
171# This target should be invoked before building a new release.
172# 'VERSION' file must be present and contain a string of the form "x.y"
173#
174roll:
175 @V=`cat VERSION` ; \
176 MAJ=`sed 's/\..*//' VERSION` ; \
177 MIN=`sed 's/.*\.//' VERSION` ; \
178 V=$$MAJ.`expr $$MIN + 1` ; \
179 rm -f VERSION ; \
180 echo $$V >VERSION ; \
181 echo Version $$V
182
183# Dummy target to force execution of dependent targets.
184#
185force:
186
187install:
1b2f5691 188 $(INSTALL_DATA) $(TARGETLIB) $(libdir)/libopcodes.a
794a16b0
KR
189 $(RANLIB) $(libdir)/libopcodes.a
190
add1fb05
SC
191Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
192 $(SHELL) ./config.status
193
194dep: $(CFILES)
195 mkdep $(CFLAGS) $?
196
197
198# What appears below is generated by a hacked mkdep using gcc -MM.
199
200# DO NOT DELETE THIS LINE -- mkdep uses it.
201# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
202
203
204# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
205
This page took 0.130849 seconds and 4 git commands to generate.