home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / cellsim / v2_5 / src / makefile < prev    next >
Encoding:
Makefile  |  1990-04-08  |  916 b   |  30 lines

  1. SHELL = /bin/csh
  2.  
  3. # Default directories to look for images, transition-tables, and cmaps in,
  4. # if they cannot be found in the current directory.
  5. # To disable this, uncomment the last 4 lines, and comment out the first 4
  6. #
  7. IMAGE_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Images"
  8. TABLE_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rules"
  9. FCN_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rules"
  10. CMAP_DIR = "/n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Cmap"
  11. #IMAGE_DIR = "."
  12. #TABLE_DIR = "."
  13. #FCN_DIR = "."
  14. #CMAP_DIR = "."
  15.  
  16. # Default Connection Machine front-end
  17. #DEFAULT_CM_HOST="cmx.npac.syr.edu"
  18. DEFAULT_CM_HOST="cmfe1.lanl.gov"
  19. #
  20. # If you are running on SunOS 4.0 or newer, use the following definition
  21. OPT = -Bstatic
  22.  
  23. # Otherwise, use the following one:
  24. #OPT = -g
  25.  
  26.  
  27.  
  28. all:
  29.     @ 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}
  30.