ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Makefile
Revision: 1937
Committed: Thu Jan 13 19:40:37 2005 UTC (19 years, 5 months ago) by tim
File size: 777 byte(s)
Log Message:
port to SGI platform

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 DumpReader.cpp \
25 DumpWriter.cpp \
26 StatWriter.cpp \
27 ZConsReader.cpp \
28 ZConsWriter.cpp
29
30 RmiSource =
31
32 Main =
33
34 DEV_ROOT=../..
35 include $(DEV_ROOT)/make/Makefile
36