mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-04 01:29:22 +00:00
79 lines
2.3 KiB
Plaintext
79 lines
2.3 KiB
Plaintext
|
#
|
|||
|
# File: pu.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Picture Utilities Library.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
#
|
|||
|
|
|||
|
PictUtilObjs = "{ObjDir}puDispatch.a.o" <09>
|
|||
|
"{ObjDir}puLowLevel.a.o" <09>
|
|||
|
"{ObjDir}puLowLevel.c.o" <09>
|
|||
|
"{ObjDir}puPictures.c.o" <09>
|
|||
|
"{ObjDir}puPixMaps.c.o" <09>
|
|||
|
"{ObjDir}puPopular.a.o" <09>
|
|||
|
"{ObjDir}puPopular.c.o" <09>
|
|||
|
"{ObjDir}puMedian.a.o" <09>
|
|||
|
"{ObjDir}puMedian.c.o" <09>
|
|||
|
"{IfObjDir}interface.o"
|
|||
|
|
|||
|
|
|||
|
"{RsrcDir}PictUtilities.rsrc" <20> {PictUtilObjs}
|
|||
|
Link {StdLOpts} {StdAlign} -m PictUtilEntry -rt PACK=15 -o "{Targ}" {PictUtilObjs}
|
|||
|
|
|||
|
|
|||
|
"{LibDir}PictUtilities.lib" <09> "{ObjDir}puPackEntry.a.o"
|
|||
|
Lib {StdLibOpts} -o "{Targ}" "{ObjDir}puPackEntry.a.o"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puDispatch.a.o" <09> "{PictUtilsDir}puDispatch.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{PictUtilsDir}puDispatch.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puLowLevel.a.o" <09> "{PictUtilsDir}puLowLevel.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{PictUtilsDir}puLowLevel.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puLowLevel.c.o" <09> "{PictUtilsDir}puPrivate.h" <09>
|
|||
|
"{PictUtilsDir}puLowLevel.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{PictUtilsDir}puLowLevel.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puPictures.c.o" <09> "{PictUtilsDir}puPrivate.h" <09>
|
|||
|
"{PictUtilsDir}puPictures.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{PictUtilsDir}puPictures.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puPixMaps.c.o" <09> "{PictUtilsDir}puPrivate.h" <09>
|
|||
|
"{PictUtilsDir}puPixMaps.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{PictUtilsDir}puPixMaps.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puPopular.a.o" <09> "{PictUtilsDir}puPopular.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{PictUtilsDir}puPopular.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puPopular.c.o" <09> "{PictUtilsDir}puPrivate.h" <09>
|
|||
|
"{PictUtilsDir}puPopular.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{PictUtilsDir}puPopular.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puMedian.a.o" <09> "{PictUtilsDir}puMedian.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{PictUtilsDir}puMedian.a"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puMedian.c.o" <09> "{PictUtilsDir}puPrivate.h" <09>
|
|||
|
"{PictUtilsDir}puMedian.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{PictUtilsDir}puMedian.c"
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}puPackEntry.a.o" <09> "{ObjDir}StandardEqu.d" <09>
|
|||
|
"{IntAIncludes}DispatchHelperPriv.a" <09>
|
|||
|
"{PictUtilsDir}puPackEntry.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{PictUtilsDir}puPackEntry.a"
|