home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-10-25 | 1.3 KB | 36 lines | [TEXT/MPS ] |
- #********************************************************************************
- # *
- # File: DemoText.MAMake *
- # *
- # Description: Makefile for DemoText. *
- # *
- # *
- # Copyright © 1985 - 1990 by Apple Computer, Inc. All rights reserved. *
- #********************************************************************************
-
- #---------------------------------------------------------------------------------------------------
- # List here the Application's Name
- AppName = DemoText
-
-
- #---------------------------------------------------------------------------------------------------
- # List any additional interfaces that your application is dependent on
- OtherInterfaces = ∂
- "{SrcApp}UTEDocument.p"
-
-
- #---------------------------------------------------------------------------------------------------
- # Name any other object files to link in
- OtherLinkFiles = ∂
- "{ObjApp}UTEDocument.p.o"
-
-
- #---------------------------------------------------------------------------------------------------
- # Express any additional dependencies for separate compilations.
- # Include dependencies for the MacApp and Building block interfaces
- # if you are dependent on them
- "{ObjApp}UTEDocument.p.o" ƒ ∂
- "{SrcApp}UTEDocument.inc1.p" ∂
- {MacAppIntf} ∂
- {BuildingBlocksIntf}
-