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

!include "..\makeflag.djg"

OBJS = bzrintrp.obj cnvxhull.obj filt.obj mdl_dum.obj nure_svd.obj

libxtra.a: $(OBJS)
	ar rc libxtra.a $(OBJS)

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

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