[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / Ti

Diff for /OpenXM/src/Ti/Attic/Makefile between version 1.1 and 1.2

version 1.1, 1999/10/08 02:12:13 version 1.2, 1999/11/22 04:22:54
Line 1 
Line 1 
   #$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
Line 12  Libs = -lm 
Line 13  Libs = -lm 
         $(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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>