# This makefile made by Makatic2



ObjectFiles	=		\
			o.Print	\


ProjectName		=	Print



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

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

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


# Dynamic dependencies:
o.Print:	<Desk_Sources$Dir>.Libraries.Print.Debug.^.c.Print
o.Print:	C:Desk.h.Wimp
o.Print:	C:Desk.h.Core
o.Print:	C:h.kernel
o.Print:	C:Desk.h.WimpSWIs
o.Print:	C:Desk.h.Error2
o.Print:	C:Desk.h.Error
o.Print:	C:Desk.h.JumpRaw
o.Print:	C:Desk.h.Debug
o.Print:	C:Desk.h.PDriver
o.Print:	C:Desk.h.Error
o.Print:	C:Desk.h.File
o.Print:	C:Desk.h.SWI
o.Print:	C:Desk.h.Event
o.Print:	C:Desk.h.DeskMem
o.Print:	C:Desk.h.Debug
o.Print:	C:Desk.h.Print
