src/hg/hgNotYet/makefile 1.3
1.3 2009/03/10 00:33:58 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/hgNotYet/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgNotYet/makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 1000000 -r1.2 -r1.3
--- src/hg/hgNotYet/makefile 21 Feb 2008 02:13:20 -0000 1.2
+++ src/hg/hgNotYet/makefile 10 Mar 2009 00:33:58 -0000 1.3
@@ -1,15 +1,15 @@
include ../../inc/common.mk
-L = -lm ${MYSQLLIBS}
+L += -lm ${MYSQLLIBS}
MYLIBDIR = ../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
A = hgNotYet
O = $A.o
include ../../inc/cgi_build_rules.mk
compile: $O
${CC} $O ${MYLIBS} ${L}
mv ${AOUT} $A${EXE}