ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/applications/openmd/Makefile
Revision: 1390
Committed: Wed Nov 25 20:02:06 2009 UTC (15 years, 9 months ago) by gezelter
Original Path: trunk/src/applications/openmd/Makefile
File size: 168 byte(s)
Log Message:
Almost all of the changes necessary to create OpenMD out of our old
project (OOPSE-4)

File Contents

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