src/utils/bigBedInfo/makefile 1.3
1.3 2009/11/13 19:02:39 kent
Adding compression to bigBed. Improving bigWigInfo and bigBedInfo a little.
Index: src/utils/bigBedInfo/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/bigBedInfo/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/utils/bigBedInfo/makefile 9 Nov 2009 22:06:22 -0000 1.2
+++ src/utils/bigBedInfo/makefile 13 Nov 2009 19:02:39 -0000 1.3
@@ -1,15 +1,15 @@
include ../../inc/common.mk
-L += -lm ${SOCKETLIB}
+L += -lm -lz ${SOCKETLIB}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
A = bigBedInfo
O = ${A}.o
$A: ${O} ${MYLIBS}
@${MKDIR} "${DESTDIR}${BINDIR}"
${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} ${L}
${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
clean:
rm -f $O