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

!include "..\makeflag.djg"

OBJS =  trim_aux.o trim_dbg.o trim_err.o trim_ftl.o trim_gen.o \
	trim_iso.o trim_sub.o trim2ply.o trimcntr.o

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

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

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