4 |
|
#LD = ld |
5 |
|
#FC = ifc |
6 |
|
INCLUDE = ../headers |
7 |
< |
CP_OBJ = mpiBASS.o mpiSimulation.o |
7 |
> |
CP_OBJ = mpiBASS.o mpiSimulation.o mpiForceField.o |
8 |
|
#CFLAGS = -s -static -O3 |
9 |
|
#CFLAGS = -mp -tpp6 -O3 |
10 |
|
|
11 |
< |
LIBDIR = ../lib |
11 |
> |
#LIBDIR = ../lib |
12 |
|
|
13 |
|
|
14 |
|
GLOBAL_DEPENDS = $(INCLUDE)/mpiBASS.h |
22 |
|
mpiBASS.o: $(GLOBAL_DEPENDS) mpiBASS.c |
23 |
|
$(CC) $(CFLAGS) -I$(INCLUDE) -c mpiBASS.c |
24 |
|
|
25 |
+ |
mpiForceField.o: $(GLOBAL_DEPENDS) mpiForceField.c |
26 |
+ |
$(CC) $(CFLAGS) -I$(INCLUDE) -c mpiForceField.c |
27 |
+ |
|
28 |
|
mpiSimulation.o: $(INCLUDE)/mpiSimulation.hpp mpiSimulation.cpp |
29 |
|
$(CC_PLUS) $(CFLAGS) -I$(INCLUDE) -c mpiSimulation.cpp |
30 |
|
|