391f8a18b3796e2b03ed96d20b532ad238bc9dbb hiram Tue Apr 2 13:43:00 2013 -0700 moving to minimal makefiles for kentUtils build refs #9104 diff --git src/utils/venn/makefile src/utils/venn/makefile index e6e304c..5e0da40 100644 --- src/utils/venn/makefile +++ src/utils/venn/makefile @@ -1,15 +1,4 @@ -include ../../inc/common.mk - - +kentSrc = ../.. +A = venn +include $(kentSrc)/inc/userApp.mk L += -lm -MYLIBDIR = ../../lib/$(MACHTYPE) -MYLIBS = $(MYLIBDIR)/jkweb.a - -O = venn.o - -venn: $O $(MYLIBS) - ${CC} ${COPT} ${CFLAGS} -o ${BINDIR}/venn $O $(MYLIBS) $L - ${STRIP} ${BINDIR}/venn${EXE} - -clean:: - rm -f ${O}