aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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.
1997-06-17 * Makefile.in (all-sn): Depend on all-grep.Tom Tromey1-1/+1
1997-06-16 * configure: Set CFLAGS and CXXFLAGS, and substitute them intoIan Lance Taylor1-3/+3
Makefile. From Jeff Makey <jeff@cts.com>. * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
1997-06-16 * Makefile.in (DISTBISONFILES): Remove.Ian Lance Taylor1-10/+1
(taz): Don't futz with DISTBISONFILES. Change BISON to use $(DEFAULT_YACC).
1997-06-16 * configure.in: Build itl, db, sn, etc., when building for nativeIan Lance Taylor1-6/+10
cygwin32. * Makefile.in (LD): New variable. (EXTRA_HOST_FLAGS): Pass down LD. ($(DO_X)): Likewise. Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com> * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
1997-05-09 * Makefile.in (INSTALL_MODULES): Put install-opcodes beforeIan Lance Taylor1-1/+4
install-binutils.
1997-05-08 * Makefile.in: Add automake targets.Ian Lance Taylor1-0/+5
* configure.in (host_tools): Add automake.
1997-05-08 * Makefile.in (all-libide): Depend upon all-ilu.Ian Lance Taylor1-1/+1
1997-05-06 * configure: Default CXX to c++, not gcc.Ian Lance Taylor1-2/+2
* Makefile.in (CXX): Set to c++, not gcc. (CXX_FOR_TARGET): When cross, transform c++, not gcc. This is to that $(CXX) and $(CXX_FOR_TARGET) can be used to link C++ programs as well as just compile C++ code.
1997-05-06 * Makefile.in: Add ILU targets.Ian Lance Taylor1-2/+17
* configure.in (host_tools): Add ILU. Also add IDE sanitization to configure.in.
1997-04-24 * Makefile.in (DEVO_SUPPORT): Add mpw-install.Ian Lance Taylor1-1/+1
1997-04-21 * configure.in: Added gnuserv everywhere sn appears.Tom Tromey1-0/+5
* Makefile.in (ALL_MODULES): Added all-gnuserv. (CROSS_CHECK_MODULES): Added check-gnuserv. (INSTALL_MODULES): Added install-gnuserv. (CLEAN_MODULES): Added clean-gnuserv. (all-gnuserv): New target.
1997-04-21 * configure.in (host_libs): Added libide.Tom Tromey1-0/+30
Skip libide, vmake if no X. Also skip these everywhere that sn is skipped. * Makefile.in (ALL_MODULES): Added all-vmake, all-libide. (CROSS_CHECK_MODULES): Added check-vmake, check-libide. (INSTALL_MODULES): Added install-vmake, install-libide. (CLEAN_MODULES): Added clean-vmake, clean-libide. (all-vmake, all-libide): New targets.
1997-04-15 * Makefile.in (DEVO_SUPPORT): Add mkinstalldirs.Ian Lance Taylor1-1/+2
1997-04-15 * Makefile.in (INSTALL_XFORM): Remove.Ian Lance Taylor1-2/+0
(BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
1997-04-15tweak last patchIan Lance Taylor1-1/+1
1997-04-15 * mkinstalldirs: New file, copied from automake.Ian Lance Taylor1-25/+10
* Makefile.in (installdirs): Rename from install-dirs. Use mkinstalldirs. Change all users.
1997-04-11 * README, Makefile.in (ETC_SUPPORT): Remove references toJason Molenda1-3/+2
cfg-paper*, configure.{texi,man,info*}._
1997-04-07Build X11 targets before gcc/targetlib.Andrew Cagney1-9/+16
1997-02-11Add r5900Gavin Romig-Koch1-0/+2
1997-02-09Fix circular dependencyMichael Meissner1-1/+1
1997-02-04 * Makefile.in (ALL_MODULES): Added all-db.Tom Tromey1-13/+21
(CROSS_CHECK_MODULES): Addec check-db. (INSTALL_MODULES): Added install-db. (CLEAN_MODULES): Added clean-db. * Makefile.in (ALL_MODULES): Added all-itcl. (CROSS_CHECK_MODULES): Added check-itcl. (INSTALL_MODULES): Added install-itcl. (CLEAN_MODULES): Added clean-itcl.
1996-10-24 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGETIan Lance Taylor1-5/+2
unconditionally. (MAKEOVERRIDES): Define (revert this part of October 18 change).
1996-10-24 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow theStu Grossman1-2/+4
host to add it's own flags. * config/mh-windows (HOST_FLAGS): Set srcroot, which is needed for MSVC build procedure.
1996-10-18 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.Ian Lance Taylor1-5/+23
(CXX_FOR_TARGET): Likewise. (GCC_FOR_TARGET): Define. (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET. (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether CC_FOR_TARGET was specified on the command line. (MAKEOVERRIDES): Don't define.
1996-10-08 * Makefile.in: Replace all uses of srcroot with s, to shrinkIan Lance Taylor1-32/+32
command line lengths.
1996-10-08 Patches from Geoffrey Noer <noer@cygnus.com>:Ian Lance Taylor1-2/+10
* configure.in: If configuring for newlib, pass --with-newlib to subdirectories. * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a -Bnewlib/ and -Lwinsup to gcc. (CXX_FOR_TARGET): Likewise.
1996-10-07 * Makefile.in (ETC_SUPPORT): Add configure.Ian Lance Taylor1-13/+15
1996-07-13* Makefile.in (do-tar-gz): New target, split out from tail end of taz target.Ken Raeburn1-5/+9
Run each command separately, don't use pipes. (taz): Use it.
1996-07-12Set r environment variable that CC_FOR_TARGET needs in CONFIGURE_TARGET_MODULESMichael Meissner1-0/+1
1996-07-11Check whether $(TARGET_SUBDIR)/$${dir} exists before trying to output ↵Michael Meissner1-9/+12
--print-multi-lib there
1996-07-11Automagically reconfigure target directories whenever the multilib options ↵Michael Meissner1-0/+13
change
1996-07-11 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,David Edelsohn1-3/+5
CLEAN_MODULES): Add bash. (all-bash): New target.
1996-06-25Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)Jason Molenda1-2/+3
* Makefile.in (datadir): Set to $(prefix)/share.
1996-06-20* Makefile.in (taz): Handle case where tex3patch didn't even get checked out.Ken Raeburn1-3/+7
Also, if it was found, put the symlink in a new util subdirectory.
1996-06-19Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill1-5/+2
* Makefile.in (taz): texinfo/tex3patch no longer exists.
1996-05-04 * Makefile.in (all-inet): Depend on all-perl.Tom Tromey1-1/+1
1996-05-03 * Makefile.in (inet-install): New target.Tom Tromey1-0/+5
1996-05-03 * Makefile.in (all-inet): Depend on all-tcl.Tom Tromey1-0/+6
(all-inet): Depend on all-send-pr.
1996-04-15 * Makefile.in (ALL_MODULES): Include all-apache.Tom Tromey1-0/+4
(CROSS_CHECK_MODULES): Include check-apache. (INSTALL_MODULES): Include install-apache. (all-apache): New target. * configure.in: Added apache everywhere perl is seen.
1996-04-15Add clean-{module} supportMichael Meissner1-0/+99
1996-04-05 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).Jason Molenda1-0/+1
w/o this, if you use GNU make on a Solaris platform (eg), but you don't have GNU make at the front of your path, when the make/ subdir cds down into make/glob and does a make there, you will end up picking up the first make that is in your path no matter what you do. No PR, I just noticed this while I was working on something else.
1996-03-29 * Makefile.in (ALL_MODULES): Include all-perl.Tom Tromey1-5/+23
(CROSS_CHECK_MODULES): Include check-perl. (INSTALL_MODULES): Include install-perl. (ALL_X11_MODULES): Include all-guile. (CHECK_X11_MODULES): Include check-guile. (INSTALL_X11_MODULES): Include install-guile. (all-perl): New target. (all-guile): New target. * configure.in (host_tools): Include perl and guile. (native_only): Include perl and guile. (noconfigdirs): Don't build guile and perl; no ports have been done.