src/oneShot/test/makefile 1.11
1.11 2009/03/10 00:34:43 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/oneShot/test/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/oneShot/test/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 1000000 -r1.10 -r1.11
--- src/oneShot/test/makefile 17 Dec 2005 06:27:47 -0000 1.10
+++ src/oneShot/test/makefile 10 Mar 2009 00:34:43 -0000 1.11
@@ -1,11 +1,11 @@
include ../../inc/common.mk
-L = -lm
+L += -lm
MYLIBDIR = $(HOME)/src/lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkweb.a
O = test.o
test: $O $(MYLIBS)
${CC} ${COPT} ${CFLAGS} -o test $O $(MYLIBS) $L
# ${STRIP} test${EXE}