ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/constraints/Makefile
Revision: 24
Committed: Wed Sep 29 21:55:03 2004 UTC (20 years, 9 months ago) by tim
Original Path: trunk/src/constraints/Makefile
File size: 110 byte(s)
Log Message:
define DEV_ROOT as relative path

File Contents

# User Rev Content
1 gezelter 2 Source = \
2     ZConstraint.cpp \
3    
4     RmiSource =
5    
6     Main =
7    
8 tim 24 DEV_ROOT=../..
9     include $(DEV_ROOT)/make/Makefile
10