ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
constraints
/
Makefile
Revision:
1225
Committed:
Fri Feb 8 21:33:46 2008 UTC
(17 years, 5 months ago) by
gezelter
File size:
221 byte(s)
Log Message:
updating configure process
File Contents
#
Content
1
Package = constraints
2
3
Source = \
4
Rattle.cpp \
5
ZconstraintForceManager.cpp
6
7
ParallelSource = \
8
ZconstraintForceManager.cpp
9
10
RmiSource =
11
12
Main =
13
14
DEV_ROOT=../..
15
include $(DEV_ROOT)/make/Makefile
16