ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Makefile
Revision: 2220
Committed: Thu May 5 14:47:35 2005 UTC (19 years, 2 months ago) by chrisfen
File size: 869 byte(s)
Log Message:
OOPSE setup for TAP water.  It's not parametrized, but OOPSE will now let me run it...

File Contents

# Content
1 Package = io
2
3 Source = \
4 AtomTypesSectionParser.cpp \
5 DirectionalAtomTypesSectionParser.cpp \
6 ShapeAtomTypesSectionParser.cpp \
7 SectionParser.cpp \
8 EAMAtomTypesSectionParser.cpp \
9 SectionParserManager.cpp \
10 ChargeAtomTypesSectionParser.cpp \
11 MultipoleAtomTypesSectionParser.cpp \
12 StickyAtomTypesSectionParser.cpp \
13 StickyPowerAtomTypesSectionParser.cpp \
14 TorsionTypesSectionParser.cpp \
15 LennardJonesAtomTypesSectionParser.cpp\
16 BondTypesSectionParser.cpp \
17 BendTypesSectionParser.cpp \
18 BASSlex.l \
19 BASSyacc.y \
20 BASS_interface.cpp \
21 BASS_parse.c \
22 Globals.cpp \
23 interface.c \
24 LinkedAssign.cpp \
25 make_nodes.c \
26 mpiBASS.c \
27 parse_tree.c \
28 DumpReader.cpp \
29 DumpWriter.cpp \
30 StatWriter.cpp \
31 ZConsReader.cpp \
32 ZConsWriter.cpp \
33 RestReader.cpp \
34 RestWriter.cpp
35
36 RmiSource =
37
38 Main =
39
40 DEV_ROOT=../..
41 include $(DEV_ROOT)/make/Makefile
42