# This makefile made by Makatic2



ObjectFiles	=		\
			o.Main	\


ProjectName		=	!Normal



Librarys	=					\
			C:Desk.o.Debug.stderr		\
			C:Desk.o.Desk$(LibSuffix)	\
			C:o.Stubs			\

Target		=	!RunImage


VPATH = @.^

.SUFFIXES:	.o .s .c .c++

$(Target):	$(ObjectFiles) $(Librarys)
	Link	-aif $(LinkExtra) -o $@ $(ObjectFiles) $(Librarys)

.s.o:
	objasm	-from $< -to $@

.c.o:
	cc	-c $(CCExtra) -fahi -depend !Depend -throwback -I,C: -o $@ $<


# Dynamic dependencies:
o.Main:	^.c.Main
o.Main:	C:Desk.h.Error2
o.Main:	C:Desk.h.Error
o.Main:	C:Desk.h.Core
o.Main:	C:h.kernel
o.Main:	C:Desk.h.JumpRaw
o.Main:	C:Desk.h.DeskMem
o.Main:	C:Desk.h.Debug
