home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-04-08 | 916 b | 30 lines |
- SHELL = /bin/csh
-
- # Default directories to look for images, transition-tables, and cmaps in,
- # if they cannot be found in the current directory.
- # To disable this, uncomment the last 4 lines, and comment out the first 4
- #
- IMAGE_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Images"
- TABLE_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rules"
- FCN_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rules"
- CMAP_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Cmap"
- #IMAGE_DIR = "."
- #TABLE_DIR = "."
- #FCN_DIR = "."
- #CMAP_DIR = "."
-
- # Default Connection Machine front-end
- #DEFAULT_CM_HOST="cmx.npac.syr.edu"
- DEFAULT_CM_HOST="cmfe1.lanl.gov"
- #
- # If you are running on SunOS 4.0 or newer, use the following definition
- OPT = -Bstatic
-
- # Otherwise, use the following one:
- #OPT = -g
-
-
-
- all:
- @ Make.csh IMAGE_DIR='${IMAGE_DIR}' TABLE_DIR='${TABLE_DIR}' FCN_DIR='${FCN_DIR}' CMAP_DIR='${CMAP_DIR}' DEFAULT_CM_HOST='${DEFAULT_CM_HOST}' OPT=${OPT}
-