ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/Makefile
Revision: 1627
Committed: Tue Sep 13 22:05:04 2011 UTC (13 years, 10 months ago) by gezelter
File size: 1138 byte(s)
Log Message:
Splitting out ifstrstream into a header and an implementation.  This
means that much of the code that depends on it can be compiled only
once and the parallel I/O is concentrated into a few files.  To do
this, a number of files that relied on basic_ifstrstream to load the
mpi header had to be modified to manage their own headers.


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 InversionTypesSectionParser.cpp \
16 StickyPowerAtomTypesSectionParser.cpp \
17 ShapeAtomTypesSectionParser.cpp \
18 LennardJonesAtomTypesSectionParser.cpp\
19 SCAtomTypesSectionParser.cpp \
20 NonBondedInteractionsSectionParser.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 ifstrstream.cpp
36
37 ParallelSource = \
38 DumpReader.cpp \
39 DumpWriter.cpp \
40 RestReader.cpp \
41 StatWriter.cpp \
42 ZConsWriter.cpp \
43 ifstrstream.cpp
44
45 RmiSource =
46
47 Main =
48
49 DEV_ROOT=../..
50 include $(DEV_ROOT)/make/Makefile
51

Properties

Name Value
svn:keywords Author Id Revision Date