7de3069f4395af52d10e69722052094ff42268ce jcasper Fri Jun 16 20:05:58 2017 -0700 Initial commit of hgLinkIn tool to translate external identifiers to genome positions, refs #16668 diff --git src/hg/hgLinkIn/makefile src/hg/hgLinkIn/makefile new file mode 100644 index 0000000..2e8432c --- /dev/null +++ src/hg/hgLinkIn/makefile @@ -0,0 +1,18 @@ +kentSrc = ../.. +include ../../inc/common.mk + +L += $(MYSQLLIBS) -lm +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgLinkIn +O = hgLinkIn.o handlerList.o linkInHandlers.o + +A = hgLinkIn + +include ../../inc/cgi_build_rules.mk + +compile:: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE} +