11e45667d4e291b3038ccda729a1cdf5bcaf004a
braney
  Mon Jul 11 15:46:54 2016 -0700
incorporate htslib in kent src, remove USE_BAM, USE_SAMTABIX, USE_TABIX
defines, modify a bunch of makefiles to include kentSrc variable
pointing to top of the tree.

diff --git src/oneShot/randDNA/makefile src/oneShot/randDNA/makefile
index 7ed6f22..04f1a05 100644
--- src/oneShot/randDNA/makefile
+++ src/oneShot/randDNA/makefile
@@ -1,11 +1,12 @@
+kentSrc = ../..
 include ../../inc/common.mk
 
 O = randDNA.o
 A = randDNA
 
 ${A}: $O
 	${CC} ${COPT} -o ${BINDIR}/${A} $O
 	${STRIP} ${BINDIR}/${A}${EXE}
 
 clean:
 	rm -f $O