# This makefile made by Makatic2



ObjectFiles	=		\
			o.Font2	\


ProjectName		=	Font2



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.Font2:	<Desk_Sources$Dir>.Libraries.Font2.Mod_D.^.c.Font2
o.Font2:	C:Desk.h.Error
o.Font2:	C:Desk.h.Core
o.Font2:	C:h.kernel
o.Font2:	C:Desk.h.Event
o.Font2:	C:Desk.h.Wimp
o.Font2:	C:Desk.h.SWI
o.Font2:	C:Desk.h.Debug
o.Font2:	C:Desk.h.DeskMem
o.Font2:	C:Desk.h.Font2
o.Font2:	C:Desk.h.Font
