Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more cleanups in NAS
[simgrid.git] / examples / smpi / NAS / EP / Makefile
1 BENCHMARK=ep
2 include ../config/make.def
3 include ../sys/make.common
4
5 ${PROGRAM}: config ep.o ep-sampling.o ../common/randdp.o
6         ${CLINK} ${CLINKFLAGS} -o ${BINDIR}/ep.${CLASS}.${NPROCS} ep.o ../common/randdp.o ${CMPI_LIB} -lm
7         ${CLINK} ${CLINKFLAGS} -o ${BINDIR}/ep-sampling.${CLASS}.${NPROCS} ep-sampling.o ../common/randdp.o ${CMPI_LIB} -lm
8
9 ep.o:   ep.c npbparams.h
10         ${CCOMPILE} ep.c
11 ep-sampling.o:  ep-sampling.c npbparams.h
12         ${CCOMPILE} ep-sampling.c
13
14 clean:
15         - rm -f *.o *~ npbparams.h