X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=0f7d0981991a9b12db6513bff253a47ea7e25009;hb=b9553248b33ebd169c6aee375c1cc1a9dda61848;hp=df165b3e4195420a3543c352cd3d02c8df6b7dbc;hpb=32abf5d58aed8087cd0bcb32d7aa9053f103f2c1;p=mothur.git diff --git a/makefile b/makefile index df165b3..0f7d098 100644 --- 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