#
#
# This make file is for the illustrt program for Window NT
#
#					Gershon Elber, June 1993
#

# Includes generic definitions.
include ..\makeflag.wnt

OBJS =  illustrt.obj intersct.obj spltsort.obj

illustrt.exe: $(OBJS)
	$(IRITCONLINK) -out:illustrt.exe $(OBJS) $(LIBS) $(W32CONLIBS)

install: illustrt.exe
	copy illustrt.exe $(BIN_DIR)
	del illustrt.exe 
	copy illustrt.cfg $(BIN_DIR)

# Dependencies starts here - do not touch, generated automatically.
illustrt.obj:	program.h ../include/config.h ../include/iritgrap.h ../include/allocate.h ../include/poly_cln.h ../include/geomat3d.h ../include/getarg.h ../include/ip_cnvrt.h
intersct.obj:	program.h ../include/imalloc.h ../include/ln_sweep.h
spltsort.obj:	program.h ../include/imalloc.h
