# Project:    Mouse


# Toolflags:
CC           = cc
CCflags      = -fah -c -depend !Depend -IC: -throwback 
Linkflags    = -o $@

Files        = o.mouse
Libs         = C:o.Stubs DeskLib:o.DeskLib

# Final targets:
!Runimage:    $(Files) $(Libs)
              link $(Linkflags) $(Files) $(Libs)

#Rule patterns:
VPATH        = @ @.^
.SUFFIXES:    .o .c
.c.o:;        $(CC) $(CCFlags) -o $@ $<


# Dynamic dependencies:
o.mouse:	c.mouse
o.mouse:	C:h.stdio
o.mouse:	DeskLib:h.Event
o.mouse:	DeskLib:h.Core
o.mouse:	DeskLib:h.Wimp
o.mouse:	DeskLib:h.EventMsg
o.mouse:	DeskLib:h.Resource
o.mouse:	DeskLib:h.Sprite
o.mouse:	DeskLib:h.Coord
o.mouse:	DeskLib:h.Core
o.mouse:	DeskLib:h.Icon
o.mouse:	DeskLib:h.DragASpr
o.mouse:	DeskLib:h.Menu
o.mouse:	DeskLib:h.Screen
o.mouse:	DeskLib:h.Msgs
o.mouse:	DeskLib:h.Dialog2
o.mouse:	DeskLib:h.Window
o.mouse:	DeskLib:h.WimpSWIs
o.mouse:	DeskLib:h.Pointer
o.mouse:	DeskLib:h.Core
o.mouse:	DeskLib:h.Icon
o.mouse:	DeskLib:h.Window
o.mouse:	DeskLib:h.Template
o.mouse:	DeskLib:h.LinkList
o.mouse:	DeskLib:h.Error
o.mouse:	Desklib:h.Window
o.mouse:	Desklib:h.Handler
