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

File Contents

# Content
1 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 # GeometryBuilder.cpp \
12
13 BuiltParallelExe = 0
14
15 RmiSource =
16
17 Main = nanoRodBuilder
18
19 DEV_ROOT=../../..
20 include $(DEV_ROOT)/make/Makefile
21