ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/alkane/Makefile
Revision: 51
Committed: Fri Oct 8 22:04:25 2004 UTC (20 years, 9 months ago) by tim
File size: 181 byte(s)
Log Message:
add Makefile to sample directory

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 SampleFiles = \
8 butane.md \
9 butane.in \
10 alkanes.md
11
12
13 DEV_ROOT=../..
14 include $(DEV_ROOT)/make/Makefile
15