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