ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/selection/Makefile
Revision: 1999
Committed: Fri Feb 11 22:39:03 2005 UTC (19 years, 5 months ago) by tim
File size: 257 byte(s)
Log Message:
adding beginSelected, nextSelected method to SelectionManager

File Contents

# User Rev Content
1 tim 1984 Package = selection
2    
3     Source = \
4     Token.cpp \
5     TokenMap.cpp \
6     SelectionCompiler.cpp \
7     SelectionEvaluator.cpp \
8     NameFinder.cpp \
9     DistanceFinder.cpp \
10 tim 1999 SelectionManager.cpp \
11    
12 tim 1984
13     RmiSource =
14    
15     Main =
16    
17     DEV_ROOT=../..
18     include $(DEV_ROOT)/make/Makefile