]> andersk Git - moira.git/blob - clients/mrtest/Imakefile
new, more syntactically useful mrtest
[moira.git] / clients / mrtest / Imakefile
1 # $Header$
2 #
3 # Copyright 1990 by the Massachusetts Institute of Technology.
4 #
5 # For copying and distribution information,
6 # please see the file <mit-copyright.h>.
7 #
8 # Imakefile for mrtest.
9 #
10
11 SRCS=   mrtest.c
12 SRCDIR=${SRCTOP}/clients/mrtest
13 CODE=${SRCS} Imakefile
14 OBJS=   mrtest.o
15
16 program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${ETCDIR})
This page took 0.038356 seconds and 5 git commands to generate.