aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1998-10-19* Makefile.in (all-cgen): Depend on all-libiberty.Doug Evans1-43/+118
1998-09-30 * Makefile.in (all-automake): fix dependencies.Felix Lee1-9/+42
1998-07-25 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULESDoug Evans1-4/+4
to here ... (install-no-fixedincludes): and here (INSTALL_MODULES): ... to here.
1998-07-24 * configure.in (mips64r5900-sky-elf*): Use config/mt-sky.Doug Evans1-7/+18
Set extraconfigdirs to build dvp-elf-as. * configure (extraconfigdirs): New variable. (SUBDIRS): Add extraconfigdirs and recurse on them too. * Makefile.in (all): Move higher in file. (EXTRA_TARGET_HOST_ALL_MODULES): New variable. (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables. (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES. (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES. (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
1998-07-23 * Makefile.in (all-target-libjava): Depend on all-gcc andBrendan Kehoe1-3/+20
all-target-newlib. (configure-target-libjava): Depend on $(ALL_GCC). fix nightly build permanently to do the compiler before we do the libs.
1998-06-12Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>Syd Polk1-2/+12
* Makefile.in: all-snavigator needs all-libgui.
1998-05-06 * Makefile.in: Add dependencies for boehm-gc to libjava.Stu Grossman1-2/+3
1998-04-30Add java sanitization gobbledegook.Stu Grossman1-10/+24
1998-04-30 * Makefile.in: Added dependencies to all-target-boehm-gc andStu Grossman1-2/+2
all-target-libjava to have them configure during the build.
1998-04-28Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-1/+1
* Makefile.in (install-gdbtk): Call this 'install-gdb' so that the right GUI libraries and files are installed along with GDB. This bit of the Makefile.in is bracketed by a sanitize-gdbtk, so install-gdb will revert to the normal boring behavior if we sanitize out all gdbtk bits.
1998-04-24 * Makefile.in: Added standard targets for `flexlm'.Ben Elliston1-1/+16
Added intermodule dependency for `all-snavigator'.
1998-04-23 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.Ian Lance Taylor1-4/+4
(BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise. (GDB_SUPPORT_DIRS): Likewise.
1998-04-22 * Makefile.in (all-bfd): Depend on all-intl.Tom Tromey1-5/+5
(all-binutils): Likewise. (all-gas): Likewise. (all-gprof): Likewise. (all-ld): Likewise.
1998-04-21 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.Tom Tromey1-6/+18
(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.
1998-04-17 * Makefile.in: Add libstub.Bob Manson1-2/+7
* configure.in: Ditto. Build libstub for targets that have cygmon support.
1998-04-13 * Makefile.in, configure.in: Add libtool as a native only directoryIan Lance Taylor1-0/+5
to configure and build.
1998-04-08Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>Ian Lance Taylor1-9/+9
* Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
1998-04-06comment fixIan Lance Taylor1-1/+6
1998-03-31 * Makefile.in: Add libidetcl, like libide.Ian Lance Taylor1-6/+30
(all-libide): Remove dependencies on all-tcl, all-tk, all-itcl, all-ilu. * configure.IN: Add libidetcl, like libide. * configure (GDB_TK): If enable_ide, add all-libidetcl.
1998-03-25Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)Jason Molenda1-10/+2
* Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup): Remove references to librx and libg++. Bye bye.
1998-03-24 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down toEric Mumpower1-0/+1
recursive makes
1998-03-24 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -BIan Lance Taylor1-12/+13
for newlib directory. (CXX_FOR_TARGET): Likewise.
1998-01-18 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir andJeff Law1-3/+16
local_prefix to sub-make invocations.
1997-12-16 * Makefile.in: Add libgui directory.Ian Lance Taylor1-3/+8
(GDB_TK): Add all-libgui. * configure.in: Add libgui directory. * configure: Add all-libgui to GDB_TK.
1997-12-12sanitize out dependency of all-libide on all-iluIan Lance Taylor1-1/+4
1997-12-12 * Makefile.in (all-target-gperf): Change dependency toBrendan Kehoe1-6/+6
all-target-libstdc++. to go w/ the changes taking out use of libg++ in gperf
1997-12-02 * configure (GDB_TK): add all-libide to dependency listKeith Seitz1-8/+0
* Makefile.in: remove sanitization for ALL libide references
1997-12-02Remove libide from sanitization and allow it to be configured everywhereMichael Meissner1-2/+0
1997-12-01 * configure: add all-libide to GDB_TKKeith Seitz1-1/+1
* Makefile.in (all-vmake): remove double dependency on all-libide * modules/modules: add libide to gdb's checkout list * ChangeLog: tidy up 11/26 entry
1997-12-01 * Makefile.in: Add rules for cygmon.Bob Manson1-4/+9
* configure.in: Build cygmon for sparc-elf and sparclite-aout.
1997-11-26 * Makefile.in, configure, configure.in: merge with foundry-971118-buildKeith Seitz1-11/+53
1997-09-30Added the dependence to tix libraries for SN.Khamis Abuelkombuz1-1/+2
1997-08-26In some cases: Makefile.in (all-sim): Depends on all-readline.Andrew Cagney1-4/+4
1997-08-18 * Makefile.in (all-vmake): Depends on all-tix.Jason Molenda1-1/+1
1997-08-18 * Makefile.in (all-autoconf): Depends on all-texinfo.Jason Molenda1-15/+26
autoconf tries to run makeinfo as a part of 'all'. Instead of hacking autoconf to build in the Cygnus way, I just added this dependency.
1997-08-11 * Makefile.in, configure.in: Handle jstools like vmake.Ian Lance Taylor1-0/+15
1997-08-10 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE inIan Lance Taylor1-4/+8
configure.in if it is present.
1997-08-07 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.Ian Lance Taylor1-1/+1
1997-08-06 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.Jason Merrill1-9/+9
1997-08-06 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.Ian Lance Taylor1-2/+2
1997-08-05 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.Ian Lance Taylor1-3/+3
1997-08-04 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with valuesJason Merrill1-9/+9
separated by spaces. Fixes make 'LANGUAGES=c c++' all-gcc
1997-08-01 * ylwrap: New file.Ian Lance Taylor1-1/+1
* Makefile.in (DEVO_SUPPORT): Add ylwrap. * ltmain.sh: Handle /bin/sh at start of install program.
1997-08-01 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.Ian Lance Taylor1-1/+1
1997-07-24 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. AddIan Lance Taylor1-8/+9
check-tk to CHECK_X11_MODULES.
1997-07-11Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>Martin Hunt1-1/+1
* Makefile.in (GDB_TK): Depend on itcl and tix.
1997-07-04 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.Ian Lance Taylor1-1/+7
(INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS). (INSTALL_SCRIPT): New variable. (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT. * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS to -x. * install-sh: Add support for -x option.
1997-06-30 * configure.in, Makefile.in: Treat tix like itcl.Ian Lance Taylor1-0/+5
1997-06-26 * Makefile.in (WINDRES): New variable.Ian Lance Taylor1-7/+23
(WINDRES_FOR_TARGET): New variable. (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET. (EXTRA_HOST_FLAGS): Add WINDRES. (EXTRA_TARGET_FLAGS): Add WINDRES. (EXTRA_GCC_FLAGS): Add WINDRES. ($(DO_X)): Pass down WINDRES. ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring. * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like DLLTOOL_FOR_TARGET.
1997-06-25 Move gperf into the toplevel, from libg++.Brendan Kehoe1-2/+9
* configure.in (target_tools): Add target-gperf. (native_only): Add target-gperf. * Makefile.in (all-target-gperf): New target, depend on all-target-libg++. (configure-target-gperf): Empty rule. (ALL_TARGET_MODULES): Add all-target-gperf. (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. (CHECK_TARGET_MODULES): Add check-target-gperf. (INSTALL_TARGET_MODULES): Add install-target-gperf. (CLEAN_TARGET_MODULES): Add clean-target-gperf.