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/sets/makefile src/utils/sets/makefile
index d42ebc3..db5ff55 100644
--- src/utils/sets/makefile
+++ src/utils/sets/makefile
@@ -1,14 +1,15 @@
+kentSrc = ../..
 include ../../inc/common.mk
 
 L += -lm
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 O = sets.o
 
 sets: $O ${MYLIBS}
 	${CC} ${COPT} -o ${HOME}/bin/${MACHTYPE}/sets $O ${MYLIBS} $L
 	strip ${HOME}/bin/${MACHTYPE}/sets
 
 clean:
 	rm -f $O