#include "../../config"

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

DEFINES = -D$(TAPE_PVM_VERSION)

SRCS = tape_start.c calcul_coef_lin.c coeff.c compact.c \
       correction.c date_absolue.c horloge_reference.c \
       insert.c sauvegarde.c tse.c

OBJS = tape_start.o calcul_coef_lin.o coeff.o compact.o \
       correction.o date_absolue.o horloge_reference.o \
       insert.o sauvegarde.o tse.o

AllTarget($(OBJS))

install::

DependTarget()

