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/isPcr/makefile src/isPcr/makefile
index 596eacc..f0c8869 100644
--- src/isPcr/makefile
+++ src/isPcr/makefile
@@ -1,11 +1,12 @@
+kentSrc = ..
 include ../inc/common.mk
 
 all:
 	cd gfPcr && ${MAKE}
 	cd isPcr && ${MAKE}
 	cd webPcr && ${MAKE}
 
 clean::
 	cd gfPcr && ${MAKE} clean
 	cd isPcr && ${MAKE} clean
 	cd webPcr && ${MAKE} clean