ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/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

# User Rev Content
1 gezelter 1951 Package = types
2    
3 gezelter 1490 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 tim 2469 ZconsStamp.cpp \
13 gezelter 1632 AtomType.cpp \
14 gezelter 1930 DirectionalAtomType.cpp \
15 gezelter 1652 ShapeAtomType.cpp \
16 tim 2469 CharmmTorsionType.cpp \
17     FragmentStamp.cpp
18 gezelter 1490
19     RmiSource =
20    
21     Main =
22    
23 tim 1513 DEV_ROOT=../..
24     include $(DEV_ROOT)/make/Makefile
25