Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill windows backtraces. They were x86 only
[simgrid.git] / examples / smpi / NAS / IS / Makefile
1 BENCHMARK=is
2
3 include ../config/make.def
4 include ../sys/make.common
5
6 OBJS = is.o ${COMMON}/c_print_results.o
7
8 ${PROGRAM}: config ${OBJS} 
9         ${CLINK} ${CLINKFLAGS} -o ${PROGRAM} ${OBJS} ${CMPI_LIB}
10
11 .c.o: 
12         ${CCOMPILE} $<
13
14 is.o: is.c npbparams.h
15
16 clean:
17         - rm -f *.o *~ is npbparams.h