Revision: | 1146 |
Committed: | Sat Jun 2 20:53:20 2007 UTC (18 years, 3 months ago) by chuckv |
File size: | 374 byte(s) |
Log Message: | Fixed Makefile problems with the samples and added several missing makefiles. |
# | User | Rev | Content |
---|---|---|---|
1 | chuckv | 1146 | 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 |