Parent Directory
|
Revision Log
Added test suite for bintokens, now working correctly in test environment.
1 | ASC_INCDIR=~/ascend |
2 | ASC_LIBDIR=~/ascend |
3 | CC=gcc |
4 | |
5 | all: |
6 | $(CC) -shared -I $(ASC_INCDIR) -o $(ASCBT_TARGET) $(ASCBT_SRC) -lascend -L$(ASC_LIBDIR) |
7 |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |