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

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