ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/lattice/Makefile
Revision: 2183
Committed: Tue Apr 12 22:10:07 2005 UTC (19 years, 2 months ago) by tim
File size: 183 byte(s)
Log Message:
refactory LatticeFactory and LatticeCreator

File Contents

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