20257ca76462642269e671000c2a4dad67f6b8ea
hiram
  Fri Mar 29 11:43:53 2013 -0700
testing new makefile organization refs #9104
diff --git src/utils/cCp/makefile src/utils/cCp/makefile
index f9e7216..eca494f 100644
--- src/utils/cCp/makefile
+++ src/utils/cCp/makefile
@@ -1,23 +1,3 @@
-include ../../inc/common.mk
-
-L +=
-MYLIBDIR = ../../lib/$(MACHTYPE)
-MYLIBS =  $(MYLIBDIR)/jkweb.a
-
-O = cCp.o
+kentSrc = ../..
 A = cCp
-
-${A}: ${O}
-	${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}
-
-install:: compile
-	rm -f ${DESTDIR}${BINDIR}/${A}${EXE}
-	cp -p ${A}${EXE} ${DESTDIR}${BINDIR}/${A}${EXE}
-	${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
-
-clean::
-	rm -f ${O} ${A}${EXE}
+include $(kentSrc)/inc/userApp.mk