Line 42... |
Line 42... |
|
|
#
|
#
|
# Support for building net releases
|
# Support for building net releases
|
|
|
# Files in devo used in any net release.
|
# Files in devo used in any net release.
|
# ChangeLog omitted because it may refer to files which are not in this
|
|
# distribution (perhaps it would be better to include it anyway).
|
|
DEVO_SUPPORT= README Makefile.in configure configure.ac \
|
DEVO_SUPPORT= README Makefile.in configure configure.ac \
|
config.guess config.sub config move-if-change \
|
config.guess config.sub config move-if-change \
|
COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
|
COPYING COPYING.LIB install-sh config-ml.in symlink-tree \
|
mkinstalldirs ltmain.sh missing ylwrap \
|
mkinstalldirs ltmain.sh missing ylwrap \
|
libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
|
libtool.m4 ltsugar.m4 ltversion.m4 ltoptions.m4 \
|
Makefile.def Makefile.tpl src-release config.rpath \
|
Makefile.def Makefile.tpl src-release config.rpath \
|
|
ChangeLog MAINTAINERS README-maintainer-mode \
|
|
lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \
|
COPYING3 COPYING3.LIB
|
COPYING3 COPYING3.LIB
|
|
|
# Files in devo/etc used in any net release.
|
# Files in devo/etc used in any net release.
|
# ChangeLog omitted because it may refer to files which are not in this
|
|
# distribution (perhaps it would be better to include it anyway).
|
|
ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
|
ETC_SUPPORT= Makefile.in configure configure.in standards.texi \
|
make-stds.texi standards.info* configure.texi configure.info* \
|
make-stds.texi standards.info* configure.texi configure.info* \
|
configbuild.* configdev.* fdl.texi texi2pod.pl
|
ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl
|
|
|
|
|
# When you use `make setup-dirs' or `make taz' you should always redefine
|
# When you use `make setup-dirs' or `make taz' you should always redefine
|
# this macro.
|
# this macro.
|
SUPPORT_FILES = list-of-support-files-for-tool-in-question
|
SUPPORT_FILES = list-of-support-files-for-tool-in-question
|
Line 249... |
Line 247... |
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(GAS_SUPPORT_DIRS)"
|
|
|
# The FSF "binutils" release includes gprof and ld.
|
# The FSF "binutils" release includes gprof and ld.
|
.PHONY: binutils.tar.bz2
|
.PHONY: binutils.tar.bz2
|
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld gprof intl setup.com makefile.vms mkdep cpu
|
BINUTILS_SUPPORT_DIRS= bfd gas include libiberty opcodes ld elfcpp gold gprof intl setup.com makefile.vms cpu
|
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
binutils.tar.bz2: $(DIST_SUPPORT) $(BINUTILS_SUPPORT_DIRS) binutils
|
$(MAKE) -f $(SELF) taz TOOL=binutils \
|
$(MAKE) -f $(SELF) taz TOOL=binutils \
|
MD5PROG="$(MD5PROG)" \
|
MD5PROG="$(MD5PROG)" \
|
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
|
SUPPORT_FILES="$(BINUTILS_SUPPORT_DIRS)"
|
|
|