# This makefile made by Makatic2



ObjectFiles	=		\
			o.Attach	\
			o.Menu2	\
			o.Msgs	\


ProjectName		=	Menu2



CPPFlags	=	$(CPPExtra) $(CCExtra) -depend !Depend -throwback -I,C:
CCFlags		=	$(CCExtra) -fahi -depend !Depend -throwback -ff -Zm -DDesk__MODULE_CLIENT
ASMFlags	=	$(ASMExtra) -Stamp -NoCache -CloseExec -Quit -throwback -iC:^
LinkFlags	=	$(LinkExtra)

Target		=	Lib


# Don't alter anything below this...


VPATH = @.^

.SUFFIXES:	.o .c .c++


All:	$(ObjectFiles)

#$(Target):	$(ObjectFiles)
#	LibFile -c -o $(Target) $(ObjectFiles)
#	Link -aif -c++ $(LinkFlags)

.c.o:
	Echo
	$(HierProfCC) cc -c -I,C: $(CCFlags) -o $@ <Desk_Sources$Dir>.Libraries.$(ProjectName).Module.$<

.c++.o:
	Echo
	$(HierProfCC) c++ -c $(CPPFlags) -o $@ $<

.s.o:
	Echo
	objasm $(ASMFlags) -from $< -to $@


# Dynamic dependencies:
o.Attach:	<Desk_Sources$Dir>.Libraries.Menu2.Module.^.c.Attach
o.Attach:	C:Desk.h.Event
o.Attach:	C:Desk.h.Core
o.Attach:	C:h.kernel
o.Attach:	C:Desk.h.Wimp
o.Attach:	C:Desk.h.Menu2
o.Attach:	C:Desk.h.Menu
o.Menu2:	<Desk_Sources$Dir>.Libraries.Menu2.Module.^.c.Menu2
o.Menu2:	C:Desk.h.Icon
o.Menu2:	C:Desk.h.Wimp
o.Menu2:	C:Desk.h.Core
o.Menu2:	C:h.kernel
o.Menu2:	C:Desk.h.DragASpr
o.Menu2:	C:Desk.h.WimpSWIs
o.Menu2:	C:Desk.h.Error2
o.Menu2:	C:Desk.h.Error
o.Menu2:	C:Desk.h.JumpRaw
o.Menu2:	C:Desk.h.Debug
o.Menu2:	C:Desk.h.Event
o.Menu2:	C:Desk.h.Menu
o.Menu2:	C:Desk.h.Error
o.Menu2:	C:Desk.h.Debug
o.Menu2:	C:Desk.h.Menu2
o.Menu2:	C:Desk.h.DeskMem
o.Msgs:	<Desk_Sources$Dir>.Libraries.Menu2.Module.^.c.Msgs
o.Msgs:	C:Desk.h.Msgs
o.Msgs:	C:Desk.h.Core
o.Msgs:	C:h.kernel
o.Msgs:	C:Desk.h.Menu2
o.Msgs:	C:Desk.h.Menu
o.Msgs:	C:Desk.h.Wimp
o.Msgs:	C:Desk.h.Event
o.Msgs:	C:Desk.h.Str
