391f8a18b3796e2b03ed96d20b532ad238bc9dbb hiram Tue Apr 2 13:43:00 2013 -0700 moving to minimal makefiles for kentUtils build refs #9104 diff --git src/utils/gapSplit/makefile src/utils/gapSplit/makefile index 0bccd5d..c67b35f 100644 --- src/utils/gapSplit/makefile +++ src/utils/gapSplit/makefile @@ -1,17 +1,4 @@ -include ../../inc/common.mk - +kentSrc = ../.. +A = gapSplit +include $(kentSrc)/inc/userApp.mk L += -lm -MYLIBDIR = ../../lib/${MACHTYPE} -MYLIBS = ${MYLIBDIR}/jkweb.a - -O = gapSplit.o - -gapSplit: $O ${MYLIBS} - ${CC} ${COPT} -o ${BINDIR}/gapSplit $O ${MYLIBS} $L - ${STRIP} ${BINDIR}/gapSplit${EXE} - -compile: ${O} ${MYLIBS} - ${CC} ${COPT} -o gapSplit $O ${MYLIBS} $L - -clean: - rm -f $O gapSplit