ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
devel_omp
/
samples
/
argon
/
Makefile
Revision:
51
Committed:
Fri Oct 8 22:04:25 2004 UTC
(20 years, 9 months ago) by
tim
Original Path:
trunk/samples/argon/Makefile
File size:
307 byte(s)
Log Message:
add Makefile to sample directory
File Contents
#
User
Rev
Content
1
tim
51
Source = \
2
3
RmiSource =
4
5
Main =
6
7
SampleFiles = 500.in \
8
500.md \
9
ar864.in \
10
ar864.md \
11
argonNVT.dump \
12
argonNVT.eor \
13
argonNVT.in \
14
argonNVT.md
15
16
17
DEV_ROOT=../..
18
include $(DEV_ROOT)/make/Makefile
19