ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/builders/Makefile
Revision: 1079
Committed: Thu Oct 19 15:57:07 2006 UTC (18 years, 9 months ago) by gezelter
File size: 226 byte(s)
Log Message:
Added velocitizer utility program, added samples of its use to the
builder samples.

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 ScriptFiles = runMe
8
9 SampleFiles = bimetallic.md \
10 gold.md \
11 lj.md \
12 metals.md \
13 one_component.md \
14 three_component.md \
15
16
17
18 DEV_ROOT=../..
19 include $(DEV_ROOT)/make/Makefile
20