11c0c24c7441325f1823730a87ed3266e67215b3 kate Wed Oct 21 11:37:11 2015 -0700 Checking in graph exploratory work (JS D3) to save it (in a branch) before whacking. refs #15645 diff --git src/hg/hgGtexApi/makefile src/hg/hgGtexApi/makefile new file mode 100644 index 0000000..461a061 --- /dev/null +++ src/hg/hgGtexApi/makefile @@ -0,0 +1,14 @@ +include ../../inc/common.mk + +L += ${MYSQLLIBS} -lm +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgGtexApi + +O = $A.o + +include ../../inc/cgi_build_rules.mk + +compile: $O + ${CC} -o $A $O ${MYLIBS} ${L}