]> andersk Git - moira.git/blob - clients/blanche/Imakefile
7897f2952a3bc96fb0b8505f4299eeb063da06e7
[moira.git] / clients / blanche / 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 blanche.
9 #
10
11 SRCS=blanche.c
12 SRCDIR=${SRCTOP}/clients/blanche
13 CODE=${SRCS} Imakefile
14 OBJS=blanche.o
15
16 program(blanche,${OBJS},${MR_LIBDEP} ${GDB_LIBDEP}, ${CLIBS},${PROGDIR})
This page took 0.02626 seconds and 3 git commands to generate.