ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/nanoparticleBuilder/Makefile
Revision: 2674
Committed: Mon Mar 27 16:21:22 2006 UTC (18 years, 3 months ago) by chuckv
File size: 264 byte(s)
Log Message:
Makefile for nanoparticle builder.

File Contents

# User Rev Content
1 chuckv 2674 Package = applications/nanoparticleBuilder
2    
3     Source = \
4     nanoparticleBuilderCmd.c \
5     nanoparticleBuilder.cpp \
6     shapedLatticeSpherical.cpp
7    
8     BuiltParallelExe = 0
9    
10     RmiSource =
11    
12     Main = nanoparticleBuilder
13    
14     DEV_ROOT=../../..
15     include $(DEV_ROOT)/make/Makefile
16