Mercurial > repos > siyuan > prada
view pyPRADA_1.2/tools/bwa-0.5.7-mh/bwt_gen/Makefile @ 3:f17965495ec9 draft default tip
Uploaded
author | siyuan |
---|---|
date | Tue, 11 Mar 2014 12:14:01 -0400 |
parents | acc2ca1a3ba4 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -g -Wall -O2 -m64 # comment out `-m64' for 32-bit compilation DFLAGS= -D_FILE_OFFSET_BITS=64 OBJS= bwt_gen.o QSufSort.o INCLUDES= VERSION= 0.1.0 LIBS= SUBDIRS= .SUFFIXES:.c .o .c.o: $(CC) -c $(CFLAGS) $(DFLAGS) $(INCLUDES) $< -o $@ lib:libbwtgen.a libbwtgen.a:$(OBJS) $(AR) -cru $@ $(OBJS) cleanlocal: rm -f gmon.out *.o a.out $(PROG) *~ *.a clean:cleanlocal