aboutsummaryrefslogtreecommitdiff
path: root/gdb/mpw-make.sed
AgeCommit message (Collapse)AuthorFilesLines
1996-12-19 * mpw-make.sed: Use NewFolderRecursive for installation.Stan Shebs1-0/+1
1996-10-22 * mpw-make.sed: Update init.c editing to work with Oct 8 change.Stan Shebs1-3/+7
(@HLDFLAGS@): Always edit out.
1996-08-16 * mpw-make.sed: Update for various recent changes, add someStan Shebs1-9/+7
comments. start-sanitize-gm * mpw-config.in: Fix name of Magic Cap-specific file. end-sanitize-gm
1996-07-01 From Raymond Jou <rjou@mexican.cygnus.com>:Stan Shebs1-0/+3
* mpw-make.sed: Add lines to whack out autoconf hook @CONFIG_LDFLAGS@.
1996-05-23 * mpw-make.sed: Edit @THREAD_DB_OBS@ out of makefile.Stan Shebs1-0/+5
1996-04-02 * mpw-make.sed: Change references to config.h to be in objdir,Stan Shebs1-0/+4
edit out rules to rebuild config.h.
1996-02-15 * mpw-make.sed: Edit out makefile rebuild rule.Stan Shebs1-2/+6
(host_alias, target_alias): Comment out instead of deleting. (@LIBS@): Edit out references.
1995-12-15 * mpw-make.sed: Add quotes to RIncludes reference.Raymond Jou1-1/+2
1995-12-12 * configure.in (powerpc-*-macos*): New target configuration.Stan Shebs1-4/+12
* configure: Update. * config/powerpc/macos.mh, config/powerpc/macos.mt, config/powerpc/nm-macos.h, config/powerpc/tm-macos.h, mac-nat.c: New files, native PowerMac debugging support. * Makefile.in (mac-nat.o): Add build rule. * mpw-config.in (enable_cflags): Add support. (m68k-apple-macos, powerpc-apple-macos): Fix natdepfiles to list object file instead of source file. * mpw-make.sed (@ENABLE_CFLAGS@): Don't edit out, replace with value of variable. (install, install-only): Edit MPW-specific installation into place of Unix shell code. * mac-gdb.r: Fix version resources to use symbolic version strings. (cfrg): New resource, code fragment for PowerMac.
1995-11-09 * mpw-config.in: Add variable with names of SIOW libraries.Raymond Jou1-0/+12
* mpw-make.sed: Add an action to build SIOWgdb.
1995-11-09 * mpw-make.sed: Edit @ENABLE_CFLAGS@ out, mpw-configure canStan Shebs1-0/+2
add back in if necessary.
1995-10-27 * mpw-config.in: Add support for PowerMac host, add beginningsStan Shebs1-0/+4
of native support. * mpw-make.sed: Disable subdir recursion, edit out useless rule. * mac-xdep.c (Values.h): Don't include. (GestaltEqu.h): Include Gestalt.h instead. (do_mouse_down): Comment out control tracking, needs to be updated to use UPP before will work on PowerMac.
1995-10-19 * mpw-config.in: Adapt to work with autoconf'ed configury;Stan Shebs1-0/+132
build config.h, add empty definitions to mk.tmp. (powerpc-apple-macos): Make it work. * mpw-make.sed: New file, sed commands to translate Unix makefile into MPW syntax. * mpw-make.in: Remove. * mac-gdb.r: New file, was macgdb.r, renamed for consistency with other tools, now includes cfrg resource. * macgdb.r: Remove. * config/m68k/xm-mpw.h: Remove most of contents, replace with include of include/mpw/mpw.h.