src/utils/bigBedInfo/makefile 1.1
1.1 2009/11/05 19:57:31 kent
Utility to get information on a bigBed seems to work.
Index: src/utils/bigBedInfo/makefile
===================================================================
RCS file: src/utils/bigBedInfo/makefile
diff -N src/utils/bigBedInfo/makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/utils/bigBedInfo/makefile 5 Nov 2009 19:57:31 -0000 1.1
@@ -0,0 +1,14 @@
+include ../../inc/common.mk
+
+L = -lm
+MYLIBDIR = ../../lib/${MACHTYPE}
+MYLIBS = ${MYLIBDIR}/jkweb.a
+
+O = bigBedInfo.o
+
+bigBedInfo: $O ${MYLIBS}
+ ${CC} ${COPT} -o ${BINDIR}/bigBedInfo $O ${MYLIBS} $L
+ ${STRIP} ${BINDIR}/bigBedInfo${EXE}
+
+clean:
+ rm -f $O