Changeset 106
- Timestamp:
- 01/08/08 23:11:24 (4 years ago)
- Files:
-
- trunk/hightest/GNUmakefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/hightest/GNUmakefile
r104 r106 1 HT=$( shell pwd)1 HT=$(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)18 15 19 16 all: env modules runtest octane
