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

File Contents

# Content
1 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