ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/Makefile
Revision: 1269
Committed: Tue Jul 1 13:28:23 2008 UTC (17 years, 1 month ago) by gezelter
Original Path: trunk/src/io/Makefile
File size: 1087 byte(s)
Log Message:
Adding infrastructure for Amber force field.

File Contents

# User Rev Content
1 gezelter 267 Package = io
2    
3 gezelter 2 Source = \
4 gezelter 1225 AtomTypesSectionParser.cpp \
5 gezelter 1269 BaseAtomTypesSectionParser.cpp \
6 gezelter 246 DirectionalAtomTypesSectionParser.cpp \
7     SectionParser.cpp \
8     EAMAtomTypesSectionParser.cpp \
9     SectionParserManager.cpp \
10 tim 413 ChargeAtomTypesSectionParser.cpp \
11     MultipoleAtomTypesSectionParser.cpp \
12 gezelter 246 StickyAtomTypesSectionParser.cpp \
13 kdaily 529 GayBerneAtomTypesSectionParser.cpp \
14 gezelter 246 TorsionTypesSectionParser.cpp \
15 kdaily 530 StickyPowerAtomTypesSectionParser.cpp \
16     ShapeAtomTypesSectionParser.cpp \
17 gezelter 246 LennardJonesAtomTypesSectionParser.cpp\
18 chuckv 730 SCAtomTypesSectionParser.cpp \
19 chuckv 1150 MetalNonMetalInteractionsSectionParser.cpp \
20 gezelter 1225 BondTypesSectionParser.cpp \
21     BendTypesSectionParser.cpp \
22 gezelter 2 Globals.cpp \
23 chrisfen 417 DumpReader.cpp \
24 gezelter 246 DumpWriter.cpp \
25 chrisfen 417 StatWriter.cpp \
26     ZConsReader.cpp \
27     ZConsWriter.cpp \
28     RestReader.cpp \
29 tim 615 RestWriter.cpp \
30 tim 749 gzstream.cpp\
31 gezelter 1225 ParamConstraint.cpp \
32 tim 789 OptionSectionParser.cpp \
33     ForceFieldOptions.cpp
34 gezelter 2
35 gezelter 1225 ParallelSource = \
36     DumpReader.cpp \
37     DumpWriter.cpp \
38     RestReader.cpp \
39     RestWriter.cpp \
40     StatWriter.cpp \
41     ZConsWriter.cpp
42    
43 gezelter 2 RmiSource =
44    
45     Main =
46    
47 tim 24 DEV_ROOT=../..
48     include $(DEV_ROOT)/make/Makefile
49