src/hg/hgBlat/makefile 1.21
1.21 2009/03/10 00:33:57 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgBlat/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgBlat/makefile,v
retrieving revision 1.20
retrieving revision 1.21
diff -b -B -U 4 -r1.20 -r1.21
--- src/hg/hgBlat/makefile 25 Apr 2006 17:01:47 -0000 1.20
+++ src/hg/hgBlat/makefile 10 Mar 2009 00:33:57 -0000 1.21
@@ -1,9 +1,9 @@
include ../../inc/common.mk
HG_WARN=-Wall
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkOwnLib.a ${MYLIBDIR}/jkweb.a
A = hgBlat