Changeset 104
- Timestamp:
- 01/08/08 22:46:20 (4 years ago)
- Files:
-
- trunk/hightest/GNUmakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hightest/GNUmakefile
r98 r104 1 HT=$( PWD)1 HT=$(shell pwd) 2 2 CC=gcc 3 3 PROFILE=-pg -fprofile-arcs -ftest-coverage … … 13 13 14 14 getobjs=$(patsubst %.cpp,%.o,$(filter-out $(1)/test.cpp,$(wildcard $(1)/*.cpp))) 15 16 iew: 17 echo: pwd $(HT) 15 18 16 19 all: env modules runtest octane
