ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/selection/Makefile
Revision: 1412
Committed: Mon Mar 22 18:45:39 2010 UTC (15 years, 5 months ago) by gezelter
Original Path: trunk/src/selection/Makefile
File size: 303 byte(s)
Log Message:
Adding a hull finder to the selection syntax

File Contents

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