Changeset 39 for tests/Makefile.template
- Timestamp:
- 08/28/07 12:05:25 (1 year ago)
- Files:
-
- 1 modified
-
tests/Makefile.template (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.template
r1 r39 22 22 #ARCH = -m64 -mtune=k8 23 23 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 24 30 #---------------------------------------------------------- 25 31 … … 37 43 all: test-fgemm test-invert test-det test-rank test-charpoly test-lqup dense_generator 38 44 45 regression: testeur_fgemm testeur_lqup testeur_ftrsm 46 39 47 clean: 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
