src/hg/mouseStuff/axtBestNear/makefile 1.5

1.5 2009/03/10 00:34:13 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/mouseStuff/axtBestNear/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/axtBestNear/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/mouseStuff/axtBestNear/makefile	19 Dec 2006 23:35:13 -0000	1.4
+++ src/hg/mouseStuff/axtBestNear/makefile	10 Mar 2009 00:34:13 -0000	1.5
@@ -1,16 +1,16 @@
 include ../../../inc/common.mk
 
-L = -lm
+L += -lm
 MYLIBDIR = ../../../lib/$(MACHTYPE)
 MYLIBS =  $(MYLIBDIR)/jkweb.a
 
 O = axtBestNear.o
 
 axtBestNear: $O $(MYLIBS)
 	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/axtBestNear $O $(MYLIBS) $L
 #	${STRIP} ${BINDIR}/axtBestNear${EXE}
 test: chr22 
 %:	input/%.axt
 	axtBestNear input/$@.axt $@ output/$@.axt 
 	diff expected/$@.axt output/$@.axt 
 	rm output/$@.axt