diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-06-22 16:46:19 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-06-22 16:46:19 -0600 |
commit | 99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4 (patch) | |
tree | da0049c021a32b0554296f76de0465431923cc11 | |
parent | cd1f4c2c362afb22444738ab95430983ededcadd (diff) | |
download | gcc-99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4.zip gcc-99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4.tar.gz gcc-99d60508020fb9023b3d1e3ab54a0fb2f66cb0c4.tar.bz2 |
configure.in (target_libs): Added target-zlib.
d
* configure.in (target_libs): Added target-zlib.
* Makefile.in (ALL_TARGET_MODULES): Added zlib.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(configure-target-zlib): New target.
(all-target-zlib): Likewise.
(all-target-libjava): Depend on all-target-zlib.
(configure-target-libjava): Depend on configure-target-zlib.
* Makefile.in (configure-target-libjava): Depend on
configure-target-newlib.
(configure-target-boehm-gc): New target.
(configure-target-qthreads): New target.
* configure.in (host_tools): Added zip.
* Makefile.in (all-target-libjava): Depend on all-zip.
(all-zip): New target.
(ALL_MODULES): Added all-zip.
(NATIVE_CHECK_MODULES): Added check-zip.
(INSTALL_MODULES): Added install-zip.
(CLEAN_MODULES): Added clean-zip.
* configure.in (target_libs): Added target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added qthreads.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-qthreads): New target.
(configure-target-libjava): Depend on configure-target-qthreads.
(all-target-libjava): Depend on all-target-qthreads.
* Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
(CONFIGURE_TARGET_MODULES): Likewise.
(CHECK_TARGET_MODULES): Likewise.
(INSTALL_TARGET_MODULES): Likewise.
(CLEAN_TARGET_MODULES): Likewise.
(all-target-libjava): New target.
(all-target-boehm-gc): Likewise.
* configure.in (target_libs): Added libjava, boehm-gc.
From-SVN: r27709
-rw-r--r-- | Makefile.in | 39 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 42 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in index 65676ea..7af1784 100644 --- a/Makefile.in +++ b/Makefile.in @@ -567,6 +567,7 @@ ALL_MODULES = \ all-time \ all-uudecode \ all-wdiff \ + all-zip \ $(EXTRA_TARGET_HOST_ALL_MODULES) # This is a list of the check targets for all of the modules which are @@ -578,7 +579,8 @@ ALL_MODULES = \ NATIVE_CHECK_MODULES = \ check-bison \ check-byacc \ - check-flex + check-flex \ + check-zip CROSS_CHECK_MODULES = \ check-apache \ @@ -710,6 +712,7 @@ INSTALL_MODULES = \ install-time \ install-uudecode \ install-wdiff \ + install-zip \ $(EXTRA_TARGET_HOST_INSTALL_MODULES) # This is a list of the targets for all of the modules which are compiled @@ -767,6 +770,10 @@ ALL_TARGET_MODULES = \ all-target-gperf \ all-target-examples \ all-target-libstub \ + all-target-libjava \ + all-target-zlib \ + all-target-boehm-gc \ + all-target-qthreads \ all-target-cygmon # This is a list of the configure targets for all of the modules which @@ -786,6 +793,10 @@ CONFIGURE_TARGET_MODULES = \ configure-target-gperf \ configure-target-examples \ configure-target-libstub \ + configure-target-libjava \ + configure-target-zlib \ + configure-target-boehm-gc \ + configure-target-qthreads \ configure-target-cygmon # This is a list of the check targets for all of the modules which are @@ -800,6 +811,10 @@ CHECK_TARGET_MODULES = \ check-target-libobjc \ check-target-winsup \ check-target-libiberty \ + check-target-libjava \ + check-target-zlib \ + check-target-boehm-gc \ + check-target-qthreads \ check-target-gperf # This is a list of the install targets for all of the modules which are @@ -815,6 +830,11 @@ INSTALL_TARGET_MODULES = \ install-target-winsup \ install-target-libgloss \ install-target-libiberty \ + install-target-bsp \ + install-target-libjava \ + install-target-zlib \ + install-target-boehm-gc \ + install-target-qthreads \ install-target-gperf # This is a list of the targets for which we can do a clean-{target}. @@ -880,7 +900,9 @@ CLEAN_MODULES = \ clean-tgas \ clean-time \ clean-uudecode \ - clean-wdiff + clean-wdiff \ + clean-zip + # All of the target modules that can be cleaned CLEAN_TARGET_MODULES = \ @@ -898,6 +920,10 @@ CLEAN_TARGET_MODULES = \ clean-target-gperf \ clean-target-examples \ clean-target-libstub \ + clean-target-libjava \ + clean-target-zlib \ + clean-target-boehm-gc \ + clean-target-qthreads \ clean-target-cygmon # All of the x11 modules that can be cleaned @@ -1535,6 +1561,8 @@ all-bash: all-bfd: all-libiberty all-intl all-binutils: all-libiberty all-opcodes all-bfd all-flex all-bison all-byacc all-intl all-bison: all-texinfo +configure-target-boehm-gc: configure-target-newlib configure-target-qthreads +all-target-boehm-gc: configure-target-boehm-gc all-byacc: all-bzip2: all-cvssrc: @@ -1587,6 +1615,8 @@ all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libib check-target-libio: all-target-libstdc++ all-libgui: all-tcl all-tk all-itcl all-libiberty: +configure-target-libjava: $(ALL_GCC) configure-target-zlib configure-target-boehm-gc configure-target-qthreads configure-target-newlib +all-target-libjava: configure-target-libjava all-gcc all-zip all-target-newlib all-target-zlib all-target-boehm-gc all-target-qthreads configure-target-librx: $(ALL_GCC) configure-target-newlib all-target-librx: configure-target-librx configure-target-libstdc++: $(ALL_GCC) @@ -1606,6 +1636,8 @@ all-opcodes: all-bfd all-libiberty all-patch: all-libiberty all-perl: all-prms: all-libiberty +configure-target-qthreads: configure-target-newlib +all-target-qthreads: configure-target-qthreads all-rcs: all-readline: all-recode: all-libiberty @@ -1627,6 +1659,9 @@ all-wdiff: all-target-winsup: all-target-newlib all-target-libiberty all-target-libio configure-target-winsup configure-target-winsup: configure-target-newlib all-uudecode: all-libiberty +all-zip: +configure-target-zlib: $(ALL_GCC) +all-target-zlib: configure-target-zlib configure-target-libiberty: $(ALL_GCC) all-target-libiberty: configure-target-libiberty all-gcc all-ld all-target-newlib all-target: $(ALL_TARGET_MODULES) diff --git a/configure.in b/configure.in index d0e7166..7265f49 100644 --- a/configure.in +++ b/configure.in @@ -50,7 +50,7 @@ fi # these tools are built for the host environment # Note, the powerpc-eabi build depends on sim occurring before gdb in order to # know that we are building the simulator. -host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext" +host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu ash bash bzip2 m4 autoconf automake libtool ispell grep diff rcs cvssrc fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils snavigator libtool gettext zip" # these libraries are built for the target environment, and are built after @@ -65,6 +65,10 @@ target_libs="target-libiberty \ target-libg++ \ target-libf2c \ target-libchill \ + target-libjava \ + target-zlib \ + target-boehm-gc \ + target-qthreads \ target-libobjc" # these tools are built using the target libs, and are intended to run only |