ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/Makefile
(Generate patch)

Comparing trunk/OOPSE/libmdtools/Makefile (file contents):
Revision 386 by gezelter, Fri Mar 21 20:52:11 2003 UTC vs.
Revision 447 by mmeineke, Thu Apr 3 20:21:54 2003 UTC

# Line 18 | Line 18 | MPI_INCLUDES= -I$(MPICH_INC) -I$(MPICH_INC)/mpi2c++ -I
18   # include paths starting with "." are all relative to the SUBDIRS!!!
19  
20   INCLUDES= -I.. -I../../libBASS -I$(SPRNG_INC)
21 < MPI_INCLUDES= -I$(MPICH_INC) -I$(MPICH_INC)/mpi2c++ -I$(MPI_F90_MODS)
21 > MPI_INCLUDES= -I$(MPICH_INC) -I$(MPI_F90_MODS)
22  
23   CFLAGS=$(CFLAGS_C) $(INCLUDES) $(DECLARES) $(MPI_INCLUDES)
24   CXXFLAGS=$(CXXFLAGS_C) $(INCLUDES) $(DECLARES)
# Line 54 | Line 54 | CXX_FILES = \
54   C_FILES = $(DIR)/mpiForceField.c
55  
56   CXX_FILES = \
57 +        $(DIR)/Atom.cpp \
58          $(DIR)/Bend.cpp \
59          $(DIR)/BendExtensions.cpp \
60          $(DIR)/Bond.cpp \
61          $(DIR)/BondExtensions.cpp \
61        $(DIR)/DipoleTestFF.cpp \
62          $(DIR)/DirectionalAtom.cpp \
63          $(DIR)/DumpWriter.cpp \
64 +        $(DIR)/Exclude.cpp \
65          $(DIR)/InitializeFromFile.cpp \
66          $(DIR)/LJ_FF.cpp \
67          $(DIR)/SimInfo.cpp \
# Line 72 | Line 73 | CXX_FILES = \
73          $(DIR)/Torsion.cpp \
74          $(DIR)/TorsionExtensions.cpp \
75          $(DIR)/TraPPE_ExFF.cpp \
75        $(DIR)/TraPPEFF.cpp \
76          $(DIR)/Verlet.cpp \
77          $(DIR)/randomSPRNG.cpp \
78          $(DIR)/fortranWrappers.cpp \
79          $(DIR)/ForceFields.cpp \
80 <        $(DIR)/mpiSimulation.cpp
80 >        $(DIR)/mpiSimulation.cpp \
81 >        $(DIR)/Molecule.cpp
82  
83  
84   F90_FILES= \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines