ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/nanoparticleBuilder/Makefile
Revision: 2573
Committed: Wed Jan 18 21:08:35 2006 UTC (19 years, 7 months ago) by chuckv
File size: 278 byte(s)
Log Message:
Added Makefile for nanoparticle builder.

File Contents

# User Rev Content
1 chuckv 2573 Package = applications/nanoRodBuilder
2    
3     MySource = \
4     nanorodparticleBuilder.cpp \
5     nanoparticleBuilderCmd.c \
6     sphericalNanoparticle.cpp
7    
8     USE_CGAL = no
9    
10    
11     BuiltParallelExe = 0
12    
13     RmiSource =
14    
15     Main = nanoparticleBuilder
16    
17     DEV_ROOT=../../..
18     include $(DEV_ROOT)/make/Makefile
19