ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/thermalizer/Makefile
Revision: 3059
Committed: Fri Oct 20 14:59:05 2006 UTC (17 years, 10 months ago) by gezelter
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

# Content
1 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