ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/types/Makefile
Revision: 1833
Committed: Thu Dec 2 16:53:56 2004 UTC (19 years, 9 months ago) by tim
File size: 345 byte(s)
Log Message:
oopse get built

File Contents

# User Rev Content
1 gezelter 1490 Source = \
2     AtomStamp.cpp \
3     BendStamp.cpp \
4     BondStamp.cpp \
5     Component.cpp \
6     CutoffGroupStamp.cpp \
7     MakeStamps.cpp \
8     MoleculeStamp.cpp \
9     RigidBodyStamp.cpp \
10     TorsionStamp.cpp \
11     ZconStamp.cpp \
12 gezelter 1632 AtomType.cpp \
13 tim 1833 DirectionalAtomType.cpp \
14 gezelter 1652 ShapeAtomType.cpp \
15 gezelter 1490
16     RmiSource =
17    
18     Main =
19    
20 tim 1513 DEV_ROOT=../..
21     include $(DEV_ROOT)/make/Makefile
22