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/utils/raFromTab/makefile src/utils/raFromTab/makefile
index df54d2a..c81927a 100644
--- src/utils/raFromTab/makefile
+++ src/utils/raFromTab/makefile
@@ -1,15 +1,16 @@
+kentSrc = ../..
 include ../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkweb.a
 
 O = raFromTab.o
 
 raFromTab: $O ${MYLIBS}
 	${CC} ${COPT} -o ${BINDIR}/raFromTab $O ${MYLIBS} $L
 	${STRIP} ${BINDIR}/raFromTab${EXE}
 
 test:
 	raFromTab in.tab cols=first,last,occupation out1.ra
 	diff expected1.ra out1.ra