src/hg/pslCDnaGenomeMatch/makefile 1.11
1.11 2009/03/10 00:34:28 galt
Modifications to make system to support optional external libraries, motivated by need for SSL
Index: src/hg/pslCDnaGenomeMatch/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/pslCDnaGenomeMatch/makefile,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 1000000 -r1.10 -r1.11
--- src/hg/pslCDnaGenomeMatch/makefile 21 Feb 2008 02:13:23 -0000 1.10
+++ src/hg/pslCDnaGenomeMatch/makefile 10 Mar 2009 00:34:28 -0000 1.11
@@ -1,47 +1,47 @@
include ../../inc/common.mk
-L = -lm $(MYSQLLIBS)
+L += -lm $(MYSQLLIBS)
MYLIBDIR = ../../lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
M = pslCDnaGenomeMatch.o
O = pslMismatch.o misMatch.o
pslCDnaGenomeMatch: $M $(MYLIBS)
gcc -ggdb -o ${BINDIR}/pslCDnaGenomeMatch $M $(MARKDEBUG) $(MYLIBS) $L
#${STRIP} ${BINDIR}/pslCDnaGenomeMatch${EXE}
misMatch: $O $(MYLIBS)
gcc -ggdb -o ${BINDIR}/misMatch $O $(MARKDEBUG) $(MYLIBS) $L
lib:
cd ../../lib && ${MAKE}
testNew: test14 test15 test16 test1 test5
%: input/%.psl
${MKDIR} output2
misMatch -verbose=4 -bedOut=output2/$@.bed input/$@.psl S1.hg18.len /cluster/data/hg18/bed/pseudo/est.2bit /cluster/data/hg18/nib output2/$@.psl -score=output2/$@.tab > $@.2.log
diff expected/$@.psl output2/$@.psl
#diff expected/$@.tab output2/$@.tab
rm -f $@.2.log
test: testDA9 test14 test15 test16 mrna1 mrna5 testBQ mrna13b mrna13c mrna12a pass1733 mrnaDrop
t%: input/t%.psl
${MKDIR} output
pslCDnaGenomeMatch -verbose=4 -bedOut=output/$@.bed input/$@.psl S1.hg18.len /cluster/data/hg18/bed/pseudo/est.2bit /cluster/data/hg18/nib output/$@.psl -score=output/$@.tab -minDiff=5 > $@.log
diff expected/$@.psl output/$@.psl
rm -f $@.log
m%: input/m%.psl
${MKDIR} output
pslCDnaGenomeMatch -verbose=4 -bedOut=output/$@.bed input/$@.psl S1.hg18.len /cluster/data/hg18/bed/pseudo/mrnaNoversion.2bit /cluster/data/hg18/nib output/$@.psl -score=output/$@.tab -minDiff=5 > $@.log
diff expected/$@.psl output/$@.psl
# diff expected/$@.tab output/$@.tab
rm -f $@.log
p%: input/p%.psl
${MKDIR} output
pslCDnaGenomeMatch -verbose=4 -bedOut=output/$@.bed input/$@.psl S1.hg18.len /cluster/data/hg18/bed/pseudo/mrnaNoversion.2bit /cluster/data/hg18/nib output/$@.psl -score=output/$@.tab -minDiff=5 -passthru > $@.log
diff expected/$@.psl output/$@.psl
rm -f $@.log
clean:
rm -rf output