# This makefile made by Makatic2



ObjectFiles	=		\
			o.WAssert	\


ProjectName		=	WAssert



CPPFlags	=	$(CPPExtra) $(CCExtra) -depend !Depend -throwback -I,C:
CCFlags		=	$(CCExtra) -fahi -depend !Depend -throwback -Zm -DDesk__MODULE_CLIENT -DDesk_DEBUG
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).Mod_D.$<

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

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


# Dynamic dependencies:
o.WAssert:	<Desk_Sources$Dir>.Libraries.WAssert.Mod_D.^.c.WAssert
o.WAssert:	C:Desk.h.Event
o.WAssert:	C:Desk.h.Core
o.WAssert:	C:h.kernel
o.WAssert:	C:Desk.h.Wimp
o.WAssert:	C:Desk.h.WimpSWIs
o.WAssert:	C:Desk.h.Error2
o.WAssert:	C:Desk.h.Error
o.WAssert:	C:Desk.h.JumpRaw
o.WAssert:	C:Desk.h.Debug
o.WAssert:	C:Desk.h.WAssert
