| Revision: | 413 |
| Committed: | Wed Mar 9 17:30:29 2005 UTC (20 years, 9 months ago) by tim |
| Original Path: | trunk/src/selection/Makefile |
| File size: | 276 byte(s) |
| Log Message: | adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ; |
| # | 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 | IndexFinder.cpp \ |
| 11 | SelectionManager.cpp \ |
| 12 | |
| 13 | |
| 14 | RmiSource = |
| 15 | |
| 16 | Main = |
| 17 | |
| 18 | DEV_ROOT=../.. |
| 19 | include $(DEV_ROOT)/make/Makefile |