# This makefile made by Makatic2



ObjectFiles	=		\
			o.J_Error	\
			o.J_Newest	\


ProjectName		=	Jump



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

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
	MemCheck.CC cc -c -I,C: $(CCFlags) -o $@ <Desk_Sources$Dir>.Libraries.$(ProjectName).MemCheck.$<

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

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


# Dynamic dependencies:
o.J_Error:	<Desk_Sources$Dir>.Libraries.Jump.MemCheck.^.c.J_Error
o.J_Error:	C:Desk.h.Error2
o.J_Error:	MemCheck:ANSI.h.stdio
o.J_Error:	C:Desk.h.Error
o.J_Error:	C:Desk.h.Core
o.J_Error:	C:h.kernel
o.J_Error:	C:Desk.h.JumpRaw
o.J_Error:	C:Desk.h.Debug
o.J_Error:	MemCheck:ANSI.h.stdio
o.J_Error:	C:Desk.h.Jump
o.J_Error:	C:Desk.h.BackTrace
o.J_Error:	MemCheck:ANSI.h.stdio
o.J_Error:	C:h.kernel
o.J_Error:	C:Desk.h.Debug
o.J_Newest:	<Desk_Sources$Dir>.Libraries.Jump.MemCheck.^.c.J_Newest
o.J_Newest:	C:Desk.h.Jump
o.J_Newest:	C:Desk.h.JumpRaw
o.J_Newest:	C:Desk.h.Debug
o.J_Newest:	MemCheck:ANSI.h.stdio
o.J_Newest:	C:Desk.h.Core
o.J_Newest:	C:h.kernel
o.J_Newest:	C:Desk.h.Error2
o.J_Newest:	MemCheck:ANSI.h.stdio
o.J_Newest:	C:Desk.h.Error
