7fbb94532a7ce8b7637ad7bdad843667b51146f8
hiram
  Mon Apr 1 14:01:28 2013 -0700
minimal makefile for kentUtils build refs #9104
diff --git src/weblet/bottleneck/makefile src/weblet/bottleneck/makefile
index b16359b..1cad621 100644
--- src/weblet/bottleneck/makefile
+++ src/weblet/bottleneck/makefile
@@ -1,14 +1,3 @@
-include ../../inc/common.mk
-
-L += -lm ${SOCKETLIB}
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = bottleneck.o
-
-bottleneck: $O $(MYLIBS)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/bottleneck $O $(MYLIBS) ${L}
-	${STRIP} ${BINDIR}/bottleneck${EXE}
-
-clean::
-	rm -f ${O}
+kentSrc = ../..
+A = bottleneck
+include ${kentSrc}/inc/userApp.mk