ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/Makefile
Revision: 2167
Committed: Tue Apr 12 00:29:43 2005 UTC (19 years, 4 months ago) by chuckv
File size: 334 byte(s)
Log Message:
Changes to delete atypes...

File Contents

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