boot3/Toolbox/MenuMgr/MenuMgr.make
Elliot Nunn 5b0f0cc134 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-12-26 10:02:57 +08:00

108 lines
3.7 KiB
Makefile

#
# File: MenuMgr.make
#
# Contains: Makefile for the Menu Manager.
#
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
#
# Copyright: © 1992 by Apple Computer, Inc. All rights reserved.
#
# Change History (most recent first):
#
# <SM3> 12/2/92 kc Added " || Exit 1" to commands with a double dependency.
# <SM2> 11/30/92 SWC Changed PackMacs.a->Packages.a.
MenuMgrObjs = "{ObjDir}MenuMgr.a.o"
"{ObjDir}MenuDispatch.a.o"
"{ObjDir}MenuMgr.c.o"
"{ObjDir}SaveRestoreBits.a.o"
"{ObjDir}MenuMgrExtensions.a.o"
"{ObjDir}SystemMenusPatch.a.o"
"{RsrcDir}MenuMgr.rsrc" ÄÄ "{ObjDir}StandardMBDF.a.o"
Link {StdLOpts} {StdAlign} -rt MBDF=0 -o "{Targ}" "{ObjDir}StandardMBDF.a.o" || Exit 1
"{RsrcDir}MenuMgr.rsrc" ÄÄ "{ObjDir}StandardMDEF.a.o"
Link {StdLOpts} {StdAlign} -rt MDEF=0 -o "{Targ}" "{ObjDir}StandardMDEF.a.o" || Exit 1
"{LibDir}MenuMgr.lib" Ä {MenuMgrObjs}
Lib {StdLibOpts} -o "{Targ}" {MenuMgrObjs}
"{ObjDir}StandardMDEF.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}ColorEqu.a"
"{MenuMgrDir}StandardMDEF.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}StandardMDEF.a"
"{ObjDir}StandardMBDF.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}ColorEqu.a"
"{MenuMgrDir}StandardMBDF.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}StandardMBDF.a"
"{ObjDir}MenuMgr.a.o" Ä "{MenuMgrDir}IncludeMenuMgr.a"
"{MenuMgrDir}MenuMgr.a"
"{ObjDir}StandardEqu.d"
"{IntAIncludes}ColorEqu.a"
"{AIncludes}Packages.a"
"{MenuMgrDir}MenuDispatch.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}IncludeMenuMgr.a"
"{ObjDir}MenuDispatch.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}LinkedPatchMacros.a"
"{AIncludes}Menus.a"
"{IntAIncludes}MenuMgrPriv.a"
"{MenuMgrDir}MenuDispatch.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}MenuDispatch.a"
"{ObjDir}MenuMgr.c.o" Ä "{CIncludes}SysEqu.h"
"{CIncludes}Resources.h"
"{CIncludes}Types.h"
"{CIncludes}Files.h"
"{CIncludes}OSUtils.h"
"{CIncludes}SegLoad.h"
"{CIncludes}Memory.h"
"{CIncludes}Menus.h"
"{CIncludes}Quickdraw.h"
"{CIncludes}Script.h"
"{IntCIncludes}IntlUtilsPriv.h"
"{IntCIncludes}ScriptPriv.h"
"{CIncludes}Events.h"
"{CIncludes}Packages.h"
"{CIncludes}StandardFile.h"
"{CIncludes}Dialogs.h"
"{CIncludes}Windows.h"
"{CIncludes}Controls.h"
"{CIncludes}TextEdit.h"
"{MenuMgrDir}MenuMgr.c"
C {StdCOpts} -o "{Targ}" "{MenuMgrDir}MenuMgr.c"
"{ObjDir}SaveRestoreBits.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}LinkedPatchMacros.a"
"{AIncludes}Menus.a"
"{IntAIncludes}MenuMgrPriv.a"
"{IntAIncludes}LayerEqu.a"
"{IntAIncludes}InternalMacros.a"
"{MenuMgrDir}SaveRestoreBits.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}SaveRestoreBits.a"
"{ObjDir}SystemMenusPatch.a.o" Ä "{ObjDir}StandardEqu.d"
"{IntAIncludes}LinkedPatchMacros.a"
"{AIncludes}Menus.a"
"{IntAIncludes}MenuMgrPriv.a"
"{MenuMgrDir}SystemMenusPatch.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}SystemMenusPatch.a"
"{ObjDir}MenuMgrExtensions.a.o" Ä "{MenuMgrDir}MenuMgrExtensions.a"
Asm {StdAOpts} -o "{Targ}" "{MenuMgrDir}MenuMgrExtensions.a"