ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/io/Makefile
Revision: 730
Committed: Mon Nov 14 22:03:50 2005 UTC (19 years, 8 months ago) by chuckv
Original Path: trunk/src/io/Makefile
File size: 955 byte(s)
Log Message:
Missed makefile for sutton-chen.

File Contents

# User Rev Content
1 gezelter 267 Package = io
2    
3 gezelter 2 Source = \
4 chrisfen 417 AtomTypesSectionParser.cpp \
5 gezelter 246 DirectionalAtomTypesSectionParser.cpp \
6     SectionParser.cpp \
7     EAMAtomTypesSectionParser.cpp \
8     SectionParserManager.cpp \
9 tim 413 ChargeAtomTypesSectionParser.cpp \
10     MultipoleAtomTypesSectionParser.cpp \
11 gezelter 246 StickyAtomTypesSectionParser.cpp \
12 kdaily 529 GayBerneAtomTypesSectionParser.cpp \
13 gezelter 246 TorsionTypesSectionParser.cpp \
14 kdaily 530 StickyPowerAtomTypesSectionParser.cpp \
15     ShapeAtomTypesSectionParser.cpp \
16 gezelter 246 LennardJonesAtomTypesSectionParser.cpp\
17 chuckv 730 SCAtomTypesSectionParser.cpp \
18 chrisfen 417 BondTypesSectionParser.cpp \
19     BendTypesSectionParser.cpp \
20     BASSlex.l \
21 tim 6 BASSyacc.y \
22 gezelter 2 BASS_interface.cpp \
23     BASS_parse.c \
24     Globals.cpp \
25     interface.c \
26     LinkedAssign.cpp \
27     make_nodes.c \
28     mpiBASS.c \
29     parse_tree.c \
30 chrisfen 417 DumpReader.cpp \
31 gezelter 246 DumpWriter.cpp \
32 chrisfen 417 StatWriter.cpp \
33     ZConsReader.cpp \
34     ZConsWriter.cpp \
35     RestReader.cpp \
36 tim 615 RestWriter.cpp \
37     gzstream.cpp
38 gezelter 2
39     RmiSource =
40    
41     Main =
42    
43 tim 24 DEV_ROOT=../..
44     include $(DEV_ROOT)/make/Makefile
45