mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-29 07:29:15 +00:00
30 lines
844 B
Plaintext
30 lines
844 B
Plaintext
|
#
|
|||
|
# File: Sane.make
|
|||
|
#
|
|||
|
# Contains: Makefile for SANE.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992-1993 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <SM2> 3/8/93 PN From the conversation with Jon Okada. We should use InSane for
|
|||
|
# NonFPU pack 4 and 5 from now on. Delete pack4 and 5
|
|||
|
# <SM2> 12/2/92 kc Added " || Exit 1" to commands with a double dependency.
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}Sane.rsrc" <09><> "{ObjDir}BinDec.a.o"
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt PACK=7 "{ObjDir}BinDec.a.o" || Exit 1
|
|||
|
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}BinDec.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{AIncludes}SANEMacs.a" <09>
|
|||
|
"{SANEDir}Str2Dec.a" <09>
|
|||
|
"{SANEDir}Dec2Str.a" <09>
|
|||
|
"{SANEDir}BinDec.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{SANEDir}BinDec.a"
|
|||
|
|
|||
|
|