--- trunk/OOPSE-4/src/utils/Makefile.in 2005/01/14 21:13:24 1951 +++ trunk/OOPSE-4/src/utils/Makefile.in 2005/04/12 21:28:07 2180 @@ -11,7 +11,12 @@ MySource = \ vector_class.F90 \ StringTokenizer.cpp \ Utility.cpp \ - Trim.cpp + Trim.cpp \ + BitSet.cpp \ + MoLocator.cpp \ + wildcards.cpp \ + residentMem.c\ + physmem.c LibObjs = @LIBOBJS@ @@ -21,6 +26,12 @@ RmiSource = Source = $(MySource) endif +Modules = \ + definitions \ + oopseMPI \ + status \ + Vector_class + RmiSource = Main =