Revision: 366
http://assorted.svn.sourceforge.net/assorted/?rev=366&view=rev
Author: yangzhang
Date: 2008-02-10 20:57:56 -0800 (Sun, 10 Feb 2008)
Log Message:
-----------
just build .c; added more targets
Modified Paths:
--------------
numa-bench/trunk/src/Makefile
Modified: numa-bench/trunk/src/Makefile
===================================================================
--- numa-bench/trunk/src/Makefile 2008-02-11 04:57:31 UTC (rev 365)
+++ numa-bench/trunk/src/Makefile 2008-02-11 04:57:56 UTC (rev 366)
@@ -1,5 +1,5 @@
COMMONS := $(wildcard commons/*.h)
-CXX = g++-4.2 -I. -lnuma -lpthread -o $@ $^
+CXX = g++-4.2 -I. -lnuma -lpthread -o $@ $<
# all: avail cache malloc threads
all: malloc
@@ -19,6 +19,9 @@
openmp: openmp.cc
$(CXX) -fopenmp
+bthreads: bthreads.cc
+ $(CXX) -lboost_thread-gcc41-mt
+
clean:
rm -f avail cache
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|