ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Makefile
Revision: 1930
Committed: Wed Jan 12 22:41:40 2005 UTC (19 years, 5 months ago) by gezelter
File size: 823 byte(s)
Log Message:
merging new_design branch into OOPSE-2.0

File Contents

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