binutils-gdb/bfd/Makefile.in

277 lines
8.7 KiB
Makefile
Raw Normal View History

# Makefile template for Configure for the BFD library.
# Copyright (C) 1990-1991 Free Software Foundation, Inc.
# Written by Cygnus Support.
#
# This file is part of BFD, the Binary File Descriptor library.
#
# This program is free software; you can redistribute it and/or modify
1991-04-04 20:37:36 +02:00
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
1991-04-04 20:37:36 +02:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
1991-04-04 20:37:36 +02:00
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
1991-04-04 20:37:36 +02:00
# $Id$
srcdir = .
1991-07-04 18:52:56 +02:00
destdir = /usr/local
libdir = $(destdir)/lib
docdir = $(srcdir)/doc
1991-04-04 20:37:36 +02:00
RANLIB = ranlib
AR = ar
AR_FLAGS = clq
INCDIR = $(srcdir)/../include
1991-04-04 20:37:36 +02:00
CSEARCH = -I$(INCDIR)
DEP = mkdep
1991-04-04 20:37:36 +02:00
#### host and target dependent Makefile fragments come in here.
###
1991-04-18 03:51:01 +02:00
TARGETLIB = libbfd.a
CFLAGS = -g $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) # -DINTEL960VERSION
1991-04-04 20:37:36 +02:00
1991-04-08 18:02:27 +02:00
BFD_LIBS = libbfd.o opncls.o bfd.o archive.o targets.o cache.o \
1991-07-04 18:52:56 +02:00
archures.o core.o section.o format.o syms.o reloc.o
1991-04-04 20:37:36 +02:00
BFD_BACKENDS = oasys.o ieee.o srec.o \
aout64.o aout32.o demo64.o sunos.o newsos3.o bout.o \
icoff.o amdcoff.o m68kcoff.o i386coff.o m88k-bcs.o ecoff.o
OPTIONAL_BACKENDS = trad-core.o
1991-04-04 20:37:36 +02:00
BFD_H=$(INCDIR)/bfd.h
SYSDEP_H=$(INCDIR)/sysdep.h
# C source files that correspond to .o's.
CFILES = libbfd.c opncls.c bfd.c archive.c targets.c cache.c archures.c \
1991-07-04 18:52:56 +02:00
i386coff.c aout64.c aout32.c sunos.c demo64.c icoff.c srec.c \
oasys.c ieee.c m68kcoff.c amdcoff.c \
format.c section.c core.c syms.c reloc.c \
1991-07-27 03:14:16 +02:00
m88k-bcs.c ecoff.c trad-core.c newsos3.c bout.c
1991-04-04 20:37:36 +02:00
1991-04-18 03:51:01 +02:00
STAGESTUFF = $(TARGETLIB) $(OFILES)
all: $(TARGETLIB)
# XDEPFILES comes from the host config; TDEPFILES from the target config.
OFILES = $(BFD_LIBS) $(BFD_BACKENDS) $(XDEPFILES) $(TDEPFILES)
1991-04-18 03:51:01 +02:00
$(TARGETLIB): $(OFILES)
rm -f $(TARGETLIB)
$(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
$(RANLIB) $(TARGETLIB)
1991-04-18 03:51:01 +02:00
stage1: force
- mkdir stage1
- mv -f $(STAGESTUFF) stage1
stage2: force
- mkdir stage2
- mv -f $(STAGESTUFF) stage2
stage3: force
- mkdir stage3
- mv -f $(STAGESTUFF) stage3
1991-06-09 22:27:20 +02:00
against=stage2
comparison: force
for i in *.o ; do cmp $$i $(against)/$$i || exit 1 ; done
1991-04-18 03:51:01 +02:00
de-stage1: force
- (cd stage1 ; mv -f $(STAGESTUFF) ..)
- rmdir stage1
1991-04-04 20:37:36 +02:00
1991-04-18 03:51:01 +02:00
de-stage2: force
- (cd stage2 ; mv -f $(STAGESTUFF) ..)
- rmdir stage2
1991-04-04 20:37:36 +02:00
1991-04-18 03:51:01 +02:00
de-stage3: force
- (cd stage3 ; mv -f $(STAGESTUFF) ..)
- rmdir stage3
1991-04-04 20:37:36 +02:00
tags etags: TAGS
1991-04-18 03:51:01 +02:00
TAGS: force
etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
1991-04-04 20:37:36 +02:00
clean:
1991-08-17 02:09:20 +02:00
rm -f *.[oa] *~ core *.E *.p *.ip
1991-04-04 20:37:36 +02:00
clobber realclean: clean
rm -f libbfd.a TAGS
$(BFD_LIBS) $(BFD_BACKENDS) $(OPTIONAL_BACKENDS): libbfd.h $(BFD_H)
1991-04-04 20:37:36 +02:00
saber:
#suppress 65 on bfd_map_over_sections
#suppress 66 on bfd_map_over_sections
#suppress 67 on bfd_map_over_sections
#suppress 68 on bfd_map_over_sections
#suppress 69 on bfd_map_over_sections
#suppress 70 on bfd_map_over_sections
#suppress 110 in bfd_map_over_sections
#suppress 112 in bfd_map_over_sections
#suppress 530
#suppress 590 in swap_exec_header
#suppress 590 in _bfd_dummy_core_file_matches_executable_p
#suppress 590 in bfd_dont_truncate_arname
#suppress 590 on ignore
#suppress 590 on abfd
#setopt load_flags $(CFLAGS)
#load $(CFILES)
1991-04-04 20:37:36 +02:00
#-----------------------------------------------------------------------------
# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
#
# 'VERSION' file must be present and contain a string of the form "x.y"
#-----------------------------------------------------------------------------
ver960.c: FORCE
rm -f ver960.c
echo "char ${TARG}_ver[]= \"${TARG} `cat VERSION`, `date`\";" > ver960.c
# This target should be invoked before building a new release.
# 'VERSION' file must be present and contain a string of the form "x.y"
#
roll:
@V=`cat VERSION` ; \
MAJ=`sed 's/\..*//' VERSION` ; \
MIN=`sed 's/.*\.//' VERSION` ; \
V=$$MAJ.`expr $$MIN + 1` ; \
rm -f VERSION ; \
echo $$V >VERSION ; \
echo Version $$V
# Dummy target to force execution of dependent targets.
#
1991-04-18 03:51:01 +02:00
force:
1991-04-04 20:37:36 +02:00
install:
1991-07-04 18:52:56 +02:00
install -c libbfd.a $(libdir)
$(RANLIB) $(libdir)/libbfd.a
1991-04-04 20:37:36 +02:00
# Target to uncomment host-specific lines in this makefile. Such lines must
# have the following string beginning in column 1: #__<hostname>__#
# Original Makefile is backed up as 'Makefile.old'.
#
# Invoke with: make make HOST=xxx
#
make:
-@if test $(HOST)x = x ; then \
echo 'Specify "make make HOST=???"'; \
exit 1; \
fi ; \
grep -s "^#The next line was generated by 'make make'" Makefile; \
if test $$? = 0 ; then \
echo "Makefile has already been processed with 'make make'";\
exit 1; \
fi ; \
mv -f Makefile Makefile.old; \
echo "#The next line was generated by 'make make'" >Makefile ; \
echo "HOST=$(HOST)" >>Makefile ; \
echo >>Makefile ; \
sed "s/^#__$(HOST)__#//" < Makefile.old >>Makefile
Makefile: $(srcdir)/Makefile.in $(srcdir)/configure
1991-04-11 00:56:51 +02:00
(cd $(srcdir) ; \
./configure +norecurse \
+destdir=$(destdir) \
1991-08-17 02:09:20 +02:00
`if [ "$(srcdir)" != "." ] ; then echo +subdirs; fi` \
1991-05-25 03:51:10 +02:00
$(host) +target=$(target);)
dep: $(CFILES)
mkdep $(CFLAGS) $?
1991-07-04 18:52:56 +02:00
headers:
cp $(srcdir)/bfd-in.h $(docdir)
cp $(srcdir)/libbfd-in.h $(docdir)
cp $(srcdir)/libcoff-in.h $(docdir)
(cd $(docdir); $(MAKE) protos)
1991-07-04 18:52:56 +02:00
# Rebuild prototypes in bfd.h
cp $(docdir)/bfd.h $(BFD_H)
cp $(docdir)/libbfd.h $(srcdir)/libbfd.h
cp $(docdir)/libcoff.h $(srcdir)/libcoff.h
bfd.info:
( cd $(docdir); $(MAKE) bfd.info)
bfd.dvi:
(cd $(docdir); $(MAKE) bfd.dvi)
bfd.ps:
(cd $(docdir); $(MAKE) bfd.ps)
# What appears below is generated by a hacked mkdep using gcc -MM.
# DO NOT DELETE THIS LINE -- mkdep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
libbfd.o : libbfd.c ../include/bfd.h ../include/obstack.h libbfd.h
opncls.o : opncls.c ../include/bfd.h ../include/obstack.h libbfd.h
bfd.o : bfd.c ../include/bfd.h ../include/obstack.h libbfd.h
archive.o : archive.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/ar.h ../include/ranlib.h
targets.o : targets.c ../include/bfd.h ../include/obstack.h libbfd.h
cache.o : cache.c ../include/bfd.h ../include/obstack.h libbfd.h
archures.o : archures.c ../include/bfd.h ../include/obstack.h
i386coff.o : i386coff.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/i386coff.h ../include/internalcoff.h libcoff.h coffcode.h
aout64.o : aout64.c
aout32.o : aout32.c aoutx.h ../include/bfd.h ../include/ansidecl.h \
../include/obstack.h libaout.h libbfd.h ../include/aout64.h \
../include/stab.gnu.h ../include/stab.def ../include/ar.h
sunos.o : sunos.c aoutf1.h ../include/bfd.h ../include/obstack.h \
libaout.h libbfd.h ../include/aout64.h ../include/stab.gnu.h \
../include/stab.def ../include/ar.h
demo64.o : demo64.c
icoff.o : icoff.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/intel-coff.h ../include/internalcoff.h libcoff.h coffcode.h
srec.o : srec.c ../include/bfd.h ../include/obstack.h libbfd.h
oasys.o : oasys.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/oasys.h liboasys.h
ieee.o : ieee.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/ieee.h libieee.h
m68kcoff.o : m68kcoff.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/m68kcoff.h ../include/internalcoff.h libcoff.h coffcode.h
amdcoff.o : amdcoff.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/amdcoff.h ../include/internalcoff.h libcoff.h coffcode.h
format.o : format.c ../include/sysdep.h ../include/bfd.h \
../include/obstack.h libbfd.h
section.o : section.c ../include/sysdep.h ../include/bfd.h \
../include/obstack.h libbfd.h
core.o : core.c ../include/sysdep.h ../include/bfd.h \
../include/obstack.h libbfd.h
syms.o : syms.c ../include/sysdep.h ../include/bfd.h \
../include/obstack.h libbfd.h
reloc.o : reloc.c ../include/sysdep.h ../include/bfd.h \
../include/obstack.h libbfd.h
m88k-bcs.o : m88k-bcs.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/m88k-bcs.h ../include/internalcoff.h libcoff.h coffcode.h
ecoff.o : ecoff.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/ecoff.h ../include/internalcoff.h libcoff.h trad-core.h \
coffcode.h
trad-core.o : trad-core.c ../include/bfd.h ../include/obstack.h \
libbfd.h libaout.h
newsos3.o : newsos3.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/aout64.h ../include/stab.gnu.h ../include/stab.def \
../include/ar.h libaout.h
bout.o : bout.c ../include/bfd.h ../include/obstack.h libbfd.h \
../include/bout.h ../include/stab.gnu.h ../include/stab.def libaout.h
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY