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