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