232074610513870c470c1263d3c46ff9b4ac3450
hiram
  Tue Apr 2 17:22:55 2013 -0700
minimal makefiles now in place for kentUtils build refs #9104
diff --git src/hg/autoXml/makefile src/hg/autoXml/makefile
index 78c1861..9d41493 100644
--- src/hg/autoXml/makefile
+++ src/hg/autoXml/makefile
@@ -1,17 +1,9 @@
-include ../../inc/common.mk
-
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = autoXml.o
-
-autoXml: $O $(MYLIBS)
-	${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/autoXml $O $(MYLIBS) ${L}
-#	${STRIP} ${BINDIR}/autoXml${EXE}
+kentSrc = ../..
+A = autoXml
+include $(kentSrc)/inc/userApp.mk
 
 test::
-	doTest
+	./doTest
 
-clean:
-	rm -f *.o
+clean::
 	rm -rf test/*/out