]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
1.21.0
[mothur.git] / makefile
index df165b3e4195420a3543c352cd3d02c8df6b7dbc..0f7d0981991a9b12db6513bff253a47ea7e25009 100644 (file)
--- a/makefile
+++ b/makefile
@@ -14,9 +14,9 @@ USEMPI ?= no
 USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
-MOTHUR_FILES="\"../release\""
-RELEASE_DATE = "\"2/7/2011\""
-VERSION = "\"1.16.0\""
+MOTHUR_FILES="\"Enter_your_default_path_here\""
+RELEASE_DATE = "\"7/25/2011\""
+VERSION = "\"1.21.0\""
 
 # Optimize to level 3:
 CXXFLAGS += -O3
@@ -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