home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-01-05 | 1.0 KB | 48 lines |
- # Project: Secure3
-
-
- # Toolflags:
- Pascalflags = -c -depend !Depend -throwback -IP:
- CCflags = -c -depend !Depend -IC: -throwback -ff
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -ThrowBack -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -f -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.Secure C:o.Stubs C:o.RISC_OSLib
- Link $(Linkflags) @.o.Secure C:o.Stubs C:o.RISC_OSLib
- squeeze @.!RunImage -f
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.Secure: @.c.Secure
- cc $(ccflags) -o @.o.Secure @.c.Secure
-
-
- # Dynamic dependencies:
- o.Secure: c.Secure
- o.Secure: C:h.res
- o.Secure: C:h.resspr
- o.Secure: C:h.sprite
- o.Secure: C:h.os
- o.Secure: C:h.msgs
- o.Secure: C:h.event
- o.Secure: C:h.menu
- o.Secure: C:h.wimp
- o.Secure: C:h.win
- o.Secure: C:h.werr
- o.Secure: C:h.dbox
- o.Secure: C:h.baricon
- o.Secure: C:h.menu
- o.Secure: C:h.os
- o.Secure: C:h.wimpt
- o.Secure: C:h.kernel
- o.Secure: C:h.template
- o.Secure: C:h.wimp
-