* 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.
+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.
# 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
o = :
-CC = C -d MPW_C -d ALMOST_STDC -w
-
"{o}" \Option-f : "{s}"
# Default rule that puts each file into separate segment.
AR = ar
AR_FLAGS =
-CFLAGS = -mc68020 -mc68881 -model far
+#CFLAGS =
BISON = bison
MAKEINFO = makeinfo
RANLIB = ranlib
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