3780663c60d09f782fe8d0a84002dcc1ca7a464b hiram Fri Jan 18 15:19:22 2019 -0800 initial experiment to see if hub structures can be found and examined refs #18869 diff --git src/hg/hubApi/makefile src/hg/hubApi/makefile new file mode 100644 index 0000000..cd3c77d --- /dev/null +++ src/hg/hubApi/makefile @@ -0,0 +1,18 @@ +kentSrc = ../.. +include ../../inc/common.mk + +L += $(MYSQLLIBS) -lm +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hubApi +O = hubApi.o + +A = hubApi + +include ../../inc/cgi_build_rules.mk + +compile:: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE} +