ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/lattice/Makefile
Revision: 486
Committed: Tue Apr 12 22:10:07 2005 UTC (20 years, 3 months ago) by tim
Original Path: trunk/src/lattice/Makefile
File size: 183 byte(s)
Log Message:
refactory LatticeFactory and LatticeCreator

File Contents

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