X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=6f194bb349eacfcdf23424a950db3cf387f17d1e;hb=7588ff51d365aad66f455694afb90b6fd3e6639a;hp=974890d363ee400ec3a243aecc23e1f4ff79c9a5;hpb=fbaa6c7ac44f857c1ece7c8199e9e7e09b4bbe74;p=mothur.git diff --git a/makefile b/makefile index 974890d..6f194bb 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,13 @@ CXXFLAGS += -O3 -MOTHUR_FILES = "\"/Users/SarahsWork/desktop/Release\"" +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,7 +38,7 @@ 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