fbf0f29424ac721700a5108314abcdd671315b5d hiram Fri Mar 29 19:38:25 2013 -0700 using new minimal makefile construction refs #9104 diff --git src/index/stToXao/makefile src/index/stToXao/makefile index 10e2261..04362d5 100755 --- src/index/stToXao/makefile +++ src/index/stToXao/makefile @@ -1,11 +1,3 @@ -include ../../inc/common.mk - - -O = stToXao.o - -stToXao: $(O) - ${CC} ${COPT} ${CFLAGS} $O ../../lib/$(MACHTYPE)/jkweb.a $L - mv ${AOUT} ${BINDIR}/stToXao - -clean:: - rm -f ${O} +kentSrc = ../.. +A = stToXao +include $(kentSrc)/inc/userApp.mk