src/hg/txCds/txCdsRepick/makefile 1.4
1.4 2009/03/10 00:34:35 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/txCds/txCdsRepick/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/txCds/txCdsRepick/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/txCds/txCdsRepick/makefile 30 Mar 2007 19:52:37 -0000 1.3
+++ src/hg/txCds/txCdsRepick/makefile 10 Mar 2009 00:34:35 -0000 1.4
@@ -1,20 +1,20 @@
include ../../../inc/common.mk
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
O = txCdsRepick.o
txCdsRepick: $O ${MYLIBS}
${CC} ${COPT} -o ${BINDIR}/txCdsRepick $O ${MYLIBS} $L
${STRIP} ${BINDIR}/txCdsRepick${EXE}
test:
txCdsRepick in.bed in.txg in.cluster in.info in.tce out.tce out.pp
diff expected.tce out.tce
diff expected.pp out.pp
clean:
rm -f $O