ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/selection/Makefile
Revision: 2469
Committed: Fri Dec 2 15:38:03 2005 UTC (18 years, 9 months ago) by tim
File size: 285 byte(s)
Log Message:
End of the Link --> List
Return of the Oject-Oriented
replace yacc/lex parser with antlr parser

File Contents

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