]> andersk Git - moira.git/blame - clients/mrtest/Imakefile
space before destdir
[moira.git] / clients / mrtest / Imakefile
CommitLineData
0631d2a6 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
19766ae7 11SRCS= mrtest.c
12SRCDIR=${SRCTOP}/clients/mrtest
0631d2a6 13CODE=${SRCS} Imakefile test_cmds.ct
19766ae7 14OBJS= mrtest.o test_cmds.o
15INCLUDE= -I$(BUILDTOP)/include -I$(BUILDTOP)/lib -I$(BUILDTOP)/util/ss
0631d2a6 16
19766ae7 17program(mrtest, ${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS} ${SS_LIB}, ${PROGDIR})
0631d2a6 18mk_cmds(test_cmds)
This page took 0.075112 seconds and 5 git commands to generate.