home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-21 | 562 b | 28 lines |
- # Project: wally
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.wally: @.o.wally @.^.^.Clib.o.Stubs
- link $(linkflags) @.o.wally @.^.^.Clib.o.Stubs
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.wally: @.c.wally
- cc $(ccflags) -o @.o.wally @.c.wally
-
-
- # Dynamic dependencies:
- o.wally: c.wally
-