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