home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-12-19 | 1.2 KB | 47 lines |
- # Project: Exemple0
-
-
- # 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:
- @.!RunImage: @.o.!RunImage @.o.MyUtils @.o.bleu0 @.o.ScreUtils \
- @.^.^.^.^.^.RISC_OSLib.o.RISC_OSLib @.^.^.^.^.^.CLib.o.Stubs
- link $(linkflags) @.o.!RunImage @.o.MyUtils @.o.bleu0 @.o.ScreUtils \
- @.^.^.^.^.^.RISC_OSLib.o.RISC_OSLib @.^.^.^.^.^.CLib.o.Stubs
-
-
- # User-editable dependencies:
-
-
- # Static dependencies:
- @.o.!RunImage: @.c.!RunImage
- cc $(ccflags) -o @.o.!RunImage @.c.!RunImage
- @.o.MyUtils: @.c.MyUtils
- cc $(ccflags) -o @.o.MyUtils @.c.MyUtils
- @.o.bleu0: @.s.bleu0
- objasm $(objasmflags) -from @.s.bleu0 -to @.o.bleu0
- @.o.ScreUtils: @.s.ScreUtils
- objasm $(objasmflags) -from @.s.ScreUtils -to @.o.ScreUtils
-
-
- # Dynamic dependencies:
- @.o.bleu0: h.RegNames
- o.!RunImage: c.!RunImage
- o.!RunImage: C:h.bbc
- o.!RunImage: C:h.os
- o.!RunImage: C:h.kernel
- o.!RunImage: h.MyUtils
- o.!RunImage: h.ScreUtils
- o.MyUtils: c.MyUtils
- o.MyUtils: C:h.kernel
- o.MyUtils: C:h.swis
- @.o.ScreUtils: h.RegNames
-