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