ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/profiling/Makefile
Revision: 3342
Committed: Fri Feb 8 21:33:46 2008 UTC (16 years, 4 months ago) by gezelter
File size: 178 byte(s)
Log Message:
updating configure process

File Contents

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