aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
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.
1995-10-28* Makefile.in (taz): Build "info" in etc explicitly.Ken Raeburn1-0/+1
1995-10-26Makefile.in (taz): Use ";" not ";;".Ken Raeburn1-2/+2
1995-10-25 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' inPer Bothner1-20/+6
sub-directory Makefiles, instead of using DISTSTUFFDIRS and DISTDOCDIRS. (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used. (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
1995-10-25 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdbPer Bothner1-2/+2
and gnats, because they are now subsumed by DISTSTUFFDIRS. Move bfd to DISTSTUFFDIRS.
1995-10-25Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)Jason Molenda1-6/+22
* Makefile.in (X11_LIB): Removed. (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
1995-10-18Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-15/+25
* winsup. New directory. * Makefile.in: Build winsup. * configure.in: Winsup is configured when target is win32. Can only build win32 target GDB when native.
1995-10-04 * configure: If CC and CXX are not set in the environment, setIan Lance Taylor1-25/+70
them, based on either an existing Makefile or on searching for gcc in PATH. Substitute for CC and CXX in Makefile. * configure.in: Remove libm from target_libs. Separate target_configdirs from configdirs. If CC is not set in environment, try to get it from a host Makefile fragment. Rewrite changes of configdirs to use skipdirs instead. A few minor tweaks. Take directories out of target_configdirs as they are taken out of configdirs. Remove existing Makefile files from subdirectories. Substitute for TARGET_CONFIGDIRS and CONFIG_ARGUMENTS in Makefile. * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set by configure.in. (CONFIG_ARGUMENTS): Likewise. (CONFIGURE_TARGET_MODULES): New variable. ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. ($(CONFIGURE_TARGET_MODULES)): New target. (configure-libg++, configure-libio): New targets. (all-libg++): Depend upon configure-libg++. (all-libio): Depend upon configure-libio. (configure-libgloss, all-libgloss): New targets. (configure-libstdc++): New target. (all-libstdc++): Depend upon configure-libstdc++. (configure-librx, all-librx): New targets. (configure-newlib): New target. (all-newlib): Depend upon configure-newlib (configure-xiberty): New target. (all-xiberty): Depend upon configure-xiberty.
1995-08-05 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.Fred Fish1-2/+3
(DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and mpw-configure.
1995-07-03 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.Steve Chamberlain1-3/+24
* configure.in (win32): New target and host.
1995-06-23(newlib.tar.gz): Configure newlib subdir so .info files are made.David Edelsohn1-20/+35
1995-01-12Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-1/+1
* Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
1995-01-05 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, toIan Lance Taylor1-21/+15
reduce command line length. (AS_FOR_TARGET): Check for as.new, not Makefile. (NM_FOR_TARGET): Check for nm.new, not Makefile.
1994-11-30 * Makefile.in: Move -fno-implicit-template from CXXFLAGSPer Bothner1-2/+2
to LIBCXXFLAGS. Tests are better run without it.
1994-11-23 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.Brendan Kehoe1-1/+17
1994-11-08* Makefile.in (DEVO_SUPPORT): Remove configure.bat and makeall.bat, they'reKen Raeburn1-4/+3
only useful for binutils snapshots. (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and makeall.bat to specified SUPPORT_FILES.
1994-11-03Changes from binutils net release:Ken Raeburn1-4/+12
* Makefile.in (DEVO_SUPPORT): Include configure.bat and makeall.bat. (DISTDOCDIRS): Add `etc'. (ETC_SUPPORT_PFX): New variable. (taz): Include anything from etc starting with a word in ETC_SUPPORT_PFX.
1994-10-18 * Makefile.in (all-binutils): Depend upon all-byacc.Ian Lance Taylor1-1/+1
1994-10-13Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)Jason Merrill1-3/+8
* Makefile.in (ALL_TARGET_MODULES): Add libstdc++. (CHECK_TARGET_MODULES): Ditto. (INSTALL_TARGET_MODULES): Ditto. (TARGET_LIBS): Ditto. (all-libstdc++): Note dependencies.