# Microsoft Developer Studio Generated NMAKE File, Based on regex.dsp !IF "$(CFG)" == "" CFG=regex - Win32 Debug !MESSAGE No configuration specified. Defaulting to regex - Win32 Debug. !ENDIF !IF "$(CFG)" != "regex - Win32 Release" && "$(CFG)" != "regex - 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 "regex.mak" CFG="regex - Win32 Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "regex - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "regex - 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 !IF "$(CFG)" == "regex - Win32 Release" OUTDIR=.\LibR INTDIR=.\LibR # Begin Custom Macros OutDir=.\LibR # End Custom Macros ALL : "$(OUTDIR)\regex.lib" CLEAN : -@erase "$(INTDIR)\regcomp.obj" -@erase "$(INTDIR)\regerror.obj" -@erase "$(INTDIR)\regex.idb" -@erase "$(INTDIR)\regex.pdb" -@erase "$(INTDIR)\regexec.obj" -@erase "$(INTDIR)\regfree.obj" -@erase "$(OUTDIR)\regex.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MD /W3 /Zi /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\regex" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc" BSC32_SBRS= \ LIB32=link.exe -lib LIB32_FLAGS=/nologo /out:"$(OUTDIR)\regex.lib" LIB32_OBJS= \ "$(INTDIR)\regcomp.obj" \ "$(INTDIR)\regerror.obj" \ "$(INTDIR)\regexec.obj" \ "$(INTDIR)\regfree.obj" "$(OUTDIR)\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) $(LIB32) @<< $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) << !ELSEIF "$(CFG)" == "regex - Win32 Debug" OUTDIR=.\LibD INTDIR=.\LibD # Begin Custom Macros OutDir=.\LibD # End Custom Macros ALL : "$(OUTDIR)\regex.lib" CLEAN : -@erase "$(INTDIR)\regcomp.obj" -@erase "$(INTDIR)\regerror.obj" -@erase "$(INTDIR)\regex.idb" -@erase "$(INTDIR)\regex.pdb" -@erase "$(INTDIR)\regexec.obj" -@erase "$(INTDIR)\regfree.obj" -@erase "$(OUTDIR)\regex.lib" "$(OUTDIR)" : if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" CPP=cl.exe CPP_PROJ=/nologo /MDd /W3 /GX /Zi /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\regex" /FD /c .c{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.obj:: $(CPP) @<< $(CPP_PROJ) $< << .c{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cpp{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << .cxx{$(INTDIR)}.sbr:: $(CPP) @<< $(CPP_PROJ) $< << RSC=rc.exe BSC32=bscmake.exe BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc" BSC32_SBRS= \ LIB32=link.exe -lib LIB32_FLAGS=/nologo /out:"$(OUTDIR)\regex.lib" LIB32_OBJS= \ "$(INTDIR)\regcomp.obj" \ "$(INTDIR)\regerror.obj" \ "$(INTDIR)\regexec.obj" \ "$(INTDIR)\regfree.obj" "$(OUTDIR)\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS) $(LIB32) @<< $(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS) << !ENDIF !IF "$(NO_EXTERNAL_DEPS)" != "1" !IF EXISTS("regex.dep") !INCLUDE "regex.dep" !ELSE !MESSAGE Warning: cannot find "regex.dep" !ENDIF !ENDIF !IF "$(CFG)" == "regex - Win32 Release" || "$(CFG)" == "regex - Win32 Debug" SOURCE=.\regcomp.c "$(INTDIR)\regcomp.obj" : $(SOURCE) "$(INTDIR)" SOURCE=.\regerror.c "$(INTDIR)\regerror.obj" : $(SOURCE) "$(INTDIR)" SOURCE=.\regexec.c "$(INTDIR)\regexec.obj" : $(SOURCE) "$(INTDIR)" SOURCE=.\regfree.c "$(INTDIR)\regfree.obj" : $(SOURCE) "$(INTDIR)" !ENDIF