ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/nanoRodBuilder/Makefile
Revision: 2178
Committed: Tue Apr 12 21:27:27 2005 UTC (19 years, 2 months ago) by gezelter
File size: 238 byte(s)
Log Message:
added lattice directory, so all of these files are now redundant

File Contents

# Content
1 Package = applications/nanoRodBuilder
2
3 Source = \
4 nanorodBuilder.cpp \
5 nanorodBuilderCmd.c
6 # GeometryBuilder.cpp
7
8 BuiltParallelExe = 0
9
10 RmiSource =
11
12 Main = nanoRodBuilder
13
14 DEV_ROOT=../../..
15 include $(DEV_ROOT)/make/Makefile
16