version 1.1.1.1, 1999/10/08 02:12:13 |
version 1.2, 1999/11/22 04:22:54 |
|
|
|
#$OpenXM$ |
# Main Make File For Spin 0.0 |
# Main Make File For Spin 0.0 |
|
|
# specify compiler and compiler flags |
# specify compiler and compiler flags |
|
|
$(CC) -c $(CFLAGS) $*.C |
$(CC) -c $(CFLAGS) $*.C |
|
|
all: tigers |
all: tigers |
|
install : all |
cp -f tigers ../../bin |
cp -f tigers ../../bin |
|
|
objA = utime.o exsearch.o call.o gset.o binomial.o utils.o Rsimp.o tigers.o matrices.o toric.o Ihermite.o |
objA = utime.o exsearch.o call.o gset.o binomial.o utils.o Rsimp.o tigers.o matrices.o toric.o Ihermite.o |