Revision: | 1275 |
Committed: | Fri Jul 4 20:54:29 2008 UTC (17 years, 1 month ago) by cli2 |
Original Path: | trunk/src/primitives/Makefile |
File size: | 312 byte(s) |
Log Message: | Changes required for Inversions and Base Atom types. This will break OOPSE badly for a few days or so... |
# | Content |
---|---|
1 | Package = primitives |
2 | |
3 | Source = \ |
4 | StuntDouble.cpp \ |
5 | Atom.cpp \ |
6 | DirectionalAtom.cpp \ |
7 | RigidBody.cpp \ |
8 | Molecule.cpp \ |
9 | Bend.cpp \ |
10 | GhostBend.cpp \ |
11 | Torsion.cpp \ |
12 | Inversion.cpp \ |
13 | GhostTorsion.cpp \ |
14 | UreyBradleyBend.cpp \ |
15 | |
16 | |
17 | RmiSource = |
18 | |
19 | Main = |
20 | |
21 | DEV_ROOT=../.. |
22 | include $(DEV_ROOT)/make/Makefile |
23 |