home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / cellsim / v2_5 / rule_src / makefile < prev    next >
Encoding:
Makefile  |  1990-02-28  |  443 b   |  15 lines

  1. #Define this to be the directory where the function-generation code sits
  2. MDIR = /n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rule_mdir
  3.  
  4. #Define this to be the directory where you want your lookup-tables to go
  5. # (define it to be "." to keep tables in this directory)
  6. TABLE_DIR = .
  7.  
  8. #Define this to be the directory where you want your ".o" files for
  9. # computed-functions to go
  10. FCN_DIR = .
  11.  
  12. .c:
  13.     @${MDIR}/make_fcn.csh ${MDIR} $@ ${TABLE_DIR} ${FCN_DIR}
  14.  
  15.