coffcode.h (coff_section_symbol): Create section if it doesn't exist.
[deliverable/binutils-gdb.git] / bfd / Makefile.in
CommitLineData
3c8a3c56 1# Makefile template for Configure for the BFD library.
5868184b 2# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
3c8a3c56
JG
3# Written by Cygnus Support.
4#
5# This file is part of BFD, the Binary File Descriptor library.
6#
7# This program is free software; you can redistribute it and/or modify
99a42820 8# it under the terms of the GNU General Public License as published by
3c8a3c56
JG
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
99a42820
RP
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15# GNU General Public License for more details.
3c8a3c56 16#
99a42820 17# You should have received a copy of the GNU General Public License
3c8a3c56
JG
18# along with this program; if not, write to the Free Software
19# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
99a42820 20
99a42820 21srcdir = .
fde8212e
RP
22
23prefix = /usr/local
24
5868184b
FF
25exec_prefix = $(prefix)
26bindir = $(exec_prefix)/bin
27libdir = $(exec_prefix)/lib
28
fde8212e 29datadir = $(prefix)/lib
5868184b 30mandir = $(prefix)/man
fde8212e
RP
31man1dir = $(mandir)/man1
32man2dir = $(mandir)/man2
33man3dir = $(mandir)/man3
34man4dir = $(mandir)/man4
35man5dir = $(mandir)/man5
36man6dir = $(mandir)/man6
37man7dir = $(mandir)/man7
38man8dir = $(mandir)/man8
39man9dir = $(mandir)/man9
5868184b 40infodir = $(prefix)/info
fde8212e 41includedir = $(prefix)/include
5868184b 42oldincludedir =
6bb4c923 43docdir = $(srcdir)/doc
fde8212e
RP
44
45SHELL = /bin/sh
46
47INSTALL = install -c
48INSTALL_PROGRAM = $(INSTALL)
49INSTALL_DATA = $(INSTALL)
50
1b494bfa 51AR = ar
5868184b 52AR_FLAGS = qc
6e491a87 53CFLAGS = -g
fde8212e
RP
54BISON = bison
55MAKEINFO = makeinfo
56RANLIB = ranlib
57
d6a554ae 58INCDIR = $(srcdir)/../include
40773f7f 59CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
a5c6b4b3 60DEP = mkdep
12e7087f 61
f259290f 62SUBDIRS = doc
12e7087f 63
99a42820 64
7de245d3
PB
65# Change this (to MINIMIZE=1) to save space in executables.
66# Currently, all this does is control the target_vector in targets.c.
67MINIMIZE=0
68
5176a6bc 69TARGETLIB = libbfd.a
99a42820
RP
70
71
726cc6ef 72BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
d01cd8fc 73 archures.o core.o section.o format.o syms.o reloc.o init.o ctor.o seclet.o
63ffe5ef 74
6bb4c923
KR
75# This is an independent variable so that targets can override it if
76# they want. Until we get around to fixing the defaults for various targets,
77# default to all opcode tables.
cf24f26c 78OPC = sparc-opc.o
6bb4c923 79
cbdc7909 80BFD_MACHINES = cpu-h8300.o cpu-i960.o cpu-sparc.o cpu-m68k.o cpu-m88k.o \
6bb4c923 81 cpu-vax.o cpu-mips.o cpu-a29k.o cpu-i386.o cpu-rs6000.o cpu-hppa.o \
98c0c56d 82 cpu-z8k.o cpu-we32k.o \
6bb4c923 83 $(OPC)
99a42820 84
69e0d34d 85BFD_BACKENDS = oasys.o ieee.o srec.o elf.o stab-syms.o\
b7de6963 86 aout64.o aout32.o demo64.o sunos.o newsos3.o i386aout.o bout.o \
156e3852 87 coff-i960.o coff-a29k.o coff-m68k.o coff-i386.o coff-m88k.o \
98c0c56d
BK
88 coff-mips.o coff-rs6000.o coff-h8300.o coff-msym.o hppa.o i386linux.o \
89 coff-z8k.o coff-we32k.o
63ffe5ef 90
c6e7b0ed 91OPTIONAL_BACKENDS = trad-core.o
99a42820 92
22e98743
SC
93#### host and target dependent Makefile fragments come in here.
94###
95
98c0c56d
BK
96FLAGS_TO_PASS = \
97 "against=$(against)" \
98 "AR=$(AR)" \
99 "AR_FLAGS=$(AR_FLAGS)" \
100 "CC=$(CC)" \
101 "CFLAGS=$(CFLAGS)" \
102 "RANLIB=$(RANLIB)" \
103 "MAKEINFO=$(MAKEINFO)" \
104 "INSTALL=$(INSTALL)" \
105 "INSTALL_DATA=$(INSTALL_DATA)" \
106 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
107 "BISON=$(BISON)"
108
6e491a87 109.c.o:
892205bc 110 $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
6e491a87 111
99a42820 112BFD_H=$(INCDIR)/bfd.h
99a42820
RP
113
114# C source files that correspond to .o's.
115CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \
6e491a87 116 coff-i386.c aout64.c aout32.c sunos.c demo64.c coff-i960.c srec.c tekhex.c \
5868184b 117 oasys.c ieee.c coff-m68k.c coff-a29k.c coff-rs6000.c coff-msym.c \
6bb4c923
KR
118 format.c section.c core.c syms.c stab-syms.c reloc.c init.c ctor.c \
119 seclet.c coff-m88k.c coff-mips.c trad-core.c newsos3.c i386aout.c \
120 i386linux.c bout.c elf.c \
e3c01e92
SG
121 cpu-h8300.c cpu-i960.c cpu-sparc.c cpu-m68k.c cpu-m88k.c cpu-vax.c \
122 cpu-mips.c cpu-a29k.c cpu-i386.c cpu-rs6000.c coff-h8300.c hppa.c \
98c0c56d 123 cpu-hppa.c coff-we32k.c cpu-we32k.c \
cf24f26c 124 sparc-opc.c opc-i960.c
63ffe5ef 125
5176a6bc
RP
126STAGESTUFF = $(TARGETLIB) $(OFILES)
127
128all: $(TARGETLIB)
98c0c56d 129 @$(MAKE) subdir_do DO=all "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
5176a6bc 130
30662ca6
RP
131.NOEXPORT:
132
5868184b
FF
133check:
134
fde8212e 135info: force
98c0c56d 136 @$(MAKE) subdir_do DO=info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
2090ba83 137
5868184b 138clean-info:
98c0c56d 139 @$(MAKE) subdir_do DO=clean-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
5868184b 140
2090ba83 141install-info: force
98c0c56d 142 @$(MAKE) subdir_do DO=install-info "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
2090ba83 143
6a469027
JG
144# HDEPFILES comes from the host config; TDEPFILES from the target config.
145OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(BFD_MACHINES) $(HDEPFILES) $(TDEPFILES)
5176a6bc
RP
146
147$(TARGETLIB): $(OFILES)
148 rm -f $(TARGETLIB)
1b494bfa
RP
149 $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
150 $(RANLIB) $(TARGETLIB)
5176a6bc 151
98c0c56d
BK
152# When compiling archures.c and targets.c, supply the default target
153# info from configure.
154
155
4a29cb1e 156targets.o: targets.c
6e491a87 157 $(CC) $(CFLAGS) -c $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
4a29cb1e 158
98c0c56d
BK
159archures.o: archures.c
160 $(CC) $(CFLAGS) -c $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) -DMINIMIZE=$(MINIMIZE) $(TDEFAULTS) $<
161
f259290f 162subdir_do: force
6e491a87 163 @for i in $(DODIRS); do \
5868184b
FF
164 if [ -d ./$$i ] ; then \
165 if (cd ./$$i; \
98c0c56d 166 $(MAKE) $(FLAGS_TO_PASS) $(DO)) ; then true ; \
f259290f
RP
167 else exit 1 ; fi ; \
168 else true ; fi ; \
169 done
170
99a42820
RP
171tags etags: TAGS
172
5176a6bc 173TAGS: force
453063fe 174 etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
99a42820 175
ef2810d0
PB
176do_mostlyclean:
177 rm -f *.o *~ core *.E *.p *.ip aout-params.h gen-aout
178do_clean: do_mostlyclean:
99a42820 179 rm -f libbfd.a TAGS
ef2810d0
PB
180do_distclean: do_clean
181 rm -f Makefile config.status
182do_realclean: do_distclean
183
184mostlyclean: do_mostlyclean
185 $(MAKE) subdir_do DO=mostlyclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
186clean: do_clean:
187 $(MAKE) subdir_do DO=clean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
188distclean: do_distclean
189 $(MAKE) subdir_do DO=distclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
190clobber realclean: do_readlclean
191 $(MAKE) subdir_do DO=realclean "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
99a42820 192
23d44ec9
JG
193# Mark everything as depending on config.status, since the timestamp on
194# sysdep.h might actually move backwards if we reconfig and relink it
195# to a different hosts/h-xxx.h file. This will force a recompile anyway.
196RECONFIG = config.status
197$(BFD_LIBS): libbfd.h $(BFD_H) $(RECONFIG)
198$(BFD_MACHINES): libbfd.h $(BFD_H) $(RECONFIG)
199$(BFD_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
200$(OPTIONAL_BACKENDS): libbfd.h $(BFD_H) $(RECONFIG)
99a42820 201
cbdc7909
JG
202# Get around a Sun Make bug in SunOS 4.1.1 with VPATH
203cpu-i386.o:cpu-i386.c
204
99a42820
RP
205saber:
206 #suppress 65 on bfd_map_over_sections
207 #suppress 66 on bfd_map_over_sections
208 #suppress 67 on bfd_map_over_sections
209 #suppress 68 on bfd_map_over_sections
210 #suppress 69 on bfd_map_over_sections
211 #suppress 70 on bfd_map_over_sections
212 #suppress 110 in bfd_map_over_sections
213 #suppress 112 in bfd_map_over_sections
214 #suppress 530
215 #suppress 590 in swap_exec_header
216 #suppress 590 in _bfd_dummy_core_file_matches_executable_p
217 #suppress 590 in bfd_dont_truncate_arname
218 #suppress 590 on ignore
219 #suppress 590 on abfd
220 #setopt load_flags $(CFLAGS)
221 #load $(CFILES)
a5c6b4b3 222
99a42820
RP
223
224#-----------------------------------------------------------------------------
225# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
226#
227# 'VERSION' file must be present and contain a string of the form "x.y"
228#-----------------------------------------------------------------------------
229
230ver960.c: FORCE
231 rm -f ver960.c
232 echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
233
234
235# This target should be invoked before building a new release.
236# 'VERSION' file must be present and contain a string of the form "x.y"
237#
238roll:
239 @V=`cat VERSION` ; \
240 MAJ=`sed 's/\..*//' VERSION` ; \
241 MIN=`sed 's/.*\.//' VERSION` ; \
242 V=$$MAJ.`expr $$MIN + 1` ; \
243 rm -f VERSION ; \
244 echo $$V >VERSION ; \
245 echo Version $$V
246
247# Dummy target to force execution of dependent targets.
248#
5176a6bc 249force:
99a42820 250
99a42820 251install:
98c0c56d
BK
252 -parent=`echo $(libdir)|sed -e 's@/[^/]*$$@@'`; \
253 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
254 -if [ -d $(libdir) ] ; then true ; else mkdir $(libdir) ; fi
fde8212e
RP
255 $(INSTALL_DATA) libbfd.a $(libdir)/libbfd.a
256 $(RANLIB) $(libdir)/libbfd.a
98c0c56d
BK
257 -parent=`echo $(includedir)|sed -e 's@/[^/]*$$@@'`; \
258 if [ -d $$parent ] ; then true ; else mkdir $$parent ; fi
259 -if [ -d $(includedir) ] ; then true ; else mkdir $(includedir) ; fi
fde8212e 260 $(INSTALL_DATA) $(INCDIR)/bfd.h $(includedir)/bfd.h
98c0c56d
BK
261 -if [ -z "$(oldincludedir)" ] ; then true ; else if [ -d $(oldincludedir) ] ; then true ; else mkdir $(oldincludedir) ; fi ; $(INSTALL_DATA) $(INCDIR)/bfd.h $(oldincludedir)/bfd.h ; fi
262 @$(MAKE) subdir_do DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS)
99a42820
RP
263
264# Target to uncomment host-specific lines in this makefile. Such lines must
265# have the following string beginning in column 1: #__<hostname>__#
266# Original Makefile is backed up as 'Makefile.old'.
267#
268# Invoke with: make make HOST=xxx
269#
270make:
271 -@if test $(HOST)x = x ; then \
272 echo '\aSpecify "make make HOST=???"'; \
273 exit 1; \
274 fi ; \
275 grep -s "^#The next line was generated by 'make make'" Makefile; \
276 if test $$? = 0 ; then \
277 echo "\aMakefile has already been processed with 'make make'";\
278 exit 1; \
279 fi ; \
280 mv -f Makefile Makefile.old; \
281 echo "#The next line was generated by 'make make'" >Makefile ; \
282 echo "HOST=$(HOST)" >>Makefile ; \
283 echo >>Makefile ; \
284 sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
285
b7de6963 286Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
a26878d1 287 $(SHELL) ./config.status
a5c6b4b3
SC
288
289dep: $(CFILES)
290 mkdep $(CFLAGS) $?
6f715d66 291
5868184b 292host-aout.o: Makefile
6f715d66 293
5868184b
FF
294# The following program can be used to generate a simple config file
295# which can be folded into an h-XXX file for a new host, with some editing.
d01cd8fc
FF
296aout-params.h: gen-aout
297 ./gen-aout > aout-params.h
5868184b
FF
298gen-aout: $(srcdir)/gen-aout.c Makefile
299 $(CC) -o gen-aout $(CFLAGS) $(LFLAGS) $(srcdir)/gen-aout.c
6f715d66 300
12e7087f 301headers:
98c0c56d 302 (cd $(docdir); $(MAKE) protos $(FLAGS_TO_PASS))
6bb4c923
KR
303 # Could really use a "copy-if-change"...
304 cp $(docdir)/bfd.h bfd.h-new
305 $(srcdir)/../move-if-change bfd.h-new $(BFD_H)
306 cp $(docdir)/libbfd.h libbfd.h-new
307 $(srcdir)/../move-if-change libbfd.h-new $(srcdir)/libbfd.h
308 cp $(docdir)/libcoff.h libcoff.h-new
309 $(srcdir)/../move-if-change libcoff.h-new $(srcdir)/libcoff.h
12e7087f
JG
310
311bfd.info:
98c0c56d 312 ( cd $(docdir); $(MAKE) bfd.info $(FLAGS_TO_PASS))
12e7087f
JG
313
314bfd.dvi:
98c0c56d 315 (cd $(docdir); $(MAKE) bfd.dvi $(FLAGS_TO_PASS))
12e7087f
JG
316
317bfd.ps:
98c0c56d 318 (cd $(docdir); $(MAKE) bfd.ps $(FLAGS_TO_PASS))
12e7087f
JG
319
320# What appears below is generated by a hacked mkdep using gcc -MM.
321
322# DO NOT DELETE THIS LINE -- mkdep uses it.
323# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
324
a26878d1
RP
325libbfd.o : libbfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
326opncls.o : opncls.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
327bfd.o : bfd.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
328archive.o : archive.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e 329 $(INCDIR)/aout/ar.h $(INCDIR)/aout/ranlib.h
a26878d1
RP
330targets.o : targets.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
331cache.o : cache.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
332archures.o : archures.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h
12e7087f 333aout64.o : aout64.c
a26878d1 334aout32.o : aout32.c aoutx.h $(INCDIR)/bfd.h $(INCDIR)/ansidecl.h \
fde8212e
RP
335 $(INCDIR)/obstack.h libaout.h libbfd.h $(INCDIR)/aout/aout64.h \
336 $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
a26878d1 337sunos.o : sunos.c aoutf1.h $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
fde8212e
RP
338 libaout.h libbfd.h $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h \
339 $(INCDIR)/aout/stab.def $(INCDIR)/aout/ar.h
12e7087f 340demo64.o : demo64.c
3b4f1a5d 341
a26878d1
RP
342srec.o : srec.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h
343oasys.o : oasys.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
344 $(INCDIR)/oasys.h liboasys.h
345ieee.o : ieee.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
346 $(INCDIR)/ieee.h libieee.h
3b4f1a5d 347coff-h8300.o: coff-h8300.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e 348 $(INCDIR)/coff/h8300.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
d01cd8fc
FF
349coff-a29k.o: coff-a29k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
350 $(INCDIR)/coff/a29k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
351coff-i386.o: coff-i386.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
352 $(INCDIR)/coff/i386.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
353coff-i960.o: coff-i960.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
354 $(INCDIR)/coff/i960.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
355coff-m68k.o: coff-m68k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
356 $(INCDIR)/coff/m68k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
357coff-m88k.o: coff-m88k.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
358 $(INCDIR)/coff/m88k.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
359coff-mips.o: coff-mips.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
360 $(INCDIR)/coff/mips.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
361coff-rs6000.o: coff-rs6000.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
362 $(INCDIR)/coff/rs6000.h $(INCDIR)/coff/internal.h libcoff.h coffcode.h
23d44ec9 363format.o : format.c $(INCDIR)/bfd.h \
a26878d1 364 $(INCDIR)/obstack.h libbfd.h
23d44ec9 365section.o : section.c $(INCDIR)/bfd.h \
a26878d1 366 $(INCDIR)/obstack.h libbfd.h
23d44ec9 367core.o : core.c $(INCDIR)/bfd.h \
a26878d1 368 $(INCDIR)/obstack.h libbfd.h
23d44ec9 369syms.o : syms.c $(INCDIR)/bfd.h \
a26878d1 370 $(INCDIR)/obstack.h libbfd.h
7de245d3 371syms.o : stab-syms.c
23d44ec9 372reloc.o : reloc.c $(INCDIR)/bfd.h \
a26878d1 373 $(INCDIR)/obstack.h libbfd.h
3b4f1a5d 374
a26878d1 375trad-core.o : trad-core.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h \
12e7087f 376 libbfd.h libaout.h
5868184b
FF
377
378coff-msym.o: coff-msym.c $(INCDIR)/bfd.h $(INCDIR)/coff/ecoff-ext.h \
379 $(INCDIR)/coff/sym.h $(INCDIR)/coff/symconst.h
380
a26878d1 381newsos3.o : newsos3.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e
RP
382 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
383 $(INCDIR)/aout/ar.h libaout.h
b7de6963 384i386aout.o : i386aout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
fde8212e
RP
385 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
386 $(INCDIR)/aout/ar.h libaout.h
6bb4c923
KR
387i386linux.o : i386linux.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
388 $(INCDIR)/aout/aout64.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def \
389 $(INCDIR)/aout/ar.h libaout.h
a26878d1 390bout.o : bout.c $(INCDIR)/bfd.h $(INCDIR)/obstack.h libbfd.h \
6bb4c923
KR
391 $(INCDIR)/bout.h $(INCDIR)/aout/stab_gnu.h $(INCDIR)/aout/stab.def libaout.h
392
cf24f26c 393sparc-opc.o : sparc-opc.c $(INCDIR)/opcode/sparc.h
12e7087f
JG
394
395# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
a26878d1 396
This page took 0.071049 seconds and 4 git commands to generate.