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