]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
paralellized summary.shared
[mothur.git] / makefile
index dccd2c3d3dd12235530bba90da5ffeaa53b670cc..6f194bb349eacfcdf23424a950db3cf387f17d1e 100644 (file)
--- a/makefile
+++ b/makefile
 CXXFLAGS += -O3
 
 MOTHUR_FILES = "\"../Release\""
+
+RELEASE_DATE = "\"9/9/2010\""
+VERSION = "\"1.13.0\""
+
+CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
+
 ifeq  ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"")
 else
        CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES}
@@ -32,14 +38,14 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
         CXXFLAGS += -DBIT_VERSION
        
        #if you are using centos uncomment the following lines
-       #CC = g++44
+       #CXX = g++44
        #CXXFLAGS += -mtune=native -march=native -m64
 endif
 
 # if you do not want to use the readline library, set this to no.
 # make sure you have the library installed
 
-USEREADLINE ?= no
+USEREADLINE ?= yes
 
 ifeq  ($(strip $(USEREADLINE)),yes)
     CXXFLAGS += -DUSE_READLINE
@@ -48,7 +54,7 @@ ifeq  ($(strip $(USEREADLINE)),yes)
       -lncurses
 endif
 
-USEMPI ?= yes
+USEMPI ?= no
 
 ifeq  ($(strip $(USEMPI)),yes)
     CXX = mpic++