ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/devel_omp/src/profiling/Makefile
Revision: 1225
Committed: Fri Feb 8 21:33:46 2008 UTC (17 years, 7 months ago) by gezelter
Original Path: trunk/src/profiling/Makefile
File size: 178 byte(s)
Log Message:
updating configure process

File Contents

# User Rev Content
1 gezelter 267 Package = profiling
2    
3 gezelter 2 Source = \
4     mdProfile.cpp \
5     timing.F90 \
6    
7 gezelter 1225 ParallelSource = \
8     mdProfile.cpp
9    
10 gezelter 2 RmiSource =
11    
12     Main =
13    
14 tim 24 DEV_ROOT=../..
15     include $(DEV_ROOT)/make/Makefile
16