232074610513870c470c1263d3c46ff9b4ac3450 hiram Tue Apr 2 17:22:55 2013 -0700 minimal makefiles now in place for kentUtils build refs #9104 diff --git src/hg/pslHisto/makefile src/hg/pslHisto/makefile index 89c5bc5..86a8e44 100644 --- src/hg/pslHisto/makefile +++ src/hg/pslHisto/makefile @@ -1,20 +1,9 @@ -include ../../inc/common.mk - -L += -lm -MYLIBDIR = ../../lib/${MACHTYPE} -MYLIBS = ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a - -O = pslHisto.o - -${BINDIR}/pslHisto: $O ${MYLIBS} - @${MKDIR} ${BINDIR} - ${CC} ${COPT} ${CFLAGS} -o $@ $O ${MYLIBS} ${MYSQLLIBS} $L - -pslHisto.o: pslHisto.c $H +kentSrc = ../.. +A = pslHisto +include $(kentSrc)/inc/userApp.mk test: cd tests && ${MAKE} test -clean: - rm -f $O $B pslHisto +clean:: cd tests && ${MAKE} clean