ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/water/dimer/Makefile
Revision: 503
Committed: Fri Apr 15 18:33:03 2005 UTC (20 years, 5 months ago) by tim
Original Path: trunk/samples/water/dimer/Makefile
File size: 356 byte(s)
Log Message:
some samples are not installed correctly

File Contents

# User Rev Content
1 tim 51 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     two.md \
9     two.in \
10 tim 503 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     two.in \
20     two.md \
21     water.md \
22 tim 51
23    
24 tim 57 DEV_ROOT=../../..
25 tim 51 include $(DEV_ROOT)/make/Makefile
26