]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
added versioning info to all shortcut files mothur makes.
[mothur.git] / makefile
index d751bb6b310fada520a10a292b3e45f5b8f4b309..dc5065db04a20db83b186cfcc3fe81e2d5901356 100644 (file)
--- a/makefile
+++ b/makefile
 CXXFLAGS += -O3
 
 MOTHUR_FILES = "\"../Release\""
+
+RELEASE_DATE = "\"8/5/2010\""
+VERSION = "\"1.12.3\""
+
+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