ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/Makefile
Revision: 3430
Committed: Fri Jul 4 20:54:29 2008 UTC (15 years, 11 months ago) by cli2
File size: 411 byte(s)
Log Message:
Changes required for Inversions and Base Atom types.  This will
break OOPSE badly for a few days or so...

File Contents

# Content
1 Package = types
2
3 Source = \
4 AtomStamp.cpp \
5 BendStamp.cpp \
6 BondStamp.cpp \
7 Component.cpp \
8 CutoffGroupStamp.cpp \
9 MoleculeStamp.cpp \
10 RigidBodyStamp.cpp \
11 TorsionStamp.cpp \
12 InversionStamp.cpp \
13 ZconsStamp.cpp \
14 AtomType.cpp \
15 DirectionalAtomType.cpp \
16 ShapeAtomType.cpp \
17 CharmmTorsionType.cpp \
18 FragmentStamp.cpp
19
20 RmiSource =
21
22 Main =
23
24 DEV_ROOT=../..
25 include $(DEV_ROOT)/make/Makefile
26