ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-2.0/src/io/Makefile
Revision: 1808
Committed: Tue Nov 30 23:14:29 2004 UTC (19 years, 8 months ago) by tim
File size: 839 byte(s)
Log Message:
io get built, next is integrator

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     ElectrostaticAtomTypesSectionParser.cpp \
8     StickyAtomTypesSectionParser.cpp \
9     ChargeAtomTypesSectionParser.cpp \
10     TorsionTypesSectionParser.cpp \
11     DipoleAtomTypesSectionParser.cpp \
12     LennardJonesAtomTypesSectionParser.cpp\
13 tim 1790 BondTypesSectionParser.cpp \
14 tim 1789 BendTypesSectionParser.cpp \
15     BASSlex.l \
16 tim 1495 BASSyacc.y \
17 gezelter 1490 BASS_interface.cpp \
18     BASS_parse.c \
19     Globals.cpp \
20     interface.c \
21     LinkedAssign.cpp \
22     LinkedCommand.cpp \
23     make_nodes.c \
24     mpiBASS.c \
25     parse_tree.c \
26 tim 1804 DumpReader.cpp \
27     DumpWriter.cpp \
28     StatWriter.cpp \
29 gezelter 1490
30 tim 1779
31 gezelter 1490 RmiSource =
32    
33     Main =
34    
35 tim 1513 DEV_ROOT=../..
36     include $(DEV_ROOT)/make/Makefile
37