ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/constraints/Makefile
Revision: 1951
Committed: Fri Jan 14 21:13:24 2005 UTC (19 years, 6 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

# User Rev Content
1 gezelter 1951 Package = constraints
2    
3 gezelter 1490 Source = \
4 gezelter 1930 Rattle.cpp \
5     ZconstraintForceManager.cpp
6 gezelter 1490
7     RmiSource =
8    
9     Main =
10    
11 tim 1513 DEV_ROOT=../..
12     include $(DEV_ROOT)/make/Makefile
13