src/utils/bigWigInfo/makefile 1.5

1.5 2009/11/12 23:15:52 kent
First cut of compressed bigWig/bigBed stuff. So far read side should be complete including Genome Browser, Table Browser, wigToBigWig and bigWig utility functions. Still to do bedGraphToBigWig and bedToBigBed.
Index: src/utils/bigWigInfo/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigWigInfo/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/utils/bigWigInfo/makefile	22 Sep 2009 20:01:28 -0000	1.4
+++ src/utils/bigWigInfo/makefile	12 Nov 2009 23:15:52 -0000	1.5
@@ -1,14 +1,14 @@
 include ../../inc/common.mk
 
-L += -lm
+L += -lm -lz
 MYLIBDIR = ../../lib/${MACHTYPE}
 MYLIBS = ${MYLIBDIR}/jkweb.a
 
 O = bigWigInfo.o
 
 bigWigInfo: $O ${MYLIBS}
 	${CC} ${COPT} -o ${DESTDIR}${BINDIR}/bigWigInfo $O ${MYLIBS} $L
 	${STRIP} ${DESTDIR}${BINDIR}/bigWigInfo${EXE}
 
 clean:
 	rm -f $O