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/chkGlue/makefile src/oneShot/chkGlue/makefile index 46e55e7..5ca568a 100644 --- src/oneShot/chkGlue/makefile +++ src/oneShot/chkGlue/makefile @@ -1,13 +1,14 @@ +kentSrc = ../.. include ../../inc/common.mk O = chkGlue.o chkGlue.exe: $(O) ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a ${L} mv ${AOUT} chkGlue.exe chmod a+rx chkGlue.exe mv chkGlue.exe ../../cgi-bin clean:: rm -f ${O}