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/m22dirs/makefile src/oneShot/m22dirs/makefile index 7013a24..33e97c6 100644 --- src/oneShot/m22dirs/makefile +++ src/oneShot/m22dirs/makefile @@ -1,10 +1,11 @@ +kentSrc = ../.. include ../../inc/common.mk O = m22dirs.o m22dirs: $(O) ${CC} ${COPT} ${CFLAGS} -o m22dirs $O ../../lib/$(MACHTYPE)/jkweb.a ${L} clean:: rm -f ${O}