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