src/hg/utils/makeTrackIndex/makefile 1.1

1.1 2010/06/03 23:41:29 larrym
Make a track ixIxx file for the given to be used in the track search tool
Index: src/hg/utils/makeTrackIndex/makefile
===================================================================
RCS file: src/hg/utils/makeTrackIndex/makefile
diff -N src/hg/utils/makeTrackIndex/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/utils/makeTrackIndex/makefile	3 Jun 2010 23:41:29 -0000	1.1
@@ -0,0 +1,16 @@
+include ../../../inc/common.mk
+
+L += ${MYSQLLIBS} -lm
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+A = makeTrackIndex
+
+O = $A.o
+
+dir = /cluster/home/larrym/kent/src/hg/utils/makeTrackIndex
+
+include ../../../inc/cgi_build_rules.mk
+
+compile: $O
+	${CC} -o $A $O ${MYLIBS} ${L}