ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/zcons/Makefile
Revision: 57
Committed: Mon Oct 11 14:23:58 2004 UTC (20 years, 9 months ago) by tim
Original Path: trunk/samples/zcons/Makefile
File size: 227 byte(s)
Log Message:
fix Makefile under water directory

File Contents

# User Rev Content
1 tim 51 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     zconsFixed.in \
9     zconsFixed.md \
10     zconsMoving.in \
11 tim 57 zconsMoving.md \
12 tim 51 water.md
13    
14     DEV_ROOT=../..
15     include $(DEV_ROOT)/make/Makefile
16