Sanchayan Maity
0f4b39775c
During the last commit of splash2 benchmark it seems before committing when we ran "make clean", it effectively undid what the patch at below link did http://www.capsl.udel.edu/splash/Download.html Fix this since without this it is not possible to build the arcane splash2 benchmark.
13 lines
350 B
Makefile
13 lines
350 B
Makefile
TARGET = BARNES
|
|
OBJS = code.o code_io.o load.o grav.o getparam.o util.o
|
|
|
|
include ../../Makefile.config
|
|
|
|
stdinc.h: code.h defs.h util.h vectmath.h load.h code_io.h grav.h getparam.h stdinc.H
|
|
code.o: code.C stdinc.h
|
|
code_io.o: code_io.C stdinc.h
|
|
getparam.o: getparam.C stdinc.h
|
|
grav.o: grav.C stdinc.h
|
|
load.o: load.C stdinc.h
|
|
util.o: util.C stdinc.h
|
|
|