ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/water/dimer/Makefile
Revision: 3146
Committed: Sat Jun 2 20:53:20 2007 UTC (17 years, 3 months ago) by chuckv
File size: 225 byte(s)
Log Message:
Fixed Makefile problems with the samples and added several missing makefiles.

File Contents

# User Rev Content
1 tim 1543 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     two.md \
9 tim 2200 water.md \
10     cl.md \
11     mix2.md \
12     mix.md \
13     ssd.md \
14 chrisfen 2248 tap.md
15 tim 1543
16 tim 1549 DEV_ROOT=../../..
17 tim 1543 include $(DEV_ROOT)/make/Makefile
18