232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/gpStats/makefile src/hg/gpStats/makefile
index 30f209e..0185b1f 100644
--- src/hg/gpStats/makefile
+++ src/hg/gpStats/makefile
@@ -1,20 +1,3 @@
-include ../../inc/common.mk
-
-
-L += -lm
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a
-
-O = gpStats.o
-
-gpStats: $O $(MYLIBS)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/gpStats $O $(MYLIBS) $L
-	${STRIP} ${BINDIR}/gpStats${EXE}
-
-
-lib:
-	cd ../lib && ${MAKE}
-	cd ../../lib && ${MAKE}
-
-clean::
-	rm -f ${O}
+kentSrc = ../..
+A = gpStats
+include $(kentSrc)/inc/userApp.mk