ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/Makefile
Revision: 1225
Committed: Fri Feb 8 21:33:46 2008 UTC (17 years, 5 months ago) by gezelter
Original Path: trunk/src/io/Makefile
File size: 1053 byte(s)
Log Message:
updating configure process

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 MetalNonMetalInteractionsSectionParser.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 ParallelSource = \
35 DumpReader.cpp \
36 DumpWriter.cpp \
37 RestReader.cpp \
38 RestWriter.cpp \
39 StatWriter.cpp \
40 ZConsWriter.cpp
41
42 RmiSource =
43
44 Main =
45
46 DEV_ROOT=../..
47 include $(DEV_ROOT)/make/Makefile
48