X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=c67f0ba6bd2d5a3baf675edef32fbd15679259fc;hb=HEAD;hp=7fc8608be4176f7e8360ea58ee36412e074bdae5;hpb=d1c97b8c04bb75faca1e76ffad60b37a4d789d3d;p=mothur.git diff --git a/makefile b/makefile index 7fc8608..c67f0ba 100644 --- a/makefile +++ b/makefile @@ -12,11 +12,10 @@ USEMPI ?= no 64BIT_VERSION ?= yes USEREADLINE ?= yes -CYGWIN_BUILD ?= no USECOMPRESSION ?= no MOTHUR_FILES="\"Enter_your_default_path_here\"" -RELEASE_DATE = "\"10/01/2013\"" -VERSION = "\"1.32.0\"" +RELEASE_DATE = "\"2/12/2014\"" +VERSION = "\"1.33.0\"" FORTAN_COMPILER = gfortran FORTRAN_FLAGS = @@ -50,10 +49,6 @@ else CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES} endif -ifeq ($(strip $(CYGWIN_BUILD)),yes) - CXXFLAGS += -mno-cygwin - LDFLAGS += -mno-cygwin -endif # if you do not want to use the readline library, set this to no. # make sure you have the library installed