AR = c:\usr\lib\gcc-ar.ttp
CC = c:\usr\bin\gcc.ttp
CFLAGS = -mshort -O -fstrength-reduce -fcombine-regs
HDRS = elib.h
OBJS = askuser.o delete.o dirs.o ftimes.o getopt.o hashpjw.o input.o marks.o
SRCS = askuser.c delete.c dirs. ftimes.c getopt.c hashpjw.c input.c marks.c

all:	elib16.olb

elib16.olb:	$(HDRS) $(OBJS)
	rm.ttp -f elib16.olb
	$(AR) q $@ $(OBJS)
