#
# Makefile for anna/src/utils
#

OBJ    = \
endblk.o \
finish.o \
usrast.o \
dummy_param.o \
gate1.o  \
gate1a.o \
gate2.o  \
search.o \
table1.o \
getrid.o \
analog.o \
refscl.o

include  ../Makefile.def

all: $(OBJ)

clean::
	$(RM) $(OBJ) *~

