#	makefile.makemat

E_NAME = makemat
M_INCDIR = ${MATLABINCDIR}
M_LIBDIR = ${MATLABLIBDIR}
M_SYSLIBDIR = ${MATLABSYSLIBDIR}

include makemat.include

#   Next line to tell build.pl that we depend on build-env.pl.  
#   Of course, this doesn't actually do it - the real dependency
#   is in the include file.  Sigh.
DUMMY_MACRO = ${CONFIG_FILE}
