# This makefile made by Makatic2



ObjectFiles	=		\
			o.DecodeHex	\
			o.LeafName	\
			o.MakeASCIIZ	\
			o.MakeCR	\
			o.MakeHex	\
			o.strcmpcr	\
			o.strdup	\
			o.stricmp	\
			o.stricmpcr	\
			o.strlencr	\
			o.StrNCpy0	\
			o.strncpycr	\
			o.strnicmp	\
			o.strnicmpcr	\
			o.strcatcr	\
			o.strcpycr	\


ProjectName		=	Str



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.DecodeHex:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.DecodeHex
o.DecodeHex:	C:Desk.h.Str
o.LeafName:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.LeafName
o.LeafName:	C:Desk.h.Str
o.MakeASCIIZ:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.MakeASCIIZ
o.MakeASCIIZ:	C:Desk.h.Str
o.MakeCR:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.MakeCR
o.MakeCR:	C:Desk.h.Str
o.MakeHex:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.MakeHex
o.MakeHex:	C:Desk.h.Str
o.strcmpcr:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strcmpcr
o.strcmpcr:	C:Desk.h.Str
o.strdup:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strdup
o.strdup:	C:Desk.h.Str
o.strdup:	C:Desk.h.DeskMem
o.strdup:	C:Desk.h.Core
o.strdup:	C:h.kernel
o.stricmp:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.stricmp
o.stricmp:	C:Desk.h.Str
o.stricmpcr:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.stricmpcr
o.stricmpcr:	C:Desk.h.Str
o.strlencr:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strlencr
o.strlencr:	C:Desk.h.Str
o.StrNCpy0:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.StrNCpy0
o.StrNCpy0:	C:Desk.h.Str
o.strncpycr:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strncpycr
o.strncpycr:	C:Desk.h.Str
o.strnicmp:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strnicmp
o.strnicmp:	C:Desk.h.Str
o.strnicmpcr:	<Desk_Sources$Dir>.Libraries.Str.Normal.^.c.strnicmpcr
o.strnicmpcr:	C:Desk.h.Str
