ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/io/Makefile
Revision: 1789
Committed: Mon Nov 29 15:27:43 2004 UTC (19 years, 8 months ago) by tim
File size: 908 byte(s)
Log Message:
part of io get built

File Contents

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