src/hg/spideyToPsl/makefile 1.8
1.8 2010/01/04 19:12:40 kent
Merging viewInTheMiddle branch.
Index: src/hg/spideyToPsl/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/spideyToPsl/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -B -U 1000000 -r1.7 -r1.8
--- src/hg/spideyToPsl/makefile 10 Mar 2009 00:34:34 -0000 1.7
+++ src/hg/spideyToPsl/makefile 4 Jan 2010 19:12:40 -0000 1.8
@@ -1,19 +1,19 @@
include ../../inc/common.mk
L += -lm
-MYLIBDIR = ../../../src/lib/$(MACHTYPE)
+MYLIBDIR = ../../lib/$(MACHTYPE)
MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
O = spideyToPsl.o
spideyToPsl: $O $(MYLIBS)
${CC} ${COPT} ${CFLAGS} -o spideyToPsl $O $(MYLIBS) $L
${MKDIR} ${BINDIR}
cp -f spideyToPsl ${BINDIR}
${STRIP} ${BINDIR}/spideyToPsl${EXE}
test::
cd tests && ${MAKE} test
clean::
rm -f ${O} spideyToPsl ${BINDIR}/spideyToPsl
cd tests && ${MAKE} clean