#
# Imakefile for MultiList
#
# Note that this Imakefile is just sufficient to build the MultiList
# for use with xarchie. The original FWF distribution contains a more
# elaborate Imakefile for a variety of purposes. See the file ../README.
#
# George Ferguson, ferguson@cs.rochester.edu, 21 Jul 1992.
#

SRCS = MultiList.c
OBJS = MultiList.o

INCLUDES = -I.

NormalLibraryTarget(MultiList,$(OBJS))

DependTarget()
