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

File Contents

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