/* 
 * Imakefile for the lucy include files
 *
 * $Author: brlewis $
 * $Id: Imakefile,v 1.1 91/09/24 14:31:50 brlewis Exp Locker: brlewis $
 *
 * Copyright 1991 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file
 * "mit-copyright.h".
 */

all::
	$(RM) etlucy.h
	ln -s ../../lib/etlucy.h ./

clean::
	$(RM) et*.h *~
