ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/simpleBuilder/Makefile
Revision: 447
Committed: Tue Mar 22 16:38:37 2005 UTC (20 years, 5 months ago) by tim
Original Path: trunk/src/applications/simpleBuilder/Makefile
File size: 307 byte(s)
Log Message:
avoid building parallel executable for dump2XYZ, simpleBuilder, staticProps and dynamicProps

File Contents

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