ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/minimizer/Makefile
Revision: 51
Committed: Fri Oct 8 22:04:25 2004 UTC (20 years, 9 months ago) by tim
Original Path: trunk/samples/minimizer/Makefile
File size: 242 byte(s)
Log Message:
add Makefile to sample directory

File Contents

# User Rev Content
1 tim 51 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     ssdEM.in \
9     ssdEM.md \
10     tip4p_two.in \
11     tip4p_two.md \
12     water.md
13    
14    
15     DEV_ROOT=../..
16     include $(DEV_ROOT)/make/Makefile
17