ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/samples/metals/Makefile
Revision: 1543
Committed: Fri Oct 8 22:04:25 2004 UTC (19 years, 9 months ago) by tim
File size: 387 byte(s)
Log Message:
add Makefile to sample directory

File Contents

# User Rev Content
1 tim 1543 Source = \
2    
3     RmiSource =
4    
5     Main =
6    
7     SampleFiles = \
8     Au_bulk_FBD.md \
9     Au_bulk_voter.md \
10     Au-Core-Ag-Shell_Nanoparticle.md \
11     Au_nanoparticle.md \
12     metals.md \
13     Au_bulk.in \
14     Au-Core-Ag-Shell_Nanoparticle.in \
15     Au_nanoparticle.in
16    
17    
18     DEV_ROOT=../..
19     include $(DEV_ROOT)/make/Makefile
20