src/hg/txGraph/txgToXml/makefile 1.5
1.5 2009/03/10 00:34:37 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/txGraph/txgToXml/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/txGraph/txgToXml/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/txGraph/txgToXml/makefile 30 Mar 2007 19:52:42 -0000 1.4
+++ src/hg/txGraph/txgToXml/makefile 10 Mar 2009 00:34:37 -0000 1.5
@@ -1,18 +1,18 @@
include ../../../inc/common.mk
-L = ${MYSQLLIBS} -lm
+L += ${MYSQLLIBS} -lm
MYLIBDIR = ../../../lib/${MACHTYPE}
MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
O = txgToXml.o
txgToXml: $O ${MYLIBS}
${CC} ${COPT} -o ${BINDIR}/txgToXml $O ${MYLIBS} $L
${STRIP} ${BINDIR}/txgToXml${EXE}
test:
txgToXml -verbose=0 input.txg output.xml
diff expected.xml output.xml
clean:
rm -f $O