]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
working on windows paralellization, added trimOligos class to be used by trim.flows...
[mothur.git] / makefile
index df165b3e4195420a3543c352cd3d02c8df6b7dbc..3f6431210735a622f8c0e416a088581d331ed714 100644 (file)
--- a/makefile
+++ b/makefile
@@ -14,12 +14,12 @@ USEMPI ?= no
 USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
-MOTHUR_FILES="\"../release\""
-RELEASE_DATE = "\"2/7/2011\""
-VERSION = "\"1.16.0\""
+MOTHUR_FILES="\"/Users/Sarahswork/desktop/release\""
+RELEASE_DATE = "\"7/25/2011\""
+VERSION = "\"1.21.0\""
 
 # Optimize to level 3:
-CXXFLAGS += -O3
+CXXFLAGS += -03 -g
 
 ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are using centos uncomment the following lines
@@ -28,6 +28,11 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are a mac user use the following line
        TARGET_ARCH += -arch x86_64
        
+       #if you using cygwin to build Windows the following line
+       #CXX = x86_64-w64-mingw32-g++
+       #CC = x86_64-w64-mingw32-g++
+       #TARGET_ARCH += -m64
+
        #if you are a linux user use the following line
        #CXXFLAGS += -mtune=native -march=native -m64