--- trunk/OOPSE-4/src/utils/Makefile.in 2005/02/02 23:12:01 1964 +++ trunk/OOPSE-4/src/utils/Makefile.in 2008/07/14 12:35:58 3432 @@ -2,17 +2,23 @@ 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 + OOPSEBitSet.cpp \ + MoLocator.cpp \ + wildcards.cpp \ + ElementsTable.cpp \ + residentMem.c\ + physmem.c LibObjs = @LIBOBJS@ @@ -22,6 +28,19 @@ RmiSource = Source = $(MySource) endif +ParallelSource = \ + ElementsTable.cpp \ + fError.c \ + simError.c \ + oopseMPI.F90 + +Modules = \ + definitions \ + oopseMPI \ + status \ + interpolation \ + Vector_class + RmiSource = Main =