ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/applications/velocitizer/Makefile
Revision: 1079
Committed: Thu Oct 19 15:57:07 2006 UTC (18 years, 10 months ago) by gezelter
File size: 204 byte(s)
Log Message:
Added velocitizer utility program, added samples of its use to the
builder samples.

File Contents

# User Rev Content
1 gezelter 1079 Package = applications/velocitizer
2    
3     Source = \
4     velocitizerCmd.c \
5     velocitizer.cpp \
6    
7     BuiltParallelExe = 0
8    
9     RmiSource =
10    
11     Main = velocitizer
12    
13     DEV_ROOT=../../..
14     include $(DEV_ROOT)/make/Makefile
15