]> andersk Git - moira.git/blob - clients/mrtest/Imakefile
Initial revision
[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=   test.c
12 SRCDIR=${SRCTOP}/mrtest
13 CODE=${SRCS} Imakefile test_cmds.ct
14 OBJS=   test.o test_cmds.o
15
16 mk_cmds(test_cmds)
17 program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS}, ${PROGDIR})
This page took 0.365965 seconds and 5 git commands to generate.