src/weblet/bottleneck/makefile 1.8
1.8 2009/07/07 17:14:19 hiram
Needs SOCKETLIB for build on solaris
Index: src/weblet/bottleneck/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/weblet/bottleneck/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 1000000 -r1.7 -r1.8
--- src/weblet/bottleneck/makefile 10 Mar 2009 00:34:51 -0000 1.7
+++ src/weblet/bottleneck/makefile 7 Jul 2009 17:14:19 -0000 1.8
@@ -1,11 +1,11 @@
include ../../inc/common.mk
-L += -lm
+L += -lm ${SOCKETLIB}
MYLIBDIR = ../../../src/lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkweb.a
O = bottleneck.o
bottleneck: $O $(MYLIBS)
${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/bottleneck $O $(MYLIBS) $L
${STRIP} ${BINDIR}/bottleneck${EXE}