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