ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/Makefile
Revision: 2164
Committed: Mon Apr 11 21:37:30 2005 UTC (19 years, 4 months ago) by chuckv
File size: 333 byte(s)
Log Message:
Importing nanoRodBuilder application (may not work yet).  ((Doesn't work yet.))
(((May never work....)))

File Contents

# User Rev Content
1 chuckv 2164 Package = applications/nanoRodBuilder
2    
3     Source = \
4     BaseLattice.cpp \
5     GeometryBuilder.cpp \
6     Lattice.cpp \
7     LatticeCreator.cpp \
8     LatticeFactory.cpp \
9     MoLocator.cpp \
10     nanorodBuilder.cpp \
11     nanorodBuilderCmd.c
12    
13     BuiltParallelExe = 0
14    
15     RmiSource =
16    
17     Main = nanoRodBuilder
18    
19     DEV_ROOT=../../..
20     include $(DEV_ROOT)/make/Makefile
21