X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=aa20f8ca67d6594234f9de806556770fa79576ee;hb=bdb5d82e2a73829b4e1fa42656ad9bcb57e3e948;hp=4e0571804d1d88598867f89f5f55ae09167121e0;hpb=df41d90a9611eab75d0516e2654ed8580f8df24c;p=mothur.git diff --git a/makefile b/makefile index 4e05718..aa20f8c 100644 --- 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 = "\"10/22/2010\"" -VERSION = "\"1.14.0\"" +RELEASE_DATE = "\"12/10/2010\"" +VERSION = "\"1.15.0\"" CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} @@ -66,7 +66,7 @@ ifeq ($(strip $(USEMPI)),yes) endif # if you want to enable reading and writing of compressed files, set to yes. -# The default is no. this may only work on unix-like systems. +# The default is no. this may only work on unix-like systems, not for windows. USECOMPRESSION ?= no @@ -89,6 +89,8 @@ OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c)) mothur : $(OBJECTS) $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS) + + strip mothur install : mothur cp mothur ../Release/mothur