ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
samples
/
builders
/
Makefile
Revision:
1397
Committed:
Mon Dec 7 22:11:59 2009 UTC
(15 years, 7 months ago) by
gezelter
File size:
209 byte(s)
Log Message:
more changes to fix build process and divorce ourselves from CVS
File Contents
#
Content
1
Source = \
2
3
RmiSource =
4
5
Main =
6
7
SampleFiles = runMe \
8
bimetallic.md \
9
gold.md \
10
lj.md \
11
metals.md \
12
one_component.md \
13
three_component.md \
14
15
16
17
DEV_ROOT=../..
18
include $(DEV_ROOT)/make/Makefile
19