powermac-rom/NanoKernel/NKMakeFile

22 lines
619 B
Plaintext
Raw Normal View History

2018-07-15 10:22:44 +00:00
# I expect these variables to be set already:
# NKDir, NKIncDir, NKBin
NKFiles = <20>
{NKDir}NanoKernel.s <09>
{NKDir}NKStructs.s <09>
{NKDir}NKEquates.s <09>
{NKDir}NKMacros.s <09>
{NKDir}NKInit.s <09>
{NKDir}NKSystemCrash.s <09>
{NKDir}NKIntHandlers.s <09>
{NKDir}NKMemory.s <09>
{NKDir}NKExceptions.s <09>
{NKDir}NKFloatingPt.s <09>
{NKDir}NKSoftInt.s <09>
{NKDir}NKReset.s <09>
{NKDir}NKLegacyVM.s <09>
# We get warning 3202 from ALIGN directives -- kill it
{NKBin} <09> {NKDir}NanoKernel.s {NKFiles}
PPCAsm -o {Targ} -w 3202 -i {NKIncDir} -i "{AIncludes}" {NKDir}NanoKernel.s