ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/math/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 5 months ago) by gezelter
File size: 126 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

File Contents

# Content
1 Package = math
2
3 Source = \
4 randomSPRNG.cpp \
5
6 RmiSource =
7
8 Main =
9
10 DEV_ROOT=../..
11 include $(DEV_ROOT)/make/Makefile
12