* Makefile.in, configure.in: add tgas
authorSteve Chamberlain <sac@cygnus>
Fri, 17 Jul 1992 01:34:45 +0000 (01:34 +0000)
committerSteve Chamberlain <sac@cygnus>
Fri, 17 Jul 1992 01:34:45 +0000 (01:34 +0000)
ChangeLog
Makefile.in
configure.in

index 3ce6983165bc5e17343681502f7b8c920cce2c6d..154611accd3c9f6aebed90950146e69dcfee35eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c51df4960841a4e8a5693629691ed59a78ea446c..4707e88d34b75689627ddfe1138c567ae404f25d 100644 (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 \
index a6834da16c1e475bf10df3c354bf342c7dc7da35..f6d6eb964e9837f845f56408e9a5dfc64a4eac0d 100644 (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"