ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/visitors/Makefile
Revision: 267
Committed: Fri Jan 14 21:13:24 2005 UTC (20 years, 8 months ago) by gezelter
Original Path: trunk/src/visitors/Makefile
File size: 217 byte(s)
Log Message:
moved Package variable into subdirectory makefiles to speed up
the building process

File Contents

# User Rev Content
1 gezelter 267 Package = visitors
2    
3 gezelter 2 Source = \
4     AtomVisitor.cpp \
5     CompositeVisitor.cpp \
6     OtherVisitor.cpp \
7     RigidBodyVisitor.cpp \
8     ZconsVisitor.cpp \
9    
10     RmiSource =
11    
12     Main =
13    
14 tim 24 DEV_ROOT=../..
15     include $(DEV_ROOT)/make/Makefile