ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/io/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 6 months ago) by gezelter
File size: 791 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

File Contents

# User Rev Content
1 gezelter 1951 Package = io
2    
3 gezelter 1490 Source = \
4 gezelter 1930 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 tim 1495 BASSyacc.y \
17 gezelter 1490 BASS_interface.cpp \
18     BASS_parse.c \
19     Globals.cpp \
20     interface.c \
21     LinkedAssign.cpp \
22     LinkedCommand.cpp \
23     make_nodes.c \
24     mpiBASS.c \
25     parse_tree.c \
26 gezelter 1930 DumpReader.cpp \
27     DumpWriter.cpp \
28     StatWriter.cpp \
29     ZConsReader.cpp \
30     ZConsWriter.cpp
31 gezelter 1490
32     RmiSource =
33    
34     Main =
35    
36 tim 1513 DEV_ROOT=../..
37     include $(DEV_ROOT)/make/Makefile
38