| 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 |
InversionTypesSectionParser.cpp \ |
| 16 |
StickyPowerAtomTypesSectionParser.cpp \ |
| 17 |
ShapeAtomTypesSectionParser.cpp \ |
| 18 |
LennardJonesAtomTypesSectionParser.cpp\ |
| 19 |
SCAtomTypesSectionParser.cpp \ |
| 20 |
MetalNonMetalInteractionsSectionParser.cpp \ |
| 21 |
BondTypesSectionParser.cpp \ |
| 22 |
BendTypesSectionParser.cpp \ |
| 23 |
Globals.cpp \ |
| 24 |
DumpReader.cpp \ |
| 25 |
DumpWriter.cpp \ |
| 26 |
StatWriter.cpp \ |
| 27 |
ZConsReader.cpp \ |
| 28 |
ZConsWriter.cpp \ |
| 29 |
RestReader.cpp \ |
| 30 |
RestWriter.cpp \ |
| 31 |
gzstream.cpp\ |
| 32 |
ParamConstraint.cpp \ |
| 33 |
OptionSectionParser.cpp \ |
| 34 |
ForceFieldOptions.cpp |
| 35 |
|
| 36 |
ParallelSource = \ |
| 37 |
DumpReader.cpp \ |
| 38 |
DumpWriter.cpp \ |
| 39 |
RestReader.cpp \ |
| 40 |
StatWriter.cpp \ |
| 41 |
ZConsWriter.cpp |
| 42 |
|
| 43 |
RmiSource = |
| 44 |
|
| 45 |
Main = |
| 46 |
|
| 47 |
DEV_ROOT=../.. |
| 48 |
include $(DEV_ROOT)/make/Makefile |
| 49 |
|