home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-04-25 | 930 b | 47 lines |
- # Project: Tim
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -IC:
- Linkflags = -o $@
- TLAflags = -b
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.tim SCSI::Lysette.$.RISC_OSLib.o.RISC_OSLib \
- SCSI::Lysette.$.Clib.o.Stubs
- link $(linkflags) @.o.tim SCSI::Lysette.$.RISC_OSLib.o.RISC_OSLib \
- SCSI::Lysette.$.Clib.o.Stubs
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.tim: @.c.tim
- cc $(ccflags) -o @.o.tim @.c.tim
-
-
- # Dynamic dependencies:
- o.tim: c.tim
- o.tim: C:h.wimp
- o.tim: C:h.os
- o.tim: C:h.sprite
- o.tim: C:h.wimpt
- o.tim: C:h.win
- o.tim: C:h.event
- o.tim: C:h.menu
- o.tim: C:h.baricon
- o.tim: C:h.res
- o.tim: C:h.resspr
- o.tim: C:h.menu
- o.tim: C:h.template
- o.tim: C:h.dbox
- o.tim: C:h.os
- o.tim: C:h.swis
-