ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/selection/Makefile
Revision: 1984
Committed: Mon Feb 7 20:31:50 2005 UTC (19 years, 5 months ago) by tim
File size: 231 byte(s)
Log Message:
adding Makefile

File Contents

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