ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/samples/cutoff/Makefile
Revision: 3146
Committed: Sat Jun 2 20:53:20 2007 UTC (17 years, 3 months ago) by chuckv
File size: 222 byte(s)
Log Message:
Fixed Makefile problems with the samples and added several missing makefiles.

File Contents

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