ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/types/Makefile
Revision: 2469
Committed: Fri Dec 2 15:38:03 2005 UTC (18 years, 7 months ago) by tim
File size: 389 byte(s)
Log Message:
End of the Link --> List
Return of the Oject-Oriented
replace yacc/lex parser with antlr parser

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 ZconsStamp.cpp \
13 AtomType.cpp \
14 DirectionalAtomType.cpp \
15 ShapeAtomType.cpp \
16 CharmmTorsionType.cpp \
17 FragmentStamp.cpp
18
19 RmiSource =
20
21 Main =
22
23 DEV_ROOT=../..
24 include $(DEV_ROOT)/make/Makefile
25