--- trunk/OOPSE-4/src/utils/Makefile.in 2006/04/14 20:04:31 2709 +++ trunk/OOPSE-4/src/utils/Makefile.in 2008/07/14 12:35:58 3432 @@ -2,12 +2,12 @@ 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 \ @@ -16,6 +16,7 @@ MySource = \ OOPSEBitSet.cpp \ MoLocator.cpp \ wildcards.cpp \ + ElementsTable.cpp \ residentMem.c\ physmem.c @@ -27,10 +28,17 @@ Modules = \ Source = $(MySource) endif +ParallelSource = \ + ElementsTable.cpp \ + fError.c \ + simError.c \ + oopseMPI.F90 + Modules = \ definitions \ oopseMPI \ status \ + interpolation \ Vector_class RmiSource =