ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/samples/SMIPD/Makefile
Revision: 1405
Committed: Tue Jan 19 22:33:57 2010 UTC (15 years, 6 months ago) by gezelter
Original Path: trunk/samples/SMIPD/Makefile
File size: 372 byte(s)
Log Message:
Fixing the build and install method for samples in Madelung, RNEMD,
zeolite, SMIPD

File Contents

# User Rev Content
1 chuckv 1326 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8 gezelter 1405 Au_nanoparticle_0Pa.md \
9     Au_nanoparticle_10GPa.md \
10     Au_nanoparticle_2GPa.md \
11     Au_nanoparticle_4GPa.md \
12     Au_nanoparticle_6GPa.md \
13     Au_nanoparticle_8GPa.md \
14     metals.md \
15     spce.diff \
16     spce.md \
17     spce_cluster.diff \
18     spce_cluster.md \
19     thiols.md \
20     water.md
21 chuckv 1326
22 gezelter 1405 DEV_ROOT=../..
23 chuckv 1326 include $(DEV_ROOT)/make/Makefile
24