20257ca76462642269e671000c2a4dad67f6b8ea hiram Fri Mar 29 11:43:53 2013 -0700 testing new makefile organization refs #9104 diff --git src/utils/ave/makefile src/utils/ave/makefile index 27e0bfd..e1cd9bc 100644 --- src/utils/ave/makefile +++ src/utils/ave/makefile @@ -1,15 +1,4 @@ -include ../../inc/common.mk - - +kentSrc = ../.. +A = ave +include $(kentSrc)/inc/userApp.mk L += -lm -MYLIBDIR = ../../lib/$(MACHTYPE) -MYLIBS = $(MYLIBDIR)/jkweb.a - -O = ave.o - -ave: $O $(MYLIBS) - ${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/ave $O $(MYLIBS) $L - ${STRIP} ${DESTDIR}${BINDIR}/ave${EXE} - -clean:: - rm -f ${O}