ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/applications/simpleBuilder/Makefile
Revision: 2131
Committed: Tue Mar 22 16:38:37 2005 UTC (19 years, 3 months ago) by tim
File size: 307 byte(s)
Log Message:
avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps

File Contents

# Content
1 Package = applications/simpleBuilder
2
3 Source = \
4 BaseLattice.cpp \
5 Lattice.cpp \
6 LatticeCreator.cpp \
7 LatticeFactory.cpp \
8 MoLocator.cpp \
9 simpleBuilderCmd.c \
10 simpleBuilder.cpp \
11
12 BuiltParallelExe = 0
13
14 RmiSource =
15
16 Main = simpleBuilder
17
18 DEV_ROOT=../../..
19 include $(DEV_ROOT)/make/Makefile
20