* Makefile.in (BFD32_BACKENDS): Add coff-tic80.o
[deliverable/binutils-gdb.git] / opcodes / Makefile.in
CommitLineData
add1fb05 1# Makefile template for Configure for the opcodes library.
42b4add9
JM
2# Copyright (C) 1990, 91, 92, 93, 94, 95, 1996
3# Free Software Foundation, Inc.
add1fb05
SC
4# Written by Cygnus Support.
5#
6# This program is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2 of the License, or
9# (at your option) any later version.
10#
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with this program; if not, write to the Free Software
40db6118 18# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
add1fb05 19
40db6118
ILT
20VPATH = @srcdir@
21srcdir = @srcdir@
add1fb05 22
40db6118 23prefix = @prefix@
add1fb05 24
6d76c71f 25program_transform_name = @program_transform_name@
40db6118 26exec_prefix = @exec_prefix@
42b4add9
JM
27bindir = @bindir@
28libdir = @libdir@
add1fb05 29
42b4add9
JM
30datadir = @datadir@
31mandir = @mandir@
add1fb05
SC
32man1dir = $(mandir)/man1
33man2dir = $(mandir)/man2
34man3dir = $(mandir)/man3
35man4dir = $(mandir)/man4
36man5dir = $(mandir)/man5
37man6dir = $(mandir)/man6
38man7dir = $(mandir)/man7
39man8dir = $(mandir)/man8
40man9dir = $(mandir)/man9
42b4add9
JM
41infodir = @infodir@
42includedir = @includedir@
add1fb05
SC
43
44SHELL = /bin/sh
45
40db6118
ILT
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
add1fb05 49
40db6118
ILT
50AR = @AR@
51AR_FLAGS = rc
52CC = @CC@
53CFLAGS = @CFLAGS@
add1fb05 54MAKEINFO = makeinfo
40db6118 55RANLIB = @RANLIB@
add1fb05 56
e0bf1022
ILT
57ALLLIBS = @ALLLIBS@
58
59PICFLAG = @PICFLAG@
60SHLIB = @SHLIB@
61SHLIB_CC = @SHLIB_CC@
62SHLIB_CFLAGS = @SHLIB_CFLAGS@
63COMMON_SHLIB = @COMMON_SHLIB@
c8303271 64SHLIB_DEP = @SHLIB_DEP@
e0bf1022
ILT
65SHLINK = @SHLINK@
66
6d76c71f
ILT
67SONAME = lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`
68
fde326fb 69INCDIR = $(srcdir)/../include
c840244e 70BFDDIR = $(srcdir)/../bfd
fde326fb 71CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
add1fb05
SC
72DEP = mkdep
73
794a16b0 74TARGETLIB = libopcodes.a
add1fb05 75
f7ed13c7
JK
76# To circumvent a Sun make VPATH bug, each file listed here
77# should also have a foo.o: foo.c line further along in this file.
a4c01299 78
42b4add9 79ALL_MACHINES = a29k-dis.o alpha-dis.o alpha-opc.o h8300-dis.o h8500-dis.o \
d7ace307
ILT
80 $(start-sanitize-arc) \
81 arc-dis.o arc-opc.o \
82 $(end-sanitize-arc) \
40db6118 83 hppa-dis.o i386-dis.o i960-dis.o m68k-dis.o m68k-opc.o \
d7ace307
ILT
84 m88k-dis.o mips-dis.o mips-opc.o sh-dis.o sparc-dis.o \
85 sparc-opc.o z8k-dis.o ns32k-dis.o ppc-dis.o ppc-opc.o \
86 arm-dis.o w65-dis.o
87
40db6118 88OFILES = @BFD_MACHINES@ dis-buf.o disassemble.o
add1fb05
SC
89
90FLAGS_TO_PASS = \
91 "against=$(against)" \
92 "AR=$(AR)" \
93 "AR_FLAGS=$(AR_FLAGS)" \
94 "CC=$(CC)" \
95 "CFLAGS=$(CFLAGS)" \
96 "RANLIB=$(RANLIB)" \
97 "MAKEINFO=$(MAKEINFO)" \
98 "INSTALL=$(INSTALL)" \
99 "INSTALL_DATA=$(INSTALL_DATA)" \
e0bf1022 100 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)"
add1fb05 101
40db6118 102ALL_CFLAGS = $(CSEARCH) @HDEFINES@ $(CFLAGS)
add1fb05 103
40db6118 104.c.o:
e0bf1022
ILT
105 if [ -n "$(PICFLAG)" ]; then \
106 $(CC) -c $(PICFLAG) $(ALL_CFLAGS) $< -o pic/$@; \
107 else true; fi
40db6118 108 $(CC) -c $(ALL_CFLAGS) $<
add1fb05
SC
109
110# C source files that correspond to .o's.
d7ace307 111CFILES = i386-dis.c z8k-dis.c m68k-dis.c mips-dis.c ns32k-dis.c ppc-dis.c
add1fb05 112
e0bf1022 113all: $(ALLLIBS)
add1fb05
SC
114
115.NOEXPORT:
116
5d0734a7 117installcheck check:
add1fb05 118
e5bc6aaf 119info:
add1fb05 120clean-info:
e5bc6aaf 121install-info:
5d0734a7 122dvi:
add1fb05
SC
123
124# HDEPFILES comes from the host config; TDEPFILES from the target config.
125
126
127$(TARGETLIB): $(OFILES)
128 rm -f $(TARGETLIB)
129 $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
130 $(RANLIB) $(TARGETLIB)
131
c8303271 132LIBIBERTY_LISTS = ../libiberty/required-list ../libiberty/needed-list
42b4add9 133BFD_PICLIST = @BFD_PICLIST@
c8303271 134
42b4add9 135stamp-piclist: Makefile $(LIBIBERTY_LISTS) $(BFD_PICLIST)
e0bf1022
ILT
136 rm -f tpiclist
137 if [ -n "$(PICFLAG)" ]; then \
138 echo $(OFILES) | sed -e 's,\([^ ][^ ]*\),pic/\1,g' > tpiclist; \
139 else \
140 echo $(OFILES) > tpiclist; \
141 fi
c8303271
ILT
142 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
143 lobjs=`cat $(LIBIBERTY_LISTS)`; \
144 if [ -n "$(PICFLAG)" ]; then \
145 lobjs=`echo $$lobjs | sed -e 's,\([^ ][^ ]*\),pic/\1,g'`; \
146 fi; \
147 lobjs=`echo $$lobjs | sed -e 's,\([^ ][^ ]*\),../libiberty/\1,g'`; \
148 echo $$lobjs >> tpiclist; \
42b4add9 149 sed -e 's,\([^ ][^ ]*\),../bfd/\1,g' $(BFD_PICLIST) >> tpiclist; \
c8303271 150 else true; fi
e0bf1022
ILT
151 $(srcdir)/../move-if-change tpiclist piclist
152 touch stamp-piclist
153
154piclist: stamp-piclist ; @true
155
c8303271 156$(SHLIB): stamp-picdir $(OFILES) piclist $(SHLIB_DEP)
e0bf1022 157 rm -f $(SHLIB)
c8303271 158 $(SHLIB_CC) $(SHLIB_CFLAGS) -o $(SHLIB) `cat piclist`
e0bf1022
ILT
159
160$(SHLINK): $(SHLIB)
6d76c71f
ILT
161 ts=lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed -e '$(program_transform_name)'`; \
162 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
163 ts=../bfd/$$ts; \
164 fi; \
165 if [ "$$ts" != "$(SHLIB)" ]; then \
166 rm -f $$ts; \
167 ln -sf `echo $(SHLIB) | sed -e 's,^\.\./bfd/,,'` $$ts; \
168 else true; fi
e0bf1022
ILT
169 rm -f $(SHLINK)
170 ln -sf `echo $(SHLIB) | sed -e 's,^\.\./bfd/,,'` $(SHLINK)
171
6d76c71f
ILT
172# This target creates libTARGET-opcodes.so.VERSION as a symlink to
173# libopcodes.so.VERSION. It is used on SunOS, which does not have SONAME.
174stamp-tshlink: $(SHLIB)
175 tf=lib`echo $(SHLIB) | sed -e 's,\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
176 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
177 tf=../bfd/$$tf; \
178 fi; \
179 if [ "$$tf" != "$(SHLIB)" ]; then \
180 rm -f $$tf; \
181 ln -sf $(SHLIB) $$tf; \
182 else true; fi
183 if [ "$(COMMON_SHLIB)" = "yes" ]; then \
184 tf=lib`echo $(TARGETLIB) | sed -e 's/^lib//' | sed '$(program_transform_name)'`; \
185 if [ "$$tf" != "$(TARGETLIB)" ]; then \
186 rm -f $$tf; \
187 ln -sf $(TARGETLIB) $$tf; \
188 else true; fi; \
189 else true; fi
190 touch stamp-tshlink
191
e0bf1022
ILT
192$(OFILES): stamp-picdir
193
d7ace307 194disassemble.o: disassemble.c $(INCDIR)/dis-asm.h
e0bf1022
ILT
195 if [ -n "$(PICFLAG)" ]; then \
196 $(CC) -c @archdefs@ $(PICFLAG) $(ALL_CFLAGS) $(srcdir)/disassemble.c -o pic/disassemble.o; \
197 else true; fi
40db6118 198 $(CC) -c @archdefs@ $(ALL_CFLAGS) $(srcdir)/disassemble.c
d7ace307 199
fde326fb
ILT
200a29k-dis.o: a29k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/a29k.h
201dis-buf.o: dis-buf.c $(INCDIR)/dis-asm.h
202h8500-dis.o: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h
203h8300-dis.o: h8300-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/h8300.h
204i386-dis.o: i386-dis.c $(INCDIR)/dis-asm.h
205i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h
d7ace307
ILT
206w65-dis.o: w65-dis.c
207m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/floatformat.h \
fde326fb 208 $(INCDIR)/opcode/m68k.h
40db6118 209m68k-opc.o: m68k-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m68k.h
fde326fb 210mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h
d7ace307
ILT
211mips-opc.o: mips-opc.c $(INCDIR)/opcode/mips.h
212ppc-dis.o: ppc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ppc.h
213ppc-opc.o: ppc-opc.c $(INCDIR)/opcode/ppc.h
fde326fb
ILT
214sparc-dis.o: sparc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/sparc.h
215sparc-opc.o: sparc-opc.c $(INCDIR)/opcode/sparc.h
216z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h
d7ace307 217ns32k-dis.o: ns32k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/ns32k.h
fde326fb 218sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h
42b4add9
JM
219alpha-dis.o: alpha-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h
220alpha-opc.o: alpha-opc.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/alpha.h
fde326fb 221hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h
a4c01299 222m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h
d7ace307 223arm-dis.o: arm-dis.c arm-opc.h $(INCDIR)/dis-asm.h
68ca3238 224
add1fb05
SC
225tags etags: TAGS
226
227TAGS: force
228 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
229
42b4add9 230MOSTLYCLEAN = *.o core *.E *.p *.ip pic/*.o
d7ace307 231mostlyclean:
c840244e 232 rm -rf $(MOSTLYCLEAN)
add1fb05 233clean:
e0bf1022 234 rm -f *.a $(MOSTLYCLEAN) $(SHLIB) $(SHLINK) piclist stamp-piclist
c840244e 235distclean: clean
e0bf1022 236 rm -rf Makefile config.status TAGS config.cache config.h stamp-h \
42b4add9 237 pic stamp-picdir config.log
e0bf1022 238clobber realclean maintainer-clean: distclean
add1fb05
SC
239
240# Mark everything as depending on config.status, since the timestamp on
241# sysdep.h might actually move backwards if we reconfig and relink it
242# to a different hosts/h-xxx.h file. This will force a recompile anyway.
243RECONFIG = config.status
244
245
246
247# This target should be invoked before building a new release.
248# 'VERSION' file must be present and contain a string of the form "x.y"
249#
250roll:
251 @V=`cat VERSION` ; \
252 MAJ=`sed 's/\..*//' VERSION` ; \
253 MIN=`sed 's/.*\.//' VERSION` ; \
254 V=$$MAJ.`expr $$MIN + 1` ; \
255 rm -f VERSION ; \
256 echo $$V >VERSION ; \
257 echo Version $$V
258
259# Dummy target to force execution of dependent targets.
260#
261force:
262
e0bf1022
ILT
263install: $(ALLLIBS)
264 for f in $(ALLLIBS); do \
6d76c71f
ILT
265 if [ "$$f" = "stamp-tshlink" ]; then \
266 continue; \
267 fi; \
268 tf=lib`echo $$f | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
269 rm -f $(libdir)/$$tf; \
e0bf1022 270 if [ "$$f" = "$(SHLINK)" ]; then \
6d76c71f
ILT
271 ts=lib`echo $(SHLIB) | sed -e 's,^\.\./bfd/,,' -e 's/^lib//' | sed '$(program_transform_name)'`; \
272 ln -sf $$ts $(libdir)/$$tf; \
e0bf1022 273 elif [ "$$f" = "$(SHLIB)" ]; then \
42b4add9 274 @INSTALL_SHLIB@ \
e0bf1022 275 else \
6d76c71f
ILT
276 $(INSTALL_DATA) $$f $(libdir)/$$tf; \
277 $(RANLIB) $(libdir)/$$tf; \
278 chmod a-x $(libdir)/$$tf; \
e0bf1022
ILT
279 fi; \
280 done
794a16b0 281
824155e8
ILT
282Makefile: Makefile.in config.status
283 CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status
284
285config.h: stamp-h ; @true
286stamp-h: config.in config.status
287 CONFIG_FILES= CONFIG_HEADERS=config.h:config.in $(SHELL) ./config.status
40db6118 288
c8303271 289config.status: configure $(srcdir)/../bfd/configure.host $(srcdir)/../bfd/config.bfd $(srcdir)/../bfd/VERSION
40db6118 290 $(SHELL) config.status --recheck
add1fb05
SC
291
292dep: $(CFILES)
293 mkdep $(CFLAGS) $?
294
e0bf1022
ILT
295stamp-picdir:
296 if [ -n "$(PICFLAG)" ] && [ ! -d pic ]; then \
297 mkdir pic; \
298 else true; fi
299 touch stamp-picdir
add1fb05
SC
300
301# What appears below is generated by a hacked mkdep using gcc -MM.
302
303# DO NOT DELETE THIS LINE -- mkdep uses it.
304# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
305
306
307# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
308
This page took 0.169197 seconds and 4 git commands to generate.