/**/#	Copyright 1988 Massachusetts Institute of Technology.
/**/#
/**/#	For copying and distribution information, see the file
/**/#	"mit-copyright.h". 
/**/#
/**/#	$Source: /afs/athena.mit.edu/astaff/project/zephyr/src/et/compile_et/RCS/Imakefile,v $
/**/#	$Author: jtkohl $
/**/#	$Header: /afs/athena.mit.edu/astaff/project/zephyr/src/et/compile_et/RCS/Imakefile,v 1.3 89/05/30 18:12:28 jtkohl Exp $
/**/#

LIBS= ../lib/libcom_err.a -ll
OTHERSRCS= error_table.y et_lex.lex.l compiler.h
SRCS= compile_et.c
OBJS= error_table.o compile_et.o
LINCLUDES= -I../lib

SRCDIR=${SRCTOP}/et/compile_et
CODE= ${SRCS} ${OTHERSRCS} Imakefile

error_table.o: et_lex.lex.c

normal_obj_rule()

program(compile_et,$(OBJS),,$(LIBS),$(CLIENTDIR))
