mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-28 01:31:07 +00:00
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
|
#
|
|||
|
# File: DictionaryMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Dictionary Manager Package.
|
|||
|
#
|
|||
|
# Written by: Chas Spillar
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc. All rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <SM2> 12/23/92 kc Change {DictionaryMgr} to {DictionaryMgrDir}.
|
|||
|
# <SM1> 12/14/92 CSS Added to Project.
|
|||
|
#
|
|||
|
#______________________________________________________________________________________________
|
|||
|
#
|
|||
|
DictMgrPackObjs = "{ObjDir}DictionaryMgr.a.o" <09>
|
|||
|
"{ObjDir}Dictionary.c.o" <09>
|
|||
|
"{ObjDir}BTreeGlue.a.o" <09>
|
|||
|
"{IfObjDir}Interface.o"
|
|||
|
|
|||
|
"{RsrcDir}DictionaryMgr.rsrc" <09> {DictMgrPackObjs}
|
|||
|
Link -o {Targ} {DictMgrPackObjs} {StdLOpts} -rt dimg=-16385 -m DictionaryMgrPackEntry
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}DictionaryMgr.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}DispatchHelperPriv.a" <09>
|
|||
|
"{DictionaryMgrDir}DictionaryMgr.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{DictionaryMgrDir}DictionaryMgr.a"
|
|||
|
|
|||
|
|
|||
|
{ObjDir}Dictionary.c.o <09> "{DictionaryMgrDir}Dictionary.c"
|
|||
|
C {StdCOpts} -o "{Targ}" {DictionaryMgrDir}Dictionary.c
|
|||
|
|
|||
|
|
|||
|
|