#include "../../config"

INCLUDES = -I$(TOP)/include -I$(PVM_ROOT)/include

DEFINES = -D$(TAPE_PVM_VERSION) -D$(ARCHI)

SRCS = buffer1.c buffer2.c buffer3.c control.c group.c inconnu.c \
       info.c message.c systeme.c util.c
       
OBJS = buffer1.o buffer2.o buffer3.o control.o group.o inconnu.o \
       info.o message.o systeme.o util.o

AllTarget($(OBJS))

install::

DependTarget()
