mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-04 01:29:22 +00:00
52 lines
1.6 KiB
Plaintext
52 lines
1.6 KiB
Plaintext
|
#
|
|||
|
# File: TextServicesMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Text Services Manager.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
|
|||
|
|
|||
|
TextServicesMgrObjs = "{ObjDir}TSMExtension.a.o" <09>
|
|||
|
"{ObjDir}TSMFunctions.c.o" <09>
|
|||
|
"{ObjDir}TSMUtility.c.o" <09>
|
|||
|
"{ObjDir}TSMInternalUtils.c.o"
|
|||
|
|
|||
|
|
|||
|
"{LibDir}TextServicesMgr.lib" <09> {TextServicesMgrObjs}
|
|||
|
Lib {StdLibOpts} -o "{Targ}" {TextServicesMgrObjs}
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}TSMExtension.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{AIncludes}TextServices.a" <09>
|
|||
|
"{IntAIncludes}TSMPrivate.a" <09>
|
|||
|
"{TextServicesDir}TSMExtension.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{TextServicesDir}TSMExtension.a"
|
|||
|
|
|||
|
|
|||
|
{ObjDir}TSMFunctions.c.o <09> "{TextServicesDir}TSMFunctions.c" <09>
|
|||
|
"{CIncludes}Components.h" <09>
|
|||
|
"{IntCIncludes}TSMPrivate.h" <09>
|
|||
|
"{CIncludes}TextServices.h"
|
|||
|
C {StdCOpts} -o "{Targ}" "{TextServicesDir}TSMFunctions.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}TSMUtility.c.o" <09> "{TextServicesDir}TSMUtility.c" <09>
|
|||
|
"{CIncludes}Script.h" <09>
|
|||
|
"{CIncludes}Components.h" <09>
|
|||
|
"{IntCIncludes}TSMPrivate.h" <09>
|
|||
|
"{CIncludes}TextServices.h"
|
|||
|
C {StdCOpts} -o "{Targ}" "{TextServicesDir}TSMUtility.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}TSMInternalUtils.c.o" <09> "{TextServicesDir}TSMInternalUtils.c" <09>
|
|||
|
"{CIncludes}Components.h" <09>
|
|||
|
"{IntCIncludes}TSMPrivate.h" <09>
|
|||
|
"{CIncludes}TextServices.h"
|
|||
|
C {StdCOpts} -o "{Targ}" "{TextServicesDir}TSMInternalUtils.c"
|
|||
|
|