232074610513870c470c1263d3c46ff9b4ac3450 hiram Tue Apr 2 17:22:55 2013 -0700 minimal makefiles now in place for kentUtils build refs #9104 diff --git src/hg/gbGetEntries/makefile src/hg/gbGetEntries/makefile index eb9e669..e98e0ad 100644 --- src/hg/gbGetEntries/makefile +++ src/hg/gbGetEntries/makefile @@ -1,17 +1,9 @@ -include ../../inc/common.mk -HG_WARN = ${HG_WARN_ERR} - -L += -MYLIBDIR = ../../lib/$(MACHTYPE) -MYLIBS = $(MYLIBDIR)/jkhgap.a $(MYLIBDIR)/jkweb.a - -O = gbGetEntries.o - -gbGetEntries: $O ../../lib/$(MACHTYPE)/jkweb.a - ${CC} -o ${BINDIR}/gbGetEntries $O $(MYLIBS) $L +kentSrc = ../.. +A = gbGetEntries +include $(kentSrc)/inc/userApp.mk test:: - (cd tests && ${MAKE} test) + cd tests && ${MAKE} test clean:: - (cd tests && ${MAKE} clean) + cd tests && ${MAKE} clean