src/hg/hgNotAvail/makefile 1.1

1.1 2009/03/13 15:32:48 fanhsu
Created makefile.
Index: src/hg/hgNotAvail/makefile
===================================================================
RCS file: src/hg/hgNotAvail/makefile
diff -N src/hg/hgNotAvail/makefile
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/hgNotAvail/makefile	13 Mar 2009 15:32:48 -0000	1.1
@@ -0,0 +1,15 @@
+include ../../inc/common.mk
+
+L += -lm ${MYSQLLIBS}
+MYLIBDIR = ../../lib/${MACHTYPE}
+MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+A = hgNotAvail
+
+O = $A.o
+
+include ../../inc/cgi_build_rules.mk
+
+compile: $O 
+	${CC} $O ${MYLIBS} ${L} 
+	mv ${AOUT} $A${EXE}