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