summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Honour DESTDIRNick Clifton2002-05-071-2/+2
|
* * configure.in: Eliminate references to gash.DJ Delorie2002-04-301-5/+0
| | | | * Makefile.in: Eliminate references to gash.
* * MAINTAINERS: Remove chill maintainers.DJ Delorie2002-04-151-14/+1
| | | | | | | | | | | | | | | | | | * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory.
* Sync with gccDJ Delorie2002-04-151-47/+47
|
* * Makefile.in (do-tar-bz2): Delete rule. Replace with ...Andrew Cagney2002-04-071-9/+49
| | | | | | | | | | | (do-tar, do-bz2): New rules. (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2. (gdb-tar): New rule. (gdb-taz): Rewrite. Use gdb-tar and do-bz2. (insight_dejagnu.tar): New rule. (insight.tar): New rule. (gdb+dejagnu.tar): New rule. (gdb.tar): New rule.
* * Makefile.in (NOTPARALLEL): New. Use it instead of explicitRichard Henderson2002-03-131-4/+8
| | | | | | .NOTPARALLEL tag. (do-check): Rename from check. (check): Allow parallel check.
* * Makefile.in (.NOTPARALLEL): Add fake tag.Richard Henderson2002-03-121-0/+5
|
* * Makefile.in (MAKEINFO): Don't assume makeinfo will be built justAlexandre Oliva2002-02-231-1/+1
| | | | because its Makefile is there; test for the executable instead.
* * Makefile.in: Add all-tix to deps for all-snavigatorMo DeJong2002-02-021-1/+1
| | | | so that tix is built when building snavigator.
* When build != host, create libiberty for the build machine.DJ Delorie2001-11-281-4/+128
| | | | | | | | | | | | | | | | | | * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
* Use msgfmt to generate .gmo files from .po files for a distribution.Nick Clifton2001-11-201-0/+5
|
* 2001-11-13 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-11-141-1/+1
| | | | | * Makefile.in (all-bison): Revert 2001-10-24. Don't depend on texinfo.
* * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.Hans-Peter Nilsson2001-11-061-1/+5
|
* 2001-10-24 Jeff Holcomb <jeffh@redhat.com>Jeff Holcomb2001-10-241-1/+1
| | | | Makefile.in (all-bison): Don't depend on texinfo.
* * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).Alexandre Oliva2001-09-291-2/+2
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,Alexandre Oliva2001-09-211-14/+16
| | | | | | | | DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to avoid quotes nesting problems. (NATIVE_CHECK_MODULES): Ditto, just for consistency. (DO_X): Export only variables that are set.
* * Makefile.in: Revert 2001-06-17.Alan Modra2001-06-191-4/+6
| | | | (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get version from bfd/.
* 2001-06-17 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-171-3/+3
| | | | | | * Makefile.in (gas.tar.bz2): Pass TOOL=bfd PACKAGE=gas to make. (gas+binutils.tar.bz2): Likewise. (binutils.tar.bz2): Pass TOOL=bfd PACKAGE=binutils to make.
* Handle GDB's gdb/version.in.Andrew Cagney2001-06-131-1/+5
|
* * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): IfAlexandre Oliva2001-06-081-0/+6
| | | | | gcc/xgcc is built, use -print-prog-name to find out the program name to use.
* * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):Alexandre Oliva2001-04-021-4/+16
| | | | | | New macros. (bootstrap, cross): Use RECURSE_FLAGS. * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
* 2001-03-20 Michael Chastain <chastain@redhat.com>Michael Chastain2001-03-211-1/+1
| | | | * Makefile.in: all-m4 depends on all-texinfo.
* * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.Alexandre Oliva2001-03-081-3/+3
|
* 2001-01-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Andreas Jaeger2001-01-201-2/+4
| | | | * Makefile.in (ETC_SUPPORT): Add configure.texi and friends.
* 2001-01-15 Ben Elliston <bje@redhat.com>Ben Elliston2001-01-151-0/+6
| | | | | | | * configure.in (host_tools): Add sid. Always configure cgen. * Makefile.in (all-sid): New target. (check-sid, clean-sid, install-sid): Likewise.
* * Makefile.in: Merge with GCC and libgcj.Alexandre Oliva2000-11-181-47/+57
| | | | | | | (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of configure-target-<library> when their configure scripts need the C or C++ library to have already been built to work properly. (do_proto_toplev): Set them to an empty string.
* * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.Alexandre Oliva2000-11-181-6/+11
| | | | (REALLY_SET_LIB_PATH): Use them.
* * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 andAlexandre Oliva2000-09-251-1/+2
| | | | ltcf-c.sh.
* * Makefile.in (all-zlib): Added dummy target.Alexandre Oliva2000-09-061-0/+1
|
* * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.Alexandre Oliva2000-09-051-2/+2
| | | | (bootstrap*): Depend on all-bootstrap.
* * Makefile.in (ALL_MODULES): Add all-cgen.Doug Evans2000-08-201-2/+7
| | | | | | | | (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily. (all-cgen): New target. (all-opcodes,all-sim): Depend on all-cgen. * configure.in (host_tools): Add cgen. Only configure cgen if --enable-cgen-maint.
* * Makefile.in (FLAGS_FOR_TARGET): New macro.Alexandre Oliva2000-07-281-56/+7
| | | | | | | | (GCC_FOR_TARGET): Use it. (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined... * configure.in: ... here. (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path. (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
* * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).Alexandre Oliva2000-07-241-0/+3
| | | | (configure-target-libchill, configure-target-libobjc): Likewise.
* merge with gccJason Merrill2000-07-221-16/+79
|
* 20000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-211-3/+3
| | | | | | | | | | | * configure: Revert changes made on May 18 and May 19. * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc directory are used if they exist. Make sure $(build_tooldir)/include is searched for header files, $(build_tooldir)/lib/ for library files. (GCC_FOR_TARGET): Likewise. (CXX_FOR_TARGET): Likewise.
* * Makefile.in (configure-target-libiberty): Depend onAlexandre Oliva2000-05-171-1/+1
| | | | configure-target-newlib.
* Skip CVS directories when creating tar ball.Andrew Cagney2000-05-161-2/+5
|
* Add code to tweek djunpack as part of release process.Andrew Cagney2000-05-161-1/+23
|
* Pass MD5PROG to sub-makes when building .tar.bz2 archive.Andrew Cagney2000-04-191-0/+15
|
* * Makefile.in (gdb-taz): New target. GDB specific archive.Andrew Cagney2000-04-131-18/+43
| | | | | | | | | | | | | (do-md5sum): New target. (MD5PROG): Define. (PACKAGE): Default to TOOL. (VER): Default to a shell script. (taz): Rewrite target. Move real work to do-proto-toplev. Include md5 checksum generation. (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link. (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link. (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2): Use gdb-taz to create archive.
* * Makefile.in (CC_FOR_TARGET): Add new winsup directory structure stuff to -LChristopher Faylor2000-04-031-2/+2
| | | | | library search. (CXX_FOR_TARGET): Ditto.
* 2000-03-10 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-101-11/+0
| | | | * Makefile.in (all-gcc): Backed out the last change.
* 2000-03-10 H.J. Lu <hjl@gnu.org>H.J. Lu2000-03-101-0/+11
| | | | * Makefile.in (all-gcc): Run ld/ld-new if necessary.
* * Makefile.in (taz): Set PACKAGE to TOOL when not defined.Andrew Cagney2000-03-031-8/+36
| | | | | | | (do-tar-bz2): Replace TOOL with PACKAGE. (gdb.tar.bz2): Remove GDBTK from GDB package. (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2, dejagnu.tar.bz2): New packages.
* Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda2000-02-071-1/+3
|
* * Makefile.in (LDFLAGS): Define.Ian Lance Taylor1999-08-101-0/+1
|
* * mkdep: New file.Ian Lance Taylor1999-08-081-2/+2
| | | | | * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep. (BINUTILS_SUPPORT_DIRS): Add mkdep.
* * Makefile.in (check-target-libio): Remove all-target-libstdc++Alan Modra1999-07-301-1/+1
| | | | dependency as this causes "make check" to globally "make all"
* * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat andIan Lance Taylor1999-07-231-2/+2
| | | | | | | configure.bat in SUPPORT_FILES. (gas+binutils.tar.bz2): Likewise. * makeall.bat: Remove; obsolete.
* * Makefile.in: (taz): Don't use texinfo/gpl.texinfo orIan Lance Taylor1999-06-121-4/+1
| | | | texinfo/lgpl.texinfo.