Parent Directory
|
Revision Log
Some attempts to get Bintoken functionality running again.
1 | ASC_INCDIR=~/ascend/bintokens |
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 |