ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/restraints/Makefile
Revision: 2101
Committed: Thu Mar 10 15:10:24 2005 UTC (19 years, 3 months ago) by chrisfen
File size: 166 byte(s)
Log Message:
First commit of the new restraints code

File Contents

# Content
1 Package = restraints
2
3 Source = \
4 Restraints.cpp \
5 ThermoIntegrationForceManager.cpp
6
7 RmiSource =
8
9 Main =
10
11 DEV_ROOT=../..
12 include $(DEV_ROOT)/make/Makefile
13