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 1930 by gezelter, Wed Jan 12 22:41:40 2005 UTC

# Line 1 | Line 1
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 \
4        DumpReader.cpp \
5        DumpWriter.cpp \
17          Globals.cpp \
7        InitializeFromFile.cpp \
18          interface.c \
19          LinkedAssign.cpp \
20          LinkedCommand.cpp \
21          make_nodes.c \
22          mpiBASS.c \
23          parse_tree.c \
24 <        StatWriter.cpp \
25 <        ZConsReader.cpp \
26 <        ZConsWriter.cpp \
24 >        RestraintReader.cpp \
25 >        RestraintWriter.cpp \
26 >        DumpReader.cpp \
27 >        DumpWriter.cpp \
28 >        StatWriter.cpp \
29 >        ZConsReader.cpp \
30 >        ZConsWriter.cpp
31  
32   RmiSource =
33  
34   Main      =
35  
36 < include $(DEV_ROOT)/Makefile
36 > DEV_ROOT=../..
37 > include $(DEV_ROOT)/make/Makefile
38 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines