From 2f6897c72bf1c23504cf23c07d98a8ff90251d61 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Tue, 23 Apr 2013 11:27:30 -0400 Subject: [PATCH] r384: don't compile bwamem-lite by default --- Makefile | 2 +- main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b660557..abbe42f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ AOBJS= QSufSort.o bwt_gen.o bwase.o bwaseqio.o bwtgap.o bwtaln.o bamlite.o \ is.o bwtindex.o bwape.o kopen.o pemerge.o \ bwtsw2_core.o bwtsw2_main.o bwtsw2_aux.o bwt_lite.o \ bwtsw2_chain.o fastmap.o bwtsw2_pair.o -PROG= bwa bwamem-lite +PROG= bwa INCLUDES= LIBS= -lm -lz -lpthread SUBDIRS= . diff --git a/main.c b/main.c index f7616b7..2c1678e 100644 --- a/main.c +++ b/main.c @@ -3,7 +3,7 @@ #include "utils.h" #ifndef PACKAGE_VERSION -#define PACKAGE_VERSION "0.7.3-r382-beta" +#define PACKAGE_VERSION "0.7.3-r384-beta" #endif int bwa_fa2pac(int argc, char *argv[]);