--- trunk/OOPSE-4/src/utils/Makefile.in 2005/02/04 22:42:12 1974 +++ trunk/OOPSE-4/src/utils/Makefile.in 2006/04/15 21:58:08 2714 @@ -2,18 +2,22 @@ MySource = \ MySource = \ definitions.F90 \ + status.F90 \ + interpolation.F90 \ fError.c \ PropertyMap.cpp \ oopseMPI.F90 \ simError.c \ - status.F90 \ StringUtils.cpp \ vector_class.F90 \ StringTokenizer.cpp \ Utility.cpp \ Trim.cpp \ - BitSet.cpp\ - wildcards.cpp + OOPSEBitSet.cpp \ + MoLocator.cpp \ + wildcards.cpp \ + residentMem.c\ + physmem.c LibObjs = @LIBOBJS@ @@ -23,6 +27,12 @@ RmiSource = Source = $(MySource) endif +Modules = \ + definitions \ + oopseMPI \ + status \ + Vector_class + RmiSource = Main =