modified: src1/worker.c
[GalaxyCodeBases.git] / c_cpp / etc / bamread / make.sh
blobba899faa745eeb94cf78a2e44c38f18347110618
1 #!/bin/sh
3 rm bamread
5 gcc -Wfloat-equal -Wall -pipe -march=core2 -mtune=generic -std=gnu99 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -pthread -I./htslib -O3 -lz -o bamread bamread.c ./htslib/libhts.a
7 # tar --exclude-vcs --exclude=htslib/test -czvhf bamread.tgz bamread.c make.sh htslib t.bam t.sam.gz truncated.bam