ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/Makefile
Revision: 1147
Committed: Wed Jul 4 04:47:53 2007 UTC (18 years, 1 month ago) by chuckv
Original Path: trunk/src/io/Makefile
File size: 925 byte(s)
Log Message:
Addition of section parser for Spohr water-metal potential.

File Contents

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