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

!include "..\makeflag.djg"

OBJS =  geomat4d.o mrchcube.o mrch_run.o mrchtriv.o trinterp.o \
	triv_aux.o triv_dbg.o triv_der.o triv_err.o \
	triv_ftl.o triv_gen.o \
	triv_ref.o triv_sub.o trivcmpt.o trivcoer.o \
	trivcurv.o trivedit.o triveval.o trivmesh.o trivmrph.o \
	trivrais.o trivstrv.o


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

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

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