ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/samples/argon/Makefile
Revision: 1146
Committed: Sat Jun 2 20:53:20 2007 UTC (18 years, 2 months ago) by chuckv
Original Path: trunk/samples/argon/Makefile
File size: 170 byte(s)
Log Message:
Fixed Makefile problems with the samples and added several missing makefiles.

File Contents

# User Rev Content
1 tim 51 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7 chuckv 1146 SampleFiles = 500.md \
8 tim 51 ar864.md \
9     argonNVT.md
10    
11    
12     DEV_ROOT=../..
13     include $(DEV_ROOT)/make/Makefile
14