#Full pathname of cmattach command
FULL_CMATTACH = "/usr/local/bin/cmattach"

#Full pathname of the directory "cm_cell" program resides in
FULL_CM_CELL_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2"

#Default dir for images, ".o" files, and LTs on front-end
CM_IMAGE_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Images"
CM_FCN_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2/Rules"
CM_TABLE_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2/Rules"

#Whether or not there are frame-buffers on the CM you will be using
#Set CMFB_EXISTS to either 0 or 1
CMFB_EXISTS = 1


FLAGS = FULL_CMATTACH='${FULL_CMATTACH}' CM_IMAGE_DIR='${CM_IMAGE_DIR}' CM_FCN_DIR='${CM_FCN_DIR}' CM_LT_DIR='${CM_TABLE_DIR}' FULL_CM_CELL_DIR='${FULL_CM_CELL_DIR}' CMFB_EXISTS=${CMFB_EXISTS}
CELL_OBJ = cm_cell.o cm_cellvonn.o cm_cellmoore.o cm_cellmargolus.o dynamic.o

all:
	@ Make.csh ${FLAGS}


