home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-04-25 | 889 b | 26 lines | [TEXT/MPS ] |
- # Copyright: © 1993 Apple Computer, Inc. All rights reserved.
- # Author: Greg Brewer
-
- # 2.02 01/04/93 VJH Changed Copyright Notice
-
- # 2.01 11/19/92 GB Added support for {ShortEcho} {LongEcho} so you can specify
- # Terse, Normal and Verbose echo states
-
-
- "{Obj}AllHeaders.dump" ƒ "{Src}MakeFile" "{Src}AllHeaders.h"
- Set Echo {ShortEcho}
- c "{Src}AllHeaders.h" -d qMakingDumpFile {COptionsLocal}
- Set Echo {LongEcho}
- Delete "{Src}AllHeaders.h.o"
-
- All ƒ setOptions "{Obj}Utility.c.o"
-
- "{Obj}Utility.c.o" ƒ "{Src}Utility.c" "{Src}Utility.h" "{Obj}AllHeaders.dump"
- Set Echo {ShortEcho}
- C {COptionsLocal} "{Src}Utility.c" -o "{Obj}Utility.c.o"
- Set Echo {LongEcho}
-
- setOptions ƒ
- Set CPlusOptionsLocal "-b -mf {MbgOptions} {SymOptions} -d NO_STATIC_CLASSES {IncludeOptions} -d _Authoring_"
- Set COptionsLocal "-opt full -n -b {MbgOptions} {SymOptions} {IncludeOptions} -k ∂"{Obj}∂""
-