mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-29 07:29:15 +00:00
516 lines
20 KiB
Plaintext
516 lines
20 KiB
Plaintext
|
#
|
|||
|
# File: CommToolbox.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the CommToolbox.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
# <SM3> 12/11/92 chp Removed runtime library routines not needed when compiled for
|
|||
|
# 68020 or better.
|
|||
|
# <SM2> 12/2/92 kc Added " || Exit 1" to commands with a double dependency.
|
|||
|
|
|||
|
|
|||
|
CommTerminalDir = {CommToolboxDir}TerminalMgr:
|
|||
|
CommResourceDir = {CommToolboxDir}CommResourceMgr:
|
|||
|
CommStartupDir = {CommToolboxDir}CommToolboxStartup:
|
|||
|
CommUtilityDir = {CommToolboxDir}CommToolboxUtilities:
|
|||
|
CommConnectionDir = {CommToolboxDir}ConnectionMgr:
|
|||
|
CommFileTransferDir = {CommToolboxDir}FileTransferMgr:
|
|||
|
CommNBPDir = {CommUtilityDir}StandardNBP:
|
|||
|
CommChooseDir = {CommUtilityDir}Choose:
|
|||
|
|
|||
|
|
|||
|
ConnectionMgrObjs = "{ObjDir}ConnectionMgr.a.o" <09>
|
|||
|
"{ObjDir}ConnectionMgr.c.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
TerminalMgrObjs = "{ObjDir}TerminalMgr.a.o" <09>
|
|||
|
"{ObjDir}TerminalMgr.c.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
FileTransferMgrObjs = "{ObjDir}FileTransferMgr.a.o" <09>
|
|||
|
"{ObjDir}FileTransferMgr.c.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
CommToolboxUtilitiesObjs = "{ObjDir}CommToolboxUtilities.a.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilities.c.o" <09>
|
|||
|
"{ObjDir}CommToolboxCore.c.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
CommResourceMgrObjs = "{ObjDir}CommResourceMgr.a.o" <09>
|
|||
|
"{ObjDir}CommResourceMgr.c.o" <09>
|
|||
|
"{ObjDir}CommResourceMgr.p.o" <09>
|
|||
|
"{ObjDir}CommResourceMgrUtilities.a.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
DITLObjs = "{ObjDir}DITL.a.o" <09>
|
|||
|
"{ObjDir}DITL.p.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
CommToolboxLDEFObjs = "{ObjDir}CommToolboxLDEF.a.o" <09>
|
|||
|
"{ObjDir}CommToolboxLDEF.p.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
ChooseObjs = "{ObjDir}Choose.a.o" <09>
|
|||
|
"{ObjDir}Choose.p.o" <09>
|
|||
|
"{ObjDir}ChooseUtilities.a.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
StandardNBPObjs = "{ObjDir}StandardNBP.a.o" <09>
|
|||
|
"{ObjDir}StandardNBP.p.o" <09>
|
|||
|
"{ObjDir}ListUtilities.p.o" <09>
|
|||
|
"{ObjDir}StandardNBPUtilities.a.o" <09>
|
|||
|
"{ObjDir}ZIPUtilities.p.o" <09>
|
|||
|
"{ObjDir}NBPUtilities.p.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
StandardNBPLDEFObjs = "{ObjDir}StandardNBPLDEF.a.o" <09>
|
|||
|
"{ObjDir}StandardNBPLDEF.p.o" <09>
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
CommToolboxPatchObjs = "{ObjDir}CommToolboxDispatcher.a.o" <09>
|
|||
|
"{ObjDir}CommToolboxPatches.a.o" <09>
|
|||
|
"{ObjDir}CommToolboxPatches.c.o" <09>
|
|||
|
"{ObjDir}CRMBuiltInSerial.c.o"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
"{LibDir}CommToolboxPatch.Lib" <09> {CommToolboxPatchObjs}
|
|||
|
Lib {StdLibOpts} -o "{Targ}" {CommToolboxPatchObjs}
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {ConnectionMgrObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt cmtb=-32512 {ConnectionMgrObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {TerminalMgrObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt cmtb=-32510 {TerminalMgrObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {FileTransferMgrObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt cmtb=-32511 {FileTransferMgrObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {CommToolboxUtilitiesObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt cmtb=-32509 {CommToolboxUtilitiesObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {CommResourceMgrObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt cmtb=-32508 {CommResourceMgrObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {DITLObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt proc=-32511 {DITLObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {CommToolboxLDEFObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt LDEF=-32512 {CommToolboxLDEFObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {ChooseObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt proc=-32512 {ChooseObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {StandardNBPObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt proc=-32510 -m MAIN {StandardNBPObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> {StandardNBPLDEFObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt LDEF=-32510 {StandardNBPLDEFObjs} || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> "{CommTerminalDir}TerminalClick.r" <09>
|
|||
|
"{RIncludes}SysTypes.r" <09>
|
|||
|
"{IntRIncludes}CommToolboxPriv.r"
|
|||
|
Rez -a {StdROpts} -o "{Targ}" "{CommTerminalDir}TerminalClick.r" || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> "{CommChooseDir}Choose.r" <09>
|
|||
|
"{RIncludes}SysTypes.r" <09>
|
|||
|
"{RIncludes}Types.r" <09>
|
|||
|
"{RIncludes}CTBTypes.r" <09>
|
|||
|
"{IntRIncludes}CommToolboxPriv.r"
|
|||
|
Rez -a {StdROpts} -o "{Targ}" "{CommChooseDir}Choose.r" || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}CommToolbox.rsrc" <09><> "{CommNBPDir}StandardNBP.r" <09>
|
|||
|
"{RIncludes}Types.r" <09>
|
|||
|
"{RIncludes}CTBTypes.r" <09>
|
|||
|
"{RIncludes}PICT.r" <09>
|
|||
|
"{IntRIncludes}CommToolboxPriv.r"
|
|||
|
Rez -a {StdROpts} -o "{Targ}" "{CommNBPDir}StandardNBP.r" || Exit 1
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxUtilityRoutines.c.o" <09> "{CIncludes}Menus.h" <09>
|
|||
|
"{CIncludes}Dialogs.h" <09>
|
|||
|
"{CIncludes}QuickDraw.h" <09>
|
|||
|
"{CIncludes}Fonts.h" <09>
|
|||
|
"{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommUtilityDir}CommToolboxUtilityRoutines.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{CommUtilityDir}CommToolboxUtilityRoutines.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommResourceMgr.a.o" <09> "{AIncludes}traps.a" <09>
|
|||
|
"{AIncludes}CommResources.a" <09>
|
|||
|
"{CommResourceDir}CommResourceMgr.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommResourceDir}CommResourceMgr.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommResourceMgr.c.o" <09> "{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}Types.h" <09>
|
|||
|
"{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}OSUtils.h" <09>
|
|||
|
"{CIncludes}Errors.h" <09>
|
|||
|
"{CIncludes}Folders.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}Folders.h" <09>
|
|||
|
"{CIncludes}Files.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommResourceDir}CommResourceMgrExtensions.c" <09>
|
|||
|
"{CommResourceDir}CommResourceMgr.h" <09>
|
|||
|
"{CommResourceDir}CommResourceMgr.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommResourceDir}CommResourceMgr.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommResourceMgr.p.o" <09> "{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}Types.p" <09>
|
|||
|
"{PInterfaces}Quickdraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}SysEqu.p" <09>
|
|||
|
"{PInterfaces}Appletalk.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p" <09>
|
|||
|
"{CommResourceDir}CommResourceMgr.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommResourceDir}CommResourceMgr.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommResourceMgrUtilities.a.o" <09> "{AIncludes}SysEqu.a" <09>
|
|||
|
"{IntAIncludes}SysPrivateEqu.a" <09>
|
|||
|
"{AIncludes}SysErr.a" <09>
|
|||
|
"{AIncludes}ToolUtils.a" <09>
|
|||
|
"{AIncludes}Traps.a" <09>
|
|||
|
"{AIncludes}Aliases.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a" <09>
|
|||
|
"{CommResourceDir}CommResourceMgrUtilities.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommResourceDir}CommResourceMgrUtilities.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxUtilities.a.o" <09> "{AIncludes}traps.a" <09>
|
|||
|
"{AIncludes}CTBUtilities.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a" <09>
|
|||
|
"{CommUtilityDir}CommToolboxUtilities.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommUtilityDir}CommToolboxUtilities.a"
|
|||
|
|
|||
|
"{ObjDir}CommToolboxUtilities.c.o" <09> "{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}Dialogs.h" <09>
|
|||
|
"{CIncludes}Events.h" <09>
|
|||
|
"{CIncludes}AppleTalk.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommUtilityDir}CommToolboxUtilities.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommUtilityDir}CommToolboxUtilities.c"
|
|||
|
|
|||
|
"{ObjDir}CommToolboxCore.c.o" <09> "{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{IntCIncludes}ConnectionsExtensions.h" <09>
|
|||
|
"{CIncludes}ConnectionTools.h" <09>
|
|||
|
"{CommUtilityDir}CommToolboxCore.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommUtilityDir}CommToolboxCore.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ChooseUtilities.a.o" <09> "{CommChooseDir}ChooseUtilities.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommChooseDir}ChooseUtilities.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}Choose.a.o" <09> "{IntAIncludes}CommToolboxPriv.a" <09>
|
|||
|
"{CommChooseDir}Choose.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommChooseDir}Choose.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}Choose.p.o" <09> "{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}SysEqu.p" <09>
|
|||
|
"{PInterfaces}Files.p" <09>
|
|||
|
"{PInterfaces}Aliases.p" <09>
|
|||
|
"{PInterfaces}Terminals.p" <09>
|
|||
|
"{PInterfaces}CommResources.p" <09>
|
|||
|
"{PInterfaces}Connections.p" <09>
|
|||
|
"{PInterfaces}FileTransfers.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}DialogsPriv.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p" <09>
|
|||
|
"{CommChooseDir}Choose.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommChooseDir}Choose.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}StandardNBP.a.o" <09> "{CommNBPDir}StandardNBP.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommNBPDir}StandardNBP.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}StandardNBP.p.o" <09> "{CommNBPDir}StandardNBP.p" <09>
|
|||
|
"{CommNBPDir}StandardNBPStructures.p" <09>
|
|||
|
"{CommNBPDir}ListUtilities.p" <09>
|
|||
|
"{CommNBPDir}NBPUtilities.p" <09>
|
|||
|
"{CommNBPDir}ZipUtilities.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}Script.p" <09>
|
|||
|
"{PInterfaces}Traps.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}DialogsPriv.p" <09>
|
|||
|
"{IntPInterfaces}IntlUtilsPriv.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommNBPDir}StandardNBP.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ListUtilities.p.o" <09> "{CommNBPDir}ListUtilities.p" <09>
|
|||
|
"{CommNBPDir}StandardNBPStructures.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}IntlUtilsPriv.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommNBPDir}ListUtilities.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ZIPUtilities.p.o" <09> "{CommNBPDir}ZIPUtilities.p" <09>
|
|||
|
"{CommNBPDir}StandardNBPStructures.p" <09>
|
|||
|
"{CommNBPDir}ListUtilities.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}IntlUtilsPriv.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommNBPDir}ZIPUtilities.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}NBPUtilities.p.o" <09> "{CommNBPDir}NBPUtilities.p" <09>
|
|||
|
"{CommNBPDir}StandardNBPStructures.p" <09>
|
|||
|
"{CommNBPDir}ListUtilities.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}IntlUtilsPriv.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommNBPDir}NBPUtilities.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}StandardNBPUtilities.a.o" <09> "{CommNBPDir}StandardNBPUtilities.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommNBPDir}StandardNBPUtilities.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}StandardNBPLDEF.a.o" <09> "{CommNBPDir}StandardNBPLDEF.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{CommNBPDir}StandardNBPLDEF.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}StandardNBPLDEF.p.o" <09> "{CommNBPDir}StandardNBPLDEF.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}Script.p" <09>
|
|||
|
"{PInterfaces}Traps.p" <09>
|
|||
|
"{PInterfaces}SysEqu.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p" <09>
|
|||
|
"{IntPInterfaces}IntlUtilsPriv.p" <09>
|
|||
|
"{CommNBPDir}StandardNBPStructures.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommNBPDir}StandardNBPLDEF.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxLDEF.a.o" <09> "{CommUtilityDir}CommToolboxLDEF.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommUtilityDir}CommToolboxLDEF.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxLDEF.p.o" <09> "{CommUtilityDir}CommToolboxLDEF.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}Script.p" <09>
|
|||
|
"{PInterfaces}Traps.p" <09>
|
|||
|
"{PInterfaces}SysEqu.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommUtilityDir}CommToolboxLDEF.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}DITL.a.o" <09> "{CommUtilityDir}DITL.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommUtilityDir}DITL.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}DITL.p.o" <09> "{CommUtilityDir}DITL.p" <09>
|
|||
|
"{PInterfaces}MemTypes.p" <09>
|
|||
|
"{PInterfaces}QuickDraw.p" <09>
|
|||
|
"{PInterfaces}OSIntf.p" <09>
|
|||
|
"{PInterfaces}ToolIntf.p" <09>
|
|||
|
"{PInterfaces}PackIntf.p" <09>
|
|||
|
"{PInterfaces}AppleTalk.p" <09>
|
|||
|
"{PInterfaces}CTBUtilities.p" <09>
|
|||
|
"{IntPInterfaces}CommToolboxPriv.p"
|
|||
|
Pascal {StdPOpts} -o "{targ}" "{CommUtilityDir}DITL.p"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ConnectionMgr.a.o" <09> "{CommConnectionDir}ConnectionMgr.a" <09>
|
|||
|
"{AIncludes}Connections.a" <09>
|
|||
|
"{AIncludes}CTBUtilities.a" <09>
|
|||
|
"{AIncludes}ConnectionTools.a" <09>
|
|||
|
"{AIncludes}traps.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommConnectionDir}ConnectionMgr.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}ConnectionMgr.c.o" <09> "{CommConnectionDir}ConnectionMgr.c" <09>
|
|||
|
"{CIncludes}Errors.h" <09>
|
|||
|
"{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}OSUtils.h" <09>
|
|||
|
"{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}Connections.h" <09>
|
|||
|
"{CIncludes}ConnectionTools.h" <09>
|
|||
|
"{IntCIncludes}ConnectionsExtensions.h" <09>
|
|||
|
"{IntCIncludes}ConnectionsPriv.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommConnectionDir}ConnectionMgrUtilities.c" <09>
|
|||
|
"{CommConnectionDir}ConnectionMgrExtensions.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommConnectionDir}ConnectionMgr.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}TerminalMgr.a.o" <09> "{CommTerminalDir}TerminalMgr.a" <09>
|
|||
|
"{AIncludes}Terminals.a" <09>
|
|||
|
"{AIncludes}traps.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommTerminalDir}TerminalMgr.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}TerminalMgr.c.o" <09> "{CommTerminalDir}TerminalMgr.c" <09>
|
|||
|
"{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}ToolUtils.h" <09>
|
|||
|
"{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}Terminals.h" <09>
|
|||
|
"{CIncludes}TerminalTools.h" <09>
|
|||
|
"{IntCIncludes}TerminalsPriv.h" <09>
|
|||
|
"{IntCIncludes}TerminalToolsPriv.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommTerminalDir}TerminalMgrUtilities.c" <09>
|
|||
|
"{CommTerminalDir}TerminalMgrExtensions.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommTerminalDir}TerminalMgr.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}FileTransferMgr.a.o" <09> "{CommFileTransferDir}FileTransferMgr.a" <09>
|
|||
|
"{AIncludes}FileTransfers.a" <09>
|
|||
|
"{AIncludes}CTBUtilities.a" <09>
|
|||
|
"{AIncludes}traps.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommFileTransferDir}FileTransferMgr.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}FileTransferMgr.c.o" <09> "{CommFileTransferDir}FileTransferMgr.c" <09>
|
|||
|
"{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}Types.h" <09>
|
|||
|
"{CIncludes}SysEqu.h" <09>
|
|||
|
"{CIncludes}CTBUtilities.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}FileTransfers.h" <09>
|
|||
|
"{CIncludes}FileTransferTools.h" <09>
|
|||
|
"{IntCIncludes}FileTransferToolsPriv.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommFileTransferDir}FileTransferMgrUtilities.c" <09>
|
|||
|
"{CommFileTransferDir}FileTransferMgrExtensions.c"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommFileTransferDir}FileTransferMgr.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxDispatcher.a.o" <09> "{CommStartupDir}CommToolboxDispatcher.a" <09>
|
|||
|
"{AIncludes}Traps.a" <09>
|
|||
|
"{AIncludes}ToolUtils.a" <09>
|
|||
|
"{AIncludes}SysEqu.a" <09>
|
|||
|
"{IntAIncludes}SysPrivateEqu.a" <09>
|
|||
|
"{AIncludes}CommResources.a" <09>
|
|||
|
"{IntAIncludes}CommToolboxPriv.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommStartupDir}CommToolboxDispatcher.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CRMBuiltInSerial.c.o" <09> "{CommStartupDir}CRMBuiltInSerial.c" <09>
|
|||
|
"{CIncludes}Memory.h" <09>
|
|||
|
"{CIncludes}Resources.h" <09>
|
|||
|
"{CIncludes}ToolUtils.h" <09>
|
|||
|
"{CIncludes}OSUtils.h" <09>
|
|||
|
"{CIncludes}CommResources.h" <09>
|
|||
|
"{CIncludes}CRMSerialDevices.h" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{IntCIncludes}IconUtilsPriv.h"
|
|||
|
C {StdCOpts} -o "{targ}" "{CommStartupDir}CRMBuiltInSerial.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxPatches.c.o" <09> "{CommStartupDir}CommToolboxPatches.c" <09>
|
|||
|
"{IntCIncludes}CommToolboxPriv.h" <09>
|
|||
|
"{CommResourceDir}CommResourceMgr.h"
|
|||
|
C {StdCOpts} -o "{Targ}" "{CommStartupDir}CommToolboxPatches.c" -i "{CommResourceDir}"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}CommToolboxPatches.a.o" <09> "{CommStartupDir}CommToolboxPatches.a"
|
|||
|
Asm {StdAOpts} -o "{targ}" "{CommStartupDir}CommToolboxPatches.a"
|