summaryrefslogtreecommitdiff
path: root/tools/Makefile.osx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile.osx')
-rw-r--r--tools/Makefile.osx6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/Makefile.osx b/tools/Makefile.osx
index 580a44c..a45e4ff 100644
--- a/tools/Makefile.osx
+++ b/tools/Makefile.osx
@@ -1,5 +1,3 @@
-CC = gcc -g -Wall
-CPP='g++'
GLUTINC = -I/usr/include -I.
GLUTLIB = -L. -lglut -lGLU -lGL -lX11 -lXmu
@@ -11,6 +9,10 @@ OMP_TARGET= ivyprobe_omp ivythroughput_omp
OMPLIB = -lgomp -lpthread
OMPCC = gcc-mp-4.3
OMPCPP = g++-mp-4.3
+CC = gcc -g -Wall
+CPP='g++'
+#CC = $(OMPCC)
+#CPP= $(OMPCPP)
PCRELIB = `pcre-config --libs`
PCREINCL = `pcre-config --cflags`