--- trunk/OOPSE-4/src/utils/Makefile.in 2005/01/14 20:09:26 1946 +++ trunk/OOPSE-4/src/utils/Makefile.in 2008/07/14 12:35:58 3432 @@ -1,15 +1,24 @@ +Package = utils + 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 + Trim.cpp \ + OOPSEBitSet.cpp \ + MoLocator.cpp \ + wildcards.cpp \ + ElementsTable.cpp \ + residentMem.c\ + physmem.c LibObjs = @LIBOBJS@ @@ -19,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 =