Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Try to activate coverity for simgrid
[simgrid.git] / examples / smpi / NAS / DT-trace / Makefile
1 SHELL=/bin/sh
2 BENCHMARK=dt
3 BENCHMARKU=DT
4
5 include ../config/make.def
6
7 include ../sys/make.common
8 #Override PROGRAM
9 DTPROGRAM  = $(BINDIR)/$(BENCHMARK)-trace.$(CLASS)
10
11 OBJS = dt.o DGraph.o \
12         ${COMMON}/c_print_results.o ${COMMON}/c_timers.o ${COMMON}/c_randdp.o
13
14
15 ${PROGRAM}: config ${OBJS}
16         ${CLINK} ${CLINKFLAGS} -o ${DTPROGRAM} ${OBJS} ${CMPI_LIB}
17
18 .c.o:
19         ${CCOMPILE} $<
20
21 dt.o:             dt.c  npbparams.h
22 DGraph.o:       DGraph.c DGraph.h
23
24 clean:
25         - rm -f *.o *~ mputil*
26         - rm -f dt npbparams.h core