392 lines
9.8 KiB
Makefile
392 lines
9.8 KiB
Makefile
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
|
|
# ** DO NOT EDIT **
|
|
|
|
# TARGTYPE "Win32 (x86) Static Library" 0x0104
|
|
|
|
!IF "$(CFG)" == ""
|
|
CFG=analytic - Win32 Debug
|
|
!MESSAGE No configuration specified. Defaulting to analytic - Win32 Debug.
|
|
!ENDIF
|
|
|
|
!IF "$(CFG)" != "analytic - Win32 Release" && "$(CFG)" !=\
|
|
"analytic - 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 "analytic.mak" CFG="analytic - Win32 Debug"
|
|
!MESSAGE
|
|
!MESSAGE Possible choices for configuration are:
|
|
!MESSAGE
|
|
!MESSAGE "analytic - Win32 Release" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE "analytic - Win32 Debug" (based on "Win32 (x86) Static Library")
|
|
!MESSAGE
|
|
!ERROR An invalid configuration is specified.
|
|
!ENDIF
|
|
|
|
!IF "$(OS)" == "Windows_NT"
|
|
NULL=
|
|
!ELSE
|
|
NULL=nul
|
|
!ENDIF
|
|
################################################################################
|
|
# Begin Project
|
|
# PROP Target_Last_Scanned "analytic - Win32 Debug"
|
|
CPP=cl.exe
|
|
|
|
!IF "$(CFG)" == "analytic - 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)\analytic.lib"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Bond.obj"
|
|
-@erase "$(INTDIR)\Catmull.obj"
|
|
-@erase "$(INTDIR)\Coupon.obj"
|
|
-@erase "$(INTDIR)\Instrmnt.obj"
|
|
-@erase "$(INTDIR)\Money.obj"
|
|
-@erase "$(INTDIR)\Pairs.obj"
|
|
-@erase "$(INTDIR)\portflio.obj"
|
|
-@erase "$(INTDIR)\Zbond.obj"
|
|
-@erase "$(OUTDIR)\analytic.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c
|
|
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
|
|
/Fp"$(INTDIR)/analytic.pch" /YX /Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\Release/
|
|
CPP_SBRS=.\.
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/analytic.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
# ADD BASE LIB32 /nologo
|
|
# ADD LIB32 /nologo
|
|
LIB32_FLAGS=/nologo /out:"$(OUTDIR)/analytic.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Bond.obj" \
|
|
"$(INTDIR)\Catmull.obj" \
|
|
"$(INTDIR)\Coupon.obj" \
|
|
"$(INTDIR)\Instrmnt.obj" \
|
|
"$(INTDIR)\Money.obj" \
|
|
"$(INTDIR)\Pairs.obj" \
|
|
"$(INTDIR)\portflio.obj" \
|
|
"$(INTDIR)\Zbond.obj"
|
|
|
|
"$(OUTDIR)\analytic.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ELSEIF "$(CFG)" == "analytic - 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 "msvcobj"
|
|
# PROP Intermediate_Dir "msvcobj"
|
|
# PROP Target_Dir ""
|
|
OUTDIR=.\msvcobj
|
|
INTDIR=.\msvcobj
|
|
|
|
ALL : "..\exe\analytic.lib"
|
|
|
|
CLEAN :
|
|
-@erase "$(INTDIR)\Bond.obj"
|
|
-@erase "$(INTDIR)\Catmull.obj"
|
|
-@erase "$(INTDIR)\Coupon.obj"
|
|
-@erase "$(INTDIR)\Instrmnt.obj"
|
|
-@erase "$(INTDIR)\Money.obj"
|
|
-@erase "$(INTDIR)\Pairs.obj"
|
|
-@erase "$(INTDIR)\portflio.obj"
|
|
-@erase "$(INTDIR)\Zbond.obj"
|
|
-@erase "..\exe\analytic.lib"
|
|
|
|
"$(OUTDIR)" :
|
|
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
|
|
|
|
# ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /c
|
|
# ADD CPP /nologo /GX /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "STRICT" /D "__FLAT__" /YX /c
|
|
CPP_PROJ=/nologo /MLd /GX /Z7 /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\
|
|
"STRICT" /D "__FLAT__" /Fp"$(INTDIR)/analytic.pch" /YX /Fo"$(INTDIR)/" /c
|
|
CPP_OBJS=.\msvcobj/
|
|
CPP_SBRS=.\.
|
|
BSC32=bscmake.exe
|
|
# ADD BASE BSC32 /nologo
|
|
# ADD BSC32 /nologo
|
|
BSC32_FLAGS=/nologo /o"$(OUTDIR)/analytic.bsc"
|
|
BSC32_SBRS= \
|
|
|
|
LIB32=link.exe -lib
|
|
# ADD BASE LIB32 /nologo
|
|
# ADD LIB32 /nologo /out:"..\exe\analytic.lib"
|
|
LIB32_FLAGS=/nologo /out:"..\exe\analytic.lib"
|
|
LIB32_OBJS= \
|
|
"$(INTDIR)\Bond.obj" \
|
|
"$(INTDIR)\Catmull.obj" \
|
|
"$(INTDIR)\Coupon.obj" \
|
|
"$(INTDIR)\Instrmnt.obj" \
|
|
"$(INTDIR)\Money.obj" \
|
|
"$(INTDIR)\Pairs.obj" \
|
|
"$(INTDIR)\portflio.obj" \
|
|
"$(INTDIR)\Zbond.obj"
|
|
|
|
"..\exe\analytic.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
|
|
$(LIB32) @<<
|
|
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
|
|
<<
|
|
|
|
!ENDIF
|
|
|
|
.c{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_OBJS)}.obj:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.c{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cpp{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
.cxx{$(CPP_SBRS)}.sbr:
|
|
$(CPP) $(CPP_PROJ) $<
|
|
|
|
################################################################################
|
|
# Begin Target
|
|
|
|
# Name "analytic - Win32 Release"
|
|
# Name "analytic - Win32 Debug"
|
|
|
|
!IF "$(CFG)" == "analytic - Win32 Release"
|
|
|
|
!ELSEIF "$(CFG)" == "analytic - Win32 Debug"
|
|
|
|
!ENDIF
|
|
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Zbond.cpp
|
|
|
|
!IF "$(CFG)" == "analytic - Win32 Release"
|
|
|
|
DEP_CPP_ZBOND=\
|
|
{$(INCLUDE)}"\.\bond.hpp"\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\.\instrmnt.hpp"\
|
|
{$(INCLUDE)}"\.\rate.hpp"\
|
|
{$(INCLUDE)}"\.\zbond.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\math.hpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Zbond.obj" : $(SOURCE) $(DEP_CPP_ZBOND) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "analytic - Win32 Debug"
|
|
|
|
DEP_CPP_ZBOND=\
|
|
{$(INCLUDE)}"\.\bond.hpp"\
|
|
{$(INCLUDE)}"\.\zbond.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\math.hpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Zbond.obj" : $(SOURCE) $(DEP_CPP_ZBOND) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Catmull.cpp
|
|
DEP_CPP_CATMU=\
|
|
{$(INCLUDE)}"\.\catmull.hpp"\
|
|
{$(INCLUDE)}"\.\pairs.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Catmull.obj" : $(SOURCE) $(DEP_CPP_CATMU) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Coupon.cpp
|
|
DEP_CPP_COUPO=\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Coupon.obj" : $(SOURCE) $(DEP_CPP_COUPO) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Instrmnt.cpp
|
|
DEP_CPP_INSTR=\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\.\instrmnt.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Instrmnt.obj" : $(SOURCE) $(DEP_CPP_INSTR) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Money.cpp
|
|
DEP_CPP_MONEY=\
|
|
{$(INCLUDE)}"\.\money.hpp"\
|
|
{$(INCLUDE)}"\common\stdio.hpp"\
|
|
{$(INCLUDE)}"\common\stdlib.hpp"\
|
|
{$(INCLUDE)}"\common\string.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Money.obj" : $(SOURCE) $(DEP_CPP_MONEY) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Pairs.cpp
|
|
DEP_CPP_PAIRS=\
|
|
{$(INCLUDE)}"\.\pairs.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Pairs.obj" : $(SOURCE) $(DEP_CPP_PAIRS) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\Bond.cpp
|
|
|
|
!IF "$(CFG)" == "analytic - Win32 Release"
|
|
|
|
DEP_CPP_BOND_=\
|
|
{$(INCLUDE)}"\.\bond.hpp"\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\.\instrmnt.hpp"\
|
|
{$(INCLUDE)}"\.\rate.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\math.hpp"\
|
|
{$(INCLUDE)}"\common\stdio.hpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Bond.obj" : $(SOURCE) $(DEP_CPP_BOND_) "$(INTDIR)"
|
|
|
|
|
|
!ELSEIF "$(CFG)" == "analytic - Win32 Debug"
|
|
|
|
DEP_CPP_BOND_=\
|
|
{$(INCLUDE)}"\.\bond.hpp"\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\.\rate.hpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\math.hpp"\
|
|
{$(INCLUDE)}"\common\stdio.hpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\Bond.obj" : $(SOURCE) $(DEP_CPP_BOND_) "$(INTDIR)"
|
|
|
|
|
|
!ENDIF
|
|
|
|
# End Source File
|
|
################################################################################
|
|
# Begin Source File
|
|
|
|
SOURCE=.\portflio.cpp
|
|
DEP_CPP_PORTF=\
|
|
{$(INCLUDE)}"\.\coupon.hpp"\
|
|
{$(INCLUDE)}"\.\freq.hpp"\
|
|
{$(INCLUDE)}"\.\instrmnt.hpp"\
|
|
{$(INCLUDE)}"\.\portflio.hpp"\
|
|
{$(INCLUDE)}"\.\rate.hpp"\
|
|
{$(INCLUDE)}"\common\block.hpp"\
|
|
{$(INCLUDE)}"\common\block.tpp"\
|
|
{$(INCLUDE)}"\common\except.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.hpp"\
|
|
{$(INCLUDE)}"\common\gdata.tpp"\
|
|
{$(INCLUDE)}"\common\math.hpp"\
|
|
{$(INCLUDE)}"\common\pointer.hpp"\
|
|
{$(INCLUDE)}"\common\stdio.hpp"\
|
|
{$(INCLUDE)}"\common\types.hpp"\
|
|
{$(INCLUDE)}"\common\windows.hpp"\
|
|
|
|
|
|
"$(INTDIR)\portflio.obj" : $(SOURCE) $(DEP_CPP_PORTF) "$(INTDIR)"
|
|
|
|
|
|
# End Source File
|
|
# End Target
|
|
# End Project
|
|
################################################################################
|