ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/samples/gbljtest/Makefile
Revision: 2556
Committed: Thu Jan 12 20:02:03 2006 UTC (18 years, 5 months ago) by gezelter
File size: 282 byte(s)
Log Message:
Missing Makefile in this sample directory

File Contents

# Content
1 Source = \
2
3 RmiSource =
4
5 Main =
6
7 SampleFiles = \
8 2gb.in \
9 2gb.md \
10 gb2lj1.in \
11 gb2lj1.md \
12 gb.md \
13 gbRotRoundX.in \
14 gbRotRoundX.md \
15 gbRotRoundY.in \
16 gbRotRoundY.md \
17 gbRotRoundZ.in \
18 gbRotRoundZ.md \
19 lj.md \
20
21
22 DEV_ROOT=../..
23 include $(DEV_ROOT)/make/Makefile
24