ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
OpenMD
/
trunk
/
src
/
constraints
/
Makefile
Revision:
267
Committed:
Fri Jan 14 21:13:24 2005 UTC
(20 years, 4 months ago) by
gezelter
File size:
172 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up the building process
File Contents
#
Content
1
Package = constraints
2
3
Source = \
4
Rattle.cpp \
5
ZconstraintForceManager.cpp
6
7
RmiSource =
8
9
Main =
10
11
DEV_ROOT=../..
12
include $(DEV_ROOT)/make/Makefile
13