98616e53ef64739240a96d24200883ae6ae8fb87 tdreszer Fri Feb 25 12:35:04 2011 -0800 Working on file search as a stand alone CGI. Not ready yet, but it does work. diff --git src/hg/hgFileSearch/makefile src/hg/hgFileSearch/makefile new file mode 100644 index 0000000..4020f95 --- /dev/null +++ src/hg/hgFileSearch/makefile @@ -0,0 +1,15 @@ +include ../../inc/common.mk + +L += -lm ${MYSQLLIBS} +MYLIBDIR = ../../lib/${MACHTYPE} +MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a + +A = hgFileSearch + +O = $A.o + +include ../../inc/cgi_build_rules.mk + +compile: $O + ${CC} $O ${MYLIBS} ${L} + mv ${AOUT} $A${EXE}