1 # $Id: mk_mpw.mak 264 2003-02-13 02:59:30Z darren $
3 # Makefile for Macintosh using MPW
5 # Created by: Maarten L. Hekkelman <maarten@hekkelman.com>
8 args.h ctags.h debug.h entry.h general.h
get.h keyword.h ¶
9 main.h options.h parse.h parsers.h read.h routines.h
sort.h ¶
10 strlist.h vstring.h mac.h
99 {PPCLibraries
}PPCToolLibs.o ¶
100 {SharedLibraries
}MathLib ¶
101 {SharedLibraries
}InterfaceLib ¶
102 {SharedLibraries
}StdCLib ¶
103 {MWPPCLibraries
}'MSL StdCRuntime.Lib'
108 # Using -nodefaults to avoid having {MWCIncludes} in our include paths
109 # Needed since we're building a MPW Tool and not an application.
110 COptions
= -nodefaults
-i
: -i-
-i
{CIncludes
} -opt full
111 LOptions
= -xm m
-stacksize
128
115 CTags Ä TurnOfEcho
{OBJ
}
116 {LD
} {LOptions
} -o CTags
{OBJ
} {LIBS
}
121 :CTags
-p.
{SOURCES
} {HEADERS
}
124 Delete
-y
-i
{OBJ
} {CTags
} tags
127 {CC
} {depDir
}{default
}.c
-o
{targDir
}{default
}.o
{COptions
}