home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-08-08 | 912 b | 32 lines |
- # Project: Processor
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC:,toolbox: -throwback
- C++flags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -c++ -o $@
- ObjAsmflags = -throwback -NoCache -depend !Depend
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
-
-
- # Final targets:
- @.!Runimage: @.o.Processor @.^.^.Libraries.tboxlibs.o.eventlib \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.wimplib @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.sprite
- Link $(Linkflags) @.o.Processor @.^.^.Libraries.tboxlibs.o.eventlib \
- @.^.^.Libraries.tboxlibs.o.toolboxlib @.^.^.Libraries.tboxlibs.o.wimplib @.^.^.Libraries.clib.o.Stubs \
- @.^.^.Libraries.tboxlibs.o.sprite
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.Processor: @.c.Processor
- cc $(ccflags) -o @.o.Processor @.c.Processor
-
-
- # Dynamic dependencies:
-
-