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

File Contents

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