ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/debug/Makefile
Revision: 1491
Committed: Mon Aug 16 18:05:58 2010 UTC (15 years, 1 month ago) by chuckv
File size: 166 byte(s)
Log Message:
Adding debugging and tracing tools from protomol to openmd.

File Contents

# User Rev Content
1 chuckv 1491 Package = debug
2    
3     Source = \
4     Backtrace.cpp \
5     Debugger.cpp \
6     Pipe.cpp \
7     Process.cpp
8    
9     RmiSource =
10    
11     Main =
12    
13     DEV_ROOT=../..
14     include $(DEV_ROOT)/make/Makefile
15