src/utils/plotDataMatrix/makefile 1.1
1.1 2010/05/26 22:41:32 kent
Matrix plotter seems to work.
Index: src/utils/plotDataMatrix/makefile
===================================================================
RCS file: src/utils/plotDataMatrix/makefile
diff -N src/utils/plotDataMatrix/makefile
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/utils/plotDataMatrix/makefile 26 May 2010 22:41:32 -0000 1.1
@@ -0,0 +1,21 @@
+include ../../inc/common.mk
+
+L += -lm
+MYLIBDIR = ../../lib/${MACHTYPE}
+MYLIBS = ${MYLIBDIR}/jkweb.a
+
+A = plotDataMatrix
+O = plotDataMatrix.o
+
+plotDataMatrix: ${O} ${MYLIBS}
+ ${CC} ${COPT} -o ${DESTDIR}${BINDIR}/${A}${EXE} $O ${MYLIBS} $L
+ ${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
+
+compile:: ${O}
+ ${CC} ${COPT} -o ${A}${EXE} ${O} ${MYLIBS} $L
+
+clean::
+ rm -f ${A}${EXE} ${O}
+
+test:
+ plotDataMatrix enh.tab enhCol.tab enhRow.tab enh.gif