ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/cutoff/Makefile
Revision: 2555
Committed: Thu Jan 12 20:01:48 2006 UTC (18 years, 5 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