# Microsoft Developer Studio Project File - Name="xbeach" - Package Owner=<4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Console Application" 0x0103 CFG=xbeach - Win32 Netcdf !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE !MESSAGE NMAKE /f "xbeach.mak". !MESSAGE !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE !MESSAGE NMAKE /f "xbeach.mak" CFG="xbeach - Win32 Netcdf" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "xbeach - Win32 Release" (based on "Win32 (x86) Console Application") !MESSAGE "xbeach - Win32 Debug" (based on "Win32 (x86) Console Application") !MESSAGE "xbeach - Win32 Release_NoMPI" (based on "Win32 (x86) Console Application") !MESSAGE "xbeach - Win32 Netcdf" (based on "Win32 (x86) Console Application") !MESSAGE # Begin Project # PROP AllowPerConfigDependencies 0 # PROP Scc_ProjName "" # PROP Scc_LocalPath "" CPP=cl.exe F90=df.exe RSC=rc.exe !IF "$(CFG)" == "xbeach - Win32 Release" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "Release" # PROP BASE Intermediate_Dir "Release" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release" # PROP Intermediate_Dir "Release" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /compile_only /nologo /warn:nofileopt # ADD F90 /browser /check:bounds /check:power /check:overflow /compile_only /define:"BARRIER" /define:"USEMPI" /define:"HAVE_MPI_WTIME" /fpp /include:"c:\Program Files\MPICH2\include\\" /nologo /real_size:64 /traceback /warn:nofileopt # SUBTRACT F90 /check:underflow # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE RSC /l 0x413 /d "NDEBUG" # ADD RSC /l 0x413 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fmpich2s.lib mpi.lib /nologo /stack:0x5f5e100 /subsystem:console /machine:I386 /libpath:"c:\Program Files\MPICH2\lib\\" # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "xbeach - Win32 Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "Debug" # PROP BASE Intermediate_Dir "Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /check:bounds /compile_only /dbglibs /debug:full /nologo /traceback /warn:argument_checking /warn:nofileopt # ADD F90 /browser /check:bounds /check:power /check:overflow /compile_only /dbglibs /debug:full /fltconsistency /fpconstant /fpe:0 /fpp /nologo /real_size:64 /traceback /warn:argument_checking /warn:declarations /warn:nofileopt /warn:unused # SUBTRACT F90 /check:underflow # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x413 /d "_DEBUG" # ADD RSC /l 0x413 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /debug /machine:I386 /pdbtype:sept # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "xbeach - Win32 Release_NoMPI" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 0 # PROP BASE Output_Dir "xbeach___Win32_Release_NoMPI" # PROP BASE Intermediate_Dir "xbeach___Win32_Release_NoMPI" # PROP BASE Ignore_Export_Lib 0 # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 # PROP Output_Dir "Release_NoMPI" # PROP Intermediate_Dir "Release_NoMPI" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /browser /check:bounds /check:power /check:overflow /compile_only /define:"BARRIER" /define:"USEMPI" /define:"HAVE_MPI_WTIME" /fpp /include:"c:\Program Files\MPICH2\include\\" /nologo /real_size:64 /traceback /warn:nofileopt # SUBTRACT BASE F90 /check:underflow # ADD F90 /browser /check:bounds /check:power /check:overflow /compile_only /fpp /list /nologo /real_size:64 /show:include /traceback /warn:nofileopt # SUBTRACT F90 /check:underflow # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c # ADD BASE RSC /l 0x413 /d "NDEBUG" # ADD RSC /l 0x413 /d "NDEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fmpich2s.lib mpi.lib /nologo /stack:0x5f5e100 /subsystem:console /machine:I386 /libpath:"c:\Program Files\MPICH2\lib\\" # SUBTRACT BASE LINK32 /pdb:none # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /stack:0x5f5e100 /subsystem:console /machine:I386 # SUBTRACT LINK32 /pdb:none !ELSEIF "$(CFG)" == "xbeach - Win32 Netcdf" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 # PROP BASE Output_Dir "xbeach___Win32_Netcdf" # PROP BASE Intermediate_Dir "xbeach___Win32_Netcdf" # PROP BASE Ignore_Export_Lib 0 # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 # PROP Output_Dir "xbeach___Win32_Netcdf" # PROP Intermediate_Dir "xbeach___Win32_Netcdf" # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE F90 /browser /check:bounds /check:power /check:overflow /compile_only /dbglibs /debug:full /fltconsistency /fpconstant /fpe:0 /fpp /nologo /real_size:64 /traceback /warn:argument_checking /warn:declarations /warn:nofileopt /warn:unused # SUBTRACT BASE F90 /check:underflow # ADD F90 /assume:underscore /browser /check:bounds /check:power /check:overflow /compile_only /dbglibs /debug:full /define:"DLL_NETCDF" /define:"USENETCDF" /fltconsistency /fpconstant /fpe:0 /fpp /iface:nomixed_str_len_arg /include:"..\lib\win32\vs" /names:lowercase /nologo /real_size:64 /traceback /warn:argument_checking /warn:declarations /warn:nofileopt /warn:unused # SUBTRACT F90 /check:underflow # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c # ADD BASE RSC /l 0x413 /d "_DEBUG" # ADD RSC /l 0x413 /d "_DEBUG" BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /stack:0x3d0900 /subsystem:console /debug /machine:I386 /pdbtype:sept # SUBTRACT BASE LINK32 /pdb:none # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib netcdf.lib /nologo /stack:0x3d0900 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"lib\win32\vs\pg" # SUBTRACT LINK32 /pdb:none # Begin Special Build Tool OutDir=.\xbeach___Win32_Netcdf SOURCE="$(InputPath)" PostBuild_Cmds=copy lib\win32\VS6\pg\*.dll $(OutDir) copy lib\win32\all\hdf5\dll\*.dll $(OutDir) copy lib\win32\all\szip\dll\*.dll $(OutDir) # End Special Build Tool !ENDIF # Begin Target # Name "xbeach - Win32 Release" # Name "xbeach - Win32 Debug" # Name "xbeach - Win32 Release_NoMPI" # Name "xbeach - Win32 Netcdf" # Begin Group "netcdff90" # PROP Default_Filter "f90" # Begin Source File SOURCE=.\lib\win32\netcdff90\netcdf.f90 DEP_F90_NETCD=\ ".\lib\win32\netcdff90\netcdf_attributes.f90"\ ".\lib\win32\netcdff90\netcdf_constants.f90"\ ".\lib\win32\netcdff90\netcdf_dims.f90"\ ".\lib\win32\netcdff90\netcdf_expanded.f90"\ ".\lib\win32\netcdff90\netcdf_externals.f90"\ ".\lib\win32\netcdff90\netcdf_file.f90"\ ".\lib\win32\netcdff90\netcdf_overloads.f90"\ ".\lib\win32\netcdff90\netcdf_text_variables.f90"\ ".\lib\win32\netcdff90\netcdf_variables.f90"\ ".\lib\win32\netcdff90\netcdf_visibility.f90"\ NODEP_F90_NETCD=\ ".\xbeach___Win32_Netcdf\typeSizes.mod"\ !IF "$(CFG)" == "xbeach - Win32 Release" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Debug" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Release_NoMPI" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Netcdf" !ENDIF # End Source File # Begin Source File SOURCE=.\postprocess.F90 DEP_F90_POSTP=\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\spaceparams.mod"\ # End Source File # Begin Source File SOURCE=.\lib\win32\netcdff90\typeSizes.f90 !IF "$(CFG)" == "xbeach - Win32 Release" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Debug" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Release_NoMPI" # PROP Exclude_From_Build 1 !ELSEIF "$(CFG)" == "xbeach - Win32 Netcdf" !ENDIF # End Source File # End Group # Begin Source File SOURCE=.\boundaryconditions.f90 DEP_F90_BOUND=\ ".\Debug\interp.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\wave_timestep_module.mod"\ ".\Debug\waveparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\nh_pars.inc"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_BOUND=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\constants.f90 # End Source File # Begin Source File SOURCE=.\drifters.f90 DEP_F90_DRIFT=\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_DRIFT=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\filefunctions.F90 DEP_F90_FILEF=\ ".\Debug\logging_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\flow_secondorder.F90 DEP_F90_FLOW_=\ ".\Debug\params.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\nh_pars.inc"\ # End Source File # Begin Source File SOURCE=.\flow_timestep.f90 DEP_F90_FLOW_T=\ ".\Debug\boundaryconditions.mod"\ ".\Debug\flow_secondorder_module.mod"\ ".\Debug\nonh_module.mod"\ ".\Debug\params.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_FLOW_T=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\general_fileio.F90 # End Source File # Begin Source File SOURCE=.\general_mpi.F90 DEP_F90_GENER=\ ".\Debug\xmpi_module.mod"\ NODEP_F90_GENER=\ ".\Debug\mpi.mod"\ # End Source File # Begin Source File SOURCE=.\groundwater.f90 DEP_F90_GROUN=\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\initialize.f90 DEP_F90_INITI=\ ".\Debug\interp.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\wave_timestep_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\interp.f90 # End Source File # Begin Source File SOURCE=.\logging.F90 DEP_F90_LOGGI=\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\math_tools.f90 DEP_F90_MATH_=\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\mnemonic.F90 NODEP_F90_MNEMO=\ ".\chartoindex.gen"\ ".\mnemonic.gen"\ # End Source File # Begin Source File SOURCE=.\morphevolution.f90 DEP_F90_MORPH=\ ".\Debug\interp.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_MORPH=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\ncoutput.F90 DEP_F90_NCOUT=\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\postprocessmod.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\timestep_module.mod"\ NODEP_F90_NCOUT=\ ".\Debug\config.h"\ ".\Debug\netcdf.mod"\ # End Source File # Begin Source File SOURCE=.\nonh.F90 DEP_F90_NONH_=\ ".\Debug\flow_secondorder_module.mod"\ ".\Debug\params.mod"\ ".\Debug\solver_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\wave_timestep_module.mod"\ ".\nh_pars.inc"\ # End Source File # Begin Source File SOURCE=.\params.f90 DEP_F90_PARAM=\ ".\Debug\filefunctions.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\readkey.f90 DEP_F90_READK=\ ".\Debug\logging_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\readtide.f90 DEP_F90_READT=\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_READT=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\readwind.F90 DEP_F90_READW=\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_READW=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\roelvink.f90 DEP_F90_ROELV=\ ".\Debug\params.mod"\ ".\Debug\spaceparams.mod"\ # End Source File # Begin Source File SOURCE=.\solver.F90 DEP_F90_SOLVE=\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\xmpi_module.mod"\ ".\nh_pars.inc"\ # End Source File # Begin Source File SOURCE=.\spaceparams.F90 DEP_F90_SPACE=\ ".\Debug\general_mpi_module.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\xmpi_module.mod"\ NODEP_F90_SPACE=\ ".\indextos.gen"\ ".\space_alloc_arrays.gen"\ ".\space_alloc_scalars.gen"\ ".\spacedecl.gen"\ # End Source File # Begin Source File SOURCE=.\timestep.f90 DEP_F90_TIMES=\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\varianceupdate.F90 DEP_F90_VARIA=\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\postprocessmod.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\timestep_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\varoutput.f90 DEP_F90_VAROU=\ ".\Debug\logging_module.mod"\ ".\Debug\means_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\timestep_module.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\wave_stationary.f90 DEP_F90_WAVE_=\ ".\Debug\logging_module.mod"\ ".\Debug\params.mod"\ ".\Debug\roelvink_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\wave_timestep_module.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_WAVE_=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\wave_timestep.f90 DEP_F90_WAVE_T=\ ".\Debug\interp.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\mnemmodule.mod"\ ".\Debug\params.mod"\ ".\Debug\roelvink_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ ".\s.ind"\ ".\s.inp"\ NODEP_F90_WAVE_T=\ ".\space_ind.gen"\ ".\space_inp.gen"\ # End Source File # Begin Source File SOURCE=.\waveparams.f90 DEP_F90_WAVEP=\ ".\Debug\interp.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\math_tools.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\xmpi_module.mod"\ # End Source File # Begin Source File SOURCE=.\xbeach.f90 DEP_F90_XBEAC=\ ".\Debug\boundaryconditions.mod"\ ".\Debug\drifter_module.mod"\ ".\Debug\flow_timestep_module.mod"\ ".\Debug\groundwaterflow.mod"\ ".\Debug\initialize.mod"\ ".\Debug\logging_module.mod"\ ".\Debug\means_module.mod"\ ".\Debug\morphevolution.mod"\ ".\Debug\ncoutput_module.mod"\ ".\Debug\outputmod.mod"\ ".\Debug\params.mod"\ ".\Debug\readkey_module.mod"\ ".\Debug\readtide_module.mod"\ ".\Debug\readwind_module.mod"\ ".\Debug\spaceparams.mod"\ ".\Debug\timestep_module.mod"\ ".\Debug\wave_stationary_module.mod"\ ".\Debug\wave_timestep_module.mod"\ ".\Debug\xmpi_module.mod"\ ".\version.dat"\ ".\version.def"\ NODEP_F90_XBEAC=\ ".\Debug\config.h"\ # End Source File # Begin Source File SOURCE=.\xmpi.F90 NODEP_F90_XMPI_=\ ".\Debug\mpi.mod"\ # End Source File # End Target # End Project