#
# Imakefile for FileChooser
#
# Note that this Imakefile is just sufficient to build the FileChooser
# 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, 28 Jan 1993.
#

SRCS = FChooser.c
OBJS = FChooser.o

INCLUDES = -I. -I../Dir

NormalLibraryTarget(FChooser,$(OBJS))

DependTarget()
