Changeset 30 for tests/Makefile
- Timestamp:
- 07/12/07 11:26:15 (1 year ago)
- Files:
-
- 1 modified
-
tests/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile
r14 r30 25 25 #---------------------------------------------------------- 26 26 27 LOADLIBES+=-L/home/cpernet/Logiciels/givaro-3.2.6/lib -lgivaro -lgmp 28 27 29 OPTFLAGS+=-O3 28 30 OPTFLAGS+=-g -Wall … … 31 33 CXXFLAGS+=${OPTFLAGS} 32 34 33 INCLUDES+=-I. -I../include -I${BLASROOT}/../../include 35 INCLUDES+=-I. -I../include -I${BLASROOT}/../../include -I/home/cpernet/Logiciels/givaro-3.2.6/include 34 36 35 37
