mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-05 08:30:14 +00:00
176 lines
6.6 KiB
Plaintext
176 lines
6.6 KiB
Plaintext
|
#
|
|||
|
# File: EditionMgr.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Edition 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):
|
|||
|
#
|
|||
|
# <SM4> 12/2/92 kc Added " || Exit 1" to commands with a double dependency.
|
|||
|
# <SM3> 12-02-92 jmp Added the -append option to the Rez command.
|
|||
|
# <SM2> 11/12/92 kc Add -i option to rez command.
|
|||
|
|
|||
|
|
|||
|
# dpDispatcher.a.o must be first, dpDialogs should be last
|
|||
|
|
|||
|
EditionMgrObjs = "{ObjDir}dpDispatcher.a.o" <09>
|
|||
|
"{ObjDir}dpInit.p.o" <09>
|
|||
|
"{ObjDir}dpSection.p.o" <09>
|
|||
|
"{ObjDir}dpSectionIO.p.o" <09>
|
|||
|
"{ObjDir}dpMisc.p.o" <09>
|
|||
|
"{ObjDir}dpPubControlBlock.p.o" <09>
|
|||
|
"{ObjDir}dpPubIO.p.o" <09>
|
|||
|
"{ObjDir}dpEvents.p.o" <09>
|
|||
|
"{IfObjDir}interface.o" <09>
|
|||
|
"{ObjDir}dpMisc.a.o" <09>
|
|||
|
"{ObjDir}dpDialogs.p.o"
|
|||
|
|
|||
|
|
|||
|
"{LibDir}EditionMgr.lib" <09> "{ObjDir}dpPackEntry.a.o"
|
|||
|
Lib {StdLibOpts} -o "{Targ}" "{ObjDir}dpPackEntry.a.o"
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}EditionMgr.rsrc" <09><> "{EditionMgrDir}dpResources.r" <09>
|
|||
|
"{StandardFileDir}StandardFileTypes.r" <09>
|
|||
|
"{RIncludes}Types.r" <09>
|
|||
|
"{RIncludes}BalloonTypes.r"
|
|||
|
Rez {StdROpts} -o "{Targ}" "{EditionMgrDir}dpResources.r" <09>
|
|||
|
-i "{StandardFileDir}" -append || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}EditionMgr.rsrc" <09><> {EditionMgrObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt PACK=11 -m PACKENTRY {EditionMgrObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpPackEntry.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{EditionMgrDir}dpPackEntry.a" <09>
|
|||
|
"{IntAIncludes}DispatchHelperPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{EditionMgrDir}dpPackEntry.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpDispatcher.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}EditionsPrivate.a" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.a" <09>
|
|||
|
"{EditionMgrDir}dpDispatcher.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{EditionMgrDir}dpDispatcher.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpEvents.p.o" <09> "{EditionMgrDir}dpEvents.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{PInterfaces}Aliases.p" <09>
|
|||
|
"{IntPInterfaces}AppleEventsInternal.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{IntPInterfaces}MFPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpPubControlBlock.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p" <09>
|
|||
|
"{EditionMgrDir}dpSection.p" <09>
|
|||
|
"{EditionMgrDir}dpEvents.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpEvents.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpInit.p.o" <09> "{EditionMgrDir}dpInit.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{PInterfaces}Aliases.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpPubControlBlock.p" <09>
|
|||
|
"{EditionMgrDir}dpInit.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpInit.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpMisc.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}EditionsPrivate.a" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.a" <09>
|
|||
|
"{EditionMgrDir}dpMisc.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{EditionMgrDir}dpMisc.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpMisc.p.o" <09> "{EditionMgrDir}dpMisc.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p"
|
|||
|
Pascal {StdPOpts} -o "{Targ}" "{EditionMgrDir}dpMisc.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpPubControlBlock.p.o" <09> "{EditionMgrDir}dpPubControlBlock.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p" <09>
|
|||
|
"{EditionMgrDir}dpPubControlBlock.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpPubControlBlock.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpPubIO.p.o" <09> "{EditionMgrDir}dpPubIO.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{PInterfaces}Aliases.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{IntPInterfaces}MFPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpEvents.p" <09>
|
|||
|
"{EditionMgrDir}dpSectionIO.p" <09>
|
|||
|
"{EditionMgrDir}dpSection.p" <09>
|
|||
|
"{EditionMgrDir}dpPubControlBlock.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpPubIO.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpSection.p.o" <09> "{EditionMgrDir}dpSection.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{PInterfaces}Aliases.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpPubControlBlock.p" <09>
|
|||
|
"{EditionMgrDir}dpEvents.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p" <09>
|
|||
|
"{EditionMgrDir}dpSection.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpSection.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpSectionIO.p.o" <09> "{EditionMgrDir}dpSectionIO.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpSection.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p" <09>
|
|||
|
"{EditionMgrDir}dpSectionIO.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpSectionIO.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}dpDialogs.p.o" <09> "{EditionMgrDir}dpDialogs.inc.p" <09>
|
|||
|
"{EditionMgrDir}dpCompileOptions.inc.p" <09>
|
|||
|
"{IntPInterfaces}StandardEqu.p" <09>
|
|||
|
"{PInterfaces}Editions.p" <09>
|
|||
|
"{PInterfaces}StandardFile.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}EditionsPrivate.p" <09>
|
|||
|
"{IntPInterfaces}IconUtilsPriv.p" <09>
|
|||
|
"{PInterfaces}Icons.p" <09>
|
|||
|
"{IntPInterfaces}Layers.p" <09>
|
|||
|
"{IntPInterfaces}DialogsPriv.p" <09>
|
|||
|
"{EditionMgrDir}dpMisc.p" <09>
|
|||
|
"{EditionMgrDir}dpPubIO.p" <09>
|
|||
|
"{EditionMgrDir}dpEvents.p" <09>
|
|||
|
"{EditionMgrDir}dpDialogs.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{EditionMgrDir}dpDialogs.p"
|
|||
|
|
|||
|
|