# This makefile made by Makatic2



ObjectFiles	=		\
			o.AutoAlloc	\
			o.CMOSRead	\
			o.CMOSWrite	\
			o.CMOSWriteM	\
			o.GetLength	\
			o.Read	\
			o.ReadVarVal	\
			o.GSTrans	\
			o.OSByte	\
			o.OSCLI	\
			o.OSWord	\
			o.RawLen	\
			o.ReadModeVa	\
			o.SWINumStr	\


ProjectName		=	KernelSWIs



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

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

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


# Dynamic dependencies:
o.AutoAlloc:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.AutoAlloc
o.AutoAlloc:	C:Desk.h.KernelSWIs
o.AutoAlloc:	C:Desk.h.Core
o.AutoAlloc:	C:h.kernel
o.AutoAlloc:	C:Desk.h.SWI
o.AutoAlloc:	C:Desk.h.DeskMem
o.AutoAlloc:	C:Desk.h.Debug
o.AutoAlloc:	C:Desk.h.Error2
o.AutoAlloc:	C:Desk.h.Error
o.AutoAlloc:	C:Desk.h.JumpRaw
o.CMOSRead:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.CMOSRead
o.CMOSRead:	C:h.swis
o.CMOSRead:	C:h.kernel
o.CMOSRead:	C:Desk.h.Error2
o.CMOSRead:	C:Desk.h.Error
o.CMOSRead:	C:Desk.h.Core
o.CMOSRead:	C:h.kernel
o.CMOSRead:	C:Desk.h.JumpRaw
o.CMOSRead:	C:Desk.h.Debug
o.CMOSRead:	C:Desk.h.KernelSWIs
o.CMOSWrite:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.CMOSWrite
o.CMOSWrite:	C:h.swis
o.CMOSWrite:	C:h.kernel
o.CMOSWrite:	C:Desk.h.Error2
o.CMOSWrite:	C:Desk.h.Error
o.CMOSWrite:	C:Desk.h.Core
o.CMOSWrite:	C:h.kernel
o.CMOSWrite:	C:Desk.h.JumpRaw
o.CMOSWrite:	C:Desk.h.Debug
o.CMOSWrite:	C:Desk.h.KernelSWIs
o.CMOSWriteM:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.CMOSWriteM
o.CMOSWriteM:	C:h.swis
o.CMOSWriteM:	C:h.kernel
o.CMOSWriteM:	C:Desk.h.Error2
o.CMOSWriteM:	C:Desk.h.Error
o.CMOSWriteM:	C:Desk.h.Core
o.CMOSWriteM:	C:h.kernel
o.CMOSWriteM:	C:Desk.h.JumpRaw
o.CMOSWriteM:	C:Desk.h.Debug
o.CMOSWriteM:	C:Desk.h.KernelSWIs
o.GetLength:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.GetLength
o.GetLength:	C:h.swis
o.GetLength:	C:h.kernel
o.GetLength:	C:Desk.h.KernelSWIs
o.GetLength:	C:Desk.h.Core
o.GetLength:	C:h.kernel
o.GetLength:	C:Desk.h.SWI
o.GetLength:	C:Desk.h.Debug
o.GetLength:	C:Desk.h.Error2
o.GetLength:	C:Desk.h.Error
o.GetLength:	C:Desk.h.JumpRaw
o.Read:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.Read
o.Read:	C:h.swis
o.Read:	C:h.kernel
o.Read:	C:Desk.h.KernelSWIs
o.Read:	C:Desk.h.Core
o.Read:	C:h.kernel
o.Read:	C:Desk.h.SWI
o.Read:	C:Desk.h.Debug
o.Read:	C:Desk.h.Error2
o.Read:	C:Desk.h.Error
o.Read:	C:Desk.h.JumpRaw
o.ReadVarVal:	<Desk_Sources$Dir>.Libraries.KernelSWIs.Module.^.c.ReadVarVal
o.ReadVarVal:	C:h.swis
o.ReadVarVal:	C:h.kernel
o.ReadVarVal:	C:Desk.h.Core
o.ReadVarVal:	C:h.kernel
o.ReadVarVal:	C:Desk.h.KernelSWIs
o.ReadVarVal:	C:Desk.h.SWI
