mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2024-12-28 01:29:20 +00:00
27 lines
643 B
Plaintext
27 lines
643 B
Plaintext
|
#
|
|||
|
# File: IconUtils.make
|
|||
|
#
|
|||
|
# Contains: Makefile for the Icon Utilities.
|
|||
|
#
|
|||
|
# Written by: Kurt Clark, Chas Spillar, and Tim Nichols
|
|||
|
#
|
|||
|
# Copyright: <09> 1992 by Apple Computer, Inc., all rights reserved.
|
|||
|
#
|
|||
|
# Change History (most recent first):
|
|||
|
#
|
|||
|
|
|||
|
|
|||
|
IconUtilsObjs = "{ObjDir}IconUtils.a.o" <09>
|
|||
|
"{ObjDir}IconUtils.c.o"
|
|||
|
|
|||
|
"{LibDir}IconUtils.lib" <09> {IconUtilsObjs}
|
|||
|
Lib {StdLibOpts} -o "{Targ}" {IconUtilsObjs}
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}IconUtils.a.o" <09> "{IconUtilsDir}IconUtils.a"
|
|||
|
Asm {StdAOpts} -o "{Targ}" "{IconUtilsDir}IconUtils.a"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
"{ObjDir}IconUtils.c.o" <09> "{IconUtilsDir}IconUtils.c"
|
|||
|
C {StdCOpts} -o "{Targ}" "{IconUtilsDir}IconUtils.c"
|