#
# This is the make file for the graphic driver's subdirectory.
#
#				Gershon Elber, June 1993
#

include ..\makeflag.wnt

nuldrvs.exe: nuldrvs.obj gen_grap.obj
	$(IRITCONLINK) -out:nuldrvs.exe nuldrvs.obj gen_grap.obj \
	$(LIBS) $(W32CONLIBS)

WNTDRVS_DRAW = drawln3d.obj drawptvc.obj drawpoly.obj draw_crv.obj \
	draw_srf.obj draw_obj.obj
wntdrvs.exe: wntdrvs.obj gen_grap.obj $(WNTDRVS_DRAW)
	$(IRITGUILINK) -out:wntdrvs.exe wntdrvs.obj gen_grap.obj \
	$(WNTDRVS_DRAW) $(LIBS) $(W32GUIMTLIBS)

install: $(GRAPDRVS)
	copy ???drvs.exe $(BIN_DIR)
	del ???drvs.exe
	copy ???drvs.cfg $(BIN_DIR)
	copy iritgrap.h $(INC_DIR)

# Dependencies starts here - do not touch, generated automatically.

