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

Comparing:
trunk/OOPSE-4/src/io/Makefile (file contents), Revision 1503 by tim, Wed Sep 29 14:59:25 2004 UTC vs.
branches/new_design/OOPSE-4/src/io/Makefile (file contents), Revision 1784 by tim, Wed Nov 24 22:12:12 2004 UTC

# Line 1 | Line 1
1   Source    = \
2 +        AtomTypesSectionParser.cpp \
3 +        DirectionalAtomTypesSectionParser.cpp \
4 +        SectionParser.cpp \
5 +        BendTypesSectionParser.cpp \
6 +        EAMAtomTypesSectionParser.cpp \
7 +        SectionParserManager.cpp \
8 +        BondTypesSectionParser.cpp \
9 +        ElectrostaticAtomTypesSectionParser.cpp \
10 +        StickyAtomTypesSectionParser.cpp \
11 +        ChargeAtomTypesSectionParser.cpp \
12 +        HarmonicBondTypesSectionParser.cpp \
13 +        TorsionTypesSectionParser.cpp \
14 +        DipoleAtomTypesSectionParser.cpp \
15 +        LennardJonesAtomTypesSectionParser.cpp\
16          BASSlex.l \
17          BASSyacc.y \
18          BASS_interface.cpp \
# Line 17 | Line 31 | RmiSource =
31          ZConsReader.cpp \
32          ZConsWriter.cpp \
33  
34 +
35   RmiSource =
36  
37   Main      =
38  
39 < include ../../make/Makefile
39 > DEV_ROOT=../..
40 > include $(DEV_ROOT)/make/Makefile
41 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines