ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/samples/cutoff/Makefile
Revision: 856
Committed: Thu Jan 12 20:01:48 2006 UTC (19 years, 6 months ago) by gezelter
File size: 252 byte(s)
Log Message:
Old makefile.in no longer required

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 SampleFiles = \
8 cutoff_test.in \
9 gb-ar.in \
10 GB-Ar-max.md \
11 GB-Ar-mix.md \
12 GB-Ar-traditional.md \
13 gb.md \
14 lj.md \
15 max.md \
16 mix.md \
17 traditional.md \
18
19
20 DEV_ROOT=../..
21 include $(DEV_ROOT)/make/Makefile
22