19 lines
284 B
Protocol Buffer
19 lines
284 B
Protocol Buffer
#
|
|
# common mkfile parameters shared by all architectures
|
|
#
|
|
|
|
OS=05678qv
|
|
CPUS=spim arm arm64 amd64 386 power mips
|
|
CFLAGS=-FTVw
|
|
LEX=lex
|
|
YACC=yacc
|
|
MK=/bin/mk
|
|
|
|
# recursive mk will have these set from the parent
|
|
# this is never what we want. clear them
|
|
|
|
TARG=
|
|
OFILES=
|
|
HFILES=
|
|
YFILES=
|
|
LIB=
|