home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / cellsim / v2_5 / cm2 / makefile < prev    next >
Encoding:
Makefile  |  1990-02-26  |  881 b   |  24 lines

  1. #Full pathname of cmattach command
  2. FULL_CMATTACH = "/usr/local/bin/cmattach"
  3.  
  4. #Full pathname of the directory "cm_cell" program resides in
  5. FULL_CM_CELL_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2"
  6.  
  7. #Default dir for images, ".o" files, and LTs on front-end
  8. CM_IMAGE_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Images"
  9. CM_FCN_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2/Rules"
  10. CM_TABLE_DIR = "/n/cmfe4/u1/deh/CA/Cellsim/V2.5/Cellsim2.5.CM2/Rules"
  11.  
  12. #Whether or not there are frame-buffers on the CM you will be using
  13. #Set CMFB_EXISTS to either 0 or 1
  14. CMFB_EXISTS = 1
  15.  
  16.  
  17. 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}
  18. CELL_OBJ = cm_cell.o cm_cellvonn.o cm_cellmoore.o cm_cellmargolus.o dynamic.o
  19.  
  20. all:
  21.     @ Make.csh ${FLAGS}
  22.  
  23.  
  24.