3287b31723908959aff8fa82b5406e0e32a3e94f chmalee Wed Aug 22 16:57:04 2018 -0700 New CGI for short linking to sessions, refs #8520 diff --git src/hg/hgs/makefile src/hg/hgs/makefile new file mode 100644 index 0000000..d97c991 --- /dev/null +++ src/hg/hgs/makefile @@ -0,0 +1,18 @@ +kentSrc = ../.. +include ../../inc/common.mk + +L += $(MYSQLLIBS) -lm +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = $(MYLIBDIR)/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgs +O = hgs.o + +A = hgs + +include ../../inc/cgi_build_rules.mk + +compile:: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE} +