#include <Toolbox.def>

IMAKEFILE = lib

TOOLBOX =\
	Toolbox

SRCS =\
	eval.c \
	expr_util.c \
	print.c \
	routines.c

OBJS =\
	eval.o \
	expr.o \
	expr_lex.o \
	expr_util.o \
	print.o \
	routines.o

YSRCS =\
	expr.y

LSRCS =\
	expr_lex.l

FSRCS =

FOBJS =

HEADERS =\
	expr.h \
	y.tab.h

LIBRARY_NAME =\
	vexpr

/* the following field are intentionally left commented.  Use the flags       */
/* if you wish to override the defaults assigned in the system configuration  */
/* files.								      */

/* STD_INCLUDES = */

/* LIBCDEBUGFLAGS = */

#include <Lib.template>
