home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-01-03 | 1.3 KB | 54 lines |
- # Project: Wallpaper
-
-
- # Toolflags:
- CCflags = -c -depend !Depend -throwback -fah -IC:
- Linkflags = -o $@
- ObjAsmflags = -depend !Depend -Stamp -quit -CloseExec
- CMHGflags =
- LibFileflags = -c -o $@
- Squeezeflags = -o $@
- AAsmflags = -depend !Depend -quit -CloseExec -To $@ -From
-
-
- # Final targets:
- @.!RunImage: @.o.WallP_wimp @.o.Wallpaper c:o.stubs c:o.RISC_OSLib
- link $(linkflags) @.o.WallP_wimp @.o.Wallpaper c:o.stubs \
- c:o.RISC_OSLib
-
-
- # User-editable dependencies:
-
- # Static dependencies:
- @.o.WallP_wimp: @.c.WallP_wimp
- cc $(ccflags) -o @.o.WallP_wimp @.c.WallP_wimp
- @.o.Wallpaper: @.s.Wallpaper
- objasm $(objasmflags) -from @.s.Wallpaper -to @.o.Wallpaper
-
-
- # Dynamic dependencies:
- o.WallP_wimp: c.WallP_wimp
- o.WallP_wimp: C:h.wimp
- o.WallP_wimp: C:h.os
- o.WallP_wimp: C:h.sprite
- o.WallP_wimp: C:h.wimpt
- o.WallP_wimp: C:h.win
- o.WallP_wimp: C:h.event
- o.WallP_wimp: C:h.menu
- o.WallP_wimp: C:h.baricon
- o.WallP_wimp: C:h.sprite
- o.WallP_wimp: C:h.werr
- o.WallP_wimp: C:h.res
- o.WallP_wimp: C:h.resspr
- o.WallP_wimp: C:h.flex
- o.WallP_wimp: C:h.template
- o.WallP_wimp: C:h.bbc
- o.WallP_wimp: C:h.colourtran
- o.WallP_wimp: C:h.font
- o.WallP_wimp: C:h.drawmod
- o.WallP_wimp: C:h.os
- o.WallP_wimp: C:h.dbox
- o.WallP_wimp: C:h.saveas
- o.WallP_wimp: C:h.xfersend
- o.WallP_wimp: h.Wallpaper
-