src/oneShot/threadTime/makefile 1.5
1.5 2009/03/10 00:34:44 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/oneShot/threadTime/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/oneShot/threadTime/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/oneShot/threadTime/makefile 26 Mar 2007 18:02:04 -0000 1.4
+++ src/oneShot/threadTime/makefile 10 Mar 2009 00:34:44 -0000 1.5
@@ -1,14 +1,14 @@
include ../../inc/common.mk
-L = -lpthread -lm
+L += -lpthread -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkweb.a
O = threadTime.o
threadTime: $O ${MYLIBS}
${CC} ${COPT} -o ${BINDIR}/threadTime $O ${MYLIBS} $L
${STRIP} ${BINDIR}/threadTime${EXE}
clean:
rm -f $O