# This makefile made by Makatic2



ObjectFiles	=		\
			o.AddToHead	\
			o.AddToTail	\
			o.InList	\
			o.InsertA	\
			o.InsertB	\
			o.ListLength	\
			o.Unlink	\


ProjectName		=	LinkList



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.AddToHead:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.AddToHead
o.AddToHead:	C:Desk.h.LinkList
o.AddToHead:	C:Desk.h.Core
o.AddToHead:	C:h.kernel
o.AddToTail:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.AddToTail
o.AddToTail:	C:Desk.h.LinkList
o.AddToTail:	C:Desk.h.Core
o.AddToTail:	C:h.kernel
o.InList:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.InList
o.InList:	C:Desk.h.LinkList
o.InList:	C:Desk.h.Core
o.InList:	C:h.kernel
o.InsertA:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.InsertA
o.InsertA:	C:Desk.h.LinkList
o.InsertA:	C:Desk.h.Core
o.InsertA:	C:h.kernel
o.InsertB:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.InsertB
o.InsertB:	C:Desk.h.LinkList
o.InsertB:	C:Desk.h.Core
o.InsertB:	C:h.kernel
o.ListLength:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.ListLength
o.ListLength:	C:Desk.h.LinkList
o.ListLength:	C:Desk.h.Core
o.ListLength:	C:h.kernel
o.Unlink:	<Desk_Sources$Dir>.Libraries.LinkList.Mod_D.^.c.Unlink
o.Unlink:	C:Desk.h.LinkList
o.Unlink:	C:Desk.h.Core
o.Unlink:	C:h.kernel
