* Makefile.in, configure.in: add tgas

This commit is contained in:
Steve Chamberlain 1992-07-17 01:34:45 +00:00
parent 9e3e75685b
commit 3ad0ef3736
3 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* Makefile.in, configure.in: add tgas
Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* Makefile.in: a number of changes merged in from progressive.

View File

@ -69,7 +69,7 @@ MAKEINFO = `if [ -d $${rootme}/texinfo/C ] ; \
then echo $${rootme}/texinfo/C/makeinfo ; \
else echo makeinfo ; fi`
SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils ld gas gcc libg++ libgcc clib newlib libm
SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils ld gas tgas gcc libg++ libgcc clib newlib libm
OTHERS =
ALL = all.normal
@ -147,13 +147,13 @@ install-dir.info:
$(INSTALL_DATA) dir.info $(infodir)/dir.info
all.normal: all-autoconf all-libiberty all-mmalloc all-texinfo \
all-bison all-byacc all-flex all-bfd all-ld all-gas all-gcc \
all-bison all-byacc all-flex all-bfd all-ld all-gas all-tgas all-gcc \
all-binutils all-libg++ all-readline all-gdb \
all-make all-rcs all-cvs all-diff all-grep \
all-patch all-emacs all-ispell \
all-newlib all-gprof all-send_pr all-libm
all.cross: all-libiberty all-mmalloc all-gas all-byacc all-ld \
all.cross: all-libiberty all-mmalloc all-gas all-tgas all-byacc all-ld \
all-bfd all-libgcc all-readline all-gdb all-newlib
# $(MAKE) $(FLAGS_TO_PASS) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)"
@ -620,6 +620,17 @@ install-gas: force
true ; \
fi
### gas
all-tgas: all-libiberty all-bfd
@if [ -f ./tgas/Makefile ] ; then \
rootme=`pwd` ; export rootme ; \
(cd ./tgas; \
$(MAKE) $(FLAGS_TO_PASS) all) ; \
else \
true ; \
fi
### ld
all-ld: all-libiberty all-bfd all-byacc all-flex
@if [ -f ./ld/Makefile ] ; then \

View File

@ -3,7 +3,7 @@
# script appropriate for this directory. For more information, check
# any existing configure script.
configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm"
configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas"
srctrigger=cfg-paper.texi
srcname="gnu development package"