ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/io/Makefile
(Generate patch)

Comparing trunk/OOPSE-2.0/src/io/Makefile (file contents):
Revision 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
Revision 2220 by chrisfen, Thu May 5 14:47:35 2005 UTC

# Line 1 | Line 1
1 + Package = io
2 +
3   Source    = \
4 +  AtomTypesSectionParser.cpp \
5 +        DirectionalAtomTypesSectionParser.cpp \
6 +        ShapeAtomTypesSectionParser.cpp \
7 +        SectionParser.cpp \
8 +        EAMAtomTypesSectionParser.cpp \
9 +        SectionParserManager.cpp \
10 +        ChargeAtomTypesSectionParser.cpp \
11 +        MultipoleAtomTypesSectionParser.cpp \
12 +        StickyAtomTypesSectionParser.cpp \
13 +        StickyPowerAtomTypesSectionParser.cpp \
14 +        TorsionTypesSectionParser.cpp \
15 +        LennardJonesAtomTypesSectionParser.cpp\
16 +  BondTypesSectionParser.cpp \
17 +  BendTypesSectionParser.cpp \
18 +  BASSlex.l \
19 +        BASSyacc.y \
20          BASS_interface.cpp \
21          BASS_parse.c \
4        DumpReader.cpp \
5        DumpWriter.cpp \
22          Globals.cpp \
7        InitializeFromFile.cpp \
23          interface.c \
24          LinkedAssign.cpp \
10        LinkedCommand.cpp \
25          make_nodes.c \
26          mpiBASS.c \
27          parse_tree.c \
28 +        DumpReader.cpp \
29 +        DumpWriter.cpp \
30          StatWriter.cpp \
31          ZConsReader.cpp \
32          ZConsWriter.cpp \
33 +        RestReader.cpp \
34 +        RestWriter.cpp
35  
36   RmiSource =
37  
38   Main      =
39  
40 < include $(DEV_ROOT)/Makefile
40 > DEV_ROOT=../..
41 > include $(DEV_ROOT)/make/Makefile
42 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines