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

Comparing trunk/OOPSE-3.0/src/io/Makefile (file contents):
Revision 1495 by tim, Tue Sep 28 16:14:17 2004 UTC vs.
Revision 2227 by kdaily, Tue May 17 03:46:45 2005 UTC

# Line 1 | Line 1
1 + Package = io
2 +
3   Source    = \
4 <        BASSlex.l \
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 >  BondTypesSectionParser.cpp \
18 >  BendTypesSectionParser.cpp \
19 >  BASSlex.l \
20          BASSyacc.y \
21          BASS_interface.cpp \
22          BASS_parse.c \
6        DumpReader.cpp \
7        DumpWriter.cpp \
23          Globals.cpp \
9        InitializeFromFile.cpp \
24          interface.c \
25          LinkedAssign.cpp \
12        LinkedCommand.cpp \
26          make_nodes.c \
27          mpiBASS.c \
28          parse_tree.c \
29 +        DumpReader.cpp \
30 +        DumpWriter.cpp \
31          StatWriter.cpp \
32          ZConsReader.cpp \
33          ZConsWriter.cpp \
34 +        RestReader.cpp \
35 +        RestWriter.cpp
36  
37   RmiSource =
38  
39   Main      =
40  
41 < include $(DEV_ROOT)/Makefile
41 > DEV_ROOT=../..
42 > include $(DEV_ROOT)/make/Makefile
43 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines