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

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