/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /mit/zephyr/src/et/lib/RCS/Imakefile,v $
/**/#	$Author: jtkohl $
/**/#	$Header: Imakefile,v 1.3 89/05/31 09:43:42 jtkohl Exp $
/**/#

SRCS=	error_message.c et_name.c init_et.c com_err.c
OBJS=	error_message.o et_name.o init_et.o com_err.o
HDRS=   error_table.h mit-sipb-copyright.h internal.h com_err.h

SRCDIR=${SRCTOP}/et/lib

CODE=   ${HDRS} ${SRCS} Imakefile

all:: libcom_err.a

library_obj_rule()

install_library_target(com_err, ${OBJS}, ${SRCS},)
