src/hg/instinct/segmentBed/makefile 1.1

1.1 2009/02/11 22:18:23 jsanborn
initial commit
Index: src/hg/instinct/segmentBed/makefile
===================================================================
RCS file: src/hg/instinct/segmentBed/makefile
diff -N src/hg/instinct/segmentBed/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/segmentBed/makefile	11 Feb 2009 22:18:23 -0000	1.1
@@ -0,0 +1,14 @@
+include ../../../inc/common.mk
+
+L = $(MYSQLLIBS) -lm
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS =  $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+O = segmentBed.o
+
+segmentBed: $O ${MYLIBS}
+	${CC} ${COPT} -o ${BINDIR}/segmentBed $O ${MYLIBS} $L
+	${STRIP} ${BINDIR}/segmentBed${EXE}
+
+clean:
+	rm -f $O