# $Header: /afs/athena.mit.edu/astaff/project/andrew/a-andy-r4/src/cmu/contrib/mit/fxlib/include/ARCS/Imakefile,v 1.6 92/04/16 13:21:56 wdc Exp $
#
# Copyright 1992 by the Massachusetts Institute of Technology.
#
# For copying and distribution information,
# please see the file <mit-copyright.h>.
#
# Imakefile for include.
#

all::
	$(RM) *_err.h
	ln -s ../ets/?*_err.h ./

clean::
	$(RM) *_err.h fx_prot.h *~

CODE= fx_prot.h fxcl_err.h fxserver_err.h memory.h \
	fx-internal.h fxcl.h fxserver.h krb_err.h rpc_err.h

create_dir(${ATHINCDIR}/fx)
install_file(${CODE},${ATHINCDIR}/fx)
