# This makefile made by Makatic2



ObjectFiles	=		\
			o.AbortJob	\
			o.CancelJob	\
			o.CancelJobW	\
			o.CheckFeatu	\
			o.CurrentJob	\
			o.DrawPage	\
			o.EndJob	\
			o.EnumerateJ	\
			o.GetRectang	\
			o.GiveRectan	\
			o.Info	\
			o.InsertIllu	\
			o.PageSize	\
			o.PrintrName	\
			o.ScreenDump	\
			o.SelectIllu	\
			o.SelectJob	\


ProjectName		=	PDriver



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:
