ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/lattice/Makefile
Revision: 2181
Committed: Tue Apr 12 21:58:09 2005 UTC (19 years, 3 months ago) by tim
File size: 164 byte(s)
Log Message:
refactory LatticeFactory and LatticeCreator

File Contents

# User Rev Content
1 gezelter 2179 Package = lattice
2    
3     Source = \
4     BaseLattice.cpp \
5     Lattice.cpp \
6     LatticeFactory.cpp
7    
8     RmiSource =
9    
10     Main =
11    
12     DEV_ROOT=../..
13     include $(DEV_ROOT)/make/Makefile
14