aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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.
1996-02-28Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>Jason Merrill1-3/+7
* Makefile.in (taz): Fix quoting.
1996-02-19 * Makefile.in: Make everything which depends upon all-bfd alsoIan Lance Taylor1-10/+52
depend upon all-opcodes, in case --with-commonbfdlib is used.
1996-01-15 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.Fred Fish1-1/+1
1996-01-06Make all-gdb include all-tcl/all-tk unless gdbtk is not built.Michael Meissner1-1/+2
1996-01-04 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.David Edelsohn1-11/+31
1995-12-12 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). FromIan Lance Taylor1-0/+3
Ronald F. Guilmette <rfg@monkeys.com>.
1995-11-22Remove C comment cruft.David Edelsohn1-1/+1
1995-11-22 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.David Edelsohn1-8/+35
1995-11-13 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,Stan Shebs1-1/+11
accept mpw and mac-mpw as names for m68k Macs, change macos7 to just macos. * configure.in: Configure grez resource compiler if targeting Mac. * Makefile.in (all-grez, install-grez): New targets.
1995-11-03 * Makefile.in (DO_X): Split rule to decrease command line lengthIan Lance Taylor1-1/+4
for systems with small ARG_MAX values. From phdm@info.ucl.ac.be (Philippe De Muyter).
1995-11-01 * Makefile.in (all-patch): depend on all-libiberty.Jason Molenda1-1/+1
1995-11-01minor cleanupsIan Lance Taylor1-2/+0
1995-10-31 * Makefile.in, configure.in: Make winsup builds work withSteve Chamberlain1-1/+1
new scheme.
1995-10-30 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)Per Bothner1-7/+7
where needed.
1995-10-30* Makefile.in (all-gcc): Fix typo.David Edelsohn1-2/+2
1995-10-28 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.Per Bothner1-1/+1
1995-10-28 * configure.in: Rename libFOO to target-libFOO, and xibertyPer Bothner1-81/+94
to target-xiberty, to provide more flexibility. (target_subdir): Define. Create if cross. Set TARGET_SUBDIR in Makefile to ${target_subdir}. * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty -> all-target-libiberty, configure-libFOO -> configure-target-libFOO, check-libFOO -> check-target-libFOO, etc. ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS. ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES), $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly. (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to allow ALL_GCC="" to only configure. (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in. (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly. (LIBGXX_SUPPORT_DIRS): Remove xiberty.