ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/nanoparticleBuilder/Makefile
Revision: 874
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

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