ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/bond-order/Makefile
Revision: 1146
Committed: Sat Jun 2 20:53:20 2007 UTC (18 years, 2 months ago) by chuckv
File size: 374 byte(s)
Log Message:
Fixed Makefile problems with the samples and added several missing makefiles.

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