266f665221
* mpw-mh-mpw (CC): Define ALMOST_STDC. (CFLAGS): Remove ALMOST_STDC, -mc68881. (LDFLAGS): add -w.
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
# This is an MPW makefile fragment.
|
|
|
|
CC = C -d MPW_C -d ALMOST_STDC
|
|
|
|
#GCC = gC1
|
|
|
|
CFLAGS = -d MPW -w -mc68020 -model far -b
|
|
|
|
LDFLAGS = -w -d -model far -c 'MPS ' -t MPST
|
|
|
|
EXTRALIBS = \Option-d
|
|
"{CLibraries}"StdClib.o \Option-d
|
|
"{Libraries}"Stubs.o \Option-d
|
|
"{Libraries}"Runtime.o \Option-d
|
|
"{Libraries}"Interface.o \Option-d
|
|
#"{Libraries}"ToolLibs.o
|