X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=266c0c347d82ad54aa55b2c0edf5ae8a5a3d6c03;hb=3b137af694d322b7162e97275c070c41b42597a3;hp=3d0e18de0e40d3b035f101c857c6def36e8cbdfd;hpb=134a9c1275862a6b3ea10a2c0f11965c0a535854;p=mothur.git diff --git a/makefile b/makefile index 3d0e18d..266c0c3 100644 --- a/makefile +++ b/makefile @@ -30,8 +30,8 @@ endif MOTHUR_FILES = "\"../release\"" -RELEASE_DATE = "\"10/26/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,9 +89,11 @@ OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c)) mothur : $(OBJECTS) $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS) + + strip mothur install : mothur - cp mothur ../Release/mothur +# cp mothur ../Release/mothur %.o : %.c %.h $(COMPILE.c) $(OUTPUT_OPTION) $<