src/hg/instinct/hgDetails/makefile 1.1
1.1 2010/04/11 01:22:59 jsanborn
initial commit
Index: src/hg/instinct/hgDetails/makefile
===================================================================
RCS file: src/hg/instinct/hgDetails/makefile
diff -N src/hg/instinct/hgDetails/makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/instinct/hgDetails/makefile 11 Apr 2010 01:22:59 -0000 1.1
@@ -0,0 +1,17 @@
+include ../../../inc/common.mk
+
+L += $(MYSQLLIBS) -lm
+MYLIBDIR = ../../../lib/${MACHTYPE}
+MYLIBS = $(MYLIBDIR)/jkhmap.a $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a
+
+A = hgDetails
+O = hgDetails.o
+
+A = hgDetails
+
+include ../../../inc/cgi_build_rules.mk
+
+compile:: $O
+ ${CC} $O ${MYLIBS} ${L}
+ mv ${AOUT} $A${EXE}
+