#
# This is the make file for the bool_lib library, DJGCC on the IBMPC.
#
#				Gershon Elber, Aug 1990
#

!include "..\makeflag.djg"

OBJS =  adjacncy.obj bool-hi.obj bool1low.obj bool2low.obj bool-2d.obj

libbool.a: $(OBJS)
	ar rc libbool.a @&&!
$(OBJS)
!

install: libbool.a
	copy libbool.a $(LIB_DIR_DOS)
	ar s $(LIB_DIR_DOS)\libbool.a

# Dependencies starts here - do not touch, generated automatically.
adjacncy.o:	../include/irit_sm.h ../include/allocate.h bool_loc.h
bool-2d.o:	../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
bool-hi.o:	../include/irit_sm.h ../include/allocate.h ../include/attribut.h bool_loc.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h
bool1low.o:	../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/geomat3d.h
bool2low.o:	../include/irit_sm.h ../include/allocate.h bool_loc.h ../include/convex.h ../include/geomat3d.h ../include/intrnrml.h
