fbf0f29424ac721700a5108314abcdd671315b5d hiram Fri Mar 29 19:38:25 2013 -0700 using new minimal makefile construction refs #9104 diff --git src/index/trixSearch/makefile src/index/trixSearch/makefile index aba7b7d..a41ee7b 100644 --- src/index/trixSearch/makefile +++ src/index/trixSearch/makefile @@ -1,14 +1,4 @@ -include ../../inc/common.mk - +kentSrc = ../.. +A = trixSearch +include $(kentSrc)/inc/userApp.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