]> git.donarmstrong.com Git - mothur.git/blobdiff - makefile
done testing 1.14.0
[mothur.git] / makefile
index 0fd76c198f15e808686093df22a49eaa1c2b4246..3d0e18de0e40d3b035f101c857c6def36e8cbdfd 100644 (file)
--- a/makefile
+++ b/makefile
@@ -28,10 +28,10 @@ ifeq  ($(strip $(64BIT_VERSION)),yes)
         CXXFLAGS += -DBIT_VERSION
 endif
 
-MOTHUR_FILES = "\"../Release\""
+MOTHUR_FILES = "\"../release\""
 
-RELEASE_DATE = "\"9/17/2010\""
-VERSION = "\"1.13.0\""
+RELEASE_DATE = "\"10/26/2010\""
+VERSION = "\"1.14.0\""
 
 CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION}
 
@@ -53,7 +53,7 @@ USEREADLINE ?= yes
 
 ifeq  ($(strip $(USEREADLINE)),yes)
     CXXFLAGS += -DUSE_READLINE
-    LDFLAGS += \
+    LIBS = \
       -lreadline\
       -lncurses
 endif
@@ -88,7 +88,7 @@ OBJECTS=$(patsubst %.cpp,%.o,$(wildcard *.cpp))
 OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c))
 
 mothur : $(OBJECTS)
-       $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS)
+       $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS)
 
 install : mothur
        cp mothur ../Release/mothur