ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/utils/Makefile
Revision: 1513
Committed: Wed Sep 29 21:55:03 2004 UTC (19 years, 9 months ago) by tim
File size: 282 byte(s)
Log Message:
define DEV_ROOT as relative path

File Contents

# Content
1 Source = \
2 definitions_module.F90 \
3 fError.c \
4 GenericData.cpp \
5 oopseMPI_module.F90 \
6 simError.c \
7 status_module.F90 \
8 StreamTokenizer.cpp \
9 StringUtils.cpp \
10 Utility.cpp \
11 vector_class.F90 \
12
13 RmiSource =
14
15 Main =
16
17 DEV_ROOT=../..
18 include $(DEV_ROOT)/make/Makefile