ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/builders/Makefile
Revision: 3055
Committed: Thu Oct 19 15:57:07 2006 UTC (17 years, 11 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