ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/thermalizer/Makefile
Revision: 1083
Committed: Fri Oct 20 14:59:05 2006 UTC (18 years, 10 months ago) by gezelter
Original Path: trunk/src/applications/thermalizer/Makefile
File size: 204 byte(s)
Log Message:
more openbabel updates, also changing velocitizer to thermalizer to
avoid a filename collision on case-insensitve file systems

File Contents

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