src/hg/utils/pslUniq/makefile 1.1

1.1 2010/02/08 03:13:52 markd
moved pslUniq out of complelely unrelated directory
Index: src/hg/utils/pslUniq/makefile
===================================================================
RCS file: src/hg/utils/pslUniq/makefile
diff -N src/hg/utils/pslUniq/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/utils/pslUniq/makefile	8 Feb 2010 03:13:52 -0000	1.1
@@ -0,0 +1,17 @@
+include ../../../inc/common.mk
+
+L += ${MYSQLLIBS} -lm
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+O = pslUniq.o
+
+pslUniq: $O ${MYLIBS}
+	${CC} ${COPT} -o ${BINDIR}/pslUniq $O ${MYLIBS} $L
+	${STRIP} ${BINDIR}/pslUniq${EXE}
+
+compile: $O
+	${CC} ${COPT} -o pslUniq $O ${MYLIBS} $L
+
+clean:
+	rm -f $O pslUniq