src/hg/instinct/xRefLookup/makefile 1.1
1.1 2009/02/18 23:01:53 jsanborn
adding simple script for steve to access kgXref table
Index: src/hg/instinct/xRefLookup/makefile
===================================================================
RCS file: src/hg/instinct/xRefLookup/makefile
diff -N src/hg/instinct/xRefLookup/makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/xRefLookup/makefile 18 Feb 2009 23:01:53 -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 = xRefLookup.o
+
+xRefLookup: $O ${MYLIBS}
+ ${CC} ${COPT} -o ${BINDIR}/xRefLookup $O ${MYLIBS} $L
+ ${STRIP} ${BINDIR}/xRefLookup${EXE}
+
+clean:
+ rm -f $O