ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/Makefile
Revision: 2211
Committed: Thu Apr 21 14:12:19 2005 UTC (19 years, 2 months ago) by chrisfen
File size: 828 byte(s)
Log Message:
Shapes is limping along with a array bounds overwrite (I think...). At least the parser loads the forcefield fine...

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 TorsionTypesSectionParser.cpp \
14 LennardJonesAtomTypesSectionParser.cpp\
15 BondTypesSectionParser.cpp \
16 BendTypesSectionParser.cpp \
17 BASSlex.l \
18 BASSyacc.y \
19 BASS_interface.cpp \
20 BASS_parse.c \
21 Globals.cpp \
22 interface.c \
23 LinkedAssign.cpp \
24 make_nodes.c \
25 mpiBASS.c \
26 parse_tree.c \
27 DumpReader.cpp \
28 DumpWriter.cpp \
29 StatWriter.cpp \
30 ZConsReader.cpp \
31 ZConsWriter.cpp \
32 RestReader.cpp \
33 RestWriter.cpp
34
35 RmiSource =
36
37 Main =
38
39 DEV_ROOT=../..
40 include $(DEV_ROOT)/make/Makefile
41