src/hg/mouseStuff/chainAntiRepeat/makefile 1.5
1.5 2009/07/07 18:59:26 hiram
Add SOCKETLIB for Solaris build
Index: src/hg/mouseStuff/chainAntiRepeat/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/chainAntiRepeat/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/mouseStuff/chainAntiRepeat/makefile 10 Mar 2009 00:34:15 -0000 1.4
+++ src/hg/mouseStuff/chainAntiRepeat/makefile 7 Jul 2009 18:59:26 -0000 1.5
@@ -1,14 +1,14 @@
include ../../../inc/common.mk
-L += -lm
+L += -lm ${SOCKETLIB}
MYLIBDIR = ../../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
O = chainAntiRepeat.o
chainAntiRepeat: $O ${MYLIBS}
${CC} ${COPT} -o ${BINDIR}/chainAntiRepeat $O ${MYLIBS} $L
${STRIP} ${BINDIR}/chainAntiRepeat${EXE}
clean:
rm -f $O