ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/Makefile
Revision: 2097
Committed: Wed Mar 9 17:30:29 2005 UTC (19 years, 4 months ago) by tim
File size: 823 byte(s)
Log Message:
adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into
ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ;

File Contents

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