home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 January
/
Chip_2001-01_cd1.bin
/
tema
/
mysql
/
mysql-3.23.28g-win-source.exe
/
regex
/
regex.mak
< prev
next >
Wrap
Text File
|
2000-10-16
|
4KB
|
198 lines
# 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
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "regex - Win32 Release"
OUTDIR=.\release
INTDIR=.\release
ALL : "..\lib_release\regex.lib"
CLEAN :
-@erase "$(INTDIR)\debug.obj"
-@erase "$(INTDIR)\regcomp.obj"
-@erase "$(INTDIR)\regerror.obj"
-@erase "$(INTDIR)\regexec.obj"
-@erase "$(INTDIR)\regfree.obj"
-@erase "$(INTDIR)\reginit.obj"
-@erase "$(INTDIR)\split.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "..\lib_release\regex.lib"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MT /W3 /O2 /I "../include" /I "./" /D "NDEBUG" /D "DBUG_OFF" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc"
BSC32_SBRS= \
LIB32=link.exe -lib
LIB32_FLAGS=/nologo /out:"..\lib_release\regex.lib"
LIB32_OBJS= \
"$(INTDIR)\debug.obj" \
"$(INTDIR)\regcomp.obj" \
"$(INTDIR)\regerror.obj" \
"$(INTDIR)\regexec.obj" \
"$(INTDIR)\regfree.obj" \
"$(INTDIR)\reginit.obj" \
"$(INTDIR)\split.obj"
"..\lib_release\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
$(LIB32) @<<
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
<<
!ELSEIF "$(CFG)" == "regex - Win32 Debug"
OUTDIR=.\debug
INTDIR=.\debug
ALL : "..\lib_debug\regex.lib"
CLEAN :
-@erase "$(INTDIR)\debug.obj"
-@erase "$(INTDIR)\regcomp.obj"
-@erase "$(INTDIR)\regerror.obj"
-@erase "$(INTDIR)\regexec.obj"
-@erase "$(INTDIR)\regfree.obj"
-@erase "$(INTDIR)\reginit.obj"
-@erase "$(INTDIR)\split.obj"
-@erase "$(INTDIR)\vc60.idb"
-@erase "..\lib_debug\regex.lib"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /G6 /MTd /W3 /Z7 /Od /Gf /I "../include" /I "./" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)\regex.bsc"
BSC32_SBRS= \
LIB32=link.exe -lib
LIB32_FLAGS=/nologo /out:"..\lib_debug\regex.lib"
LIB32_OBJS= \
"$(INTDIR)\debug.obj" \
"$(INTDIR)\regcomp.obj" \
"$(INTDIR)\regerror.obj" \
"$(INTDIR)\regexec.obj" \
"$(INTDIR)\regfree.obj" \
"$(INTDIR)\reginit.obj" \
"$(INTDIR)\split.obj"
"..\lib_debug\regex.lib" : "$(OUTDIR)" $(DEF_FILE) $(LIB32_OBJS)
$(LIB32) @<<
$(LIB32_FLAGS) $(DEF_FLAGS) $(LIB32_OBJS)
<<
!ENDIF
.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) $<
<<
!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=.\debug.c
"$(INTDIR)\debug.obj" : $(SOURCE) "$(INTDIR)"
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)"
SOURCE=.\reginit.c
"$(INTDIR)\reginit.obj" : $(SOURCE) "$(INTDIR)"
SOURCE=.\split.c
"$(INTDIR)\split.obj" : $(SOURCE) "$(INTDIR)"
!ENDIF