# @(#)Imakefile 10/2/94
# Imakefile - bemmel
#include "../include/imake.cf"
LOCAL_LIBRARIES = $(XLIB) ../communication/libcommunication.a ../matrix/libmatrix.a
  SYS_LIBRARIES = -lm
       INCLUDES = -I../communication -I../matrix -I../include
           SRCS = compute.c datastruct.c input.c \
		main.c xgraphics.c
           OBJS = communication.o compute.o datastruct.o input.o main.o xgraphics.o
ComplexProgramTarget(bemmel)
