# This makefile made by Makatic2



ObjectFiles	=		\
			o.CheckHeap	\
			o.Compact	\
			o.Mem	\
			o.MidExtend	\
			o.MoveAnchor	\
			o.Size	\


ProjectName		=	Mem



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

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

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


# Dynamic dependencies:
o.CheckHeap:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.CheckHeap
o.CheckHeap:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.CheckHeap:	C:Desk.h.Mem
o.CheckHeap:	C:Desk.h.Core
o.CheckHeap:	C:h.kernel
o.CheckHeap:	C:Desk.h.Error
o.Compact:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.Compact
o.Compact:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.Compact:	C:Desk.h.Mem
o.Compact:	C:Desk.h.Core
o.Compact:	C:h.kernel
o.Mem:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.Mem
o.Mem:	C:h.kernel
o.Mem:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.Mem:	C:Desk.h.Mem
o.Mem:	C:Desk.h.Core
o.Mem:	C:h.kernel
o.Mem:	C:Desk.h.WimpSWIs
o.Mem:	C:Desk.h.Wimp
o.Mem:	C:Desk.h.Error2
o.Mem:	C:Desk.h.Error
o.Mem:	C:Desk.h.JumpRaw
o.Mem:	C:Desk.h.Debug
o.Mem:	C:Desk.h.Error
o.MidExtend:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.MidExtend
o.MidExtend:	C:Desk.h.Error
o.MidExtend:	C:Desk.h.Core
o.MidExtend:	C:h.kernel
o.MidExtend:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.MidExtend:	C:Desk.h.Mem
o.MoveAnchor:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.MoveAnchor
o.MoveAnchor:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.MoveAnchor:	C:Desk.h.Mem
o.MoveAnchor:	C:Desk.h.Core
o.MoveAnchor:	C:h.kernel
o.Size:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.c.Size
o.Size:	<Desk_Sources$Dir>.Libraries.Mem.Normal.^.h.MemDefs
o.Size:	C:Desk.h.Mem
o.Size:	C:Desk.h.Core
o.Size:	C:h.kernel
