# This makefile made by Makatic2



ObjectFiles	=		\
			o.FontPaint3	\
			o.LoseAll	\
			o.Font00	\
			o.Font01	\
			o.Font02	\
			o.Font03	\
			o.Font04	\
			o.Font05	\
			o.Font06	\
			o.Font07	\
			o.Font08	\
			o.Font09	\
			o.Font0a	\
			o.Font0b	\
			o.Font0c	\
			o.Font0d	\
			o.Font0e	\
			o.Font0f	\
			o.Font10	\
			o.Font11	\
			o.Font12	\
			o.Font13	\
			o.Font14	\
			o.Font15	\
			o.Font16	\
			o.Font17	\


ProjectName		=	Font



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.FontPaint3:	<Desk_Sources$Dir>.Libraries.Font.Mod_D.^.c.FontPaint3
o.FontPaint3:	C:h.swis
o.FontPaint3:	C:h.kernel
o.FontPaint3:	C:Desk.h.Font
o.FontPaint3:	C:Desk.h.Core
o.FontPaint3:	C:h.kernel
o.FontPaint3:	C:Desk.h.Wimp
o.FontPaint3:	C:Desk.h.Error2
o.FontPaint3:	C:Desk.h.Error
o.FontPaint3:	C:Desk.h.JumpRaw
o.FontPaint3:	C:Desk.h.Debug
o.LoseAll:	<Desk_Sources$Dir>.Libraries.Font.Mod_D.^.c.LoseAll
o.LoseAll:	C:Desk.h.Font
o.LoseAll:	C:Desk.h.Core
o.LoseAll:	C:h.kernel
o.LoseAll:	C:Desk.h.Wimp
