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