src/hg/pslPretty/makefile 1.20
1.20 2009/03/10 00:34:28 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/pslPretty/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/pslPretty/makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -b -B -U 1000000 -r1.19 -r1.20
--- src/hg/pslPretty/makefile 19 Dec 2006 23:35:23 -0000 1.19
+++ src/hg/pslPretty/makefile 10 Mar 2009 00:34:28 -0000 1.20
@@ -1,25 +1,25 @@
include ../../inc/common.mk
-L = -lm
+L += -lm
MYLIBDIR = ../../lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkweb.a
O = pslPretty.o
pslPretty: $O $(MYLIBS)
${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/pslPretty $O $(MYLIBS) $L
test:: testRna testDnax
testRna::
${MKDIR} test/output
pslPretty -long -axt test/input/rna.psl test/input/hCrea.geno test/input/hCrea.mrna test/output/rna.axt
testDnax::
${MKDIR} test/output
pslPretty -long -axt test/input/dnax.psl test/input/mCrea.geno test/input/hCrea.geno test/output/dnax.axt
testOld::
${MKDIR} output
pslPretty -long -axt input/test1.psl input/S1.lst input/S2.lst output/test1.axt