home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / MacApp CD Release / MacApp 2.0.1 (Many Libraries) / Examples / DemoText / DemoText.MAMake next >
Encoding:
Text File  |  1990-10-25  |  1.3 KB  |  36 lines  |  [TEXT/MPS ]

  1. #********************************************************************************
  2. #                                                                                *
  3. #    File:            DemoText.MAMake                                                 *
  4. #                                                                                *
  5. #    Description:    Makefile for DemoText.                                        *
  6. #                                                                                *
  7. #                                                                                *
  8. #    Copyright © 1985 - 1990 by Apple Computer, Inc.  All rights reserved.       *
  9. #********************************************************************************
  10.  
  11. #---------------------------------------------------------------------------------------------------
  12. #    List here the Application's Name
  13. AppName = DemoText
  14.  
  15.  
  16. #---------------------------------------------------------------------------------------------------
  17. #    List any additional interfaces that your application is dependent on
  18. OtherInterfaces =  ∂
  19.     "{SrcApp}UTEDocument.p"
  20.  
  21.  
  22. #---------------------------------------------------------------------------------------------------
  23. #    Name any other object files to link in
  24. OtherLinkFiles = ∂
  25.     "{ObjApp}UTEDocument.p.o"
  26.  
  27.  
  28. #---------------------------------------------------------------------------------------------------
  29. #    Express any additional dependencies for separate compilations.
  30. #    Include dependencies for the MacApp and Building block interfaces
  31. #    if you are dependent on them
  32. "{ObjApp}UTEDocument.p.o"    ƒ ∂
  33.                             "{SrcApp}UTEDocument.inc1.p" ∂
  34.                             {MacAppIntf} ∂
  35.                             {BuildingBlocksIntf}
  36.