ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/types/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 5 months ago) by gezelter
File size: 385 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

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 MakeStamps.cpp \
10 MoleculeStamp.cpp \
11 RigidBodyStamp.cpp \
12 TorsionStamp.cpp \
13 ZconStamp.cpp \
14 AtomType.cpp \
15 DirectionalAtomType.cpp \
16 ShapeAtomType.cpp \
17 CharmmTorsionType.cpp
18
19 RmiSource =
20
21 Main =
22
23 DEV_ROOT=../..
24 include $(DEV_ROOT)/make/Makefile
25