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 1951 by gezelter, Fri Jan 14 21:13:24 2005 UTC

# Line 1 | Line 1
1 + Package = io
2 +
3   Source    = \
4 +        AtomTypesSectionParser.cpp \
5 +        DirectionalAtomTypesSectionParser.cpp \
6 +        SectionParser.cpp \
7 +        EAMAtomTypesSectionParser.cpp \
8 +        SectionParserManager.cpp \
9 +        ElectrostaticAtomTypesSectionParser.cpp \
10 +        StickyAtomTypesSectionParser.cpp \
11 +        TorsionTypesSectionParser.cpp \
12 +        LennardJonesAtomTypesSectionParser.cpp\
13 +        BondTypesSectionParser.cpp \
14 +        BendTypesSectionParser.cpp \
15 +        BASSlex.l \
16 +        BASSyacc.y \
17          BASS_interface.cpp \
18          BASS_parse.c \
4        DumpReader.cpp \
5        DumpWriter.cpp \
19          Globals.cpp \
7        InitializeFromFile.cpp \
20          interface.c \
21          LinkedAssign.cpp \
22          LinkedCommand.cpp \
23          make_nodes.c \
24          mpiBASS.c \
25          parse_tree.c \
26 <        StatWriter.cpp \
27 <        ZConsReader.cpp \
28 <        ZConsWriter.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