# Microsoft Developer Studio Generated NMAKE File, Based on libapp.dsp !IF "$(CFG)" == "" CFG=libapp - Win32 Debug !MESSAGE No configuration specified. Defaulting to libapp - Win32 Debug. !ENDIF !IF "$(CFG)" != "libapp - Win32 Release" && "$(CFG)" != "libapp - Win32 Debug" !MESSAGE Invalid configuration "$(CFG)" specified. !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 "libapp.mak" CFG="libapp - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "libapp - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "libapp - 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 CPP=cl.exe !IF "$(CFG)" == "libapp - Win32 Release" OUTDIR=.\Release INTDIR=.\Release # Begin Custom Macros OutDir=.\Release # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\libapp.lib" !ELSE ALL : "$(OUTDIR)\libapp.lib" !ENDIF CLEAN : -@erase "$(INTDIR)\app.obj" -@erase "$(INTDIR)\bitset.obj" -@erase "$(INTDIR)\dbg.obj" -@erase "$(INTDIR)\file.obj" -@erase "$(INTDIR)\md5.obj" -@erase "$(INTDIR)\parser.obj" -@erase "$(INTDIR)\resolver.obj" -@erase "$(INTDIR)\sock.obj" -@erase "$(INTDIR)\str.obj" -@erase "$(INTDIR)\stream.obj" -@erase "$(INTDIR)\thread.obj" -@erase "$(INTDIR)\timer.obj" -@erase "$(INTDIR)\types.obj" -@erase "$(INTDIR)\url.obj" -@erase "$(INTDIR)\valmap.obj" -@erase "$(INTDIR)\variant.obj" -@erase "$(INTDIR)\vc50.idb" -@erase "$(OUTDIR)\libapp.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP_PROJ=/nologo /ML /W3 /GR /GX /O2 /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\ "USE_THREADS" /Fp"$(INTDIR)\libapp.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\ /FD /c CPP_OBJS=.\Release/ CPP_SBRS=. BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\libapp.bsc" BSC32_SBRS= \ LIB32=link.exe -lib LIB32_FLAGS=/nologo /out:"$(OUTDIR)\libapp.lib" LIB32_OBJS= \ "$(INTDIR)\app.obj" \ "$(INTDIR)\bitset.obj" \ "$(INTDIR)\dbg.obj" \ "$(INTDIR)\file.obj" \ "$(INTDIR)\md5.obj" \ "$(INTDIR)\parser.obj" \ "$(INTDIR)\resolver.obj" \ "$(INTDIR)\sock.obj" \ "$(INTDIR)\str.obj" \ "$(INTDIR)\stream.obj" \ "$(INTDIR)\thread.obj" \ "$(INTDIR)\timer.obj" \ "$(INTDIR)\types.obj" \ "$(INTDIR)\url.obj" \ "$(INTDIR)\valmap.obj" \ "$(INTDIR)\variant.obj" "$(OUTDIR)\libapp.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) $(LIB32) @<< $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) << !ELSEIF "$(CFG)" == "libapp - Win32 Debug" OUTDIR=.\Debug INTDIR=.\Debug # Begin Custom Macros OutDir=.\Debug # End Custom Macros !IF "$(RECURSE)" == "0" ALL : "$(OUTDIR)\libapp.lib" !ELSE ALL : "$(OUTDIR)\libapp.lib" !ENDIF CLEAN : -@erase "$(INTDIR)\app.obj" -@erase "$(INTDIR)\bitset.obj" -@erase "$(INTDIR)\dbg.obj" -@erase "$(INTDIR)\file.obj" -@erase "$(INTDIR)\md5.obj" -@erase "$(INTDIR)\parser.obj" -@erase "$(INTDIR)\resolver.obj" -@erase "$(INTDIR)\sock.obj" -@erase "$(INTDIR)\str.obj" -@erase "$(INTDIR)\stream.obj" -@erase "$(INTDIR)\thread.obj" -@erase "$(INTDIR)\timer.obj" -@erase "$(INTDIR)\types.obj" -@erase "$(INTDIR)\url.obj" -@erase "$(INTDIR)\valmap.obj" -@erase "$(INTDIR)\variant.obj" -@erase "$(INTDIR)\vc50.idb" -@erase "$(OUTDIR)\libapp.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP_PROJ=/nologo /MTd /W3 /GR /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D\ "USE_THREADS" /Fp"$(INTDIR)\libapp.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\"\ /FD /c CPP_OBJS=.\Debug/ CPP_SBRS=. BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\libapp.bsc" BSC32_SBRS= \ LIB32=link.exe -lib LIB32_FLAGS=/nologo /out:"$(OUTDIR)\libapp.lib" LIB32_OBJS= \ "$(INTDIR)\app.obj" \ "$(INTDIR)\bitset.obj" \ "$(INTDIR)\dbg.obj" \ "$(INTDIR)\file.obj" \ "$(INTDIR)\md5.obj" \ "$(INTDIR)\parser.obj" \ "$(INTDIR)\resolver.obj" \ "$(INTDIR)\sock.obj" \ "$(INTDIR)\str.obj" \ "$(INTDIR)\stream.obj" \ "$(INTDIR)\thread.obj" \ "$(INTDIR)\timer.obj" \ "$(INTDIR)\types.obj" \ "$(INTDIR)\url.obj" \ "$(INTDIR)\valmap.obj" \ "$(INTDIR)\variant.obj" "$(OUTDIR)\libapp.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) $< << !IF "$(CFG)" == "libapp - Win32 Release" || "$(CFG)" == "libapp - Win32 Debug" SOURCE=.\app.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_APP_C=\ ".\app.h"\ ".\Avl.h"\ ".\dbg.h"\ ".\resolver.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\ttree.h"\ ".\types.h"\ "$(INTDIR)\app.obj" : $(SOURCE) $(DEP_CPP_APP_C) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_APP_C=\ ".\app.h"\ ".\Avl.h"\ ".\dbg.h"\ ".\resolver.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\ttree.h"\ ".\types.h"\ "$(INTDIR)\app.obj" : $(SOURCE) $(DEP_CPP_APP_C) "$(INTDIR)" !ENDIF SOURCE=.\bitset.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_BITSE=\ ".\bitset.h"\ ".\dbg.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\bitset.obj" : $(SOURCE) $(DEP_CPP_BITSE) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_BITSE=\ ".\bitset.h"\ ".\dbg.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\bitset.obj" : $(SOURCE) $(DEP_CPP_BITSE) "$(INTDIR)" !ENDIF SOURCE=.\dbg.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_DBG_C=\ ".\dbg.h"\ ".\types.h"\ "$(INTDIR)\dbg.obj" : $(SOURCE) $(DEP_CPP_DBG_C) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_DBG_C=\ ".\dbg.h"\ ".\types.h"\ "$(INTDIR)\dbg.obj" : $(SOURCE) $(DEP_CPP_DBG_C) "$(INTDIR)" !ENDIF SOURCE=.\file.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_FILE_=\ ".\dbg.h"\ ".\file.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\file.obj" : $(SOURCE) $(DEP_CPP_FILE_) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_FILE_=\ ".\dbg.h"\ ".\file.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\file.obj" : $(SOURCE) $(DEP_CPP_FILE_) "$(INTDIR)" !ENDIF SOURCE=.\md5.c DEP_CPP_MD5_C=\ ".\md5.h"\ ".\types.h"\ "$(INTDIR)\md5.obj" : $(SOURCE) $(DEP_CPP_MD5_C) "$(INTDIR)" SOURCE=.\parser.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_PARSE=\ ".\dbg.h"\ ".\file.h"\ ".\parser.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_PARSE=\ ".\dbg.h"\ ".\file.h"\ ".\parser.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)" !ENDIF SOURCE=.\resolver.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_RESOL=\ ".\app.h"\ ".\Avl.h"\ ".\dbg.h"\ ".\parser.h"\ ".\resolver.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\ttree.h"\ ".\types.h"\ "$(INTDIR)\resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_RESOL=\ ".\app.h"\ ".\Avl.h"\ ".\dbg.h"\ ".\parser.h"\ ".\resolver.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\ttree.h"\ ".\types.h"\ "$(INTDIR)\resolver.obj" : $(SOURCE) $(DEP_CPP_RESOL) "$(INTDIR)" !ENDIF SOURCE=.\sock.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_SOCK_=\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\sock.obj" : $(SOURCE) $(DEP_CPP_SOCK_) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_SOCK_=\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\sock.obj" : $(SOURCE) $(DEP_CPP_SOCK_) "$(INTDIR)" !ENDIF SOURCE=.\str.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_STR_C=\ ".\dbg.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\str.obj" : $(SOURCE) $(DEP_CPP_STR_C) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_STR_C=\ ".\dbg.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\str.obj" : $(SOURCE) $(DEP_CPP_STR_C) "$(INTDIR)" !ENDIF SOURCE=.\stream.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_STREA=\ ".\dbg.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\stream.obj" : $(SOURCE) $(DEP_CPP_STREA) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_STREA=\ ".\dbg.h"\ ".\str.h"\ ".\stream.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\stream.obj" : $(SOURCE) $(DEP_CPP_STREA) "$(INTDIR)" !ENDIF SOURCE=.\thread.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_THREA=\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_THREA=\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)" !ENDIF SOURCE=.\timer.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_TIMER=\ ".\app.h"\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\timer.obj" : $(SOURCE) $(DEP_CPP_TIMER) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_TIMER=\ ".\app.h"\ ".\dbg.h"\ ".\sock.h"\ ".\str.h"\ ".\stream.h"\ ".\thread.h"\ ".\timer.h"\ ".\tlist.h"\ ".\types.h"\ "$(INTDIR)\timer.obj" : $(SOURCE) $(DEP_CPP_TIMER) "$(INTDIR)" !ENDIF SOURCE=.\types.cpp DEP_CPP_TYPES=\ ".\types.h"\ "$(INTDIR)\types.obj" : $(SOURCE) $(DEP_CPP_TYPES) "$(INTDIR)" SOURCE=.\url.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_URL_C=\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ ".\url.h"\ "$(INTDIR)\url.obj" : $(SOURCE) $(DEP_CPP_URL_C) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_URL_C=\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ ".\url.h"\ "$(INTDIR)\url.obj" : $(SOURCE) $(DEP_CPP_URL_C) "$(INTDIR)" !ENDIF SOURCE=.\valmap.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_VALMA=\ ".\Avl.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ ".\valmap.h"\ ".\variant.h"\ "$(INTDIR)\valmap.obj" : $(SOURCE) $(DEP_CPP_VALMA) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_VALMA=\ ".\Avl.h"\ ".\str.h"\ ".\tlist.h"\ ".\types.h"\ ".\valmap.h"\ ".\variant.h"\ "$(INTDIR)\valmap.obj" : $(SOURCE) $(DEP_CPP_VALMA) "$(INTDIR)" !ENDIF SOURCE=.\variant.cpp !IF "$(CFG)" == "libapp - Win32 Release" DEP_CPP_VARIA=\ ".\dbg.h"\ ".\tlist.h"\ ".\types.h"\ ".\variant.h"\ "$(INTDIR)\variant.obj" : $(SOURCE) $(DEP_CPP_VARIA) "$(INTDIR)" !ELSEIF "$(CFG)" == "libapp - Win32 Debug" DEP_CPP_VARIA=\ ".\dbg.h"\ ".\tlist.h"\ ".\types.h"\ ".\variant.h"\ "$(INTDIR)\variant.obj" : $(SOURCE) $(DEP_CPP_VARIA) "$(INTDIR)" !ENDIF !ENDIF