/* 
 * Imakefile for lucy's motif client
 *
 * $Author$
 * $Id$
 *
 * Copyright 1991 by the Massachusetts Institute of Technology.
 * For copying and distribution information, see the file
 * "mit-copyright.h".
 */

SRC=main-c.c creation-c.c callbacks-c.c hes.c viewbrowser.c
OBJ=main-c.o creation-c.o callbacks-c.o hes.o viewbrowser.o
LIB=-L../lib -lXm -lXtm -lX11 -llucy -ldsk -lusp -lcom_err -lkrb -ldes -lhesiod
INC=-I../include -I/usr/athena/include/Xm
DEFINES=${INC}

AnsiCC()

/* The order of the following three lines is important. */
SimpleProgram(xlucy,${OBJ},${LIB},)

saber_src: ${SRC}
	/**/#suppress 287
	/**/#suppress 223 in /usr/athena/include/discuss/interface.h
	/**/#load ${DEFINES} ${SRC}

saber_lib:
	/**/#load ${DEFINES} ${LIB}
