⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 specdecomp.001

📁 Fortran编的波动方程正演模拟,一维的数值算法
💻 001
字号:
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Console Application" 0x0103

!IF "$(CFG)" == ""
CFG=specdecomp - Win32 Debug
!MESSAGE No configuration specified.  Defaulting to specdecomp - Win32 Debug.
!ENDIF 

!IF "$(CFG)" != "specdecomp - Win32 Release" && "$(CFG)" !=\
 "specdecomp - Win32 Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line.  For example:
!MESSAGE 
!MESSAGE NMAKE /f "specdecomp.mak" CFG="specdecomp - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "specdecomp - Win32 Release" (based on\
 "Win32 (x86) Console Application")
!MESSAGE "specdecomp - Win32 Debug" (based on\
 "Win32 (x86) Console Application")
!MESSAGE 
!ERROR An invalid configuration is specified.
!ENDIF 

!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE 
NULL=nul
!ENDIF 
################################################################################
# Begin Project
# PROP Target_Last_Scanned "specdecomp - Win32 Debug"
F90=fl32.exe
RSC=rc.exe

!IF  "$(CFG)" == "specdecomp - 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 Target_Dir ""
OUTDIR=.\Release
INTDIR=.\Release

ALL : "$(OUTDIR)\specdecomp.exe"

CLEAN : 
	-@erase ".\Release\specdecomp.exe"
	-@erase ".\Release\sfft.obj"
	-@erase ".\Release\Wavelet.obj"
	-@erase ".\Release\Fft.obj"
	-@erase ".\Release\e_622_02.obj"
	-@erase ".\Release\wind.obj"
	-@erase ".\Release\e_711_01.obj"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

# ADD BASE F90 /Ox /I "Release/" /c /nologo
# ADD F90 /Ox /I "Release/" /c /nologo
F90_PROJ=/Ox /I "Release/" /c /nologo /Fo"Release/" 
F90_OBJS=.\Release/
# ADD BASE RSC /l 0x804 /d "NDEBUG"
# ADD RSC /l 0x804 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/specdecomp.bsc" 
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /machine:I386
# ADD LINK32 kernel32.lib /nologo /subsystem:console /machine:I386
LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:no\
 /pdb:"$(OUTDIR)/specdecomp.pdb" /machine:I386 /out:"$(OUTDIR)/specdecomp.exe" 
LINK32_OBJS= \
	"$(INTDIR)/sfft.obj" \
	"$(INTDIR)/Wavelet.obj" \
	"$(INTDIR)/Fft.obj" \
	"$(INTDIR)/e_622_02.obj" \
	"$(INTDIR)/wind.obj" \
	"$(INTDIR)/e_711_01.obj"

"$(OUTDIR)\specdecomp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ELSEIF  "$(CFG)" == "specdecomp - 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 Target_Dir ""
OUTDIR=.\Debug
INTDIR=.\Debug

ALL : "$(OUTDIR)\specdecomp.exe"

CLEAN : 
	-@erase ".\Debug\specdecomp.exe"
	-@erase ".\Debug\e_622_02.obj"
	-@erase ".\Debug\Wavelet.obj"
	-@erase ".\Debug\sfft.obj"
	-@erase ".\Debug\Fft.obj"
	-@erase ".\Debug\wind.obj"
	-@erase ".\Debug\e_711_01.obj"
	-@erase ".\Debug\specdecomp.ilk"
	-@erase ".\Debug\specdecomp.pdb"

"$(OUTDIR)" :
    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"

# ADD BASE F90 /Zi /I "Debug/" /c /nologo
# ADD F90 /Zi /I "Debug/" /c /nologo
F90_PROJ=/Zi /I "Debug/" /c /nologo /Fo"Debug/" /Fd"Debug/specdecomp.pdb" 
F90_OBJS=.\Debug/
# ADD BASE RSC /l 0x804 /d "_DEBUG"
# ADD RSC /l 0x804 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
BSC32_FLAGS=/nologo /o"$(OUTDIR)/specdecomp.bsc" 
BSC32_SBRS=
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:console /debug /machine:I386
# ADD LINK32 kernel32.lib /nologo /subsystem:console /debug /machine:I386
LINK32_FLAGS=kernel32.lib /nologo /subsystem:console /incremental:yes\
 /pdb:"$(OUTDIR)/specdecomp.pdb" /debug /machine:I386\
 /out:"$(OUTDIR)/specdecomp.exe" 
LINK32_OBJS= \
	"$(INTDIR)/e_622_02.obj" \
	"$(INTDIR)/Wavelet.obj" \
	"$(INTDIR)/sfft.obj" \
	"$(INTDIR)/Fft.obj" \
	"$(INTDIR)/wind.obj" \
	"$(INTDIR)/e_711_01.obj"

"$(OUTDIR)\specdecomp.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
    $(LINK32) @<<
  $(LINK32_FLAGS) $(LINK32_OBJS)
<<

!ENDIF 

.for{$(F90_OBJS)}.obj:
   $(F90) $(F90_PROJ) $<  

.f{$(F90_OBJS)}.obj:
   $(F90) $(F90_PROJ) $<  

.f90{$(F90_OBJS)}.obj:
   $(F90) $(F90_PROJ) $<  

################################################################################
# Begin Target

# Name "specdecomp - Win32 Release"
# Name "specdecomp - Win32 Debug"

!IF  "$(CFG)" == "specdecomp - Win32 Release"

!ELSEIF  "$(CFG)" == "specdecomp - Win32 Debug"

!ENDIF 

################################################################################
# Begin Source File

SOURCE=.\wind.for

"$(INTDIR)\wind.obj" : $(SOURCE) "$(INTDIR)"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\sfft.for

"$(INTDIR)\sfft.obj" : $(SOURCE) "$(INTDIR)"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Fft.for

"$(INTDIR)\Fft.obj" : $(SOURCE) "$(INTDIR)"


# End Source File
################################################################################
# Begin Source File

SOURCE=.\Wavelet.for

"$(INTDIR)\Wavelet.obj" : $(SOURCE) "$(INTDIR)"


# End Source File
################################################################################
# Begin Source File

SOURCE="\netyi\Fortran77和90_95编程入门\example\e_622_02.f"

"$(INTDIR)\e_622_02.obj" : $(SOURCE) "$(INTDIR)"
   $(F90) $(F90_PROJ) $(SOURCE)


# End Source File
################################################################################
# Begin Source File

SOURCE="\netyi\Fortran77和90_95编程入门\example\e_711_01.f90"

"$(INTDIR)\e_711_01.obj" : $(SOURCE) "$(INTDIR)"
   $(F90) $(F90_PROJ) $(SOURCE)


# End Source File
# End Target
# End Project
################################################################################

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -