src/hg/hgTracks/makefile 1.88
1.88 2009/10/08 06:25:38 angie
Use of samtools is spreading in the tree, so (if USE_BAM) add SAMLIB to L at the top level (inc/common.mk).
Index: src/hg/hgTracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/makefile,v
retrieving revision 1.87
retrieving revision 1.88
diff -b -B -U 4 -r1.87 -r1.88
--- src/hg/hgTracks/makefile 11 Sep 2009 20:12:04 -0000 1.87
+++ src/hg/hgTracks/makefile 8 Oct 2009 06:25:38 -0000 1.88
@@ -2,11 +2,8 @@
L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
-ifeq (${USE_BAM},1)
- MYLIBS += ${SAMLIB}
-endif
A = hgTracks
O = $A.o altGraphXTrack.o bamTrack.o bedGraph.o bedTrack.o bigWigTrack.o chainTrack.o \