src/hg/archaeStuff/tooltip/makefile 1.1

1.1 2009/12/02 18:32:55 holmes
adding makefile
Index: src/hg/archaeStuff/tooltip/makefile
===================================================================
RCS file: src/hg/archaeStuff/tooltip/makefile
diff -N src/hg/archaeStuff/tooltip/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/archaeStuff/tooltip/makefile	2 Dec 2009 18:32:55 -0000	1.1
@@ -0,0 +1,21 @@
+include ../../../inc/common.mk
+
+L += -lm ${MYSQLLIBS} 
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a 
+
+A = tooltip
+
+Gplusplus=g++
+
+O = $A.o
+
+include ../../../inc/cgi_build_rules.mk
+
+tooltip: compile
+	mv $A ${CGI_BIN}-${USER}/$A
+
+compile: $O 
+	${CC} ${CFLAGS} $O ${MYLIBS} ${LOWELAB_DEFS} ${L}
+	mv ${AOUT} $A${EXE}
+