1994-01-23 05:22:08 +08:00
|
|
|
# This is an MPW makefile fragment.
|
|
|
|
|
1994-06-13 07:37:35 +08:00
|
|
|
CC = C -d MPW_C -d ALMOST_STDC
|
1994-01-23 05:22:08 +08:00
|
|
|
|
1994-06-13 07:37:35 +08:00
|
|
|
CFLAGS = -d MPW -w -mc68020 -model far -b
|
|
|
|
|
|
|
|
LDFLAGS = -w -d -model far -c 'MPS ' -t MPST
|
1994-01-23 05:22:08 +08:00
|
|
|
|
1994-12-13 09:16:49 +08:00
|
|
|
# It would appear that the math libraries are not
|
|
|
|
# needed except to provide a definition for scalb,
|
|
|
|
# which is called from ldexp, which is referenced
|
|
|
|
# in the m68k opcodes library.
|
|
|
|
|
1994-01-23 05:22:08 +08:00
|
|
|
EXTRALIBS = \Option-d
|
|
|
|
"{CLibraries}"StdClib.o \Option-d
|
1994-12-13 09:16:49 +08:00
|
|
|
"{CLibraries}"Math.o \Option-d
|
|
|
|
"{CLibraries}"CSANELib.o \Option-d
|
1994-01-23 05:22:08 +08:00
|
|
|
"{Libraries}"Stubs.o \Option-d
|
|
|
|
"{Libraries}"Runtime.o \Option-d
|
|
|
|
"{Libraries}"Interface.o \Option-d
|
1994-12-13 09:16:49 +08:00
|
|
|
"{Libraries}"ToolLibs.o
|