ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
branches
/
development
/
samples
/
bond-order
/
Makefile
Revision:
1465
Committed:
Fri Jul 9 23:08:25 2010 UTC
(15 years, 2 months ago) by
chuckv
File size:
374 byte(s)
Log Message:
Creating busticated version of OpenMD
File Contents
#
Content
1
Source = \
2
3
RmiSource =
4
5
Main =
6
7
SampleFiles = Ag_Cu_bulkslab_lattice.md \
8
bcc.md \
9
fcc.md \
10
hcp.md \
11
icosahedron.md \
12
metals.md \
13
sc.md \
14
surface_icosahedron.md \
15
tet.md \
16
Readme.txt
17
18
19
DEV_ROOT=../..
20
include $(DEV_ROOT)/make/Makefile
21