ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/metals/EAM/nanoparticle/Makefile
Revision: 2551
Committed: Thu Jan 12 16:04:02 2006 UTC (18 years, 5 months ago) by tim
File size: 313 byte(s)
Log Message:
fix make install problem for metals samples

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 SampleFiles = \
8 Au-Core-Ag-Shell_Nanoparticle.in \
9 Au-Core-Ag-Shell_Nanoparticle.md \
10 Au_nanoparticle.in \
11 Au_nanoparticle.md \
12 metals.md
13
14 DEV_ROOT=../../../..
15 include $(DEV_ROOT)/make/Makefile
16