--- trunk/OOPSE-4/src/utils/Makefile.in 2005/04/11 16:14:05 2157 +++ trunk/OOPSE-4/src/utils/Makefile.in 2008/02/08 21:33:46 3342 @@ -2,18 +2,21 @@ 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 \ + ElementsTable.cpp \ residentMem.c\ physmem.c @@ -25,6 +28,12 @@ Modules = \ Source = $(MySource) endif +ParallelSource = \ + ElementsTable.cpp \ + fError.c \ + simError.c \ + oopseMPI.F90 + Modules = \ definitions \ oopseMPI \