]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
changes while testing
[mothur.git] / makefile
index 476070eb2fbb654d054238c45ee335b2ce8fe0eb..de21717ce03df122f7df9ddc014cc49900768250 100644 (file)
--- a/makefile
+++ b/makefile
@@ -15,9 +15,10 @@ USEREADLINE ?= yes
 CYGWIN_BUILD ?= no
 USECOMPRESSION ?= no
 MOTHUR_FILES="\"Enter_your_default_path_here\""
-RELEASE_DATE = "\"1/9/2012\""
-VERSION = "\"1.23.0\""
+RELEASE_DATE = "\"5/24/2013\""
+VERSION = "\"1.31.0\""
 FORTAN_COMPILER = gfortran
+FORTRAN_FLAGS = 
 
 # Optimize to level 3:
 CXXFLAGS += -O3 
@@ -38,7 +39,8 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
        #if you are a linux user use the following line
        #CXXFLAGS += -mtune=native -march=native -m64
        
-        CXXFLAGS += -DBIT_VERSION
+       CXXFLAGS += -DBIT_VERSION 
+    FORTRAN_FLAGS = -m64
 endif
 
 
@@ -97,12 +99,12 @@ mothur : fortranSource $(OBJECTS) uchime
        $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
        
        strip mothur
-
 uchime:
        cd uchime_src && ./mk && mv uchime .. && cd ..
        
 fortranSource:
-       ${FORTAN_COMPILER} -c *.f
+       ${FORTAN_COMPILER} -c $(FORTRAN_FLAGS) *.f
 
 install : mothur
 #      cp mothur ../Release/mothur