home *** CD-ROM | disk | FTP | other *** search
- # Project: BootA
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -throwback
- Linkflags = -aif -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
- Pascalflags = -c -depend !Depend -throwback -IP:
-
-
- # Final targets:
- @.!RunImage: @.o.BootA c:o.Stubs
- Link $(Linkflags) @.o.BootA c:o.Stubs
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.BootA: @.c.BootA
- cc $(ccflags) -o @.o.BootA @.c.BootA
-
-
- # Dynamic dependencies:
- o.BootA: c.BootA
- o.BootA: C:h.kernel
- o.BootA: C:h.swis
- o.BootA: h.useful
-