home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-02-08 | 1.1 KB | 54 lines |
- # Project: horizon
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -g -throwback
- Linkflags = -aif -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.horizon @.o.misc @.o.demo4 @.o.GrpLib <CLib> <RISCLib> \
- @.o.sol
- link $(linkflags) @.o.horizon @.o.misc @.o.demo4 @.o.GrpLib <CLib> \
- <RISCLib> @.o.sol
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.horizon: @.c.horizon
- cc $(ccflags) -o @.o.horizon @.c.horizon
- @.o.misc: @.c.misc
- cc $(ccflags) -o @.o.misc @.c.misc
- @.o.demo4: @.c.demo4
- cc $(ccflags) -o @.o.demo4 @.c.demo4
- @.o.sol: @.c.sol
- cc $(ccflags) -o @.o.sol @.c.sol
-
-
- # Dynamic dependencies:
- o.horizon: c.horizon
- o.horizon: h.GrpLib
- o.horizon: h.extern
- o.misc: c.misc
- o.misc: C:h.swis
- o.misc: C:h.os
- o.misc: C:h.bbc
- o.misc: h.GrpLib
- o.misc: h.extern
- o.demo4: c.demo4
- o.demo4: C:h.swis
- o.demo4: C:h.os
- o.demo4: C:h.bbc
- o.demo4: h.GrpLib
- o.demo4: h.extern
- o.sol: c.sol
- o.sol: h.GrpLib
- o.sol: h.extern
-