|
|
|
@ -1,11 +1,17 @@ |
|
|
|
# Makefile.in generated automatically by automake 1.2 from Makefile.am
|
|
|
|
# Makefile.in generated automatically by automake 1.2e from Makefile.am
|
|
|
|
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
|
|
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
|
|
# gives unlimited permission to copy, distribute and modify it.
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
SHELL = /bin/sh |
|
|
|
|
|
|
|
SHELL = @SHELL@ |
|
|
|
|
|
|
|
srcdir = @srcdir@ |
|
|
|
top_srcdir = @top_srcdir@ |
|
|
|
@ -43,12 +49,12 @@ INSTALL_DATA = @INSTALL_DATA@ |
|
|
|
INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
|
|
|
transform = @program_transform_name@ |
|
|
|
|
|
|
|
NORMAL_INSTALL = true |
|
|
|
PRE_INSTALL = true |
|
|
|
POST_INSTALL = true |
|
|
|
NORMAL_UNINSTALL = true |
|
|
|
PRE_UNINSTALL = true |
|
|
|
POST_UNINSTALL = true |
|
|
|
NORMAL_INSTALL = : |
|
|
|
PRE_INSTALL = : |
|
|
|
POST_INSTALL = : |
|
|
|
NORMAL_UNINSTALL = : |
|
|
|
PRE_UNINSTALL = : |
|
|
|
POST_UNINSTALL = : |
|
|
|
build_alias = @build_alias@ |
|
|
|
build_triplet = @build@ |
|
|
|
host_alias = @host_alias@ |
|
|
|
@ -61,15 +67,18 @@ BFD_HOST_64_BIT = @BFD_HOST_64_BIT@ |
|
|
|
BFD_HOST_64_BIT_DEFINED = @BFD_HOST_64_BIT_DEFINED@ |
|
|
|
BFD_HOST_U_64_BIT = @BFD_HOST_U_64_BIT@ |
|
|
|
CC = @CC@ |
|
|
|
CC_FOR_BUILD = @CC_FOR_BUILD@ |
|
|
|
COREFILE = @COREFILE@ |
|
|
|
COREFLAG = @COREFLAG@ |
|
|
|
EXEEXT = @EXEEXT@ |
|
|
|
EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ |
|
|
|
HDEFINES = @HDEFINES@ |
|
|
|
LD = @LD@ |
|
|
|
LIBTOOL = @LIBTOOL@ |
|
|
|
LN_S = @LN_S@ |
|
|
|
MAINT = @MAINT@ |
|
|
|
MAKEINFO = @MAKEINFO@ |
|
|
|
NM = @NM@ |
|
|
|
PACKAGE = @PACKAGE@ |
|
|
|
RANLIB = @RANLIB@ |
|
|
|
TDEFINES = @TDEFINES@ |
|
|
|
@ -80,7 +89,7 @@ bfd_machines = @bfd_machines@ |
|
|
|
tdefaults = @tdefaults@ |
|
|
|
wordsize = @wordsize@ |
|
|
|
|
|
|
|
CC_FOR_BUILD = @CC_FOR_BUILD@ |
|
|
|
AUTOMAKE_OPTIONS = cygnus |
|
|
|
|
|
|
|
DOCFILES = aoutx.texi archive.texi archures.texi \
|
|
|
|
bfdt.texi cache.texi coffcode.texi \
|
|
|
|
@ -121,17 +130,19 @@ SRCIPROT = $(srcdir)/../cache.c $(srcdir)/../libbfd.c \ |
|
|
|
$(srcdir)/../cpu-i960.c $(srcdir)/../archures.c \
|
|
|
|
$(srcdir)/../init.c |
|
|
|
|
|
|
|
STAGESTUFF = $(DOCFILES) *.info* |
|
|
|
|
|
|
|
TEXIDIR = $(srcdir)/../../texinfo/fsf |
|
|
|
|
|
|
|
info_TEXINFOS = bfd.texinfo |
|
|
|
|
|
|
|
MKDOC = chew$(EXEEXT) |
|
|
|
MKDOC = chew$(EXEEXT_FOR_BUILD) |
|
|
|
|
|
|
|
MOSTLYCLEANFILES = $(MKDOC) *.o |
|
|
|
|
|
|
|
CLEANFILES = $(STAGESTUFF) s-* *.p *.ip |
|
|
|
CLEANFILES = s-* *.p *.ip |
|
|
|
|
|
|
|
DISTCLEANFILES = bfd.?? bfd.??? bfd.h libbfd.h libcoff.h texput.log |
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = $(DOCFILES) |
|
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs |
|
|
|
CONFIG_HEADER = ../config.h |
|
|
|
CONFIG_CLEAN_FILES = |
|
|
|
@ -217,7 +228,8 @@ uninstall-info: |
|
|
|
ii=yes; \
|
|
|
|
else ii=; fi; \
|
|
|
|
for file in $(INFO_DEPS); do \
|
|
|
|
test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
|
|
|
|
test -z "$ii" \
|
|
|
|
|| install-info --info-dir=$(infodir) --remove $$file; \
|
|
|
|
done |
|
|
|
$(NORMAL_UNINSTALL) |
|
|
|
for file in $(INFO_DEPS); do \
|
|
|
|
@ -235,16 +247,21 @@ dist-info: $(INFO_DEPS) |
|
|
|
done |
|
|
|
|
|
|
|
mostlyclean-aminfo: |
|
|
|
rm -f bfd.aux bfd.cp bfd.cps bfd.dvi bfd.fn bfd.fns bfd.ky bfd.log \
|
|
|
|
bfd.pg bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs bfd.op bfd.tr \
|
|
|
|
bfd.cv |
|
|
|
-rm -f bfd.aux bfd.cp bfd.cps bfd.dvi bfd.fn bfd.fns bfd.ky bfd.kys \
|
|
|
|
bfd.ps bfd.log bfd.pg bfd.toc bfd.tp bfd.tps bfd.vr bfd.vrs \
|
|
|
|
bfd.op bfd.tr bfd.cv bfd.cn |
|
|
|
|
|
|
|
clean-aminfo: |
|
|
|
|
|
|
|
distclean-aminfo: |
|
|
|
|
|
|
|
maintainer-clean-aminfo: |
|
|
|
for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done |
|
|
|
for i in $(INFO_DEPS); do \
|
|
|
|
rm -f $$i; \
|
|
|
|
if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
|
|
|
|
rm -f $$i-[0-9]*; \
|
|
|
|
fi; \
|
|
|
|
done |
|
|
|
clean-info: mostlyclean-aminfo |
|
|
|
tags: TAGS |
|
|
|
TAGS: |
|
|
|
@ -264,7 +281,7 @@ distdir: $(DISTFILES) |
|
|
|
$(MAKE) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-info |
|
|
|
info: $(INFO_DEPS) |
|
|
|
dvi: $(DVIS) |
|
|
|
check: all |
|
|
|
check: |
|
|
|
$(MAKE) |
|
|
|
installcheck: |
|
|
|
install-info: install-info-am |
|
|
|
@ -287,26 +304,26 @@ installdirs: |
|
|
|
|
|
|
|
|
|
|
|
mostlyclean-generic: |
|
|
|
test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
|
|
|
-test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
|
|
|
|
|
|
|
clean-generic: |
|
|
|
test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
|
|
|
-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
|
|
|
|
|
|
|
distclean-generic: |
|
|
|
rm -f Makefile $(DISTCLEANFILES) |
|
|
|
rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
|
|
test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
|
|
-rm -f Makefile $(DISTCLEANFILES) |
|
|
|
-rm -f config.cache config.log stamp-h stamp-h[0-9]* |
|
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
|
|
|
|
|
|
|
maintainer-clean-generic: |
|
|
|
test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
|
|
|
test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
|
|
|
-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
|
|
|
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
|
|
|
mostlyclean: mostlyclean-aminfo mostlyclean-generic |
|
|
|
|
|
|
|
clean: clean-aminfo clean-generic mostlyclean |
|
|
|
|
|
|
|
distclean: distclean-aminfo distclean-generic clean |
|
|
|
rm -f config.status |
|
|
|
rm -f libtool |
|
|
|
-rm -f config.status |
|
|
|
-rm -f libtool |
|
|
|
|
|
|
|
maintainer-clean: maintainer-clean-aminfo maintainer-clean-generic \ |
|
|
|
distclean |
|
|
|
@ -415,7 +432,7 @@ s-opncls: $(MKDOC) $(srcdir)/../opncls.c $(srcdir)/doc.str |
|
|
|
touch s-opncls |
|
|
|
opncls.texi: s-opncls |
|
|
|
|
|
|
|
s-reloc: $(MKDOC) $(srcdir)/../reloc.c |
|
|
|
s-reloc: $(MKDOC) $(srcdir)/../reloc.c $(srcdir)/doc.str |
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../reloc.c >reloc.tmp |
|
|
|
$(srcdir)/../../move-if-change reloc.tmp reloc.texi |
|
|
|
touch s-reloc |
|
|
|
@ -427,7 +444,7 @@ s-section: $(MKDOC) $(srcdir)/../section.c $(srcdir)/doc.str |
|
|
|
touch s-section |
|
|
|
section.texi: s-section |
|
|
|
|
|
|
|
s-syms: $(MKDOC) $(srcdir)/../syms.c |
|
|
|
s-syms: $(MKDOC) $(srcdir)/../syms.c $(srcdir)/doc.str |
|
|
|
./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../syms.c >syms.tmp |
|
|
|
$(srcdir)/../../move-if-change syms.tmp syms.texi |
|
|
|
touch s-syms |
|
|
|
@ -462,29 +479,23 @@ libbfd.h: $(srcdir)/../libbfd-in.h \ |
|
|
|
$(srcdir)/../libbfd.c \
|
|
|
|
$(srcdir)/../cache.c \
|
|
|
|
$(srcdir)/../reloc.c \
|
|
|
|
$(srcdir)/../cpu-h8300.c \
|
|
|
|
$(srcdir)/../cpu-i960.c \
|
|
|
|
$(srcdir)/../archures.c \
|
|
|
|
$(srcdir)/../elfcode.h \
|
|
|
|
$(srcdir)/proto.str \
|
|
|
|
$(MKDOC) |
|
|
|
cat $(srcdir)/../libbfd-in.h >libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../init.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../libbfd.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../cache.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../reloc.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../cpu-h8300.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../cpu-i960.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../archures.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../elf.c >>libbfd.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../elfcode.h >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../init.c >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../libbfd.c >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../cache.c >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../reloc.c >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../archures.c >>libbfd.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../elf.c >>libbfd.h |
|
|
|
|
|
|
|
libcoff.h: $(srcdir)/../libcoff-in.h \ |
|
|
|
$(srcdir)/../coffcode.h \
|
|
|
|
$(srcdir)/proto.str \
|
|
|
|
$(MKDOC) |
|
|
|
cat $(srcdir)/../libcoff-in.h >libcoff.h |
|
|
|
$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../coffcode.h >>libcoff.h |
|
|
|
./$(MKDOC) -i -f $(srcdir)/proto.str < $(srcdir)/../coffcode.h >>libcoff.h |
|
|
|
|
|
|
|
bfd.h: $(srcdir)/../bfd-in.h \ |
|
|
|
$(srcdir)/../init.c \
|
|
|
|
|