src/hg/makeDb/hgLoadOut/makefile 1.12

1.12 2009/03/10 00:34:06 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/makeDb/hgLoadOut/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/hgLoadOut/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 1000000 -r1.11 -r1.12
--- src/hg/makeDb/hgLoadOut/makefile	21 Feb 2008 02:13:22 -0000	1.11
+++ src/hg/makeDb/hgLoadOut/makefile	10 Mar 2009 00:34:06 -0000	1.12
@@ -1,21 +1,21 @@
 include ../../../inc/common.mk
 
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 O = hgLoadOut.o
 
 hgLoadOut: $O ../../../lib/${MACHTYPE}/jkweb.a
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/hgLoadOut $O ${MYLIBS} $L
 	${STRIP} ${BINDIR}/hgLoadOut${EXE}
 
 lib:
 	cd ../../../lib && ${MAKE}
 
 install::
 	rm -f ${SCRIPTS}/countRmsk
 	cp -p ./countRmsk.pl ${SCRIPTS}/countRmsk
 
 clean::
 	rm -f ${O} hgLoadOut