
#
# Makefile for the IRIT solid modeler.
#
#
# This makefile is for Window NT.
#

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

OBJS = 	bsc_geom.obj ctrl-brk.obj dosintr.obj freefrm1.obj \
	freefrm2.obj freefrm3.obj freefrm4.obj freefrm5.obj \
	inptevl1.obj inptevl2.obj inptevl3.obj inptprsr.obj \
	irit.obj objects1.obj objects2.obj overload.obj windows.obj

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

install: irit.exe
	copy irit.exe $(BIN_DIR)
	del irit.exe 
	copy iritinit.irt $(BIN_DIR)
	copy irit-wnt.cfg $(BIN_DIR)\irit.cfg

# Dependencies starts here - do not touch, generated automatically.
ctrl-brk.obj:	program.h inptprsg.h ctrl-brk.h
dosintr.obj:	program.h dosintr.h ctrl-brk.h
freefrm1.obj:	program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h ../include/ip_cnvrt.h freeform.h
freefrm2.obj:	program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h  ../include/ip_cnvrt.h freeform.h
freefrm3.obj:	program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h  ../include/ip_cnvrt.h freeform.h
freefrm4.obj:	program.h ../include/allocate.h ../include/attribut.h objects.h ../include/primitiv.h  ../include/ip_cnvrt.h freeform.h
inptevl1.obj:	program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h  ../include/iritgrap.h
inptevl2.obj:	program.h ../include/allocate.h ../include/attribut.h ../include/convex.h ctrl-brk.h dosintr.h freeform.h ../include/geomat3d.h ../include/geomvals.h inptprsg.h inptprsl.h objects.h overload.h ../include/primitiv.h  ../include/iritgrap.h
inptevl3.obj:	program.h ctrl-brk.h objects.h ../include/allocate.h inptprsg.h inptprsl.h 
inptprsr.obj:	program.h ../include/allocate.h ctrl-brk.h inptprsg.h inptprsl.h objects.h overload.h 
irit.obj:	program.h ../include/config.h ctrl-brk.h dosintr.h inptprsg.h ../include/iritprsr.h objects.h  ../include/iritgrap.h ../include/irit_soc.h ../include/bool_lib.h ../include/trim_lib.h ../include/triv_lib.h ../include/symb_lib.h
objects1.obj:	program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h 
objects2.obj:	program.h ../include/allocate.h ../include/attribut.h ../include/primitiv.h ../include/geomat3d.h objects.h freeform.h 
overload.obj:	program.h ../include/allocate.h ../include/attribut.h ../include/bool_lib.h freeform.h ../include/geomat3d.h inptprsg.h inptprsl.h objects.h overload.h
windows.obj:	program.h ../include/irit_soc.h ../include/iritprsr.h  ../include/iritgrap.h
