ccd0bf373b955f54d563c3ed1bdb7a2282c1d7e6
kent
  Fri Oct 26 15:58:19 2012 -0700
Moving testSearch out of oneShot and renaming it to trixSearch to be more specific.
diff --git src/index/trixSearch/makefile src/index/trixSearch/makefile
new file mode 100644
index 0000000..aba7b7d
--- /dev/null
+++ src/index/trixSearch/makefile
@@ -0,0 +1,14 @@
+include ../../inc/common.mk
+
+L += -lm
+MYLIBDIR = ../../lib/${MACHTYPE}
+MYLIBS =  ${MYLIBDIR}/jkweb.a
+
+O = trixSearch.o
+
+trixSearch: $O ${MYLIBS}
+	${CC} ${COPT} -o ${BINDIR}/trixSearch $O ${MYLIBS} $L
+	${STRIP} ${BINDIR}/trixSearch${EXE}
+
+clean:
+	rm -f $O