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