mac-rom/Toolbox/ListMgr/ListMgr.make
Elliot Nunn 4325cdcc78 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 09:52:23 +08:00

58 lines
1.8 KiB
Makefile

#
# File: ListMgr.make
#
# Contains: Makefile for List Manager.
#
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
#
# Copyright: © 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> 11/30/92 SWC Changed PackMacs.a->Packages.a.
# <SM2> 11/20/92 RB Changed SndLOpts to StdLOpts
#
"{RsrcDir}ListMgr.rsrc" ÄÄ "{ObjDir}IconLDEF.a.o"
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt LDEF=19 "{ObjDir}IconLDEF.a.o" || Exit 1
"{RsrcDir}ListMgr.rsrc" ÄÄ "{ObjDir}ListMgrPACK.a.o"
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt PACK=0 "{ObjDir}ListMgrPACK.a.o" || Exit 1
"{RsrcDir}ListMgr.rsrc" ÄÄ "{ObjDir}TextLDEF.a.o"
Link {StdLOpts} {StdAlign} -o "{Targ}" -rt LDEF=0 "{ObjDir}TextLDEF.a.o" || Exit 1
"{ObjDir}IconLDEF.a.o" Ä "{ListMgrDir}IconLDEF.a"
"{AIncludes}SysEqu.a"
"{IntAIncludes}SysPrivateEqu.a"
"{AIncludes}QuickDraw.a"
"{AIncludes}Traps.a"
"{AIncludes}Packages.a"
"{AIncludes}Script.a"
"{IntAIncludes}IconUtilsPriv.a"
Asm {StdAOpts} -o "{Targ}" "{ListMgrDir}IconLDEF.a"
"{ObjDir}ListMgrPACK.a.o" Ä "{ObjDir}StandardEqu.d"
"{AIncludes}Packages.a"
"{ListMgrDir}ListMgrPriv.a"
"{ListMgrDir}ListMgrPACK.a"
Asm {StdAOpts} -o "{Targ}" "{ListMgrDir}ListMgrPACK.a"
"{ObjDir}TextLDEF.a.o" Ä "{AIncludes}SysEqu.a"
"{IntAIncludes}SysPrivateEqu.a"
"{AIncludes}Traps.a"
"{AIncludes}QuickDraw.a"
"{AIncludes}Packages.a"
"{ListMgrDir}TextLDEF.a"
Asm {StdAOpts} -o "{Targ}" "{ListMgrDir}TextLDEF.a"