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 1490 by gezelter, Fri Sep 24 04:16:43 2004 UTC vs.
branches/new_design/OOPSE-4/src/io/Makefile (file contents), Revision 1789 by tim, Mon Nov 29 15:27:43 2004 UTC

# Line 1 | Line 1
1   Source    = \
2 +        AtomTypesSectionParser.cpp \
3 +        DirectionalAtomTypesSectionParser.cpp \
4 +        SectionParser.cpp \
5 +        EAMAtomTypesSectionParser.cpp \
6 +        SectionParserManager.cpp \
7 +        BondTypesSectionParser.cpp \
8 +        ElectrostaticAtomTypesSectionParser.cpp \
9 +        StickyAtomTypesSectionParser.cpp \
10 +        ChargeAtomTypesSectionParser.cpp \
11 +        HarmonicBondTypesSectionParser.cpp \
12 +        TorsionTypesSectionParser.cpp \
13 +        DipoleAtomTypesSectionParser.cpp \
14 +        LennardJonesAtomTypesSectionParser.cpp\
15 +        BendTypesSectionParser.cpp \
16 +        BASSlex.l \
17 +        BASSyacc.y \
18          BASS_interface.cpp \
19          BASS_parse.c \
20          DumpReader.cpp \
21          DumpWriter.cpp \
22          Globals.cpp \
7        InitializeFromFile.cpp \
23          interface.c \
24          LinkedAssign.cpp \
25          LinkedCommand.cpp \
# Line 15 | Line 30 | RmiSource =
30          ZConsReader.cpp \
31          ZConsWriter.cpp \
32  
33 +
34   RmiSource =
35  
36   Main      =
37  
38 < include $(DEV_ROOT)/Makefile
38 > DEV_ROOT=../..
39 > include $(DEV_ROOT)/make/Makefile
40 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines