home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-02-28 | 443 b | 15 lines |
- #Define this to be the directory where the function-generation code sits
- MDIR = /n/ibis/u2/hiebeler/CA/Cellsim/V2.5/Rule_mdir
-
- #Define this to be the directory where you want your lookup-tables to go
- # (define it to be "." to keep tables in this directory)
- TABLE_DIR = .
-
- #Define this to be the directory where you want your ".o" files for
- # computed-functions to go
- FCN_DIR = .
-
- .c:
- @${MDIR}/make_fcn.csh ${MDIR} $@ ${TABLE_DIR} ${FCN_DIR}
-
-