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