ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/dimer/Makefile
Revision: 2201
Committed: Fri Apr 15 18:41:07 2005 UTC (19 years, 2 months ago) by tim
File size: 303 byte(s)
Log Message:
add  Makefile of samples

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 SampleFiles = \
8 two.md \
9 two.in \
10 water.md \
11 cl.in \
12 cl.md \
13 mix2.in \
14 mix2.md \
15 mix.in \
16 mix.md \
17 ssd.in \
18 ssd.md \
19
20
21 DEV_ROOT=../../..
22 include $(DEV_ROOT)/make/Makefile
23