#Define this to be the directory where the function-generation code sits
CM_MDIR = /n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2/Rule_mdir

#Define this to be the directory where you want your lookup-tables to go
# (define it to be "." to keep tables in this directory)
TABLE_DIR = .

#Define this to be the directory where you want your ".o" files for
# computed-functions to go
FCN_DIR = .

.DEFAULT:
	@${CM_MDIR}/make_fcn.csh ${CM_MDIR} $@ ${TABLE_DIR} ${FCN_DIR}

.c:
	@${CM_MDIR}/make_fcn.csh ${CM_MDIR} $@ ${TABLE_DIR} ${FCN_DIR}
