391f8a18b3796e2b03ed96d20b532ad238bc9dbb
hiram
  Tue Apr 2 13:43:00 2013 -0700
moving to minimal makefiles for kentUtils build refs #9104
diff --git src/utils/faTrimPolyA/makefile src/utils/faTrimPolyA/makefile
index fdd8877..68763e6 100644
--- src/utils/faTrimPolyA/makefile
+++ src/utils/faTrimPolyA/makefile
@@ -1,17 +1,7 @@
-include ../../inc/common.mk
-
+kentSrc = ../..
+A = faTrimPolyA
+include $(kentSrc)/inc/userApp.mk
 L += -lm
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = faTrimPolyA.o
-
-faTrimPolyA: $O $(MYLIBS)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/faTrimPolyA $O $(MYLIBS) $L
-	${STRIP} ${BINDIR}/faTrimPolyA${EXE}
 
 test:
-	(cd tests && ${MAKE} test)
-
-clean::
-	rm -f ${O}
+	cd tests && ${MAKE} test