Sat Jan 22 13:30:57 1994 Stan Shebs (shebs@andros.cygnus.com)

* mpw-config.in: Create sysdep.h using forward-include.
	Remove unneeded synthesis of varargs.h.
	* mpw-make.in (CC, CFLAGS): Remove, now in config/mpw-mh-mpw.
	(CSEARCH): Added path to extra-include.
This commit is contained in:
Stan Shebs 1994-01-22 22:05:42 +00:00
parent 498d098a30
commit 645be48080
3 changed files with 10 additions and 16 deletions

View File

@ -1,3 +1,10 @@
Sat Jan 22 13:30:57 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-config.in: Create sysdep.h using forward-include.
Remove unneeded synthesis of varargs.h.
* mpw-make.in (CC, CFLAGS): Remove, now in config/mpw-mh-mpw.
(CSEARCH): Added path to extra-include.
Fri Jan 7 10:34:47 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in: Replace 8-bit chars with their names.

View File

@ -1,17 +1,6 @@
# Configuration fragment for BFD.
DupIfChange {srcdir}hosts:mpw.h sysdep.h
forward-include "{srcdir}"hosts:mpw.h sysdep.h
StreamEdit -e '/@WORDSIZE@/ Replace /@WORDSIZE@/ "32"' {srcdir}bfd-in2.h >bfd.h-new
MoveIfChange bfd.h-new bfd.h
#DupIfChange {srcdir}mpw.bfd.h bfd.h
Echo "#ifndef __va_list__" >varargs.h
Echo "#define __va_list__" >>varargs.h
Echo "typedef char *va_list;" >>varargs.h
Echo "#endif" >>varargs.h
Echo "#define va_dcl int va_alist;" >>varargs.h
Echo "#define va_start(list) list = (char *) &va_alist" >>varargs.h
Echo "#define va_end(list)" >>varargs.h
Echo "#define va_arg(list,mode) ((mode *)(list += sizeof(mode)))[-1]" >>varargs.h

View File

@ -22,8 +22,6 @@ s = "{srcdir}"
o = :
CC = C -d MPW_C -d ALMOST_STDC -w
"{o}" \Option-f : "{s}"
# Default rule that puts each file into separate segment.
@ -66,7 +64,7 @@ INSTALL_DATA = {INSTALL}
AR = ar
AR_FLAGS =
CFLAGS = -mc68020 -mc68881 -model far
#CFLAGS =
BISON = bison
MAKEINFO = makeinfo
RANLIB = ranlib
@ -75,7 +73,7 @@ CC_FOR_BUILD = {CC}
INCDIR = "{topsrcdir}"include
#CSEARCH = -i : -i {srcdir} -i {INCDIR}:
CSEARCH = -i "{INCDIR}","{INCDIR}":,"{srcdir}"
CSEARCH = -i "{INCDIR}","{INCDIR}":,"{topsrcdir}"extra-include:,"{srcdir}"
DEP = mkdep
SUBDIRS = doc