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

File Contents

# Content
1 Package = primitives
2
3 Source = \
4 StuntDouble.cpp \
5 Atom.cpp \
6 DirectionalAtom.cpp \
7 RigidBody.cpp \
8 Molecule.cpp \
9 Bend.cpp \
10 GhostBend.cpp \
11 Torsion.cpp \
12 UreyBradleyBend.cpp
13
14
15 RmiSource =
16
17 Main =
18
19 DEV_ROOT=../..
20 include $(DEV_ROOT)/make/Makefile
21