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 1503 by tim, Wed Sep 29 14:59:25 2004 UTC vs.
Revision 2469 by tim, Fri Dec 2 15:38:03 2005 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines