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 1951 by gezelter, Fri Jan 14 21:13:24 2005 UTC vs.
Revision 2709 by gezelter, Fri Apr 14 20:04:31 2006 UTC

# Line 2 | Line 2 | MySource    = \
2  
3   MySource    = \
4          definitions.F90 \
5 +        interpolation.F90 \
6          fError.c \
7          PropertyMap.cpp \
8          oopseMPI.F90 \
# Line 11 | Line 12 | MySource    = \
12          vector_class.F90 \
13          StringTokenizer.cpp \
14          Utility.cpp \
15 <        Trim.cpp
15 >        Trim.cpp \
16 >        OOPSEBitSet.cpp \
17 >        MoLocator.cpp \
18 >        wildcards.cpp \
19 >        residentMem.c\
20 >        physmem.c
21  
22   LibObjs = @LIBOBJS@
23  
# Line 21 | Line 27 | RmiSource =
27     Source = $(MySource)
28   endif
29  
30 + Modules = \
31 +        definitions \
32 +        oopseMPI \
33 +        status \
34 +        Vector_class
35 +
36   RmiSource =
37  
38   Main      =

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines