home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-04-09 | 1.4 KB | 58 lines |
- # Project: Harmonica
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -IC: -g -throwback
- Linkflags = -aif -o $@
- ObjAsmflags = -Throwback -g -Stamp -NoCache -depend !Depend -CloseExec -Quit
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.!RunImage @.^.Clib.o.Stubs @.^.RISC_OSLib.o.RISC_OSLib \
- @.o.code
- link $(linkflags) @.o.!RunImage @.^.Clib.o.Stubs \
- @.^.RISC_OSLib.o.RISC_OSLib @.o.code
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.!RunImage: @.c.!RunImage
- cc $(ccflags) -o @.o.!RunImage @.c.!RunImage
- @.o.code: @.s.code
- objasm $(objasmflags) -from @.s.code -to @.o.code
-
-
- # Dynamic dependencies:
- o.!RunImage: c.!RunImage
- o.!RunImage: C:h.baricon
- o.!RunImage: C:h.wimp
- o.!RunImage: C:h.os
- o.!RunImage: C:h.sprite
- o.!RunImage: C:h.dbox
- o.!RunImage: C:h.event
- o.!RunImage: C:h.menu
- o.!RunImage: C:h.flex
- o.!RunImage: C:h.heap
- o.!RunImage: C:h.menu
- o.!RunImage: C:h.msgs
- o.!RunImage: C:h.os
- o.!RunImage: C:h.res
- o.!RunImage: C:h.coords
- o.!RunImage: C:h.resspr
- o.!RunImage: C:h.template
- o.!RunImage: C:h.visdelay
- o.!RunImage: C:h.wimp
- o.!RunImage: C:h.wimpt
- o.!RunImage: C:h.saveas
- o.!RunImage: C:h.xfersend
- o.!RunImage: C:h.xferrecv
- o.!RunImage: C:h.werr
- o.!RunImage: C:h.win
- o.!RunImage: C:h.bbc
- o.!RunImage: C:h.coords
-