ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/utils/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-4/src/utils/Makefile.in (file contents):
Revision 2180 by gezelter, Tue Apr 12 21:28:07 2005 UTC vs.
Revision 3342 by gezelter, Fri Feb 8 21:33:46 2008 UTC

# Line 2 | Line 2 | MySource    = \
2  
3   MySource    = \
4          definitions.F90 \
5 +        status.F90 \
6 +        interpolation.F90 \
7          fError.c \
8          PropertyMap.cpp \
9          oopseMPI.F90 \
10          simError.c \
9        status.F90 \
11          StringUtils.cpp \
12          vector_class.F90 \
13          StringTokenizer.cpp \
14          Utility.cpp \
15          Trim.cpp \
16 <        BitSet.cpp \
16 >        OOPSEBitSet.cpp \
17          MoLocator.cpp \
18          wildcards.cpp \
19 +        ElementsTable.cpp \
20          residentMem.c\
21          physmem.c
22  
# Line 26 | Line 28 | Modules = \
28     Source = $(MySource)
29   endif
30  
31 + ParallelSource = \
32 +        ElementsTable.cpp \
33 +        fError.c \
34 +        simError.c \
35 +        oopseMPI.F90
36 +
37   Modules = \
38          definitions \
39          oopseMPI \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines