Changeset 39 for tests/Makefile.template

Show
Ignore:
Timestamp:
08/28/07 12:05:25 (1 year ago)
Author:
pernet
Message:

Some documentation/Makefile updates for release 1.3.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tests/Makefile.template

    r1 r39  
    2222#ARCH = -m64 -mtune=k8 
    2323 
     24# Givaro/GMP root (only necessary for compiling the regression tests testeur_fgemm, testeur_lqup and testeur_ftrsm) 
     25#GIVARO_ROOT= 
     26#GMP_ROOT= 
     27#INCLUDES+= -I ${GIVARO_ROOT}/include -I ${GMP_ROOT}/include 
     28#LOADLIBES+= -L ${GIVARO_ROOT}/lib -lgivaro -L ${GMP_ROOT}/include -lgmp -lgmpxx 
     29 
    2430#---------------------------------------------------------- 
    2531 
     
    3743all: test-fgemm test-invert test-det test-rank test-charpoly test-lqup dense_generator 
    3844 
     45regression: testeur_fgemm testeur_lqup testeur_ftrsm 
     46 
    3947clean: 
    40         rm -f test-fgemm test-fgemv test-invert test-det test-rank test-charpoly test-lqup dense_generator 
     48        rm -f test-fgemm test-fgemv test-invert test-det test-rank test-charpoly test-lqup dense_generator testeur_fgemm testeur_lqup testeur_ftrsm