]> andersk Git - moira.git/blobdiff - clients/mrtest/Imakefile
new, more syntactically useful mrtest
[moira.git] / clients / mrtest / Imakefile
index 9a233b4953e9cd069bb0c534c118288e89cf63cf..f794918191d9cd7d7cf047014c0318027403ecad 100644 (file)
@@ -8,22 +8,9 @@
 # Imakefile for mrtest.
 #
 
-SRCS=  mrtest.c tst.c comp.c
+SRCS=  mrtest.c
 SRCDIR=${SRCTOP}/clients/mrtest
-CODE=${SRCS} Imakefile test_cmds.ct blah.h
-OBJS=  mrtest.o test_cmds.o tst.o comp.o
+CODE=${SRCS} Imakefile
+OBJS=  mrtest.o
 
-program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${SS_LIB},${ETCDIR})
-mk_cmds(test_cmds)
-
-tst.o: mr_err_array.h
-
-mr_err_array.h:
-       ${RM} mr_err_array.h
-       echo "char * MR_ERR_ARRAY[] = {" > mr_err_array.h
-       tr -d , < ../../lib/mr_et.et \
-           | awk '$$1=="ec" {printf("\"%s\",\n", $$2)}' >> mr_err_array.h
-       echo "};" >> mr_err_array.h
-
-clean::
-       ${RM} mr_err_array.h
+program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
This page took 0.03722 seconds and 4 git commands to generate.