ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/utils/Makefile
Revision: 1824
Committed: Thu Dec 2 03:12:25 2004 UTC (19 years, 8 months ago) by tim
File size: 290 byte(s)
Log Message:
replace misuse of using namespace std in header files

File Contents

# Content
1 Source = \
2 definitions.F90 \
3 fError.c \
4 PropertyMap.cpp \
5 oopseMPI.F90 \
6 simError.c \
7 status.F90 \
8 StreamTokenizer.cpp \
9 StringUtils.cpp \
10 vector_class.F90 \
11 StringTokenizer.cpp \
12 Utility.cpp
13
14
15 RmiSource =
16
17 Main =
18
19 DEV_ROOT=../..
20 include $(DEV_ROOT)/make/Makefile